@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.936Z") @Stability(value=Stable) public interface CfnResourceShareProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResourceShareProps.Builder
A builder for
CfnResourceShareProps |
static class |
CfnResourceShareProps.Jsii$Proxy
An implementation for
CfnResourceShareProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnResourceShareProps.Builder |
builder() |
default Object |
getAllowExternalPrincipals()
`AWS::RAM::ResourceShare.AllowExternalPrincipals`.
|
String |
getName()
`AWS::RAM::ResourceShare.Name`.
|
default List<String> |
getPrincipals()
`AWS::RAM::ResourceShare.Principals`.
|
default List<String> |
getResourceArns()
`AWS::RAM::ResourceShare.ResourceArns`.
|
default List<CfnTag> |
getTags()
`AWS::RAM::ResourceShare.Tags`.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default Object getAllowExternalPrincipals()
@Stability(value=Stable) @Nullable default List<String> getPrincipals()
@Stability(value=Stable) @Nullable default List<String> getResourceArns()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnResourceShareProps.Builder builder()
CfnResourceShareProps.Builder of CfnResourceSharePropsCopyright © 2021. All rights reserved.