Class CfnGroupProfile
The details of a group profile in Amazon DataZone.
Inherited Members
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnGroupProfile : CfnResource, IInspectable, IGroupProfileRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Class CfnGroupProfile Inherits CfnResource Implements IInspectable, IGroupProfileRef, IConstruct, IDependable, IEnvironmentAware
Remarks
CloudformationResource: AWS::DataZone::GroupProfile
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 cfnGroupProfile = new CfnGroupProfile(this, "MyCfnGroupProfile", new CfnGroupProfileProps {
DomainIdentifier = "domainIdentifier",
// the properties below are optional
GroupIdentifier = "groupIdentifier",
GroupType = "groupType",
RolePrincipalArn = "rolePrincipalArn",
Status = "status"
});
Synopsis
Constructors
| CfnGroupProfile(Construct, string, ICfnGroupProfileProps) | Create a new |
Properties
| AttrDomainId | The identifier of the Amazon DataZone domain in which a group profile exists. |
| AttrGroupName | The name of a group profile. |
| AttrId | The ID of a group profile. |
| AttrRolePrincipalId | The ID of the role principal for the group profile. |
| CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
| CfnProperties | The details of a group profile in Amazon DataZone. |
| CfnPropertyNames | The details of a group profile in Amazon DataZone. |
| DomainIdentifier | The identifier of the Amazon DataZone domain in which a group profile exists. |
| GroupIdentifier | The ID of the group of a project member. |
| GroupProfileRef | A reference to a GroupProfile resource. |
| GroupType | The type of the group. |
| RolePrincipalArn | The ARN of the role principal for the group profile. |
| Status | The status of a group profile. |
Methods
| Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
| IsCfnGroupProfile(object) | Checks whether the given object is a CfnGroupProfile. |
| RenderProperties(IDictionary<string, object>) | The details of a group profile in Amazon DataZone. |
Constructors
CfnGroupProfile(Construct, string, ICfnGroupProfileProps)
Create a new AWS::DataZone::GroupProfile.
public CfnGroupProfile(Construct scope, string id, ICfnGroupProfileProps props)
Parameters
- scope Construct
Scope in which this resource is defined.
- id string
Construct identifier for this resource (unique in its scope).
- props ICfnGroupProfileProps
Resource properties.
Remarks
CloudformationResource: AWS::DataZone::GroupProfile
ExampleMetadata: fixture=_generated
Properties
AttrDomainId
The identifier of the Amazon DataZone domain in which a group profile exists.
public virtual string AttrDomainId { get; }
Property Value
Remarks
CloudformationAttribute: DomainId
AttrGroupName
The name of a group profile.
public virtual string AttrGroupName { get; }
Property Value
Remarks
CloudformationAttribute: GroupName
AttrId
The ID of a group profile.
public virtual string AttrId { get; }
Property Value
Remarks
CloudformationAttribute: Id
AttrRolePrincipalId
The ID of the role principal for the group profile.
public virtual string AttrRolePrincipalId { get; }
Property Value
Remarks
CloudformationAttribute: RolePrincipalId
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
Remarks
CloudformationResource: AWS::DataZone::GroupProfile
ExampleMetadata: fixture=_generated
CfnProperties
The details of a group profile in Amazon DataZone.
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Overrides
Remarks
CloudformationResource: AWS::DataZone::GroupProfile
ExampleMetadata: fixture=_generated
CfnPropertyNames
The details of a group profile in Amazon DataZone.
protected override IDictionary<string, string> CfnPropertyNames { get; }
Property Value
Overrides
Remarks
CloudformationResource: AWS::DataZone::GroupProfile
ExampleMetadata: fixture=_generated
DomainIdentifier
The identifier of the Amazon DataZone domain in which a group profile exists.
public virtual string DomainIdentifier { get; set; }
Property Value
Remarks
CloudformationResource: AWS::DataZone::GroupProfile
ExampleMetadata: fixture=_generated
GroupIdentifier
The ID of the group of a project member.
public virtual string? GroupIdentifier { get; set; }
Property Value
Remarks
CloudformationResource: AWS::DataZone::GroupProfile
ExampleMetadata: fixture=_generated
GroupProfileRef
A reference to a GroupProfile resource.
public virtual IGroupProfileReference GroupProfileRef { get; }
Property Value
Remarks
CloudformationResource: AWS::DataZone::GroupProfile
ExampleMetadata: fixture=_generated
GroupType
The type of the group.
public virtual string? GroupType { get; set; }
Property Value
Remarks
CloudformationResource: AWS::DataZone::GroupProfile
ExampleMetadata: fixture=_generated
RolePrincipalArn
The ARN of the role principal for the group profile.
public virtual string? RolePrincipalArn { get; set; }
Property Value
Remarks
CloudformationResource: AWS::DataZone::GroupProfile
ExampleMetadata: fixture=_generated
Status
The status of a group profile.
public virtual string? Status { get; set; }
Property Value
Remarks
CloudformationResource: AWS::DataZone::GroupProfile
ExampleMetadata: fixture=_generated
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
tree inspector to collect and process attributes.
Remarks
CloudformationResource: AWS::DataZone::GroupProfile
ExampleMetadata: fixture=_generated
IsCfnGroupProfile(object)
Checks whether the given object is a CfnGroupProfile.
public static bool IsCfnGroupProfile(object x)
Parameters
- x object
Returns
Remarks
CloudformationResource: AWS::DataZone::GroupProfile
ExampleMetadata: fixture=_generated
RenderProperties(IDictionary<string, object>)
The details of a group profile in Amazon DataZone.
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props IDictionary<string, object>
Returns
Overrides
Remarks
CloudformationResource: AWS::DataZone::GroupProfile
ExampleMetadata: fixture=_generated