@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:13.862Z") @Stability(value=Experimental) public interface CnameRecordProps extends software.amazon.jsii.JsiiSerializable, RecordSetOptions
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.core.*;
import software.amazon.awscdk.services.route53.*;
Duration duration;
HostedZone hostedZone;
CnameRecordProps cnameRecordProps = CnameRecordProps.builder()
.domainName("domainName")
.zone(hostedZone)
// the properties below are optional
.comment("comment")
.recordName("recordName")
.ttl(duration)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CnameRecordProps.Builder
A builder for
CnameRecordProps |
static class |
CnameRecordProps.Jsii$Proxy
An implementation for
CnameRecordProps |
| Modifier and Type | Method and Description |
|---|---|
static CnameRecordProps.Builder |
builder() |
String |
getDomainName()
(experimental) The domain name.
|
getComment, getRecordName, getTtl, getZone@Stability(value=Experimental) @NotNull String getDomainName()
@Stability(value=Experimental) static CnameRecordProps.Builder builder()
builder in interface RecordSetOptionsCnameRecordProps.Builder of CnameRecordPropsCopyright © 2022. All rights reserved.