@Stability(value=Stable)
public static interface CfnInstanceAccessControlAttributeConfiguration.AccessControlAttributeValueProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnInstanceAccessControlAttributeConfiguration.AccessControlAttributeValueProperty.Builder
|
static class |
CfnInstanceAccessControlAttributeConfiguration.AccessControlAttributeValueProperty.Jsii$Proxy
An implementation for
CfnInstanceAccessControlAttributeConfiguration.AccessControlAttributeValueProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnInstanceAccessControlAttributeConfiguration.AccessControlAttributeValueProperty.Builder |
builder() |
List<String> |
getSource()
The identity source to use when mapping a specified attribute to AWS SSO .
|
@Stability(value=Stable) @NotNull List<String> getSource()
@Stability(value=Stable) static CfnInstanceAccessControlAttributeConfiguration.AccessControlAttributeValueProperty.Builder builder()
Copyright © 2022. All rights reserved.