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::ODB::CloudVmCluster IamRole
Information about an AWS Identity and Access Management (IAM) service role associated with a resource.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AwsIntegration" :String, "IamRoleArn" :String, "Status" :String}
YAML
AwsIntegration:StringIamRoleArn:StringStatus:String
Properties
AwsIntegration-
The AWS integration configuration settings for the AWS Identity and Access Management (IAM) service role.
Required: No
Type: String
Allowed values:
KmsTdeUpdate requires: No interruption
IamRoleArn-
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) service role.
Required: No
Type: String
Pattern:
arn:(?:aws|aws-cn|aws-us-gov|aws-iso-{0,1}[a-z]{0,1}):iam::[0-9]{12}:role/.+Minimum:
20Maximum:
2048Update requires: No interruption
Status-
The current status of the AWS Identity and Access Management (IAM) service role.
Required: No
Type: String
Allowed values:
ASSOCIATING | DISASSOCIATING | FAILED | CONNECTED | DISCONNECTED | PARTIALLY_CONNECTED | UNKNOWNUpdate requires: No interruption