Interface CfnProfile.MappingRuleProperty

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

@Stability(Stable) public static interface CfnProfile.MappingRuleProperty extends software.amazon.jsii.JsiiSerializable
A single mapping entry for each supported specifier or sub-field.

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.rolesanywhere.*;
 MappingRuleProperty mappingRuleProperty = MappingRuleProperty.builder()
         .specifier("specifier")
         .build();
 

See Also: