@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:32.080Z") @Stability(value=Experimental) public class ApiGatewayv2DomainProperties extends software.amazon.jsii.JsiiObject implements IAliasRecordTarget
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)
(experimental) 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=Experimental)
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=Experimental) @NotNull public AliasRecordTargetConfig bind(@NotNull IRecordSet _record)
bind in interface IAliasRecordTarget_record - This parameter is required.Copyright © 2021. All rights reserved.