@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:46.961Z") public interface AddApplicationTargetGroupsProps extends AddRuleProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.elasticloadbalancingv2.*; ApplicationTargetGroup applicationTargetGroup; ListenerCondition listenerCondition; AddApplicationTargetGroupsProps addApplicationTargetGroupsProps = AddApplicationTargetGroupsProps.builder() .targetGroups(List.of(applicationTargetGroup)) // the properties below are optional .conditions(List.of(listenerCondition)) .hostHeader("hostHeader") .pathPattern("pathPattern") .pathPatterns(List.of("pathPatterns")) .priority(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
AddApplicationTargetGroupsProps.Builder
A builder for
AddApplicationTargetGroupsProps |
static class |
AddApplicationTargetGroupsProps.Jsii$Proxy
An implementation for
AddApplicationTargetGroupsProps |
Modifier and Type | Method and Description |
---|---|
static AddApplicationTargetGroupsProps.Builder |
builder() |
java.util.List<IApplicationTargetGroup> |
getTargetGroups()
Target groups to forward requests to.
|
getConditions, getHostHeader, getPathPattern, getPathPatterns, getPriority
java.util.List<IApplicationTargetGroup> getTargetGroups()
static AddApplicationTargetGroupsProps.Builder builder()
builder
in interface AddRuleProps
AddApplicationTargetGroupsProps.Builder
of AddApplicationTargetGroupsProps