Interface CfnInstanceAccessControlAttributeConfiguration.AccessControlAttributeValueProperty

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

@Stability(Stable) public static interface CfnInstanceAccessControlAttributeConfiguration.AccessControlAttributeValueProperty extends software.amazon.jsii.JsiiSerializable
The value used for mapping a specified attribute to an identity source.

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.sso.*;
 AccessControlAttributeValueProperty accessControlAttributeValueProperty = AccessControlAttributeValueProperty.builder()
         .source(List.of("source"))
         .build();
 

See Also: