AwsEcsTaskDefinitionPropertiesResponse

constructor(containerDefinitions: List<ContainerDefinitionResponse>? = null, cpu: String? = null, ephemeralStorage: EphemeralStorageResponse? = null, executionRoleArn: String? = null, family: String? = null, inferenceAccelerators: List<InferenceAcceleratorResponse>? = null, ipcMode: String? = null, memory: String? = null, networkMode: String? = null, pidMode: String? = null, placementConstraints: List<TaskDefinitionPlacementConstraintResponse>? = null, proxyConfiguration: ProxyConfigurationResponse? = null, requiresCompatibilities: List<String>? = null, runtimePlatform: RuntimePlatformResponse? = null, tags: List<TagResponse>? = null, taskDefinitionArn: String? = null, taskRoleArn: String? = null, volumes: List<VolumeResponse>? = null)