We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.globalaccelerator.Listener
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Resource Type definition for AWS::GlobalAccelerator::Listener
Create Listener Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Listener(name: string, args: ListenerArgs, opts?: CustomResourceOptions);
@overload
def Listener(resource_name: str,
args: ListenerArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Listener(resource_name: str,
opts: Optional[ResourceOptions] = None,
accelerator_arn: Optional[str] = None,
port_ranges: Optional[Sequence[ListenerPortRangeArgs]] = None,
protocol: Optional[ListenerProtocol] = None,
client_affinity: Optional[ListenerClientAffinity] = None)
func NewListener(ctx *Context, name string, args ListenerArgs, opts ...ResourceOption) (*Listener, error)
public Listener(string name, ListenerArgs args, CustomResourceOptions? opts = null)
public Listener(String name, ListenerArgs args)
public Listener(String name, ListenerArgs args, CustomResourceOptions options)
type: aws-native:globalaccelerator:Listener
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ListenerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ListenerArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ListenerArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ListenerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ListenerArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Listener Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Listener resource accepts the following input properties:
- Accelerator
Arn string - The Amazon Resource Name (ARN) of the accelerator.
- Port
Ranges List<Pulumi.Aws Native. Global Accelerator. Inputs. Listener Port Range> - The list of port ranges for the connections from clients to the accelerator.
- Protocol
Pulumi.
Aws Native. Global Accelerator. Listener Protocol - The protocol for the listener.
- Client
Affinity Pulumi.Aws Native. Global Accelerator. Listener Client Affinity - Client affinity lets you direct all requests from a user to the same endpoint.
- Accelerator
Arn string - The Amazon Resource Name (ARN) of the accelerator.
- Port
Ranges []ListenerPort Range Args - The list of port ranges for the connections from clients to the accelerator.
- Protocol
Listener
Protocol - The protocol for the listener.
- Client
Affinity ListenerClient Affinity - Client affinity lets you direct all requests from a user to the same endpoint.
- accelerator
Arn String - The Amazon Resource Name (ARN) of the accelerator.
- port
Ranges List<ListenerPort Range> - The list of port ranges for the connections from clients to the accelerator.
- protocol
Listener
Protocol - The protocol for the listener.
- client
Affinity ListenerClient Affinity - Client affinity lets you direct all requests from a user to the same endpoint.
- accelerator
Arn string - The Amazon Resource Name (ARN) of the accelerator.
- port
Ranges ListenerPort Range[] - The list of port ranges for the connections from clients to the accelerator.
- protocol
Listener
Protocol - The protocol for the listener.
- client
Affinity ListenerClient Affinity - Client affinity lets you direct all requests from a user to the same endpoint.
- accelerator_
arn str - The Amazon Resource Name (ARN) of the accelerator.
- port_
ranges Sequence[ListenerPort Range Args] - The list of port ranges for the connections from clients to the accelerator.
- protocol
Listener
Protocol - The protocol for the listener.
- client_
affinity ListenerClient Affinity - Client affinity lets you direct all requests from a user to the same endpoint.
- accelerator
Arn String - The Amazon Resource Name (ARN) of the accelerator.
- port
Ranges List<Property Map> - The list of port ranges for the connections from clients to the accelerator.
- protocol "TCP" | "UDP"
- The protocol for the listener.
- client
Affinity "NONE" | "SOURCE_IP" - Client affinity lets you direct all requests from a user to the same endpoint.
Outputs
All input properties are implicitly available as output properties. Additionally, the Listener resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Listener
Arn string - The Amazon Resource Name (ARN) of the listener.
- Id string
- The provider-assigned unique ID for this managed resource.
- Listener
Arn string - The Amazon Resource Name (ARN) of the listener.
- id String
- The provider-assigned unique ID for this managed resource.
- listener
Arn String - The Amazon Resource Name (ARN) of the listener.
- id string
- The provider-assigned unique ID for this managed resource.
- listener
Arn string - The Amazon Resource Name (ARN) of the listener.
- id str
- The provider-assigned unique ID for this managed resource.
- listener_
arn str - The Amazon Resource Name (ARN) of the listener.
- id String
- The provider-assigned unique ID for this managed resource.
- listener
Arn String - The Amazon Resource Name (ARN) of the listener.
Supporting Types
ListenerClientAffinity, ListenerClientAffinityArgs
- None
- NONE
- Source
Ip - SOURCE_IP
- Listener
Client Affinity None - NONE
- Listener
Client Affinity Source Ip - SOURCE_IP
- None
- NONE
- Source
Ip - SOURCE_IP
- None
- NONE
- Source
Ip - SOURCE_IP
- NONE
- NONE
- SOURCE_IP
- SOURCE_IP
- "NONE"
- NONE
- "SOURCE_IP"
- SOURCE_IP
ListenerPortRange, ListenerPortRangeArgs
ListenerProtocol, ListenerProtocolArgs
- Tcp
- TCP
- Udp
- UDP
- Listener
Protocol Tcp - TCP
- Listener
Protocol Udp - UDP
- Tcp
- TCP
- Udp
- UDP
- Tcp
- TCP
- Udp
- UDP
- TCP
- TCP
- UDP
- UDP
- "TCP"
- TCP
- "UDP"
- UDP
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi