Documentation ¶
Index ¶
- type Args
- type Resource
- func (agdqr *Resource) Attributes() awsGlueDataQualityRulesetAttributes
- func (agdqr *Resource) Configuration() interface{}
- func (agdqr *Resource) DependOn() terra.Reference
- func (agdqr *Resource) Dependencies() terra.Dependencies
- func (agdqr *Resource) ImportState(state io.Reader) error
- func (agdqr *Resource) LifecycleManagement() *terra.Lifecycle
- func (agdqr *Resource) LocalName() string
- func (agdqr *Resource) State() (*awsGlueDataQualityRulesetState, bool)
- func (agdqr *Resource) StateMust() *awsGlueDataQualityRulesetState
- func (agdqr *Resource) Type() string
- type TargetTable
- type TargetTableAttributes
- func (tt TargetTableAttributes) CatalogId() terra.StringValue
- func (tt TargetTableAttributes) DatabaseName() terra.StringValue
- func (tt TargetTableAttributes) InternalRef() (terra.Reference, error)
- func (tt TargetTableAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (tt TargetTableAttributes) InternalWithRef(ref terra.Reference) TargetTableAttributes
- func (tt TargetTableAttributes) TableName() terra.StringValue
- type TargetTableState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Ruleset: string, required Ruleset terra.StringValue `hcl:"ruleset,attr" validate:"required"` // 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"` // TargetTable: optional TargetTable *TargetTable `hcl:"target_table,block"` }
Args contains the configurations for aws_glue_data_quality_ruleset.
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_data_quality_ruleset.
func (*Resource) Attributes ¶
func (agdqr *Resource) Attributes() awsGlueDataQualityRulesetAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (agdqr *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (agdqr *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 TargetTable ¶
type TargetTable struct { // CatalogId: string, optional CatalogId terra.StringValue `hcl:"catalog_id,attr"` // DatabaseName: string, required DatabaseName terra.StringValue `hcl:"database_name,attr" validate:"required"` // TableName: string, required TableName terra.StringValue `hcl:"table_name,attr" validate:"required"` }
type TargetTableAttributes ¶
type TargetTableAttributes struct {
// contains filtered or unexported fields
}
func (TargetTableAttributes) CatalogId ¶
func (tt TargetTableAttributes) CatalogId() terra.StringValue
func (TargetTableAttributes) DatabaseName ¶
func (tt TargetTableAttributes) DatabaseName() terra.StringValue
func (TargetTableAttributes) InternalRef ¶
func (tt TargetTableAttributes) InternalRef() (terra.Reference, error)
func (TargetTableAttributes) InternalTokens ¶
func (tt TargetTableAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TargetTableAttributes) InternalWithRef ¶
func (tt TargetTableAttributes) InternalWithRef(ref terra.Reference) TargetTableAttributes
func (TargetTableAttributes) TableName ¶
func (tt TargetTableAttributes) TableName() terra.StringValue
type TargetTableState ¶
Click to show internal directories.
Click to hide internal directories.