@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.170Z") @Stability(value=Experimental) public interface AuthorizationConfig extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AuthorizationConfig.Builder
A builder for
AuthorizationConfig |
static class |
AuthorizationConfig.Jsii$Proxy
An implementation for
AuthorizationConfig |
| Modifier and Type | Method and Description |
|---|---|
static AuthorizationConfig.Builder |
builder() |
default String |
getAccessPointId()
(experimental) The access point ID to use.
|
default String |
getIam()
(experimental) Whether or not to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS file system.
|
@Stability(value=Experimental) @Nullable default String getAccessPointId()
If an access point is specified, the root directory value will be relative to the directory set for the access point. If specified, transit encryption must be enabled in the EFSVolumeConfiguration.
Default: No id
@Stability(value=Experimental) @Nullable default String getIam()
If enabled, transit encryption must be enabled in the EFSVolumeConfiguration.
Valid values: ENABLED | DISABLED
Default: If this parameter is omitted, the default value of DISABLED is used.
@Stability(value=Experimental) static AuthorizationConfig.Builder builder()
AuthorizationConfig.Builder of AuthorizationConfigCopyright © 2021. All rights reserved.