Uses of Class
software.amazon.awscdk.services.ram.CfnResourceShareProps.Builder
Packages that use CfnResourceShareProps.Builder
Package
Description
AWS Resource Access Manager Construct Library
-
Uses of CfnResourceShareProps.Builder in software.amazon.awscdk.services.ram
Methods in software.amazon.awscdk.services.ram that return CfnResourceShareProps.BuilderModifier and TypeMethodDescriptionCfnResourceShareProps.Builder.allowExternalPrincipals
(Boolean allowExternalPrincipals) Sets the value ofCfnResourceShareProps.getAllowExternalPrincipals()
CfnResourceShareProps.Builder.allowExternalPrincipals
(IResolvable allowExternalPrincipals) Sets the value ofCfnResourceShareProps.getAllowExternalPrincipals()
CfnResourceShareProps.builder()
Sets the value ofCfnResourceShareProps.getName()
CfnResourceShareProps.Builder.permissionArns
(List<String> permissionArns) Sets the value ofCfnResourceShareProps.getPermissionArns()
CfnResourceShareProps.Builder.principals
(List<String> principals) Sets the value ofCfnResourceShareProps.getPrincipals()
CfnResourceShareProps.Builder.resourceArns
(List<String> resourceArns) Sets the value ofCfnResourceShareProps.getResourceArns()
Sets the value ofCfnResourceShareProps.getTags()
Constructors in software.amazon.awscdk.services.ram with parameters of type CfnResourceShareProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnResourceShareProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnResourceShareProps.Builder
.