Show / Hide Table of Contents

Interface CfnUserProfile.IIamUserProfileDetailsProperty

The details of the IAM User Profile.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-userprofile-iamuserprofiledetails.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 iamUserProfileDetailsProperty = new IamUserProfileDetailsProperty {
                 Arn = "arn",
                 GroupProfileId = "groupProfileId",
                 SessionName = "sessionName"
             };

Synopsis

Properties

Arn

The ARN of the IAM User Profile.

GroupProfileId

The group profile ID of the IAM User Profile.

SessionName

The session name of the IAM User Profile.

Properties

Arn

The ARN of the IAM User Profile.

string? Arn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-userprofile-iamuserprofiledetails.html#cfn-datazone-userprofile-iamuserprofiledetails-arn

GroupProfileId

The group profile ID of the IAM User Profile.

string? GroupProfileId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-userprofile-iamuserprofiledetails.html#cfn-datazone-userprofile-iamuserprofiledetails-groupprofileid

SessionName

The session name of the IAM User Profile.

string? SessionName { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX