Show / Hide Table of Contents

Interface CfnEntitlement.IEntitlementProperty

Namespace: Amazon.CDK.AWS.AccountAccess
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnEntitlement.IEntitlementProperty
Syntax (vb)
Public Interface 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

Properties

PrincipalRole

Properties

PrincipalRole

object PrincipalRole { get; }
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

Back to top Generated by DocFX