Interface IAliasRecordTarget.Jsii$Default
- All Superinterfaces:
IAliasRecordTarget,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IAliasRecordTarget.Jsii$Proxy
- Enclosing interface:
IAliasRecordTarget
Internal default implementation for
IAliasRecordTarget.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.route53.IAliasRecordTarget
IAliasRecordTarget.Jsii$Default, IAliasRecordTarget.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault AliasRecordTargetConfigbind(IRecordSet record) Return hosted zone ID and DNS name, usable for Route53 alias targets.default AliasRecordTargetConfigbind(IRecordSet record, IHostedZone zone) Return hosted zone ID and DNS name, usable for Route53 alias targets.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
@Stability(Stable) @NotNull default AliasRecordTargetConfig bind(@NotNull IRecordSet record, @Nullable IHostedZone zone) Return hosted zone ID and DNS name, usable for Route53 alias targets.- Specified by:
bindin interfaceIAliasRecordTarget- Parameters:
record- This parameter is required.zone-
-
bind
Return hosted zone ID and DNS name, usable for Route53 alias targets.- Specified by:
bindin interfaceIAliasRecordTarget- Parameters:
record- This parameter is required.
-