Class CfnUserProfile.IamUserProfileDetailsProperty
The details of an IAM user profile in Amazon DataZone.
Inheritance
Namespace: Amazon.CDK.AwsDatazone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class IamUserProfileDetailsProperty : Object, CfnUserProfile.IIamUserProfileDetailsProperty
Syntax (vb)
Public Class IamUserProfileDetailsProperty
Inherits Object
Implements 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"
};
Synopsis
Constructors
Iam |
Properties
Arn | The ARN of an IAM user profile in Amazon DataZone. |
Constructors
IamUserProfileDetailsProperty()
public IamUserProfileDetailsProperty()
Properties
Arn
The ARN of an IAM user profile in Amazon DataZone.
public string Arn { get; set; }
Property Value
System.