Package-level declarations

Types

Link copied to clipboard
data class GetGlobalTablePlainArgs(val tableName: String) : ConvertibleToJava<GetGlobalTablePlainArgs>
Link copied to clipboard
data class GetTablePlainArgs(val tableName: String) : ConvertibleToJava<GetTablePlainArgs>
Link copied to clipboard
Link copied to clipboard
data class GlobalTableAttributeDefinitionArgs(val attributeName: Output<String>, val attributeType: Output<String>) : ConvertibleToJava<GlobalTableAttributeDefinitionArgs>
data class GlobalTableCapacityAutoScalingSettingsArgs(val maxCapacity: Output<Int>, val minCapacity: Output<Int>, val seedCapacity: Output<Int>? = null, val targetTrackingScalingPolicyConfiguration: Output<GlobalTableTargetTrackingScalingPolicyConfigurationArgs>) : ConvertibleToJava<GlobalTableCapacityAutoScalingSettingsArgs>
data class GlobalTableContributorInsightsSpecificationArgs(val enabled: Output<Boolean>) : ConvertibleToJava<GlobalTableContributorInsightsSpecificationArgs>
Link copied to clipboard
data class GlobalTableGlobalSecondaryIndexArgs(val indexName: Output<String>, val keySchema: Output<List<GlobalTableKeySchemaArgs>>, val projection: Output<GlobalTableProjectionArgs>, val writeProvisionedThroughputSettings: Output<GlobalTableWriteProvisionedThroughputSettingsArgs>? = null) : ConvertibleToJava<GlobalTableGlobalSecondaryIndexArgs>
Link copied to clipboard
data class GlobalTableKeySchemaArgs(val attributeName: Output<String>, val keyType: Output<String>) : ConvertibleToJava<GlobalTableKeySchemaArgs>
data class GlobalTableKinesisStreamSpecificationArgs(val streamArn: Output<String>) : ConvertibleToJava<GlobalTableKinesisStreamSpecificationArgs>
Link copied to clipboard
data class GlobalTableLocalSecondaryIndexArgs(val indexName: Output<String>, val keySchema: Output<List<GlobalTableKeySchemaArgs>>, val projection: Output<GlobalTableProjectionArgs>) : ConvertibleToJava<GlobalTableLocalSecondaryIndexArgs>
data class GlobalTablePointInTimeRecoverySpecificationArgs(val pointInTimeRecoveryEnabled: Output<Boolean>? = null) : ConvertibleToJava<GlobalTablePointInTimeRecoverySpecificationArgs>
Link copied to clipboard
data class GlobalTableProjectionArgs(val nonKeyAttributes: Output<List<String>>? = null, val projectionType: Output<String>? = null) : ConvertibleToJava<GlobalTableProjectionArgs>
data class GlobalTableReadProvisionedThroughputSettingsArgs(val readCapacityAutoScalingSettings: Output<GlobalTableCapacityAutoScalingSettingsArgs>? = null, val readCapacityUnits: Output<Int>? = null) : ConvertibleToJava<GlobalTableReadProvisionedThroughputSettingsArgs>
data class GlobalTableReplicaGlobalSecondaryIndexSpecificationArgs(val contributorInsightsSpecification: Output<GlobalTableContributorInsightsSpecificationArgs>? = null, val indexName: Output<String>, val readProvisionedThroughputSettings: Output<GlobalTableReadProvisionedThroughputSettingsArgs>? = null) : ConvertibleToJava<GlobalTableReplicaGlobalSecondaryIndexSpecificationArgs>
Link copied to clipboard
data class GlobalTableReplicaSpecificationArgs(val contributorInsightsSpecification: Output<GlobalTableContributorInsightsSpecificationArgs>? = null, val deletionProtectionEnabled: Output<Boolean>? = null, val globalSecondaryIndexes: Output<List<GlobalTableReplicaGlobalSecondaryIndexSpecificationArgs>>? = null, val kinesisStreamSpecification: Output<GlobalTableKinesisStreamSpecificationArgs>? = null, val pointInTimeRecoverySpecification: Output<GlobalTablePointInTimeRecoverySpecificationArgs>? = null, val readProvisionedThroughputSettings: Output<GlobalTableReadProvisionedThroughputSettingsArgs>? = null, val region: Output<String>, val sseSpecification: Output<GlobalTableReplicaSseSpecificationArgs>? = null, val tableClass: Output<String>? = null, val tags: Output<List<GlobalTableTagArgs>>? = null) : ConvertibleToJava<GlobalTableReplicaSpecificationArgs>
Link copied to clipboard
data class GlobalTableReplicaSseSpecificationArgs(val kmsMasterKeyId: Output<String>) : ConvertibleToJava<GlobalTableReplicaSseSpecificationArgs>
Link copied to clipboard
data class GlobalTableSseSpecificationArgs(val sseEnabled: Output<Boolean>, val sseType: Output<String>? = null) : ConvertibleToJava<GlobalTableSseSpecificationArgs>
Link copied to clipboard
data class GlobalTableStreamSpecificationArgs(val streamViewType: Output<String>) : ConvertibleToJava<GlobalTableStreamSpecificationArgs>
Link copied to clipboard
data class GlobalTableTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<GlobalTableTagArgs>
Link copied to clipboard
data class GlobalTableTargetTrackingScalingPolicyConfigurationArgs(val disableScaleIn: Output<Boolean>? = null, val scaleInCooldown: Output<Int>? = null, val scaleOutCooldown: Output<Int>? = null, val targetValue: Output<Double>) : ConvertibleToJava<GlobalTableTargetTrackingScalingPolicyConfigurationArgs>
Link copied to clipboard
data class GlobalTableTimeToLiveSpecificationArgs(val attributeName: Output<String>? = null, val enabled: Output<Boolean>) : ConvertibleToJava<GlobalTableTimeToLiveSpecificationArgs>
data class GlobalTableWriteProvisionedThroughputSettingsArgs(val writeCapacityAutoScalingSettings: Output<GlobalTableCapacityAutoScalingSettingsArgs>? = null) : ConvertibleToJava<GlobalTableWriteProvisionedThroughputSettingsArgs>
Link copied to clipboard
data class TableAttributeDefinitionArgs(val attributeName: Output<String>, val attributeType: Output<String>) : ConvertibleToJava<TableAttributeDefinitionArgs>
data class TableContributorInsightsSpecificationArgs(val enabled: Output<Boolean>) : ConvertibleToJava<TableContributorInsightsSpecificationArgs>
Link copied to clipboard
data class TableCsvArgs(val delimiter: Output<String>? = null, val headerList: Output<List<String>>? = null) : ConvertibleToJava<TableCsvArgs>
Link copied to clipboard
Link copied to clipboard
data class TableGlobalSecondaryIndexArgs(val contributorInsightsSpecification: Output<TableContributorInsightsSpecificationArgs>? = null, val indexName: Output<String>, val keySchema: Output<List<TableKeySchemaArgs>>, val projection: Output<TableProjectionArgs>, val provisionedThroughput: Output<TableProvisionedThroughputArgs>? = null) : ConvertibleToJava<TableGlobalSecondaryIndexArgs>
Link copied to clipboard
data class TableImportSourceSpecificationArgs(val inputCompressionType: Output<String>? = null, val inputFormat: Output<String>, val inputFormatOptions: Output<TableInputFormatOptionsArgs>? = null, val s3BucketSource: Output<TableS3BucketSourceArgs>) : ConvertibleToJava<TableImportSourceSpecificationArgs>
Link copied to clipboard
data class TableInputFormatOptionsArgs(val csv: Output<TableCsvArgs>? = null) : ConvertibleToJava<TableInputFormatOptionsArgs>
Link copied to clipboard
data class TableKeySchemaArgs(val attributeName: Output<String>, val keyType: Output<String>) : ConvertibleToJava<TableKeySchemaArgs>
Link copied to clipboard
Link copied to clipboard
data class TableKinesisStreamSpecificationArgs(val streamArn: Output<String>) : ConvertibleToJava<TableKinesisStreamSpecificationArgs>
Link copied to clipboard
data class TableLocalSecondaryIndexArgs(val indexName: Output<String>, val keySchema: Output<List<TableKeySchemaArgs>>, val projection: Output<TableProjectionArgs>) : ConvertibleToJava<TableLocalSecondaryIndexArgs>
data class TablePointInTimeRecoverySpecificationArgs(val pointInTimeRecoveryEnabled: Output<Boolean>? = null) : ConvertibleToJava<TablePointInTimeRecoverySpecificationArgs>
Link copied to clipboard
data class TableProjectionArgs(val nonKeyAttributes: Output<List<String>>? = null, val projectionType: Output<String>? = null) : ConvertibleToJava<TableProjectionArgs>
Link copied to clipboard
data class TableProvisionedThroughputArgs(val readCapacityUnits: Output<Int>, val writeCapacityUnits: Output<Int>) : ConvertibleToJava<TableProvisionedThroughputArgs>
Link copied to clipboard
data class TableS3BucketSourceArgs(val s3Bucket: Output<String>, val s3BucketOwner: Output<String>? = null, val s3KeyPrefix: Output<String>? = null) : ConvertibleToJava<TableS3BucketSourceArgs>
Link copied to clipboard
data class TableSseSpecificationArgs(val kmsMasterKeyId: Output<String>? = null, val sseEnabled: Output<Boolean>, val sseType: Output<String>? = null) : ConvertibleToJava<TableSseSpecificationArgs>
Link copied to clipboard
data class TableStreamSpecificationArgs(val streamViewType: Output<String>) : ConvertibleToJava<TableStreamSpecificationArgs>
Link copied to clipboard
data class TableTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<TableTagArgs>
Link copied to clipboard
Link copied to clipboard
data class TableTimeToLiveSpecificationArgs(val attributeName: Output<String>? = null, val enabled: Output<Boolean>) : ConvertibleToJava<TableTimeToLiveSpecificationArgs>