@Stability(value=Stable)
public static interface CfnInstanceAccessControlAttributeConfiguration.AccessControlAttributeProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
AccessControlAttributeProperty accessControlAttributeProperty = AccessControlAttributeProperty.builder()
.key("key")
.value(AccessControlAttributeValueProperty.builder()
.source(List.of("source"))
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnInstanceAccessControlAttributeConfiguration.AccessControlAttributeProperty.Builder
|
static class |
CfnInstanceAccessControlAttributeConfiguration.AccessControlAttributeProperty.Jsii$Proxy
An implementation for
CfnInstanceAccessControlAttributeConfiguration.AccessControlAttributeProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnInstanceAccessControlAttributeConfiguration.AccessControlAttributeProperty.Builder |
builder() |
String |
getKey()
`CfnInstanceAccessControlAttributeConfiguration.AccessControlAttributeProperty.Key`.
|
Object |
getValue()
`CfnInstanceAccessControlAttributeConfiguration.AccessControlAttributeProperty.Value`.
|
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) @NotNull Object getValue()
@Stability(value=Stable) static CfnInstanceAccessControlAttributeConfiguration.AccessControlAttributeProperty.Builder builder()
Copyright © 2021. All rights reserved.