Class CfnAutoScalingGroup.TrafficSourceIdentifierProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAutoScalingGroup.TrafficSourceIdentifierProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAutoScalingGroup.TrafficSourceIdentifierProperty
CfnAutoScalingGroup.TrafficSourceIdentifierProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.autoscaling.CfnAutoScalingGroup.TrafficSourceIdentifierProperty
CfnAutoScalingGroup.TrafficSourceIdentifierProperty.Builder, CfnAutoScalingGroup.TrafficSourceIdentifierProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAutoScalingGroup.TrafficSourceIdentifierProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnAutoScalingGroup.TrafficSourceIdentifierProperty.Builder.
-
-
Method Details
-
getIdentifier
Description copied from interface:CfnAutoScalingGroup.TrafficSourceIdentifierPropertyIdentifies the traffic source.For Application Load Balancers, Gateway Load Balancers, Network Load Balancers, and VPC Lattice, this will be the Amazon Resource Name (ARN) for a target group in this account and Region. For Classic Load Balancers, this will be the name of the Classic Load Balancer in this account and Region.
For example:
- Application Load Balancer ARN:
arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/1234567890123456 - Classic Load Balancer name:
my-classic-load-balancer - VPC Lattice ARN:
arn:aws:vpc-lattice:us-west-2:123456789012:targetgroup/tg-1234567890123456
To get the ARN of a target group for a Application Load Balancer, Gateway Load Balancer, or Network Load Balancer, or the name of a Classic Load Balancer, use the Elastic Load Balancing DescribeTargetGroups and DescribeLoadBalancers API operations.
To get the ARN of a target group for VPC Lattice, use the VPC Lattice GetTargetGroup API operation.
- Specified by:
getIdentifierin interfaceCfnAutoScalingGroup.TrafficSourceIdentifierProperty- See Also:
- Application Load Balancer ARN:
-
getType
Description copied from interface:CfnAutoScalingGroup.TrafficSourceIdentifierPropertyProvides additional context for the value ofIdentifier.The following lists the valid values:
elbifIdentifieris the name of a Classic Load Balancer.elbv2ifIdentifieris the ARN of an Application Load Balancer, Gateway Load Balancer, or Network Load Balancer target group.vpc-latticeifIdentifieris the ARN of a VPC Lattice target group.
Required if the identifier is the name of a Classic Load Balancer.
- Specified by:
getTypein interfaceCfnAutoScalingGroup.TrafficSourceIdentifierProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-