Create Cross Account Authorization
route53recoveryreadiness_create_cross_account_authorization | R Documentation |
Creates a cross-account readiness authorization¶
Description¶
Creates a cross-account readiness authorization. This lets you authorize another account to work with Route 53 Application Recovery Controller, for example, to check the readiness status of resources in a separate account.
Usage¶
route53recoveryreadiness_create_cross_account_authorization(
CrossAccountAuthorization)
Arguments¶
CrossAccountAuthorization |
[required] The cross-account authorization. |
Value¶
A list with the following syntax:
list(
CrossAccountAuthorization = "string"
)
Request syntax¶
svc$create_cross_account_authorization(
CrossAccountAuthorization = "string"
)