Features | Pricing | Documentation | Contact | Blog

Custom::ProxylityUdpGatewayListener Destination Role

Indicates the execution role to be assumed by proxylity, allowing use of the destination resource.

Syntax

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

JSON

{
  "ExternalId" : String,
  "RoleArn" : String,
  "Duration" : String
}
    

YAML

ExternalId: String
RoleArn: String
Duration: String
    

Properties

RoleArn

The ARN of the AWS::IAM::Role for proxylity to assume.

Required: No

Type: String

Update requires: No interruption

Duration

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