Indicates the execution role to be assumed by proxylity, allowing use of the destination resource.
To declare this entity in your AWS CloudFormation template, use the following syntax:
{
"ExternalId" : String,
"RoleArn" : String,
"Duration" : String
}
ExternalId: String
RoleArn: String
Duration: String
The ARN of the AWS::IAM::Role for proxylity to assume.
The role's policy must grant permissions appropriate for the destination service type. If the destination is
configured with a LogGroupName, the role must also include logs:CreateLogStream and
logs:PutLogEvents permissions for the specified log group.
Required: No
Type: String
Update requires: No interruption
The time an STS session requested by proxylity will be allowed to be valid. The value specified can range from 900 seconds (15 minutes) up to the maximum session duration set for the role (up to 12 hours). The format of the duration may be a single number of hours "h", hours and minutes "hh:mm" or hours, minutes and seconds "hh:mm:ss".
Required: No
Type: String
Update requires: No interruption