Class CfnGroupProfileProps
Properties for defining a CfnGroupProfile.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnGroupProfileProps : ICfnGroupProfileProps
Syntax (vb)
Public Class CfnGroupProfileProps Implements ICfnGroupProfileProps
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 cfnGroupProfileProps = new CfnGroupProfileProps {
DomainIdentifier = "domainIdentifier",
// the properties below are optional
GroupIdentifier = "groupIdentifier",
GroupType = "groupType",
RolePrincipalArn = "rolePrincipalArn",
Status = "status"
};
Synopsis
Constructors
| CfnGroupProfileProps() | Properties for defining a |
Properties
| DomainIdentifier | The identifier of the Amazon DataZone domain in which a group profile exists. |
| GroupIdentifier | The ID of the group of a project member. |
| GroupType | The type of the group. |
| RolePrincipalArn | The ARN of the role principal for the group profile. |
| Status | The status of a group profile. |
Constructors
CfnGroupProfileProps()
Properties for defining a CfnGroupProfile.
public CfnGroupProfileProps()
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 cfnGroupProfileProps = new CfnGroupProfileProps {
DomainIdentifier = "domainIdentifier",
// the properties below are optional
GroupIdentifier = "groupIdentifier",
GroupType = "groupType",
RolePrincipalArn = "rolePrincipalArn",
Status = "status"
};
Properties
DomainIdentifier
The identifier of the Amazon DataZone domain in which a group profile exists.
public string DomainIdentifier { get; set; }
Property Value
Remarks
GroupIdentifier
The ID of the group of a project member.
public string? GroupIdentifier { get; set; }
Property Value
Remarks
GroupType
The type of the group.
public string? GroupType { get; set; }
Property Value
Remarks
RolePrincipalArn
The ARN of the role principal for the group profile.
public string? RolePrincipalArn { get; set; }
Property Value
Remarks
Status
The status of a group profile.
public string? Status { get; set; }