Skip to main content

AlbListenerSchema

The AlbListenerSchema class is the schema for the AlbListener resource, which represents the AWS Application Load Balancer Listener resource. This resource can create a alb listener in AWS using the AWS JavaScript SDK V3 API. See official sdk docs.

@group

Resources/AlbListener

@overrideProperty

parents - This resource has parents.

@overrideProperty

resourceId - The resource id is of format alb-listener-<alb-name>

Hierarchy

  • unknown
    • AlbListenerSchema

Index

Properties

properties

properties: any = ...

Input properties.

  • properties.awsAccountId - The AWS account ID.
  • properties.awsRegionId - The AWS region ID.
  • properties.DefaultActions - Specify an action to run when none of the conditions are met. See IAlbListenerActionTypes for options.
  • properties.Port - The port on which the listener is listening.
  • properties.Protocol - The protocol to use. Valid values are HTTP.
  • properties.rules - Specify the rules for the listener. A rule must contain conditions as per IAlbListenerRuleTypes, a set of actions to perform if the conditions are met as per IAlbListenerActionTypes, and a priority which determines the order in which the rules are evaluated.
@group

Properties

response

response: any = ...

Saved response.

  • response.ListenerArn - ALB Listener ARN.
  • response.Rules - An array of ALB Listener Rule ARNs and priorities.
Page Options