AWS::ResilienceHub::App PhysicalResourceId
Defines a physical resource identifier.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AwsAccountId" :String, "AwsRegion" :String, "Identifier" :String, "Type" :String}
YAML
AwsAccountId:StringAwsRegion:StringIdentifier:StringType:String
Properties
AwsAccountId-
The Amazon account that owns the physical resource.
Required: No
Type: String
Update requires: No interruption
AwsRegion-
The Amazon Web Services Region that the physical resource is located in.
Required: No
Type: String
Update requires: No interruption
Identifier-
The identifier of the physical resource.
Required: Yes
Type: String
Update requires: No interruption
Type-
Specifies the type of physical resource identifier.
- Arn
-
The resource identifier is an Amazon Resource Name (ARN) .
- Native
-
The resource identifier is an Amazon Resilience Hub-native identifier.
Required: Yes
Type: String
Update requires: No interruption