@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.684Z") @Stability(value=Stable) public class ApiGatewayv2DomainProperties extends software.amazon.jsii.JsiiObject implements IAliasRecordTarget
Example:
// Example automatically generated from non-compiling source. May contain errors.
import software.amazon.awscdk.services.apigatewayv2.*;
HostedZone zone;
apigwv2.DomainName domainName;
ARecord.Builder.create(this, "AliasRecord")
.zone(zone)
.target(RecordTarget.fromAlias(new ApiGatewayv2DomainProperties(domainName.getRegionalDomainName(), domainName.getRegionalHostedZoneId())))
.build();
software.amazon.jsii.JsiiObject.InitializationModeIAliasRecordTarget.Jsii$Default, IAliasRecordTarget.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
ApiGatewayv2DomainProperties(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ApiGatewayv2DomainProperties(software.amazon.jsii.JsiiObjectRef objRef) |
|
ApiGatewayv2DomainProperties(String regionalDomainName,
String regionalHostedZoneId) |
| Modifier and Type | Method and Description |
|---|---|
AliasRecordTargetConfig |
bind(IRecordSet _record)
Return hosted zone ID and DNS name, usable for Route53 alias targets.
|
AliasRecordTargetConfig |
bind(IRecordSet _record,
IHostedZone _zone)
Return hosted zone ID and DNS name, usable for Route53 alias targets.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected ApiGatewayv2DomainProperties(software.amazon.jsii.JsiiObjectRef objRef)
protected ApiGatewayv2DomainProperties(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public ApiGatewayv2DomainProperties(@NotNull
String regionalDomainName,
@NotNull
String regionalHostedZoneId)
regionalDomainName - the domain name associated with the regional endpoint for this custom domain name. This parameter is required.regionalHostedZoneId - the region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint. This parameter is required.@Stability(value=Stable) @NotNull public AliasRecordTargetConfig bind(@NotNull IRecordSet _record, @Nullable IHostedZone _zone)
bind in interface IAliasRecordTarget_record - This parameter is required._zone - @Stability(value=Stable) @NotNull public AliasRecordTargetConfig bind(@NotNull IRecordSet _record)
bind in interface IAliasRecordTarget_record - This parameter is required.Copyright © 2022. All rights reserved.