Show / Hide Table of Contents

Class CfnPolicyGrant.UserPolicyGrantPrincipalProperty

The user policy grant principal.

Inheritance
object
CfnPolicyGrant.UserPolicyGrantPrincipalProperty
Implements
CfnPolicyGrant.IUserPolicyGrantPrincipalProperty
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.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPolicyGrant.UserPolicyGrantPrincipalProperty : CfnPolicyGrant.IUserPolicyGrantPrincipalProperty
Syntax (vb)
Public Class CfnPolicyGrant.UserPolicyGrantPrincipalProperty Implements 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

Constructors

UserPolicyGrantPrincipalProperty()

The user policy grant principal.

Properties

AllUsersGrantFilter

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

UserIdentifier

The user ID of the user policy grant principal.

Constructors

UserPolicyGrantPrincipalProperty()

The user policy grant principal.

public UserPolicyGrantPrincipalProperty()
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"
             };

Properties

AllUsersGrantFilter

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

public object? AllUsersGrantFilter { get; set; }
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.

public string? UserIdentifier { get; set; }
Property Value

string

Remarks

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

Implements

CfnPolicyGrant.IUserPolicyGrantPrincipalProperty
Back to top Generated by DocFX