Show / Hide Table of Contents

Class CfnEntitlement.EntitlementProperty

Inheritance
object
CfnEntitlement.EntitlementProperty
Implements
CfnEntitlement.IEntitlementProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.AccountAccess
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnEntitlement.EntitlementProperty : CfnEntitlement.IEntitlementProperty
Syntax (vb)
Public Class CfnEntitlement.EntitlementProperty Implements CfnEntitlement.IEntitlementProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-accountaccess-entitlement-entitlement.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.AccountAccess;

             var entitlementProperty = new EntitlementProperty {
                 PrincipalRole = new PrincipalRoleEntitlementProperty {
                     Principal = new PrincipalProperty {
                         IdentityCenter = new IdentityCenterPrincipalProperty {
                             GroupId = "groupId",
                             UserId = "userId"
                         }
                     },
                     RoleArn = "roleArn",

                     // the properties below are optional
                     Account = "account"
                 }
             };

Synopsis

Constructors

EntitlementProperty()

Properties

PrincipalRole

Constructors

EntitlementProperty()

public EntitlementProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-accountaccess-entitlement-entitlement.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.AccountAccess;

             var entitlementProperty = new EntitlementProperty {
                 PrincipalRole = new PrincipalRoleEntitlementProperty {
                     Principal = new PrincipalProperty {
                         IdentityCenter = new IdentityCenterPrincipalProperty {
                             GroupId = "groupId",
                             UserId = "userId"
                         }
                     },
                     RoleArn = "roleArn",

                     // the properties below are optional
                     Account = "account"
                 }
             };

Properties

PrincipalRole

public object PrincipalRole { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-accountaccess-entitlement-entitlement.html#cfn-accountaccess-entitlement-entitlement-principalrole

Type union: either IResolvable or CfnEntitlement.IPrincipalRoleEntitlementProperty

Implements

CfnEntitlement.IEntitlementProperty
Back to top Generated by DocFX