AWS::ResilienceHub::App PhysicalResourceId
Defines a physical resource identifier.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AwsAccountId" :
String
, "AwsRegion" :String
, "Identifier" :String
, "Type" :String
}
YAML
AwsAccountId:
String
AwsRegion:String
Identifier:String
Type:String
Properties
AwsAccountId
-
The AWS account that owns the physical resource.
Required: No
Type: String
Update requires: No interruption
AwsRegion
-
The AWS 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 AWS Resilience Hub-native identifier.
Required: Yes
Type: String
Update requires: No interruption