Show / Hide Table of Contents

Class CfnUserProfile.IamUserProfileDetailsProperty

The details of the IAM User Profile.

Inheritance
object
CfnUserProfile.IamUserProfileDetailsProperty
Implements
CfnUserProfile.IIamUserProfileDetailsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnUserProfile.IamUserProfileDetailsProperty : CfnUserProfile.IIamUserProfileDetailsProperty
Syntax (vb)
Public Class CfnUserProfile.IamUserProfileDetailsProperty Implements 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

Constructors

IamUserProfileDetailsProperty()

The details of the IAM User Profile.

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.

Constructors

IamUserProfileDetailsProperty()

The details of the IAM User Profile.

public IamUserProfileDetailsProperty()
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"
             };

Properties

Arn

The ARN of the IAM User Profile.

public string? Arn { get; set; }
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.

public string? GroupProfileId { get; set; }
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.

public string? SessionName { get; set; }
Property Value

string

Remarks

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

Implements

CfnUserProfile.IIamUserProfileDetailsProperty
Back to top Generated by DocFX