@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:43.691Z") @Stability(value=Stable) public class CaaRecord 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.services.route53.*;
import software.amazon.awscdk.core.*;
HostedZone hostedZone;
CaaRecord caaRecord = CaaRecord.Builder.create(this, "MyCaaRecord")
.values(List.of(CaaRecordValue.builder()
.flag(123)
.tag(CaaTag.ISSUE)
.value("value")
.build()))
.zone(hostedZone)
// the properties below are optional
.comment("comment")
.recordName("recordName")
.ttl(Duration.minutes(30))
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CaaRecord.Builder
A fluent builder for
CaaRecord. |
software.amazon.jsii.JsiiObject.InitializationModeIRecordSet.Jsii$Default, IRecordSet.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
CaaRecord(software.constructs.Construct scope,
String id,
CaaRecordProps props) |
protected |
CaaRecord(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CaaRecord(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 CaaRecord(software.amazon.jsii.JsiiObjectRef objRef)
protected CaaRecord(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CaaRecord(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CaaRecordProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.Copyright © 2022. All rights reserved.