@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-25T18:29:06.633Z") @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(java.util.List<java.lang.String> values,
IAliasRecordTarget aliasTarget)
Deprecated.
|
protected |
AddressRecordTarget(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
AddressRecordTarget(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
fromAlias, fromIpAddresses, fromValues, getAliasTarget, getValues
protected AddressRecordTarget(software.amazon.jsii.JsiiObjectRef objRef)
protected AddressRecordTarget(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
protected AddressRecordTarget(java.util.List<java.lang.String> values, 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.protected AddressRecordTarget()