Package software.amazon.awscdk.cxapi
Interface LoadBalancerContextResponse
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LoadBalancerContextResponse.Jsii$Proxy
@Generated(value="jsii-pacmak/1.126.0 (build 206d44b)",
date="2026-02-09T14:39:21.385Z")
@Stability(Deprecated)
@Deprecated
public interface LoadBalancerContextResponse
extends software.amazon.jsii.JsiiSerializable
Deprecated.
(deprecated) Properties of a discovered load balancer.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cxapi.*;
LoadBalancerContextResponse loadBalancerContextResponse = LoadBalancerContextResponse.builder()
.ipAddressType(LoadBalancerIpAddressType.IPV4)
.loadBalancerArn("loadBalancerArn")
.loadBalancerCanonicalHostedZoneId("loadBalancerCanonicalHostedZoneId")
.loadBalancerDnsName("loadBalancerDnsName")
.securityGroupIds(List.of("securityGroupIds"))
.vpcId("vpcId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classDeprecated.static final classDeprecated. -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIpAddressType
Deprecated.(deprecated) Type of IP address. -
getLoadBalancerArn
Deprecated.(deprecated) The ARN of the load balancer. -
getLoadBalancerCanonicalHostedZoneId
Deprecated.(deprecated) The hosted zone ID of the load balancer's name. -
getLoadBalancerDnsName
Deprecated.(deprecated) Load balancer's DNS name. -
getSecurityGroupIds
Deprecated.(deprecated) Load balancer's security groups. -
getVpcId
Deprecated.(deprecated) Load balancer's VPC. -
builder
Deprecated.
-
@aws-cdk/cloud-assembly-api.