Interface CfnInstanceAccessControlAttributeConfigurationPropsMixin.AccessControlAttributeValueProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnInstanceAccessControlAttributeConfigurationPropsMixin.AccessControlAttributeValueProperty.Jsii$Proxy
- Enclosing class:
CfnInstanceAccessControlAttributeConfigurationPropsMixin
@Stability(Stable)
public static interface CfnInstanceAccessControlAttributeConfigurationPropsMixin.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.cfnpropertymixins.services.sso.*;
AccessControlAttributeValueProperty accessControlAttributeValueProperty = AccessControlAttributeValueProperty.builder()
.source(List.of("source"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classCfnInstanceAccessControlAttributeConfigurationPropsMixin.AccessControlAttributeValueProperty.Builderstatic final class -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnInstanceAccessControlAttributeConfigurationPropsMixin.AccessControlAttributeValueProperty.Builderbuilder()The identity source to use when mapping a specified attribute to .Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSource
The identity source to use when mapping a specified attribute to .- See Also:
-
builder
@Stability(Stable) static CfnInstanceAccessControlAttributeConfigurationPropsMixin.AccessControlAttributeValueProperty.Builder builder()
-