Package com.pulumi.aws.ecs.outputs
Class ClusterConfigurationExecuteCommandConfiguration
- java.lang.Object
-
- com.pulumi.aws.ecs.outputs.ClusterConfigurationExecuteCommandConfiguration
-
public final class ClusterConfigurationExecuteCommandConfiguration extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ClusterConfigurationExecuteCommandConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClusterConfigurationExecuteCommandConfiguration.Builder
builder()
static ClusterConfigurationExecuteCommandConfiguration.Builder
builder(ClusterConfigurationExecuteCommandConfiguration defaults)
java.util.Optional<java.lang.String>
kmsKeyId()
java.util.Optional<ClusterConfigurationExecuteCommandConfigurationLogConfiguration>
logConfiguration()
java.util.Optional<java.lang.String>
logging()
-
-
-
Method Detail
-
kmsKeyId
public java.util.Optional<java.lang.String> kmsKeyId()
- Returns:
- The AWS Key Management Service key ID to encrypt the data between the local client and the container.
-
logConfiguration
public java.util.Optional<ClusterConfigurationExecuteCommandConfigurationLogConfiguration> logConfiguration()
- Returns:
- The log configuration for the results of the execute command actions Required when `logging` is `OVERRIDE`. Detailed below.
-
logging
public java.util.Optional<java.lang.String> logging()
- Returns:
- The log setting to use for redirecting logs for your execute command results. Valid values are `NONE`, `DEFAULT`, and `OVERRIDE`.
-
builder
public static ClusterConfigurationExecuteCommandConfiguration.Builder builder()
-
builder
public static ClusterConfigurationExecuteCommandConfiguration.Builder builder(ClusterConfigurationExecuteCommandConfiguration defaults)
-
-