EcsParameters
@JsonSerializable
Constructors
Link copied to clipboard
constructor(@Json(name = "TaskDefinitionArn") taskDefinitionArn: ARN, @Json(name = "CapacityProviderStrategy") capacityProviderStrategy: List<CapacityProviderStrategyItem>? = null, @Json(name = "EnableECSManagedTags") enableECSManagedTags: Boolean? = null, @Json(name = "EnableExecuteCommand") enableExecuteCommand: Boolean? = null, @Json(name = "Group") group: String? = null, @Json(name = "LaunchType") launchType: LaunchType? = null, @Json(name = "NetworkConfiguration") networkConfiguration: NetworkConfiguration? = null, @Json(name = "PlacementConstraints") placementConstraints: List<PlacementConstraint>? = null, @Json(name = "PlacementStrategy") placementStrategy: List<PlacementStrategy>? = null, @Json(name = "PlatformVersion") platformVersion: String? = null, @Json(name = "PropagateTags") propagateTags: String? = null, @Json(name = "ReferenceId") referenceId: String? = null, @Json(name = "TaskCount") taskCount: Int? = null, @Json(name = "Tags") tags: List<Tag>? = null)