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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnResourceShare.ResourceShareConfigurationPropertystatic final classAn implementation forCfnResourceShare.ResourceShareConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExclusiveAccountAccess
The resource share restricts access to an account.Returns union: either
BooleanorIResolvable- See Also:
-
getRetainSharingOnAccountLeaveOrganization
Specifies whether the consumer account retains access to the resource share after leaving the organization.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-