Class DnsRecordSetRoutingPolicyPrimaryBackupOutputReference

  • 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.087Z")
    @Stability(Stable)
    public class DnsRecordSetRoutingPolicyPrimaryBackupOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • DnsRecordSetRoutingPolicyPrimaryBackupOutputReference

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

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

        @Stability(Stable)
        public DnsRecordSetRoutingPolicyPrimaryBackupOutputReference​(@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

      • putBackupGeo

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

        @Stability(Stable)
        public void resetEnableGeoFencingForBackups()
      • resetTrickleRatio

        @Stability(Stable)
        public void resetTrickleRatio()
      • getBackupGeoInput

        @Stability(Stable)
        @Nullable
        public Object getBackupGeoInput()
      • getEnableGeoFencingForBackupsInput

        @Stability(Stable)
        @Nullable
        public Object getEnableGeoFencingForBackupsInput()
      • getTrickleRatioInput

        @Stability(Stable)
        @Nullable
        public Number getTrickleRatioInput()
      • getEnableGeoFencingForBackups

        @Stability(Stable)
        @NotNull
        public Object getEnableGeoFencingForBackups()
      • setEnableGeoFencingForBackups

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

        @Stability(Stable)
        public void setEnableGeoFencingForBackups​(@NotNull
                                                  com.hashicorp.cdktf.IResolvable value)
      • getTrickleRatio

        @Stability(Stable)
        @NotNull
        public Number getTrickleRatio()
      • setTrickleRatio

        @Stability(Stable)
        public void setTrickleRatio​(@NotNull
                                    Number value)