This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::ResilienceHubV2::Service PermissionModel
Defines the permission model for a service.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "CrossAccountRoleArns" :[ CrossAccountRoleConfiguration, ... ], "InvokerRoleName" :String}
YAML
CrossAccountRoleArns:- CrossAccountRoleConfigurationInvokerRoleName:String
Properties
CrossAccountRoleArnsProperty description not available.
Required: No
Type: Array of CrossAccountRoleConfiguration
Maximum:
10Update requires: No interruption
InvokerRoleNameProperty description not available.
Required: Yes
Type: String
Pattern:
^[A-Za-z0-9_+=,.@\-]{1,64}$Update requires: No interruption