| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs.patterns |
CDK Construct library for higher-level ECS Constructs
|
| Modifier and Type | Method and Description |
|---|---|
default NetworkLoadBalancedServiceRecordType |
NetworkLoadBalancedServiceBaseProps.getRecordType()
Specifies whether the Route53 record should be a CNAME, an A record using the Alias feature or no record at all.
|
NetworkLoadBalancedServiceRecordType |
NetworkLoadBalancedServiceBaseProps.Jsii$Proxy.getRecordType() |
NetworkLoadBalancedServiceRecordType |
NetworkLoadBalancedEc2ServiceProps.Jsii$Proxy.getRecordType() |
NetworkLoadBalancedServiceRecordType |
NetworkLoadBalancedFargateServiceProps.Jsii$Proxy.getRecordType() |
static NetworkLoadBalancedServiceRecordType |
NetworkLoadBalancedServiceRecordType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkLoadBalancedServiceRecordType[] |
NetworkLoadBalancedServiceRecordType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.