Class DnsRecordSetRoutingPolicyOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.085Z")
    @Stability(Stable)
    public class DnsRecordSetRoutingPolicyOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • DnsRecordSetRoutingPolicyOutputReference

        protected DnsRecordSetRoutingPolicyOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • DnsRecordSetRoutingPolicyOutputReference

        protected DnsRecordSetRoutingPolicyOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • DnsRecordSetRoutingPolicyOutputReference

        @Stability(Stable)
        public DnsRecordSetRoutingPolicyOutputReference​(@NotNull
                                                        com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                        @NotNull
                                                        String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • putGeo

        @Stability(Stable)
        public void putGeo​(@NotNull
                           Object value)
        Parameters:
        value - This parameter is required.
      • putWrr

        @Stability(Stable)
        public void putWrr​(@NotNull
                           Object value)
        Parameters:
        value - This parameter is required.
      • resetEnableGeoFencing

        @Stability(Stable)
        public void resetEnableGeoFencing()
      • resetGeo

        @Stability(Stable)
        public void resetGeo()
      • resetPrimaryBackup

        @Stability(Stable)
        public void resetPrimaryBackup()
      • resetWrr

        @Stability(Stable)
        public void resetWrr()
      • getEnableGeoFencingInput

        @Stability(Stable)
        @Nullable
        public Object getEnableGeoFencingInput()
      • getGeoInput

        @Stability(Stable)
        @Nullable
        public Object getGeoInput()
      • getWrrInput

        @Stability(Stable)
        @Nullable
        public Object getWrrInput()
      • getEnableGeoFencing

        @Stability(Stable)
        @NotNull
        public Object getEnableGeoFencing()
      • setEnableGeoFencing

        @Stability(Stable)
        public void setEnableGeoFencing​(@NotNull
                                        Boolean value)
      • setEnableGeoFencing

        @Stability(Stable)
        public void setEnableGeoFencing​(@NotNull
                                        com.hashicorp.cdktf.IResolvable value)