@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:43.687Z") @Stability(value=Deprecated) @Deprecated public class AddressRecordTarget extends RecordTarget
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.*; IAliasRecordTarget aliasRecordTarget; RecordTarget addressRecordTarget = AddressRecordTarget.fromAlias(aliasRecordTarget);
| Modifier | Constructor and Description |
|---|---|
protected |
AddressRecordTarget()
Deprecated.
|
protected |
AddressRecordTarget(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
AddressRecordTarget(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
protected |
AddressRecordTarget(List<String> values)
Deprecated.
|
protected |
AddressRecordTarget(List<String> values,
IAliasRecordTarget aliasTarget)
Deprecated.
|
fromAlias, fromIpAddresses, fromValues, getAliasTarget, getValuesjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected AddressRecordTarget(software.amazon.jsii.JsiiObjectRef objRef)
protected AddressRecordTarget(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
protected AddressRecordTarget(@Nullable
List<String> values,
@Nullable
IAliasRecordTarget aliasTarget)
values - correspond with the chosen record type (e.g. for 'A' Type, specify one or more IP addresses).aliasTarget - alias for targets such as CloudFront distribution to route traffic to.@Stability(value=Stable)
protected AddressRecordTarget(@Nullable
List<String> values)
values - correspond with the chosen record type (e.g. for 'A' Type, specify one or more IP addresses).@Stability(value=Stable) protected AddressRecordTarget()
Copyright © 2022. All rights reserved.