Documentation
¶
Index ¶
- type Args
- type Resource
- func (afkd *Resource) Attributes() awsFinspaceKxDataviewAttributes
- func (afkd *Resource) Configuration() interface{}
- func (afkd *Resource) DependOn() terra.Reference
- func (afkd *Resource) Dependencies() terra.Dependencies
- func (afkd *Resource) ImportState(state io.Reader) error
- func (afkd *Resource) LifecycleManagement() *terra.Lifecycle
- func (afkd *Resource) LocalName() string
- func (afkd *Resource) State() (*awsFinspaceKxDataviewState, bool)
- func (afkd *Resource) StateMust() *awsFinspaceKxDataviewState
- func (afkd *Resource) Type() string
- type SegmentConfigurations
- type SegmentConfigurationsAttributes
- func (sc SegmentConfigurationsAttributes) DbPaths() terra.ListValue[terra.StringValue]
- func (sc SegmentConfigurationsAttributes) InternalRef() (terra.Reference, error)
- func (sc SegmentConfigurationsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sc SegmentConfigurationsAttributes) InternalWithRef(ref terra.Reference) SegmentConfigurationsAttributes
- func (sc SegmentConfigurationsAttributes) OnDemand() terra.BoolValue
- func (sc SegmentConfigurationsAttributes) VolumeName() terra.StringValue
- type SegmentConfigurationsState
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // AutoUpdate: bool, required AutoUpdate terra.BoolValue `hcl:"auto_update,attr" validate:"required"` // AvailabilityZoneId: string, optional AvailabilityZoneId terra.StringValue `hcl:"availability_zone_id,attr"` // AzMode: string, required AzMode terra.StringValue `hcl:"az_mode,attr" validate:"required"` // ChangesetId: string, optional ChangesetId terra.StringValue `hcl:"changeset_id,attr"` // DatabaseName: string, required DatabaseName terra.StringValue `hcl:"database_name,attr" validate:"required"` // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // EnvironmentId: string, required EnvironmentId terra.StringValue `hcl:"environment_id,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // ReadWrite: bool, optional ReadWrite terra.BoolValue `hcl:"read_write,attr"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // TagsAll: map of string, optional TagsAll terra.MapValue[terra.StringValue] `hcl:"tags_all,attr"` // SegmentConfigurations: min=0 SegmentConfigurations []SegmentConfigurations `hcl:"segment_configurations,block" validate:"min=0"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for aws_finspace_kx_dataview.
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource aws_finspace_kx_dataview.
func (*Resource) Attributes ¶
func (afkd *Resource) Attributes() awsFinspaceKxDataviewAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (afkd *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (afkd *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
type SegmentConfigurations ¶
type SegmentConfigurations struct { // DbPaths: list of string, required DbPaths terra.ListValue[terra.StringValue] `hcl:"db_paths,attr" validate:"required"` // OnDemand: bool, optional OnDemand terra.BoolValue `hcl:"on_demand,attr"` // VolumeName: string, required VolumeName terra.StringValue `hcl:"volume_name,attr" validate:"required"` }
type SegmentConfigurationsAttributes ¶
type SegmentConfigurationsAttributes struct {
// contains filtered or unexported fields
}
func (SegmentConfigurationsAttributes) DbPaths ¶
func (sc SegmentConfigurationsAttributes) DbPaths() terra.ListValue[terra.StringValue]
func (SegmentConfigurationsAttributes) InternalRef ¶
func (sc SegmentConfigurationsAttributes) InternalRef() (terra.Reference, error)
func (SegmentConfigurationsAttributes) InternalTokens ¶
func (sc SegmentConfigurationsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SegmentConfigurationsAttributes) InternalWithRef ¶
func (sc SegmentConfigurationsAttributes) InternalWithRef(ref terra.Reference) SegmentConfigurationsAttributes
func (SegmentConfigurationsAttributes) OnDemand ¶
func (sc SegmentConfigurationsAttributes) OnDemand() terra.BoolValue
func (SegmentConfigurationsAttributes) VolumeName ¶
func (sc SegmentConfigurationsAttributes) VolumeName() terra.StringValue
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.