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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnInstanceAccessControlAttributeConfiguration.AccessControlAttributeValueProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The identity source to use when mapping a specified attribute to IAM Identity Center .Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSource
The identity source to use when mapping a specified attribute to IAM Identity Center .- See Also:
-
builder
@Stability(Stable) static CfnInstanceAccessControlAttributeConfiguration.AccessControlAttributeValueProperty.Builder builder()
-