Interface CfnResourceShare.ResourceShareConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnResourceShare.ResourceShareConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnResourceShare

@Stability(Stable) public static interface CfnResourceShare.ResourceShareConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The configuration for a resource share.

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.ram.*;
 ResourceShareConfigurationProperty resourceShareConfigurationProperty = ResourceShareConfigurationProperty.builder()
         .exclusiveAccountAccess(false)
         .retainSharingOnAccountLeaveOrganization(false)
         .build();
 

See Also: