Show / Hide Table of Contents

Class CfnGroupProps

Properties for defining a CfnGroup.

Inheritance
System.Object
CfnGroupProps
Implements
ICfnGroupProps
Namespace: Amazon.CDK.AWS.IdentityStore
Assembly: Amazon.CDK.AWS.IdentityStore.dll
Syntax (csharp)
public class CfnGroupProps : Object, ICfnGroupProps
Syntax (vb)
Public Class CfnGroupProps
    Inherits Object
    Implements ICfnGroupProps
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-identitystore-group.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.IdentityStore;

var cfnGroupProps = new CfnGroupProps {
    DisplayName = "displayName",
    IdentityStoreId = "identityStoreId",

    // the properties below are optional
    Description = "description"
};

Synopsis

Constructors

CfnGroupProps()

Properties

Description

A string containing the description of the group.

DisplayName

AWS::IdentityStore::Group.DisplayName.

IdentityStoreId

AWS::IdentityStore::Group.IdentityStoreId.

Constructors

CfnGroupProps()

public CfnGroupProps()

Properties

Description

A string containing the description of the group.

public string Description { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-identitystore-group.html#cfn-identitystore-group-description

DisplayName

AWS::IdentityStore::Group.DisplayName.

public string DisplayName { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-identitystore-group.html#cfn-identitystore-group-displayname

IdentityStoreId

AWS::IdentityStore::Group.IdentityStoreId.

public string IdentityStoreId { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-identitystore-group.html#cfn-identitystore-group-identitystoreid

Implements

ICfnGroupProps
Back to top Generated by DocFX