Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ram.CfnResourceSharePropsMixin.Builder
Packages that use CfnResourceSharePropsMixin.Builder
-
Uses of CfnResourceSharePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ram
Methods in software.amazon.awscdk.cfnpropertymixins.services.ram that return CfnResourceSharePropsMixin.BuilderModifier and TypeMethodDescriptionCfnResourceSharePropsMixin.Builder.allowExternalPrincipals(Boolean allowExternalPrincipals) Specifies whether principals outside your organization in AWS Organizations can be associated with a resource share.CfnResourceSharePropsMixin.Builder.allowExternalPrincipals(IResolvable allowExternalPrincipals) Specifies whether principals outside your organization in AWS Organizations can be associated with a resource share.CfnResourceSharePropsMixin.Builder.create()CfnResourceSharePropsMixin.Builder.create(CfnPropertyMixinOptions options) Specifies the name of the resource share.CfnResourceSharePropsMixin.Builder.permissionArns(List<String> permissionArns) Specifies the Amazon Resource Names (ARNs) of the AWS RAM permission to associate with the resource share.CfnResourceSharePropsMixin.Builder.principals(List<String> principals) Specifies the principals to associate with the resource share.CfnResourceSharePropsMixin.Builder.resourceArns(List<String> resourceArns) Specifies a list of one or more ARNs of the resources to associate with the resource share.Specifies from which source accounts the service principal has access to the resources in this resource share.Specifies one or more tags to attach to the resource share itself.