@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:13.771Z") @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=Experimental)
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=Experimental)
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=Experimental) protected AddressRecordTarget()
Copyright © 2022. All rights reserved.