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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnProfile.MappingRuleProperty
static final class
An implementation forCfnProfile.MappingRuleProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Specifier within a certificate field, such as CN, OU, or UID from the Subject field.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSpecifier
Specifier within a certificate field, such as CN, OU, or UID from the Subject field.- See Also:
-
builder
-