| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| software.amazon.awscdk.services.servicediscovery |
Amazon ECS Service Discovery Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default DnsRecordType |
CloudMapOptions.getDnsRecordType()
(experimental) The DNS record type that you want AWS Cloud Map to create.
|
DnsRecordType |
CloudMapOptions.Jsii$Proxy.getDnsRecordType() |
| Modifier and Type | Method and Description |
|---|---|
CloudMapOptions.Builder |
CloudMapOptions.Builder.dnsRecordType(DnsRecordType dnsRecordType)
Sets the value of
CloudMapOptions.getDnsRecordType() |
| Constructor and Description |
|---|
Jsii$Proxy(INamespace cloudMapNamespace,
ContainerDefinition container,
Number containerPort,
DnsRecordType dnsRecordType,
Duration dnsTtl,
Number failureThreshold,
String name)
Constructor that initializes the object based on literal property values passed by the
CloudMapOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
DnsRecordType |
ServiceAttributes.getDnsRecordType() |
DnsRecordType |
ServiceAttributes.Jsii$Proxy.getDnsRecordType() |
DnsRecordType |
ServiceProps.Jsii$Proxy.getDnsRecordType() |
DnsRecordType |
IService.getDnsRecordType()
(experimental) The DnsRecordType used by the service.
|
DnsRecordType |
IService.Jsii$Proxy.getDnsRecordType()
(experimental) The DnsRecordType used by the service.
|
default DnsRecordType |
IService.Jsii$Default.getDnsRecordType()
(experimental) The DnsRecordType used by the service.
|
default DnsRecordType |
DnsServiceProps.getDnsRecordType()
(experimental) The DNS type of the record that you want AWS Cloud Map to create.
|
DnsRecordType |
DnsServiceProps.Jsii$Proxy.getDnsRecordType() |
DnsRecordType |
Service.getDnsRecordType()
(experimental) The DnsRecordType used by the service.
|
static DnsRecordType |
DnsRecordType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DnsRecordType[] |
DnsRecordType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceAttributes.Builder |
ServiceAttributes.Builder.dnsRecordType(DnsRecordType dnsRecordType)
Sets the value of
ServiceAttributes.getDnsRecordType() |
ServiceProps.Builder |
ServiceProps.Builder.dnsRecordType(DnsRecordType dnsRecordType)
Sets the value of
DnsServiceProps.getDnsRecordType() |
DnsServiceProps.Builder |
DnsServiceProps.Builder.dnsRecordType(DnsRecordType dnsRecordType)
Sets the value of
DnsServiceProps.getDnsRecordType() |
Service.Builder |
Service.Builder.dnsRecordType(DnsRecordType dnsRecordType)
(experimental) The DNS type of the record that you want AWS Cloud Map to create.
|
| Constructor and Description |
|---|
Jsii$Proxy(DnsRecordType dnsRecordType,
Duration dnsTtl,
Boolean loadBalancer,
RoutingPolicy routingPolicy,
HealthCheckCustomConfig customHealthCheck,
String description,
HealthCheckConfig healthCheck,
String name)
Constructor that initializes the object based on literal property values passed by the
DnsServiceProps.Builder. |
Jsii$Proxy(DnsRecordType dnsRecordType,
INamespace namespace,
RoutingPolicy routingPolicy,
String serviceArn,
String serviceId,
String serviceName)
Constructor that initializes the object based on literal property values passed by the
ServiceAttributes.Builder. |
Jsii$Proxy(INamespace namespace,
DnsRecordType dnsRecordType,
Duration dnsTtl,
Boolean loadBalancer,
RoutingPolicy routingPolicy,
HealthCheckCustomConfig customHealthCheck,
String description,
HealthCheckConfig healthCheck,
String name)
Constructor that initializes the object based on literal property values passed by the
ServiceProps.Builder. |
Copyright © 2021. All rights reserved.