@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-13T01:13:35.391Z") public interface AaaaRecordProps extends RecordSetOptions
Example:
import software.amazon.awscdk.services.cloudfront.*; HostedZone myZone; CloudFrontWebDistribution distribution; AaaaRecord.Builder.create(this, "Alias") .zone(myZone) .target(RecordTarget.fromAlias(new CloudFrontTarget(distribution))) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
AaaaRecordProps.Builder
A builder for
AaaaRecordProps |
static class |
AaaaRecordProps.Jsii$Proxy
An implementation for
AaaaRecordProps |
Modifier and Type | Method and Description |
---|---|
static AaaaRecordProps.Builder |
builder() |
RecordTarget |
getTarget()
The target.
|
getComment, getRecordName, getTtl, getZone
RecordTarget getTarget()
static AaaaRecordProps.Builder builder()
builder
in interface RecordSetOptions
AaaaRecordProps.Builder
of AaaaRecordProps