Listener

class Listener : KotlinCustomResource

Creates a listener for a service. Before you start using your Amazon VPC Lattice service, you must add one or more listeners. A listener is a process that checks for connection requests to your services.

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the listener.

Link copied to clipboard
val awsId: Output<String>

The ID of the listener.

Link copied to clipboard

The action for the default rule. Each listener has a default rule. The default rule is used if no other rules match.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>?

The name of the listener. A listener name must be unique within a service. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen. If you don't specify a name, CloudFormation generates one. However, if you specify a name, and later want to replace the resource, you must specify a new name.

Link copied to clipboard
val port: Output<Int>?

The listener port. You can specify a value from 1 to 65535. For HTTP, the default is 80. For HTTPS, the default is 443.

Link copied to clipboard

The listener protocol.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val serviceArn: Output<String>

The Amazon Resource Name (ARN) of the service.

Link copied to clipboard
val serviceId: Output<String>

The ID of the service.

Link copied to clipboard

The ID or Amazon Resource Name (ARN) of the service.

Link copied to clipboard
val tags: Output<List<Tag>>?

The tags for the listener.

Link copied to clipboard
val urn: Output<String>