Package com.pulumi.aws.glue.inputs
Class SchemaState
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.glue.inputs.SchemaState
-
public final class SchemaState extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SchemaState.Builder
-
Field Summary
Fields Modifier and Type Field Description static SchemaState
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.lang.String>>
arn()
static SchemaState.Builder
builder()
static SchemaState.Builder
builder(SchemaState defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
compatibility()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
dataFormat()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
description()
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
latestSchemaVersion()
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
nextSchemaVersion()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
registryArn()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
registryName()
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
schemaCheckpoint()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
schemaDefinition()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
schemaName()
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.
-
-
-
Field Detail
-
Empty
public static final SchemaState Empty
-
-
Method Detail
-
arn
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
- Returns:
- Amazon Resource Name (ARN) of the schema.
-
compatibility
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> compatibility()
- Returns:
- The compatibility mode of the schema. Values values are: `NONE`, `DISABLED`, `BACKWARD`, `BACKWARD_ALL`, `FORWARD`, `FORWARD_ALL`, `FULL`, and `FULL_ALL`.
-
dataFormat
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> dataFormat()
- Returns:
- The data format of the schema definition. Valid values are `AVRO`, `JSON` and `PROTOBUF`.
-
description
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
- Returns:
- A description of the schema.
-
latestSchemaVersion
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> latestSchemaVersion()
- Returns:
- The latest version of the schema associated with the returned schema definition.
-
nextSchemaVersion
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> nextSchemaVersion()
- Returns:
- The next version of the schema associated with the returned schema definition.
-
registryArn
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> registryArn()
- Returns:
- The ARN of the Glue Registry to create the schema in.
-
registryName
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> registryName()
- Returns:
- The name of the Glue Registry.
-
schemaCheckpoint
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> schemaCheckpoint()
- Returns:
- The version number of the checkpoint (the last time the compatibility mode was changed).
-
schemaDefinition
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> schemaDefinition()
- Returns:
- The schema definition using the `data_format` setting for `schema_name`.
-
schemaName
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> schemaName()
- Returns:
- The Name of the schema.
-
tags
public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> tags()
- Returns:
- Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
-
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.- Returns:
- A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
-
builder
public static SchemaState.Builder builder()
-
builder
public static SchemaState.Builder builder(SchemaState defaults)
-
-