Values.UpdateAppVersionResourceRequestSourceUpdates the resource details in the Resilience Hub application. This action has no effect outside Resilience Hub. This API updates the Resilience Hub application draft version. To use this resource for running resiliency assessments, you must publish the Resilience Hub application using the PublishAppVersion API. To update application version with new physicalResourceID, you must call ResolveAppVersionResources API.
type nonrec t = {additionalInfo : AdditionalInfoMap.t option;Currently, there is no supported additional information for resources.
*)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.
*)appComponents : AppComponentNameList.t option;List of Application Components that this resource belongs to. If an Application Component is not part of the Resilience Hub application, it will be added.
*)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.
*)excluded : BooleanOptional.t option;Indicates if a resource is excluded from an Resilience Hub application. You can exclude only imported resources from an Resilience Hub application.
*)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.
*)resourceType : String255.t option;Type of resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `List of [> `String of String255.t ] list
| `Map of
([> `String of String128WithoutWhitespace.t ]
* [> `List of [> `String of String1024.t ] list ])
list
| `String of Arn.t
| `Structure of (string * [> `String of String255.t ]) list ])
list ]