@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:54.977Z") @Stability(value=Experimental) public interface ARecordProps extends software.amazon.jsii.JsiiSerializable, RecordSetOptions
Example:
import software.amazon.awscdk.core.*;
HostedZone zone;
LambdaRestApi restApi;
ARecord.Builder.create(this, "AliasRecord")
.zone(zone)
.target(RecordTarget.fromAlias(new ApiGateway(restApi)))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ARecordProps.Builder
A builder for
ARecordProps |
static class |
ARecordProps.Jsii$Proxy
An implementation for
ARecordProps |
| Modifier and Type | Method and Description |
|---|---|
static ARecordProps.Builder |
builder() |
RecordTarget |
getTarget()
(experimental) The target.
|
getComment, getRecordName, getTtl, getZone@Stability(value=Experimental) @NotNull RecordTarget getTarget()
@Stability(value=Experimental) static ARecordProps.Builder builder()
builder in interface RecordSetOptionsARecordProps.Builder of ARecordPropsCopyright © 2022. All rights reserved.