@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.702Z") @Stability(value=Stable) public interface ExternalTaskDefinitionAttributes extends software.amazon.jsii.JsiiSerializable, CommonTaskDefinitionAttributes
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ecs.*;
import software.amazon.awscdk.services.iam.*;
Role role;
ExternalTaskDefinitionAttributes externalTaskDefinitionAttributes = ExternalTaskDefinitionAttributes.builder()
.taskDefinitionArn("taskDefinitionArn")
// the properties below are optional
.networkMode(NetworkMode.NONE)
.taskRole(role)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExternalTaskDefinitionAttributes.Builder
A builder for
ExternalTaskDefinitionAttributes |
static class |
ExternalTaskDefinitionAttributes.Jsii$Proxy
An implementation for
ExternalTaskDefinitionAttributes |
| Modifier and Type | Method and Description |
|---|---|
static ExternalTaskDefinitionAttributes.Builder |
builder() |
getNetworkMode, getTaskDefinitionArn, getTaskRole@Stability(value=Stable) static ExternalTaskDefinitionAttributes.Builder builder()
builder in interface CommonTaskDefinitionAttributesExternalTaskDefinitionAttributes.Builder of ExternalTaskDefinitionAttributesCopyright © 2022. All rights reserved.