Class ConfiguredTableState


  • public final class ConfiguredTableState
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ConfiguredTableState.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • 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.