Interface CfnUserProfile.IamUserProfileDetailsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserProfile.IamUserProfileDetailsProperty.Jsii$Proxy
- Enclosing class:
CfnUserProfile
@Stability(Stable)
public static interface CfnUserProfile.IamUserProfileDetailsProperty
extends software.amazon.jsii.JsiiSerializable
The details of the IAM User Profile.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.datazone.*;
IamUserProfileDetailsProperty iamUserProfileDetailsProperty = IamUserProfileDetailsProperty.builder()
.arn("arn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnUserProfile.IamUserProfileDetailsPropertystatic final classAn implementation forCfnUserProfile.IamUserProfileDetailsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
The ARN of the IAM User Profile.- See Also:
-
builder
-