Interface CfnExpressGatewayService.IngressPathArnsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnExpressGatewayService.IngressPathArnsProperty.Jsii$Proxy
- Enclosing class:
CfnExpressGatewayService
@Stability(Stable)
public static interface CfnExpressGatewayService.IngressPathArnsProperty
extends software.amazon.jsii.JsiiSerializable
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.ecs.*;
IngressPathArnsProperty ingressPathArnsProperty = IngressPathArnsProperty.builder()
.certificateArn("certificateArn")
.listenerArn("listenerArn")
.listenerRuleArn("listenerRuleArn")
.loadBalancerArn("loadBalancerArn")
.loadBalancerSecurityGroups(List.of("loadBalancerSecurityGroups"))
.targetGroupArns(List.of("targetGroupArns"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnExpressGatewayService.IngressPathArnsPropertystatic final classAn implementation forCfnExpressGatewayService.IngressPathArnsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCertificateArn
- See Also:
-
getListenerArn
- See Also:
-
getListenerRuleArn
- See Also:
-
getLoadBalancerArn
- See Also:
-
getLoadBalancerSecurityGroups
- See Also:
-
getTargetGroupArns
- See Also:
-
builder
-