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
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
Remarks
GroupProfileId
The group profile ID of the IAM User Profile.
string? GroupProfileId { get; }
Property Value
Remarks
SessionName
The session name of the IAM User Profile.
string? SessionName { get; }