aws-cdk-lib.aws_appstream.CfnEntitlement.AttributeProperty

interface AttributeProperty

LanguageType name
.NETAmazon.CDK.AWS.AppStream.CfnEntitlement.AttributeProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappstream#CfnEntitlement_AttributeProperty
Javasoftware.amazon.awscdk.services.appstream.CfnEntitlement.AttributeProperty
Pythonaws_cdk.aws_appstream.CfnEntitlement.AttributeProperty
TypeScript aws-cdk-lib » aws_appstream » CfnEntitlement » AttributeProperty

An attribute that belongs to an entitlement.

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 { aws_appstream as appstream } from 'aws-cdk-lib';
const attributeProperty: appstream.CfnEntitlement.AttributeProperty = {
  name: 'name',
  value: 'value',
};

Properties

NameTypeDescription
namestringA supported AWS IAM SAML PrincipalTag attribute that is matched to a value when a user identity federates to an AppStream 2.0 SAML application.
valuestringA value that is matched to a supported SAML attribute name when a user identity federates to an AppStream 2.0 SAML application.

name

Type: string

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.

The following are supported values:

  • roles
  • department
  • organization
  • groups
  • title
  • costCenter
  • userType

value

Type: string

A value that is matched to a supported SAML attribute name when a user identity federates to an AppStream 2.0 SAML application.