Values.DescribeAppVersionResourceRequestSourceDescribes a resource of the Resilience Hub application. This API accepts only one of the following parameters to describe the resource: resourceName logicalResourceId physicalResourceId (Along with physicalResourceId, you can also provide awsAccountId, and awsRegion)
type nonrec t = {appArn : Arn.t;Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
*)appVersion : EntityVersion.t;Resilience Hub application version.
*)awsAccountId : CustomerId.t option;Amazon Web Services account that owns the physical resource.
*)awsRegion : AwsRegion.t option;Amazon Web Services region that owns the physical resource.
*)logicalResourceId : LogicalResourceId.t option;Logical identifier of the resource.
*)physicalResourceId : String2048.t option;Physical identifier of the resource.
*)resourceName : EntityName.t option;Name of the resource.
*)}val make :
?awsAccountId:??? ->
?awsRegion:??? ->
?logicalResourceId:??? ->
?physicalResourceId:??? ->
?resourceName:??? ->
appArn:Arn.t ->
appVersion:EntityVersion.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Arn.t
| `Structure of (string * [> `String of String255.t ]) list ])
list ]