@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:13.861Z") @Stability(value=Experimental) public class CnameRecord extends RecordSet
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;
CnameRecord cnameRecord = CnameRecord.Builder.create(this, "MyCnameRecord")
.domainName("domainName")
.zone(hostedZone)
// the properties below are optional
.comment("comment")
.recordName("recordName")
.ttl(duration)
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CnameRecord.Builder
(experimental) A fluent builder for
CnameRecord. |
software.amazon.jsii.JsiiObject.InitializationModeIRecordSet.Jsii$Default, IRecordSet.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
CnameRecord(software.constructs.Construct scope,
String id,
CnameRecordProps props) |
protected |
CnameRecord(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CnameRecord(software.amazon.jsii.JsiiObjectRef objRef) |
getDomainNameapplyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplyRemovalPolicy, getEnv, getStackgetNodeprotected CnameRecord(software.amazon.jsii.JsiiObjectRef objRef)
protected CnameRecord(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public CnameRecord(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CnameRecordProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.Copyright © 2022. All rights reserved.