Class DataAwsDynamodbTableItem
- 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_dynamodb_table_item.DataAwsDynamodbTableItem
-
- 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:51.601Z") @Stability(Stable) public class DataAwsDynamodbTableItem extends com.hashicorp.cdktf.TerraformDataSource
Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/dynamodb_table_item aws_dynamodb_table_item}.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataAwsDynamodbTableItem.BuilderA fluent builder forDataAwsDynamodbTableItem.-
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 protectedDataAwsDynamodbTableItem(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDataAwsDynamodbTableItem(software.amazon.jsii.JsiiObjectRef objRef)DataAwsDynamodbTableItem(software.constructs.Construct scope, String id, DataAwsDynamodbTableItemConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/dynamodb_table_item aws_dynamodb_table_item} Data Source.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getExpressionAttributeNames()Map<String,String>getExpressionAttributeNamesInput()StringgetId()StringgetIdInput()StringgetItem()StringgetKey()StringgetKeyInput()StringgetProjectionExpression()StringgetProjectionExpressionInput()StringgetTableName()StringgetTableNameInput()voidresetExpressionAttributeNames()voidresetId()voidresetProjectionExpression()voidsetExpressionAttributeNames(Map<String,String> value)voidsetId(String value)voidsetKey(String value)voidsetProjectionExpression(String value)voidsetTableName(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
-
DataAwsDynamodbTableItem
protected DataAwsDynamodbTableItem(software.amazon.jsii.JsiiObjectRef objRef)
-
DataAwsDynamodbTableItem
protected DataAwsDynamodbTableItem(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DataAwsDynamodbTableItem
@Stability(Stable) public DataAwsDynamodbTableItem(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull DataAwsDynamodbTableItemConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/dynamodb_table_item aws_dynamodb_table_item} 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
-
resetExpressionAttributeNames
@Stability(Stable) public void resetExpressionAttributeNames()
-
resetId
@Stability(Stable) public void resetId()
-
resetProjectionExpression
@Stability(Stable) public void resetProjectionExpression()
-
synthesizeAttributes
@Stability(Stable) @NotNull protected Map<String,Object> synthesizeAttributes()
- Overrides:
synthesizeAttributesin classcom.hashicorp.cdktf.TerraformDataSource
-
getItem
@Stability(Stable) @NotNull public String getItem()
-
getExpressionAttributeNamesInput
@Stability(Stable) @Nullable public Map<String,String> getExpressionAttributeNamesInput()
-
getIdInput
@Stability(Stable) @Nullable public String getIdInput()
-
getKeyInput
@Stability(Stable) @Nullable public String getKeyInput()
-
getProjectionExpressionInput
@Stability(Stable) @Nullable public String getProjectionExpressionInput()
-
getTableNameInput
@Stability(Stable) @Nullable public String getTableNameInput()
-
getExpressionAttributeNames
@Stability(Stable) @NotNull public Map<String,String> getExpressionAttributeNames()
-
setExpressionAttributeNames
@Stability(Stable) public void setExpressionAttributeNames(@NotNull Map<String,String> value)
-
getId
@Stability(Stable) @NotNull public String getId()
-
setId
@Stability(Stable) public void setId(@NotNull String value)
-
getKey
@Stability(Stable) @NotNull public String getKey()
-
setKey
@Stability(Stable) public void setKey(@NotNull String value)
-
getProjectionExpression
@Stability(Stable) @NotNull public String getProjectionExpression()
-
setProjectionExpression
@Stability(Stable) public void setProjectionExpression(@NotNull String value)
-
getTableName
@Stability(Stable) @NotNull public String getTableName()
-
setTableName
@Stability(Stable) public void setTableName(@NotNull String value)
-
-