Interface CfnUserProfilePropsMixin.IamUserProfileDetailsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserProfilePropsMixin.IamUserProfileDetailsProperty.Jsii$Proxy
- Enclosing class:
CfnUserProfilePropsMixin
@Stability(Stable)
public static interface CfnUserProfilePropsMixin.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.cfnpropertymixins.services.datazone.*;
IamUserProfileDetailsProperty iamUserProfileDetailsProperty = IamUserProfileDetailsProperty.builder()
.arn("arn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnUserProfilePropsMixin.IamUserProfileDetailsPropertystatic final classAn implementation forCfnUserProfilePropsMixin.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
-