Package com.pulumi.aws.cleanrooms.inputs
Class ConfiguredTableState
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.cleanrooms.inputs.ConfiguredTableState
-
public final class ConfiguredTableState extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConfiguredTableState.Builder
-
Field Summary
Fields Modifier and Type Field Description static ConfiguredTableState
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
allowedColumns()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
analysisMethod()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
arn()
static ConfiguredTableState.Builder
builder()
static ConfiguredTableState.Builder
builder(ConfiguredTableState defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
createTime()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
description()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
name()
java.util.Optional<com.pulumi.core.Output<ConfiguredTableTableReferenceArgs>>
tableReference()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tags()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tagsAll()
Deprecated.Please use `tags` instead.java.util.Optional<com.pulumi.core.Output<java.lang.String>>
updateTime()
-
-
-
Field Detail
-
Empty
public static final ConfiguredTableState Empty
-
-
Method Detail
-
allowedColumns
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> allowedColumns()
- Returns:
- The columns of the references table which will be included in the configured table.
-
analysisMethod
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> analysisMethod()
- Returns:
- The analysis method for the configured table. The only valid value is currently `DIRECT_QUERY`.
-
arn
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
- Returns:
- The ARN of the configured table.
-
createTime
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> createTime()
- Returns:
- The date and time the configured table was created.
-
description
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
- Returns:
- A description for the configured table.
-
name
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
- Returns:
- The name of the configured table.
-
tableReference
public java.util.Optional<com.pulumi.core.Output<ConfiguredTableTableReferenceArgs>> tableReference()
- Returns:
- A reference to the AWS Glue table which will be used to create the configured table. * `table_reference.database_name` - (Required - Forces new resource) - The name of the AWS Glue database which contains the table. * `table_reference.table_name` - (Required - Forces new resource) - The name of the AWS Glue table which will be used to create the configured table.
-
tags
public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> tags()
- Returns:
- Key value pairs which tag the configured table.
-
tagsAll
@Deprecated public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> tagsAll()
Deprecated.Please use `tags` instead.
-
updateTime
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> updateTime()
- Returns:
- The date and time the configured table was last updated.
-
builder
public static ConfiguredTableState.Builder builder()
-
builder
public static ConfiguredTableState.Builder builder(ConfiguredTableState defaults)
-
-