@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.274Z") @Stability(value=Stable) public interface CfnFleetProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFleetProps.Builder
A builder for
CfnFleetProps |
static class |
CfnFleetProps.Jsii$Proxy
An implementation for
CfnFleetProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnFleetProps.Builder |
builder() |
default String |
getBuildId()
`AWS::GameLift::Fleet.BuildId`.
|
default Object |
getCertificateConfiguration()
`AWS::GameLift::Fleet.CertificateConfiguration`.
|
default String |
getDescription()
`AWS::GameLift::Fleet.Description`.
|
default Number |
getDesiredEc2Instances()
`AWS::GameLift::Fleet.DesiredEC2Instances`.
|
default Object |
getEc2InboundPermissions()
`AWS::GameLift::Fleet.EC2InboundPermissions`.
|
default String |
getEc2InstanceType()
`AWS::GameLift::Fleet.EC2InstanceType`.
|
default String |
getFleetType()
`AWS::GameLift::Fleet.FleetType`.
|
default String |
getInstanceRoleArn()
`AWS::GameLift::Fleet.InstanceRoleARN`.
|
default Object |
getLocations()
`AWS::GameLift::Fleet.Locations`.
|
default Number |
getMaxSize()
`AWS::GameLift::Fleet.MaxSize`.
|
default List<String> |
getMetricGroups()
`AWS::GameLift::Fleet.MetricGroups`.
|
default Number |
getMinSize()
`AWS::GameLift::Fleet.MinSize`.
|
default String |
getName()
`AWS::GameLift::Fleet.Name`.
|
default String |
getNewGameSessionProtectionPolicy()
`AWS::GameLift::Fleet.NewGameSessionProtectionPolicy`.
|
default String |
getPeerVpcAwsAccountId()
`AWS::GameLift::Fleet.PeerVpcAwsAccountId`.
|
default String |
getPeerVpcId()
`AWS::GameLift::Fleet.PeerVpcId`.
|
default Object |
getResourceCreationLimitPolicy()
`AWS::GameLift::Fleet.ResourceCreationLimitPolicy`.
|
default Object |
getRuntimeConfiguration()
`AWS::GameLift::Fleet.RuntimeConfiguration`.
|
default String |
getScriptId()
`AWS::GameLift::Fleet.ScriptId`.
|
@Stability(value=Stable) @Nullable default String getBuildId()
@Stability(value=Stable) @Nullable default Object getCertificateConfiguration()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Number getDesiredEc2Instances()
@Stability(value=Stable) @Nullable default Object getEc2InboundPermissions()
@Stability(value=Stable) @Nullable default String getEc2InstanceType()
@Stability(value=Stable) @Nullable default String getFleetType()
@Stability(value=Stable) @Nullable default String getInstanceRoleArn()
@Stability(value=Stable) @Nullable default Object getLocations()
@Stability(value=Stable) @Nullable default Number getMaxSize()
@Stability(value=Stable) @Nullable default List<String> getMetricGroups()
@Stability(value=Stable) @Nullable default Number getMinSize()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default String getNewGameSessionProtectionPolicy()
@Stability(value=Stable) @Nullable default String getPeerVpcAwsAccountId()
@Stability(value=Stable) @Nullable default String getPeerVpcId()
@Stability(value=Stable) @Nullable default Object getResourceCreationLimitPolicy()
@Stability(value=Stable) @Nullable default Object getRuntimeConfiguration()
@Stability(value=Stable) @Nullable default String getScriptId()
@Stability(value=Stable) static CfnFleetProps.Builder builder()
CfnFleetProps.Builder of CfnFleetPropsCopyright © 2021. All rights reserved.