@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:47.548Z") @Stability(value=Experimental) public interface FargateTaskDefinitionAttributes 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;
FargateTaskDefinitionAttributes fargateTaskDefinitionAttributes = FargateTaskDefinitionAttributes.builder()
.taskDefinitionArn("taskDefinitionArn")
// the properties below are optional
.networkMode(NetworkMode.NONE)
.taskRole(role)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
FargateTaskDefinitionAttributes.Builder
A builder for
FargateTaskDefinitionAttributes |
static class |
FargateTaskDefinitionAttributes.Jsii$Proxy
An implementation for
FargateTaskDefinitionAttributes |
| Modifier and Type | Method and Description |
|---|---|
static FargateTaskDefinitionAttributes.Builder |
builder() |
getNetworkMode, getTaskDefinitionArn, getTaskRole@Stability(value=Experimental) static FargateTaskDefinitionAttributes.Builder builder()
builder in interface CommonTaskDefinitionAttributesFargateTaskDefinitionAttributes.Builder of FargateTaskDefinitionAttributesCopyright © 2022. All rights reserved.