ContainerProperties constructor
ContainerProperties({
- List<
String> ? command, - List<
KeyValuePair> ? environment, - String? executionRoleArn,
- FargatePlatformConfiguration? fargatePlatformConfiguration,
- String? image,
- String? instanceType,
- String? jobRoleArn,
- LinuxParameters? linuxParameters,
- LogConfiguration? logConfiguration,
- int? memory,
- List<
MountPoint> ? mountPoints, - NetworkConfiguration? networkConfiguration,
- bool? privileged,
- bool? readonlyRootFilesystem,
- List<
ResourceRequirement> ? resourceRequirements, - List<
Secret> ? secrets, - List<
Ulimit> ? ulimits, - String? user,
- int? vcpus,
- List<
Volume> ? volumes,
Implementation
ContainerProperties({
this.command,
this.environment,
this.executionRoleArn,
this.fargatePlatformConfiguration,
this.image,
this.instanceType,
this.jobRoleArn,
this.linuxParameters,
this.logConfiguration,
this.memory,
this.mountPoints,
this.networkConfiguration,
this.privileged,
this.readonlyRootFilesystem,
this.resourceRequirements,
this.secrets,
this.ulimits,
this.user,
this.vcpus,
this.volumes,
});