Show / Hide Table of Contents

Interface CfnPolicyGrant.IUserPolicyGrantPrincipalProperty

The user policy grant principal.

Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnPolicyGrant.IUserPolicyGrantPrincipalProperty
Syntax (vb)
Public Interface CfnPolicyGrant.IUserPolicyGrantPrincipalProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-userpolicygrantprincipal.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.DataZone;

             var allUsersGrantFilter;

             var userPolicyGrantPrincipalProperty = new UserPolicyGrantPrincipalProperty {
                 AllUsersGrantFilter = allUsersGrantFilter,
                 UserIdentifier = "userIdentifier"
             };

Synopsis

Properties

AllUsersGrantFilter

The all users grant filter of the user policy grant principal.

UserIdentifier

The user ID of the user policy grant principal.

Properties

AllUsersGrantFilter

The all users grant filter of the user policy grant principal.

object? AllUsersGrantFilter { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-userpolicygrantprincipal.html#cfn-datazone-policygrant-userpolicygrantprincipal-allusersgrantfilter

UserIdentifier

The user ID of the user policy grant principal.

string? UserIdentifier { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-userpolicygrantprincipal.html#cfn-datazone-policygrant-userpolicygrantprincipal-useridentifier

Back to top Generated by DocFX