@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.763Z") @Stability(value=Experimental) public interface CommonTaskDefinitionAttributes extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CommonTaskDefinitionAttributes.Builder
A builder for
CommonTaskDefinitionAttributes |
static class |
CommonTaskDefinitionAttributes.Jsii$Proxy
An implementation for
CommonTaskDefinitionAttributes |
| Modifier and Type | Method and Description |
|---|---|
static CommonTaskDefinitionAttributes.Builder |
builder() |
default NetworkMode |
getNetworkMode()
(experimental) The networking mode to use for the containers in the task.
|
String |
getTaskDefinitionArn()
(experimental) The arn of the task definition.
|
default IRole |
getTaskRole()
(experimental) The name of the IAM role that grants containers in the task permission to call AWS APIs on your behalf.
|
@Stability(value=Experimental) @NotNull String getTaskDefinitionArn()
@Stability(value=Experimental) @Nullable default NetworkMode getNetworkMode()
Default: Network mode cannot be provided to the imported task.
@Stability(value=Experimental) @Nullable default IRole getTaskRole()
Default: Permissions cannot be granted to the imported task.
@Stability(value=Experimental) static CommonTaskDefinitionAttributes.Builder builder()
Copyright © 2021. All rights reserved.