Class DataAwsRdsReservedInstanceOffering

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.ITerraformAddressable, com.hashicorp.cdktf.ITerraformDependable, com.hashicorp.cdktf.ITerraformResource, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:52.206Z")
    @Stability(Stable)
    public class DataAwsRdsReservedInstanceOffering
    extends com.hashicorp.cdktf.TerraformDataSource
    Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/rds_reserved_instance_offering aws_rds_reserved_instance_offering}.
    • Field Detail

      • TF_RESOURCE_TYPE

        @Stability(Stable)
        public static final String TF_RESOURCE_TYPE
    • Constructor Detail

      • DataAwsRdsReservedInstanceOffering

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

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

        @Stability(Stable)
        public DataAwsRdsReservedInstanceOffering​(@NotNull
                                                  software.constructs.Construct scope,
                                                  @NotNull
                                                  String id,
                                                  @NotNull
                                                  DataAwsRdsReservedInstanceOfferingConfig config)
        Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/rds_reserved_instance_offering aws_rds_reserved_instance_offering} Data Source.

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        id - The scoped construct ID. This parameter is required.
        config - This parameter is required.
    • Method Detail

      • resetId

        @Stability(Stable)
        public void resetId()
      • synthesizeAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeAttributes()
        Overrides:
        synthesizeAttributes in class com.hashicorp.cdktf.TerraformDataSource
      • getCurrencyCode

        @Stability(Stable)
        @NotNull
        public String getCurrencyCode()
      • getFixedPrice

        @Stability(Stable)
        @NotNull
        public Number getFixedPrice()
      • getOfferingId

        @Stability(Stable)
        @NotNull
        public String getOfferingId()
      • getDbInstanceClassInput

        @Stability(Stable)
        @Nullable
        public String getDbInstanceClassInput()
      • getDurationInput

        @Stability(Stable)
        @Nullable
        public Number getDurationInput()
      • getIdInput

        @Stability(Stable)
        @Nullable
        public String getIdInput()
      • getMultiAzInput

        @Stability(Stable)
        @Nullable
        public Object getMultiAzInput()
      • getOfferingTypeInput

        @Stability(Stable)
        @Nullable
        public String getOfferingTypeInput()
      • getProductDescriptionInput

        @Stability(Stable)
        @Nullable
        public String getProductDescriptionInput()
      • getDbInstanceClass

        @Stability(Stable)
        @NotNull
        public String getDbInstanceClass()
      • setDbInstanceClass

        @Stability(Stable)
        public void setDbInstanceClass​(@NotNull
                                       String value)
      • getDuration

        @Stability(Stable)
        @NotNull
        public Number getDuration()
      • setDuration

        @Stability(Stable)
        public void setDuration​(@NotNull
                                Number value)
      • getId

        @Stability(Stable)
        @NotNull
        public String getId()
      • setId

        @Stability(Stable)
        public void setId​(@NotNull
                          String value)
      • getMultiAz

        @Stability(Stable)
        @NotNull
        public Object getMultiAz()
      • setMultiAz

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

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

        @Stability(Stable)
        @NotNull
        public String getOfferingType()
      • setOfferingType

        @Stability(Stable)
        public void setOfferingType​(@NotNull
                                    String value)
      • getProductDescription

        @Stability(Stable)
        @NotNull
        public String getProductDescription()
      • setProductDescription

        @Stability(Stable)
        public void setProductDescription​(@NotNull
                                          String value)