EventSourceMappingSourceAccessConfigurationArgs

data class EventSourceMappingSourceAccessConfigurationArgs(val type: Output<String>, val uri: Output<String>) : ConvertibleToJava<EventSourceMappingSourceAccessConfigurationArgs>

Constructors

constructor(type: Output<String>, uri: Output<String>)

Properties

Link copied to clipboard
val type: Output<String>

The type of authentication protocol, VPC components, or virtual host for your event source. For valid values, refer to the AWS documentation.

Link copied to clipboard
val uri: Output<String>

The URI for this configuration. For type VPC_SUBNET the value should be subnet:subnet_id where subnet_id is the value you would find in an aws.ec2.Subnet resource's id attribute. For type VPC_SECURITY_GROUP the value should be security_group:security_group_id where security_group_id is the value you would find in an aws.ec2.SecurityGroup resource's id attribute.

Functions

Link copied to clipboard
open override fun toJava(): EventSourceMappingSourceAccessConfigurationArgs