@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.678Z") @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.*;
import software.amazon.awscdk.services.route53.*;
HostedZone hostedZone;
CnameRecordProps cnameRecordProps = CnameRecordProps.builder()
.domainName("domainName")
.zone(hostedZone)
// the properties below are optional
.comment("comment")
.recordName("recordName")
.ttl(Duration.minutes(30))
.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 © 2021. All rights reserved.