Class CfnPolicyGrant.CreateEnvironmentProfilePolicyGrantDetailProperty
The details of the policy grant.
Inherited Members
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
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
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; }