@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:43.690Z") @Stability(value=Stable) public interface CaaAmazonRecordProps 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.services.route53.*;
import software.amazon.awscdk.core.*;
HostedZone hostedZone;
CaaAmazonRecordProps caaAmazonRecordProps = CaaAmazonRecordProps.builder()
.zone(hostedZone)
// the properties below are optional
.comment("comment")
.recordName("recordName")
.ttl(Duration.minutes(30))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CaaAmazonRecordProps.Builder
A builder for
CaaAmazonRecordProps |
static class |
CaaAmazonRecordProps.Jsii$Proxy
An implementation for
CaaAmazonRecordProps |
| Modifier and Type | Method and Description |
|---|---|
static CaaAmazonRecordProps.Builder |
builder() |
getComment, getRecordName, getTtl, getZone@Stability(value=Stable) static CaaAmazonRecordProps.Builder builder()
builder in interface RecordSetOptionsCaaAmazonRecordProps.Builder of CaaAmazonRecordPropsCopyright © 2022. All rights reserved.