@Generated(value="software.amazon.awssdk:codegen") public final class AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails>
A secret to pass to the log configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the secret.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.Builder> |
serializableBuilderClass() |
AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
valueFrom()
The secret to expose to the container.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the secret.
public final 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.
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.
public AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.Builder toBuilder()
public static AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.Builder builder()
public static Class<? extends AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.