KeyspaceArgs constructor
const
KeyspaceArgs({})
Creates a new KeyspaceArgs.
name The name of the keyspace to be created.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
replicationSpecification The replication specification of the keyspace.
tags A map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
Implementation
const KeyspaceArgs({
this.name,
this.region,
this.replicationSpecification,
this.tags,
});