@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-09T19:16:43.560Z") public class GlobalAcceleratorDomainTarget extends software.amazon.jsii.JsiiObject implements IAliasRecordTarget
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.route53.targets.*; GlobalAcceleratorDomainTarget globalAcceleratorDomainTarget = new GlobalAcceleratorDomainTarget("acceleratorDomainName");
IAliasRecordTarget.Jsii$Default, IAliasRecordTarget.Jsii$Proxy
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
GLOBAL_ACCELERATOR_ZONE_ID
The hosted zone Id if using an alias record in Route53.
|
Modifier | Constructor and Description |
---|---|
protected |
GlobalAcceleratorDomainTarget(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
GlobalAcceleratorDomainTarget(software.amazon.jsii.JsiiObjectRef objRef) |
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.
|
public static final java.lang.String GLOBAL_ACCELERATOR_ZONE_ID
This value never changes. Ref: https://docs.aws.amazon.com/general/latest/gr/global_accelerator.html
protected GlobalAcceleratorDomainTarget(software.amazon.jsii.JsiiObjectRef objRef)
protected GlobalAcceleratorDomainTarget(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public AliasRecordTargetConfig bind(IRecordSet _record, IHostedZone _zone)
bind
in interface IAliasRecordTarget
_record
- This parameter is required._zone
- public AliasRecordTargetConfig bind(IRecordSet _record)
bind
in interface IAliasRecordTarget
_record
- This parameter is required.