Class CfnTaskSetProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTaskSetProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTaskSetProps
CfnTaskSetProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.CfnTaskSetProps
CfnTaskSetProps.Builder, CfnTaskSetProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnTaskSetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTaskSetProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe capacity provider strategy that are associated with the task set.final StringThe short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to create the task set in.final StringAn optional non-unique tag that identifies this task set in external systems.final StringThe launch type that new tasks in the task set uses.final ObjectA load balancer object representing the load balancer to use with the task set.final ObjectThe network configuration for the task set.final StringThe platform version that the tasks in the task set uses.final ObjectgetScale()A floating-point percentage of your desired number of tasks to place and keep running in the task set.final StringThe short name or full Amazon Resource Name (ARN) of the service to create the task set in.final ObjectThe details of the service discovery registries to assign to this task set.getTags()The metadata that you apply to the task set to help you categorize and organize them.final StringThe task definition for the tasks in the task set to use.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTaskSetProps.Builder.
-
-
Method Details
-
getCluster
Description copied from interface:CfnTaskSetPropsThe short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to create the task set in.- Specified by:
getClusterin interfaceCfnTaskSetProps- See Also:
-
getService
Description copied from interface:CfnTaskSetPropsThe short name or full Amazon Resource Name (ARN) of the service to create the task set in.- Specified by:
getServicein interfaceCfnTaskSetProps- See Also:
-
getTaskDefinition
Description copied from interface:CfnTaskSetPropsThe task definition for the tasks in the task set to use.If a revision isn't specified, the latest
ACTIVErevision is used.- Specified by:
getTaskDefinitionin interfaceCfnTaskSetProps- See Also:
-
getCapacityProviderStrategy
Description copied from interface:CfnTaskSetPropsThe capacity provider strategy that are associated with the task set.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTaskSet.CapacityProviderStrategyItemProperty>- Specified by:
getCapacityProviderStrategyin interfaceCfnTaskSetProps- See Also:
-
getExternalId
Description copied from interface:CfnTaskSetPropsAn optional non-unique tag that identifies this task set in external systems.If the task set is associated with a service discovery registry, the tasks in this task set will have the
ECS_TASK_SET_EXTERNAL_IDAWS Cloud Map attribute set to the provided value.- Specified by:
getExternalIdin interfaceCfnTaskSetProps- See Also:
-
getLaunchType
Description copied from interface:CfnTaskSetPropsThe launch type that new tasks in the task set uses.For more information, see Amazon ECS launch types in the Amazon Elastic Container Service Developer Guide .
If a
launchTypeis specified, thecapacityProviderStrategyparameter must be omitted.- Specified by:
getLaunchTypein interfaceCfnTaskSetProps- See Also:
-
getLoadBalancers
Description copied from interface:CfnTaskSetPropsA load balancer object representing the load balancer to use with the task set.The supported load balancer types are either an Application Load Balancer or a Network Load Balancer.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTaskSet.LoadBalancerProperty>- Specified by:
getLoadBalancersin interfaceCfnTaskSetProps- See Also:
-
getNetworkConfiguration
Description copied from interface:CfnTaskSetPropsThe network configuration for the task set.Returns union: either
IResolvableorCfnTaskSet.NetworkConfigurationProperty- Specified by:
getNetworkConfigurationin interfaceCfnTaskSetProps- See Also:
-
getPlatformVersion
Description copied from interface:CfnTaskSetPropsThe platform version that the tasks in the task set uses.A platform version is specified only for tasks using the Fargate launch type. If one isn't specified, the
LATESTplatform version is used.- Specified by:
getPlatformVersionin interfaceCfnTaskSetProps- See Also:
-
getScale
Description copied from interface:CfnTaskSetPropsA floating-point percentage of your desired number of tasks to place and keep running in the task set.Returns union: either
IResolvableorCfnTaskSet.ScaleProperty- Specified by:
getScalein interfaceCfnTaskSetProps- See Also:
-
getServiceRegistries
Description copied from interface:CfnTaskSetPropsThe details of the service discovery registries to assign to this task set.For more information, see Service discovery .
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTaskSet.ServiceRegistryProperty>- Specified by:
getServiceRegistriesin interfaceCfnTaskSetProps- See Also:
-
getTags
Description copied from interface:CfnTaskSetPropsThe metadata that you apply to the task set to help you categorize and organize them.Each tag consists of a key and an optional value. You define both.
The following basic restrictions apply to tags:
- Maximum number of tags per resource - 50
- For each resource, each tag key must be unique, and each tag key can have only one value.
- Maximum key length - 128 Unicode characters in UTF-8
- Maximum value length - 256 Unicode characters in UTF-8
- If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : /
- Specified by:
getTagsin interfaceCfnTaskSetProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-