View a markdown version of this page

AWS::Connect::Metric CreatedByInfo - AWS CloudFormation

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::Connect::Metric CreatedByInfo

Information on the identity that created the file.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "AWSIdentityArn" : String, "ConnectUserArn" : String }

YAML

AWSIdentityArn: String ConnectUserArn: String

Properties

AWSIdentityArn

STS or IAM ARN representing the identity of API Caller. SDK users cannot populate this and this value is calculated automatically if ConnectUserArn is not provided.

Required: No

Type: String

Update requires: No interruption

ConnectUserArn

An agent ARN representing a connect user.

Required: No

Type: String

Update requires: No interruption