| Package | Description |
|---|---|
| com.amazonaws.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
ManagedStorageConfiguration |
ManagedStorageConfiguration.clone() |
ManagedStorageConfiguration |
ClusterConfiguration.getManagedStorageConfiguration()
The details of the managed storage configuration.
|
ManagedStorageConfiguration |
ManagedStorageConfiguration.withFargateEphemeralStorageKmsKeyId(String fargateEphemeralStorageKmsKeyId)
Specify the Key Management Service key ID for the Fargate ephemeral storage.
|
ManagedStorageConfiguration |
ManagedStorageConfiguration.withKmsKeyId(String kmsKeyId)
Specify a Key Management Service key ID to encrypt the managed storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterConfiguration.setManagedStorageConfiguration(ManagedStorageConfiguration managedStorageConfiguration)
The details of the managed storage configuration.
|
ClusterConfiguration |
ClusterConfiguration.withManagedStorageConfiguration(ManagedStorageConfiguration managedStorageConfiguration)
The details of the managed storage configuration.
|
Copyright © 2024. All rights reserved.