@Generated(value="software.amazon.awssdk:codegen") public final class EFSAuthorizationConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EFSAuthorizationConfig.Builder,EFSAuthorizationConfig>
The authorization configuration details for the Amazon EFS file system.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EFSAuthorizationConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accessPointId()
The Amazon EFS access point ID to use.
|
static EFSAuthorizationConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
EFSAuthorizationConfigIAM |
iam()
Whether or not to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS file
system.
|
String |
iamAsString()
Whether or not to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS file
system.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EFSAuthorizationConfig.Builder> |
serializableBuilderClass() |
EFSAuthorizationConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accessPointId()
The Amazon EFS access point ID to use. If an access point is specified, the root directory value specified in the
EFSVolumeConfiguration must either be omitted or set to / which will enforce the path
set on the EFS access point. If an access point is used, transit encryption must be enabled in the
EFSVolumeConfiguration. For more information, see Working with Amazon EFS Access Points
in the Amazon Elastic File System User Guide.
EFSVolumeConfiguration must either be omitted or set to /
which will enforce the path set on the EFS access point. If an access point is used, transit encryption
must be enabled in the EFSVolumeConfiguration. For more information, see Working with Amazon EFS Access
Points in the Amazon Elastic File System User Guide.public final EFSAuthorizationConfigIAM iam()
Whether or not to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS file
system. If enabled, transit encryption must be enabled in the EFSVolumeConfiguration. If this
parameter is omitted, the default value of DISABLED is used. For more information, see Using
Amazon EFS Access Points in the Amazon Elastic Container Service Developer Guide.
If the service returns an enum value that is not available in the current SDK version, iam will return
EFSAuthorizationConfigIAM.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
iamAsString().
EFSVolumeConfiguration. If this parameter is omitted, the default value of
DISABLED is used. For more information, see Using Amazon EFS Access Points in the Amazon Elastic Container Service Developer Guide.EFSAuthorizationConfigIAMpublic final String iamAsString()
Whether or not to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS file
system. If enabled, transit encryption must be enabled in the EFSVolumeConfiguration. If this
parameter is omitted, the default value of DISABLED is used. For more information, see Using
Amazon EFS Access Points in the Amazon Elastic Container Service Developer Guide.
If the service returns an enum value that is not available in the current SDK version, iam will return
EFSAuthorizationConfigIAM.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
iamAsString().
EFSVolumeConfiguration. If this parameter is omitted, the default value of
DISABLED is used. For more information, see Using Amazon EFS Access Points in the Amazon Elastic Container Service Developer Guide.EFSAuthorizationConfigIAMpublic EFSAuthorizationConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EFSAuthorizationConfig.Builder,EFSAuthorizationConfig>public static EFSAuthorizationConfig.Builder builder()
public static Class<? extends EFSAuthorizationConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.