@Stability(value=Stable)
public static interface CfnEntitlement.AttributeProperty
extends software.amazon.jsii.JsiiSerializable
Application entitlements work by matching a supported SAML 2.0 attribute name to a value when a user identity federates to an AppStream 2.0 SAML application.
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.appstream.*;
AttributeProperty attributeProperty = AttributeProperty.builder()
.name("name")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEntitlement.AttributeProperty.Builder
A builder for
CfnEntitlement.AttributeProperty |
static class |
CfnEntitlement.AttributeProperty.Jsii$Proxy
An implementation for
CfnEntitlement.AttributeProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEntitlement.AttributeProperty.Builder |
builder() |
String |
getName()
A supported AWS IAM SAML PrincipalTag attribute that is matched to a value when a user identity federates to an AppStream 2.0 SAML application.
|
String |
getValue()
A value that is matched to a supported SAML attribute name when a user identity federates to an AppStream 2.0 SAML application.
|
@Stability(value=Stable) @NotNull String getName()
The following are supported values:
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnEntitlement.AttributeProperty.Builder builder()
Copyright © 2022. All rights reserved.