public static interface AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.Builder |
name(String name)
The name of the secret.
|
AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.Builder |
valueFrom(String valueFrom)
The secret to expose to the container.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.Builder name(String name)
The name of the secret.
name - The name of the secret.AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.Builder valueFrom(String valueFrom)
The secret to expose to the container.
The value is either the full ARN of the Secrets Manager secret or the full ARN of the parameter in the Systems Manager Parameter Store.
valueFrom - The secret to expose to the container.
The value is either the full ARN of the Secrets Manager secret or the full ARN of the parameter in the Systems Manager Parameter Store.
Copyright © 2023. All rights reserved.