Class AddressRecordTarget

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.route53.RecordTarget
software.amazon.awscdk.services.route53.AddressRecordTarget
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:42.879Z") @Stability(Deprecated) @Deprecated public class AddressRecordTarget extends RecordTarget
Deprecated.
Use RecordTarget
(deprecated) Target for a DNS A Record.

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);
 

  • Constructor Details

    • AddressRecordTarget

      protected AddressRecordTarget(software.amazon.jsii.JsiiObjectRef objRef)
      Deprecated.
    • AddressRecordTarget

      protected AddressRecordTarget(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      Deprecated.
    • AddressRecordTarget

      @Stability(Stable) protected AddressRecordTarget(@Nullable List<String> values, @Nullable IAliasRecordTarget aliasTarget)
      Deprecated.
      Parameters:
      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.
    • AddressRecordTarget

      @Stability(Stable) protected AddressRecordTarget(@Nullable List<String> values)
      Deprecated.
      Parameters:
      values - correspond with the chosen record type (e.g. for 'A' Type, specify one or more IP addresses).
    • AddressRecordTarget

      @Stability(Stable) protected AddressRecordTarget()
      Deprecated.