@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.760Z") @Stability(value=Stable) public class CfnTaskSet extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnTaskSet.AwsVpcConfigurationProperty |
static class |
CfnTaskSet.Builder
A fluent builder for
CfnTaskSet. |
static interface |
CfnTaskSet.LoadBalancerProperty |
static interface |
CfnTaskSet.NetworkConfigurationProperty |
static interface |
CfnTaskSet.ScaleProperty |
static interface |
CfnTaskSet.ServiceRegistryProperty |
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 |
|---|---|
|
CfnTaskSet(software.constructs.Construct scope,
String id,
CfnTaskSetProps props)
Create a new `AWS::ECS::TaskSet`.
|
protected |
CfnTaskSet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnTaskSet(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrId() |
protected Map<String,Object> |
getCfnProperties() |
String |
getCluster()
`AWS::ECS::TaskSet.Cluster`.
|
String |
getExternalId()
`AWS::ECS::TaskSet.ExternalId`.
|
String |
getLaunchType()
`AWS::ECS::TaskSet.LaunchType`.
|
Object |
getLoadBalancers()
`AWS::ECS::TaskSet.LoadBalancers`.
|
Object |
getNetworkConfiguration()
`AWS::ECS::TaskSet.NetworkConfiguration`.
|
String |
getPlatformVersion()
`AWS::ECS::TaskSet.PlatformVersion`.
|
Object |
getScale()
`AWS::ECS::TaskSet.Scale`.
|
String |
getService()
`AWS::ECS::TaskSet.Service`.
|
Object |
getServiceRegistries()
`AWS::ECS::TaskSet.ServiceRegistries`.
|
String |
getTaskDefinition()
`AWS::ECS::TaskSet.TaskDefinition`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setCluster(String value)
`AWS::ECS::TaskSet.Cluster`.
|
void |
setExternalId(String value)
`AWS::ECS::TaskSet.ExternalId`.
|
void |
setLaunchType(String value)
`AWS::ECS::TaskSet.LaunchType`.
|
void |
setLoadBalancers(IResolvable value)
`AWS::ECS::TaskSet.LoadBalancers`.
|
void |
setLoadBalancers(List<Object> value)
`AWS::ECS::TaskSet.LoadBalancers`.
|
void |
setNetworkConfiguration(CfnTaskSet.NetworkConfigurationProperty value)
`AWS::ECS::TaskSet.NetworkConfiguration`.
|
void |
setNetworkConfiguration(IResolvable value)
`AWS::ECS::TaskSet.NetworkConfiguration`.
|
void |
setPlatformVersion(String value)
`AWS::ECS::TaskSet.PlatformVersion`.
|
void |
setScale(CfnTaskSet.ScaleProperty value)
`AWS::ECS::TaskSet.Scale`.
|
void |
setScale(IResolvable value)
`AWS::ECS::TaskSet.Scale`.
|
void |
setService(String value)
`AWS::ECS::TaskSet.Service`.
|
void |
setServiceRegistries(IResolvable value)
`AWS::ECS::TaskSet.ServiceRegistries`.
|
void |
setServiceRegistries(List<Object> value)
`AWS::ECS::TaskSet.ServiceRegistries`.
|
void |
setTaskDefinition(String value)
`AWS::ECS::TaskSet.TaskDefinition`.
|
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 CfnTaskSet(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnTaskSet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnTaskSet(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnTaskSetProps 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 getAttrId()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getCluster()
@Stability(value=Stable)
public void setCluster(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getService()
@Stability(value=Stable)
public void setService(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getTaskDefinition()
@Stability(value=Stable)
public void setTaskDefinition(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getExternalId()
@Stability(value=Stable)
public void setExternalId(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getLaunchType()
@Stability(value=Stable)
public void setLaunchType(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getLoadBalancers()
@Stability(value=Stable)
public void setLoadBalancers(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setLoadBalancers(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public Object getNetworkConfiguration()
@Stability(value=Stable)
public void setNetworkConfiguration(@Nullable
CfnTaskSet.NetworkConfigurationProperty value)
@Stability(value=Stable)
public void setNetworkConfiguration(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getPlatformVersion()
@Stability(value=Stable)
public void setPlatformVersion(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getScale()
@Stability(value=Stable)
public void setScale(@Nullable
CfnTaskSet.ScaleProperty value)
@Stability(value=Stable)
public void setScale(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getServiceRegistries()
@Stability(value=Stable)
public void setServiceRegistries(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.