Show / Hide Table of Contents

Interface ICfnGroupProfileProps

Properties for defining a CfnGroupProfile.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-groupprofile.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 cfnGroupProfileProps = new CfnGroupProfileProps {
                 DomainIdentifier = "domainIdentifier",

                 // the properties below are optional
                 GroupIdentifier = "groupIdentifier",
                 GroupType = "groupType",
                 RolePrincipalArn = "rolePrincipalArn",
                 Status = "status"
             };

Synopsis

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.

Properties

DomainIdentifier

The identifier of the Amazon DataZone domain in which a group profile exists.

string DomainIdentifier { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-groupprofile.html#cfn-datazone-groupprofile-domainidentifier

GroupIdentifier

The ID of the group of a project member.

string? GroupIdentifier { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-groupprofile.html#cfn-datazone-groupprofile-groupidentifier

GroupType

The type of the group.

string? GroupType { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-groupprofile.html#cfn-datazone-groupprofile-grouptype

RolePrincipalArn

The ARN of the role principal for the group profile.

string? RolePrincipalArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-groupprofile.html#cfn-datazone-groupprofile-roleprincipalarn

Status

The status of a group profile.

string? Status { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-groupprofile.html#cfn-datazone-groupprofile-status

Back to top Generated by DocFX