@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.904Z") @Stability(value=Experimental) public interface ScheduledTaskImageProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ScheduledTaskImageProps.Builder
A builder for
ScheduledTaskImageProps |
static class |
ScheduledTaskImageProps.Jsii$Proxy
An implementation for
ScheduledTaskImageProps |
| Modifier and Type | Method and Description |
|---|---|
static ScheduledTaskImageProps.Builder |
builder() |
default List<String> |
getCommand()
(experimental) The command that is passed to the container.
|
default Map<String,String> |
getEnvironment()
(experimental) The environment variables to pass to the container.
|
ContainerImage |
getImage()
(experimental) The image used to start a container.
|
default LogDriver |
getLogDriver()
(experimental) The log driver to use.
|
default Map<String,Secret> |
getSecrets()
(experimental) The secret to expose to the container as an environment variable.
|
@Stability(value=Experimental) @NotNull ContainerImage getImage()
Image or taskDefinition must be specified, but not both.
Default: - none
@Stability(value=Experimental) @Nullable default List<String> getCommand()
If you provide a shell command as a single string, you have to quote command-line arguments.
Default: - CMD value built into container image.
@Stability(value=Experimental) @Nullable default Map<String,String> getEnvironment()
Default: none
@Stability(value=Experimental) @Nullable default LogDriver getLogDriver()
Default: - AwsLogDriver if enableLogging is true
@Stability(value=Experimental) @Nullable default Map<String,Secret> getSecrets()
Default: - No secret environment variables.
@Stability(value=Experimental) static ScheduledTaskImageProps.Builder builder()
ScheduledTaskImageProps.Builder of ScheduledTaskImagePropsCopyright © 2021. All rights reserved.