@Stability(value=Stable)
public static interface CfnApp.ResourceMappingProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.resiliencehub.*;
ResourceMappingProperty resourceMappingProperty = ResourceMappingProperty.builder()
.mappingType("mappingType")
.physicalResourceId(PhysicalResourceIdProperty.builder()
.identifier("identifier")
.type("type")
// the properties below are optional
.awsAccountId("awsAccountId")
.awsRegion("awsRegion")
.build())
// the properties below are optional
.logicalStackName("logicalStackName")
.resourceName("resourceName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApp.ResourceMappingProperty.Builder
A builder for
CfnApp.ResourceMappingProperty |
static class |
CfnApp.ResourceMappingProperty.Jsii$Proxy
An implementation for
CfnApp.ResourceMappingProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApp.ResourceMappingProperty.Builder |
builder() |
default String |
getLogicalStackName()
`CfnApp.ResourceMappingProperty.LogicalStackName`.
|
String |
getMappingType()
`CfnApp.ResourceMappingProperty.MappingType`.
|
Object |
getPhysicalResourceId()
`CfnApp.ResourceMappingProperty.PhysicalResourceId`.
|
default String |
getResourceName()
`CfnApp.ResourceMappingProperty.ResourceName`.
|
@Stability(value=Stable) @Nullable default String getLogicalStackName()
@Stability(value=Stable) @NotNull String getMappingType()
@Stability(value=Stable) @NotNull Object getPhysicalResourceId()
@Stability(value=Stable) @Nullable default String getResourceName()
@Stability(value=Stable) static CfnApp.ResourceMappingProperty.Builder builder()
Copyright © 2021. All rights reserved.