Show / Hide Table of Contents

Class CfnPolicyGrant.CreateEnvironmentProfilePolicyGrantDetailProperty

The details of the policy grant.

Inheritance
object
CfnPolicyGrant.CreateEnvironmentProfilePolicyGrantDetailProperty
Implements
CfnPolicyGrant.ICreateEnvironmentProfilePolicyGrantDetailProperty
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.CreateEnvironmentProfilePolicyGrantDetailProperty : CfnPolicyGrant.ICreateEnvironmentProfilePolicyGrantDetailProperty
Syntax (vb)
Public Class CfnPolicyGrant.CreateEnvironmentProfilePolicyGrantDetailProperty Implements CfnPolicyGrant.ICreateEnvironmentProfilePolicyGrantDetailProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-createenvironmentprofilepolicygrantdetail.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 createEnvironmentProfilePolicyGrantDetailProperty = new CreateEnvironmentProfilePolicyGrantDetailProperty {
                 DomainUnitId = "domainUnitId"
             };

Synopsis

Constructors

CreateEnvironmentProfilePolicyGrantDetailProperty()

The details of the policy grant.

Properties

DomainUnitId

The ID of the domain unit.

Constructors

CreateEnvironmentProfilePolicyGrantDetailProperty()

The details of the policy grant.

public CreateEnvironmentProfilePolicyGrantDetailProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-createenvironmentprofilepolicygrantdetail.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 createEnvironmentProfilePolicyGrantDetailProperty = new CreateEnvironmentProfilePolicyGrantDetailProperty {
                 DomainUnitId = "domainUnitId"
             };

Properties

DomainUnitId

The ID of the domain unit.

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

string

Remarks

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

Implements

CfnPolicyGrant.ICreateEnvironmentProfilePolicyGrantDetailProperty
Back to top Generated by DocFX