| Package | Description |
|---|---|
| software.amazon.awscdk.services.ram |
AWS Resource Access Manager Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnResourceShare.Builder |
CfnResourceShare.Builder.allowExternalPrincipals(Boolean allowExternalPrincipals)
Specifies whether principals outside your organization in AWS Organizations can be associated with a resource share.
|
CfnResourceShare.Builder |
CfnResourceShare.Builder.allowExternalPrincipals(IResolvable allowExternalPrincipals)
Specifies whether principals outside your organization in AWS Organizations can be associated with a resource share.
|
static CfnResourceShare.Builder |
CfnResourceShare.Builder.create(software.constructs.Construct scope,
String id) |
CfnResourceShare.Builder |
CfnResourceShare.Builder.name(String name)
Specifies the name of the resource share.
|
CfnResourceShare.Builder |
CfnResourceShare.Builder.permissionArns(List<String> permissionArns)
Specifies the [Amazon Resource Names (ARNs)](https://docs.aws.amazon.com//general/latest/gr/aws-arns-and-namespaces.html) of the AWS RAM permission to associate with the resource share.
|
CfnResourceShare.Builder |
CfnResourceShare.Builder.principals(List<String> principals)
Specifies a list of one or more principals to associate with the resource share.
|
CfnResourceShare.Builder |
CfnResourceShare.Builder.resourceArns(List<String> resourceArns)
Specifies a list of one or more ARNs of the resources to associate with the resource share.
|
CfnResourceShare.Builder |
CfnResourceShare.Builder.tags(List<? extends CfnTag> tags)
Specifies one or more tags to attach to the resource share itself.
|
Copyright © 2022. All rights reserved.