Documentation
¶
Index ¶
- type Args
- type PartitionIndex
- type PartitionIndexAttributes
- func (pi PartitionIndexAttributes) IndexName() terra.StringValue
- func (pi PartitionIndexAttributes) IndexStatus() terra.StringValue
- func (pi PartitionIndexAttributes) InternalRef() (terra.Reference, error)
- func (pi PartitionIndexAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (pi PartitionIndexAttributes) InternalWithRef(ref terra.Reference) PartitionIndexAttributes
- func (pi PartitionIndexAttributes) Keys() terra.ListValue[terra.StringValue]
- type PartitionIndexState
- type Resource
- func (agpi *Resource) Attributes() awsGluePartitionIndexAttributes
- func (agpi *Resource) Configuration() interface{}
- func (agpi *Resource) DependOn() terra.Reference
- func (agpi *Resource) Dependencies() terra.Dependencies
- func (agpi *Resource) ImportState(state io.Reader) error
- func (agpi *Resource) LifecycleManagement() *terra.Lifecycle
- func (agpi *Resource) LocalName() string
- func (agpi *Resource) State() (*awsGluePartitionIndexState, bool)
- func (agpi *Resource) StateMust() *awsGluePartitionIndexState
- func (agpi *Resource) Type() string
- 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
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // CatalogId: string, optional CatalogId terra.StringValue `hcl:"catalog_id,attr"` // DatabaseName: string, required DatabaseName terra.StringValue `hcl:"database_name,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // TableName: string, required TableName terra.StringValue `hcl:"table_name,attr" validate:"required"` // PartitionIndex: required PartitionIndex *PartitionIndex `hcl:"partition_index,block" validate:"required"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for aws_glue_partition_index.
type PartitionIndex ¶
type PartitionIndex struct { // IndexName: string, optional IndexName terra.StringValue `hcl:"index_name,attr"` // Keys: list of string, optional Keys terra.ListValue[terra.StringValue] `hcl:"keys,attr"` }
type PartitionIndexAttributes ¶
type PartitionIndexAttributes struct {
// contains filtered or unexported fields
}
func (PartitionIndexAttributes) IndexName ¶
func (pi PartitionIndexAttributes) IndexName() terra.StringValue
func (PartitionIndexAttributes) IndexStatus ¶
func (pi PartitionIndexAttributes) IndexStatus() terra.StringValue
func (PartitionIndexAttributes) InternalRef ¶
func (pi PartitionIndexAttributes) InternalRef() (terra.Reference, error)
func (PartitionIndexAttributes) InternalTokens ¶
func (pi PartitionIndexAttributes) InternalTokens() (hclwrite.Tokens, error)
func (PartitionIndexAttributes) InternalWithRef ¶
func (pi PartitionIndexAttributes) InternalWithRef(ref terra.Reference) PartitionIndexAttributes
func (PartitionIndexAttributes) Keys ¶
func (pi PartitionIndexAttributes) Keys() terra.ListValue[terra.StringValue]
type PartitionIndexState ¶
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_glue_partition_index.
func (*Resource) Attributes ¶
func (agpi *Resource) Attributes() awsGluePartitionIndexAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (agpi *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (agpi *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 Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,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
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.