| 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()
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() |
| Modifier and Type | Method and Description |
|---|---|
DnsRecordType |
ServiceProps.Jsii$Proxy.getDnsRecordType() |
DnsRecordType |
Service.getDnsRecordType()
The DnsRecordType used by the service.
|
DnsRecordType |
IService.getDnsRecordType()
The DnsRecordType used by the service.
|
DnsRecordType |
IService.Jsii$Proxy.getDnsRecordType()
The DnsRecordType used by the service.
|
default DnsRecordType |
IService.Jsii$Default.getDnsRecordType()
The DnsRecordType used by the service.
|
DnsRecordType |
ServiceAttributes.getDnsRecordType() |
DnsRecordType |
ServiceAttributes.Jsii$Proxy.getDnsRecordType() |
default DnsRecordType |
DnsServiceProps.getDnsRecordType()
The DNS type of the record that you want AWS Cloud Map to create.
|
DnsRecordType |
DnsServiceProps.Jsii$Proxy.getDnsRecordType() |
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 |
|---|---|
ServiceProps.Builder |
ServiceProps.Builder.dnsRecordType(DnsRecordType dnsRecordType)
Sets the value of
DnsServiceProps.getDnsRecordType() |
Service.Builder |
Service.Builder.dnsRecordType(DnsRecordType dnsRecordType)
The DNS type of the record that you want AWS Cloud Map to create.
|
ServiceAttributes.Builder |
ServiceAttributes.Builder.dnsRecordType(DnsRecordType dnsRecordType)
Sets the value of
ServiceAttributes.getDnsRecordType() |
DnsServiceProps.Builder |
DnsServiceProps.Builder.dnsRecordType(DnsRecordType dnsRecordType)
Sets the value of
DnsServiceProps.getDnsRecordType() |
Copyright © 2022. All rights reserved.