Interface CfnTaskDefinition.AuthorizationConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTaskDefinition.AuthorizationConfigProperty.Jsii$Proxy
Enclosing class:
CfnTaskDefinition

@Stability(Stable) public static interface CfnTaskDefinition.AuthorizationConfigProperty extends software.amazon.jsii.JsiiSerializable
The authorization configuration details for the Amazon EFS file system.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.ecs.*;
 AuthorizationConfigProperty authorizationConfigProperty = AuthorizationConfigProperty.builder()
         .accessPointId("accessPointId")
         .iam("iam")
         .build();
 

See Also: