EventSourceMappingSourceAccessConfiguration constructor
const
EventSourceMappingSourceAccessConfiguration({})
Creates a new EventSourceMappingSourceAccessConfiguration.
type Type of authentication protocol, VPC components, or virtual host for your event source. For valid values, refer to the AWS documentation.
uri URI for this configuration. For type VPC_SUBNET the value should be subnet:subnet_id where subnetId 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 securityGroupId is the value you would find in an aws.ec2.SecurityGroup resource's id attribute.
Implementation
const EventSourceMappingSourceAccessConfiguration({
required this.type,
required this.uri,
});