AlbSchema
Hierarchy
- BaseResourceSchema
- AlbSchema
Index
Properties
Properties
inheritedparents
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
.
Type declaration
awsAccountId: string
awsRegionId: string
IpAddressType: ipv4
Name: string
Scheme: internet-facing
Type: application
inheritedresourceId
response
Saved response.
response.DNSName
- The DNS name of the ALB.response.LoadBalancerArn
- The ARN of the ALB.
Type declaration
optionalDNSName?: string
optionalLoadBalancerArn?: string
inheritedtags
Type declaration
[key string]: string
The
AlbSchema
class is the schema for theAlb
resource, 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>