Package com.pulumi.aws.finspace
Class KxDataviewArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.finspace.KxDataviewArgs
-
public final class KxDataviewArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
KxDataviewArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static KxDataviewArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.pulumi.core.Output<java.lang.Boolean>
autoUpdate()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
availabilityZoneId()
com.pulumi.core.Output<java.lang.String>
azMode()
static KxDataviewArgs.Builder
builder()
static KxDataviewArgs.Builder
builder(KxDataviewArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
changesetId()
com.pulumi.core.Output<java.lang.String>
databaseName()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
description()
com.pulumi.core.Output<java.lang.String>
environmentId()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
name()
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
readWrite()
java.util.Optional<com.pulumi.core.Output<java.util.List<KxDataviewSegmentConfigurationArgs>>>
segmentConfigurations()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tags()
-
-
-
Field Detail
-
Empty
public static final KxDataviewArgs Empty
-
-
Method Detail
-
autoUpdate
public com.pulumi.core.Output<java.lang.Boolean> autoUpdate()
- Returns:
- The option to specify whether you want to apply all the future additions and corrections automatically to the dataview, when you ingest new changesets. The default value is false.
-
availabilityZoneId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> availabilityZoneId()
- Returns:
- The identifier of the availability zones. If attaching a volume, the volume must be in the same availability zone as the dataview that you are attaching to.
-
azMode
public com.pulumi.core.Output<java.lang.String> azMode()
- Returns:
- The number of availability zones you want to assign per cluster. This can be one of the following: * `SINGLE` - Assigns one availability zone per cluster. * `MULTI` - Assigns all the availability zones per cluster.
-
changesetId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> changesetId()
- Returns:
- A unique identifier of the changeset of the database that you want to use to ingest data.
-
databaseName
public com.pulumi.core.Output<java.lang.String> databaseName()
- Returns:
- The name of the database where you want to create a dataview.
-
description
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
- Returns:
- A description for the dataview.
-
environmentId
public com.pulumi.core.Output<java.lang.String> environmentId()
- Returns:
- Unique identifier for the KX environment.
-
name
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
- Returns:
- A unique identifier for the dataview. The following arguments are optional:
-
readWrite
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> readWrite()
- Returns:
- The option to specify whether you want to make the dataview writable to perform database maintenance. The following are some considerations related to writable dataviews. * You cannot create partial writable dataviews. When you create writeable dataviews you must provide the entire database path. You cannot perform updates on a writeable dataview. Hence, `auto_update` must be set as `false` if `read_write` is `true` for a dataview. * You must also use a unique volume for creating a writeable dataview. So, if you choose a volume that is already in use by another dataview, the dataview creation fails. * Once you create a dataview as writeable, you cannot change it to read-only. So, you cannot update the `read_write` parameter later.
-
segmentConfigurations
public java.util.Optional<com.pulumi.core.Output<java.util.List<KxDataviewSegmentConfigurationArgs>>> segmentConfigurations()
- Returns:
- The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment. See segment_configurations below.
-
tags
public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> tags()
- Returns:
- Key-value mapping 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.
-
builder
public static KxDataviewArgs.Builder builder()
-
builder
public static KxDataviewArgs.Builder builder(KxDataviewArgs defaults)
-
-