This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::ODB::CloudAutonomousVmCluster IamRole
Information about an Amazon Identity and Access Management (IAM) service role associated with a resource.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AwsIntegration" :String, "IamRoleArn" :String, "Status" :String}
YAML
AwsIntegration:StringIamRoleArn:StringStatus:String
Properties
AwsIntegration-
The Amazon integration configuration settings for the Amazon 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 Amazon 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 Amazon Identity and Access Management (IAM) service role.
Required: No
Type: String
Allowed values:
ASSOCIATING | DISASSOCIATING | FAILED | CONNECTED | DISCONNECTED | PARTIALLY_CONNECTED | UNKNOWNUpdate requires: No interruption