@Generated(value="jsii-pacmak/1.9.0 (build 5c646d5)", date="2020-08-14T23:35:55.601Z") @Stability(value=Stable) public interface ResourceProps extends software.amazon.jsii.JsiiSerializable
Resource.| Modifier and Type | Interface and Description |
|---|---|
static class |
ResourceProps.Builder
A builder for
ResourceProps |
static class |
ResourceProps.Jsii$Proxy
An implementation for
ResourceProps |
| Modifier and Type | Method and Description |
|---|---|
static ResourceProps.Builder |
builder() |
default String |
getPhysicalName()
The value passed in by users to the physical name prop of the resource.
|
@Stability(value=Stable) @Nullable default String getPhysicalName()
undefined implies that a physical name will be allocated by
CloudFormation during deployment.PhysicalName.GENERATE_IF_NEEDED is a marker that indicates that a physical will only be generated
by the CDK if it is needed for cross-environment references. Otherwise, it will be allocated by CloudFormation.Default: - The physical name will be allocated by CloudFormation at deployment time
@Stability(value=Stable) static ResourceProps.Builder builder()
ResourceProps.Builder of ResourcePropsCopyright © 2020. All rights reserved.