Class DataAwsRdsReservedInstanceOffering
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- com.hashicorp.cdktf.TerraformElement
-
- com.hashicorp.cdktf.TerraformDataSource
-
- com.hashicorp.cdktf.providers.aws.data_aws_rds_reserved_instance_offering.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}.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataAwsRdsReservedInstanceOffering.BuilderA fluent builder forDataAwsRdsReservedInstanceOffering.-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Field Summary
Fields Modifier and Type Field Description static StringTF_RESOURCE_TYPE
-
Constructor Summary
Constructors Modifier Constructor Description protectedDataAwsRdsReservedInstanceOffering(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDataAwsRdsReservedInstanceOffering(software.amazon.jsii.JsiiObjectRef objRef)DataAwsRdsReservedInstanceOffering(software.constructs.Construct scope, String id, 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCurrencyCode()StringgetDbInstanceClass()StringgetDbInstanceClassInput()NumbergetDuration()NumbergetDurationInput()NumbergetFixedPrice()StringgetId()StringgetIdInput()ObjectgetMultiAz()ObjectgetMultiAzInput()StringgetOfferingId()StringgetOfferingType()StringgetOfferingTypeInput()StringgetProductDescription()StringgetProductDescriptionInput()voidresetId()voidsetDbInstanceClass(String value)voidsetDuration(Number value)voidsetId(String value)voidsetMultiAz(com.hashicorp.cdktf.IResolvable value)voidsetMultiAz(Boolean value)voidsetOfferingType(String value)voidsetProductDescription(String value)protected Map<String,Object>synthesizeAttributes()-
Methods inherited from class com.hashicorp.cdktf.TerraformDataSource
getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getCount, getDependsOn, getForEach, getLifecycle, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getProvider, getStringAttribute, getStringMapAttribute, getTerraformGeneratorMetadata, getTerraformMetaArguments, getTerraformResourceType, interpolationForAttribute, isTerraformDataSource, setCount, setCount, setDependsOn, setForEach, setLifecycle, setProvider, toMetadata, toTerraform
-
Methods inherited from class com.hashicorp.cdktf.TerraformElement
addOverride, getCdktfStack, getConstructNodeMetadata, getFqn, getFriendlyUniqueId, getRawOverrides, isTerraformElement, overrideLogicalId, resetOverrideLogicalId
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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:
synthesizeAttributesin classcom.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)
-
-