@Stability(value=Stable)
public static interface CfnApp.PhysicalResourceIdProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// 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.*;
PhysicalResourceIdProperty physicalResourceIdProperty = PhysicalResourceIdProperty.builder()
.identifier("identifier")
.type("type")
// the properties below are optional
.awsAccountId("awsAccountId")
.awsRegion("awsRegion")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApp.PhysicalResourceIdProperty.Builder
A builder for
CfnApp.PhysicalResourceIdProperty |
static class |
CfnApp.PhysicalResourceIdProperty.Jsii$Proxy
An implementation for
CfnApp.PhysicalResourceIdProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApp.PhysicalResourceIdProperty.Builder |
builder() |
default String |
getAwsAccountId()
The AWS account that owns the physical resource.
|
default String |
getAwsRegion()
The AWS Region that the physical resource is located in.
|
String |
getIdentifier()
The identifier of the physical resource.
|
String |
getType()
Specifies the type of physical resource identifier.
|
@Stability(value=Stable) @NotNull String getIdentifier()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default String getAwsAccountId()
@Stability(value=Stable) @Nullable default String getAwsRegion()
@Stability(value=Stable) static CfnApp.PhysicalResourceIdProperty.Builder builder()
Copyright © 2022. All rights reserved.