@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:43.685Z") @Stability(value=Stable) public interface ARecordProps extends software.amazon.jsii.JsiiSerializable, RecordSetOptions
Example:
import software.amazon.awscdk.services.apigateway.*;
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()
The target.
|
getComment, getRecordName, getTtl, getZone@Stability(value=Stable) @NotNull RecordTarget getTarget()
@Stability(value=Stable) static ARecordProps.Builder builder()
builder in interface RecordSetOptionsARecordProps.Builder of ARecordPropsCopyright © 2022. All rights reserved.