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 an IAM user profile in Amazon DataZone.

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: