AlbSchema
Hierarchy
- unknown
- AlbSchema
Index
Properties
Properties
properties
Input properties.
properties.awsAccountId- The AWS account id.properties.awsRegionId- The AWS region id.properties.IpAddressType- The IP address type. Possible values areipv4.properties.Name- The name of the ALB.properties.Scheme- The scheme of the ALB. Possible values areinternet-facing.properties.Type- The type of the ALB. Possible values areapplication.
response
Saved response.
response.DNSName- The DNS name of the ALB.response.LoadBalancerArn- The ARN of the ALB.
The
AlbSchemaclass is the schema for theAlbresource, which represents the AWS Application Load Balancer resource. This resource can create an Application Load Balancer in AWS using the AWS JavaScript SDK V3 API. See official sdk docs.Resources/Alb
parents - This resource has parents.
resourceId - The resource id is of format
alb-<region-id>-<alb-name>