Features | Pricing | Documentation | Contact | Blog

Custom::ProxylityUdpGatewayListener 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,
        "DurationInMinutes" : String
    }
    

YAML

    ExternalId: String
    RoleArn: String
    DurationInMinutes: String
    

Properties

RoleArn

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

Required: No

Type: String

Update requires: No interruption

DurationInMinutes

The time the STS session requested by proxylity will be allowed to be valid.

Required: No

Type: String

Update requires: No interruption