Show / Hide Table of Contents

Interface ICfnUserProfileProps

Properties for defining a CfnUserProfile.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-userprofile.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 cfnUserProfileProps = new CfnUserProfileProps {
                 DomainIdentifier = "domainIdentifier",
                 UserIdentifier = "userIdentifier",

                 // the properties below are optional
                 SessionName = "sessionName",
                 Status = "status",
                 UserType = "userType"
             };

Synopsis

Properties

DomainIdentifier

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

SessionName

The session name of the user profile.

Status

The status of the user profile.

UserIdentifier

The identifier of the user for which the user profile is created.

UserType

The user type of the user for which the user profile is created.

Properties

DomainIdentifier

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

string DomainIdentifier { get; }
Property Value

string

Remarks

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

SessionName

The session name of the user profile.

string? SessionName { get; }
Property Value

string

Remarks

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

Status

The status of the user profile.

string? Status { get; }
Property Value

string

Remarks

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

UserIdentifier

The identifier of the user for which the user profile is created.

string UserIdentifier { get; }
Property Value

string

Remarks

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

UserType

The user type of the user for which the user profile is created.

string? UserType { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX