@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.292Z") @Stability(value=Stable) public class CfnGameSessionQueue extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnGameSessionQueue.Builder
A fluent builder for
CfnGameSessionQueue. |
static interface |
CfnGameSessionQueue.DestinationProperty |
static interface |
CfnGameSessionQueue.FilterConfigurationProperty |
static interface |
CfnGameSessionQueue.PlayerLatencyPolicyProperty |
static interface |
CfnGameSessionQueue.PriorityConfigurationProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnGameSessionQueue(software.constructs.Construct scope,
String id,
CfnGameSessionQueueProps props)
Create a new `AWS::GameLift::GameSessionQueue`.
|
protected |
CfnGameSessionQueue(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnGameSessionQueue(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
String |
getAttrName() |
protected Map<String,Object> |
getCfnProperties() |
String |
getCustomEventData()
`AWS::GameLift::GameSessionQueue.CustomEventData`.
|
Object |
getDestinations()
`AWS::GameLift::GameSessionQueue.Destinations`.
|
Object |
getFilterConfiguration()
`AWS::GameLift::GameSessionQueue.FilterConfiguration`.
|
String |
getName()
`AWS::GameLift::GameSessionQueue.Name`.
|
String |
getNotificationTarget()
`AWS::GameLift::GameSessionQueue.NotificationTarget`.
|
Object |
getPlayerLatencyPolicies()
`AWS::GameLift::GameSessionQueue.PlayerLatencyPolicies`.
|
Object |
getPriorityConfiguration()
`AWS::GameLift::GameSessionQueue.PriorityConfiguration`.
|
Number |
getTimeoutInSeconds()
`AWS::GameLift::GameSessionQueue.TimeoutInSeconds`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setCustomEventData(String value)
`AWS::GameLift::GameSessionQueue.CustomEventData`.
|
void |
setDestinations(IResolvable value)
`AWS::GameLift::GameSessionQueue.Destinations`.
|
void |
setDestinations(List<Object> value)
`AWS::GameLift::GameSessionQueue.Destinations`.
|
void |
setFilterConfiguration(CfnGameSessionQueue.FilterConfigurationProperty value)
`AWS::GameLift::GameSessionQueue.FilterConfiguration`.
|
void |
setFilterConfiguration(IResolvable value)
`AWS::GameLift::GameSessionQueue.FilterConfiguration`.
|
void |
setName(String value)
`AWS::GameLift::GameSessionQueue.Name`.
|
void |
setNotificationTarget(String value)
`AWS::GameLift::GameSessionQueue.NotificationTarget`.
|
void |
setPlayerLatencyPolicies(IResolvable value)
`AWS::GameLift::GameSessionQueue.PlayerLatencyPolicies`.
|
void |
setPlayerLatencyPolicies(List<Object> value)
`AWS::GameLift::GameSessionQueue.PlayerLatencyPolicies`.
|
void |
setPriorityConfiguration(CfnGameSessionQueue.PriorityConfigurationProperty value)
`AWS::GameLift::GameSessionQueue.PriorityConfiguration`.
|
void |
setPriorityConfiguration(IResolvable value)
`AWS::GameLift::GameSessionQueue.PriorityConfiguration`.
|
void |
setTimeoutInSeconds(Number value)
`AWS::GameLift::GameSessionQueue.TimeoutInSeconds`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnGameSessionQueue(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnGameSessionQueue(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnGameSessionQueue(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnGameSessionQueueProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull public String getAttrName()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getName()
@Stability(value=Stable)
public void setName(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getCustomEventData()
@Stability(value=Stable)
public void setCustomEventData(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getDestinations()
@Stability(value=Stable)
public void setDestinations(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setDestinations(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public Object getFilterConfiguration()
@Stability(value=Stable)
public void setFilterConfiguration(@Nullable
CfnGameSessionQueue.FilterConfigurationProperty value)
@Stability(value=Stable)
public void setFilterConfiguration(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getNotificationTarget()
@Stability(value=Stable)
public void setNotificationTarget(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getPlayerLatencyPolicies()
@Stability(value=Stable)
public void setPlayerLatencyPolicies(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setPlayerLatencyPolicies(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public Object getPriorityConfiguration()
@Stability(value=Stable)
public void setPriorityConfiguration(@Nullable
CfnGameSessionQueue.PriorityConfigurationProperty value)
@Stability(value=Stable)
public void setPriorityConfiguration(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Number getTimeoutInSeconds()
@Stability(value=Stable)
public void setTimeoutInSeconds(@Nullable
Number value)
Copyright © 2021. All rights reserved.