Documentation ¶
Index ¶
- type Attributes
- type AttributesAttributes
- func (a AttributesAttributes) CrawlerArn() terra.StringValue
- func (a AttributesAttributes) DatabaseArn() terra.StringValue
- func (a AttributesAttributes) InternalRef() (terra.Reference, error)
- func (a AttributesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (a AttributesAttributes) InternalWithRef(ref terra.Reference) AttributesAttributes
- func (a AttributesAttributes) TableArn() terra.StringValue
- type AttributesState
- type AwsLogSourceResource
- type AwsLogSourceResourceAttributes
- func (alsr AwsLogSourceResourceAttributes) InternalRef() (terra.Reference, error)
- func (alsr AwsLogSourceResourceAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (alsr AwsLogSourceResourceAttributes) InternalWithRef(ref terra.Reference) AwsLogSourceResourceAttributes
- func (alsr AwsLogSourceResourceAttributes) SourceName() terra.StringValue
- func (alsr AwsLogSourceResourceAttributes) SourceVersion() terra.StringValue
- type AwsLogSourceResourceState
- type CustomLogSourceResource
- type CustomLogSourceResourceAttributes
- func (clsr CustomLogSourceResourceAttributes) Attributes() terra.ListValue[AttributesAttributes]
- func (clsr CustomLogSourceResourceAttributes) InternalRef() (terra.Reference, error)
- func (clsr CustomLogSourceResourceAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (clsr CustomLogSourceResourceAttributes) InternalWithRef(ref terra.Reference) CustomLogSourceResourceAttributes
- func (clsr CustomLogSourceResourceAttributes) Provider() terra.ListValue[ProviderAttributes]
- func (clsr CustomLogSourceResourceAttributes) SourceName() terra.StringValue
- func (clsr CustomLogSourceResourceAttributes) SourceVersion() terra.StringValue
- type CustomLogSourceResourceState
- type Provider
- type ProviderAttributes
- func (p ProviderAttributes) InternalRef() (terra.Reference, error)
- func (p ProviderAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (p ProviderAttributes) InternalWithRef(ref terra.Reference) ProviderAttributes
- func (p ProviderAttributes) Location() terra.StringValue
- func (p ProviderAttributes) RoleArn() terra.StringValue
- type ProviderState
- type Source
- type SourceAttributes
- func (s SourceAttributes) AwsLogSourceResource() terra.ListValue[AwsLogSourceResourceAttributes]
- func (s SourceAttributes) CustomLogSourceResource() terra.ListValue[CustomLogSourceResourceAttributes]
- func (s SourceAttributes) InternalRef() (terra.Reference, error)
- func (s SourceAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (s SourceAttributes) InternalWithRef(ref terra.Reference) SourceAttributes
- type SourceState
- type SubscriberIdentity
- type SubscriberIdentityAttributes
- func (si SubscriberIdentityAttributes) ExternalId() terra.StringValue
- func (si SubscriberIdentityAttributes) InternalRef() (terra.Reference, error)
- func (si SubscriberIdentityAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (si SubscriberIdentityAttributes) InternalWithRef(ref terra.Reference) SubscriberIdentityAttributes
- func (si SubscriberIdentityAttributes) Principal() terra.StringValue
- type SubscriberIdentityState
- 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 Attributes ¶
type Attributes struct{}
type AttributesAttributes ¶
type AttributesAttributes struct {
// contains filtered or unexported fields
}
func (AttributesAttributes) CrawlerArn ¶
func (a AttributesAttributes) CrawlerArn() terra.StringValue
func (AttributesAttributes) DatabaseArn ¶
func (a AttributesAttributes) DatabaseArn() terra.StringValue
func (AttributesAttributes) InternalRef ¶
func (a AttributesAttributes) InternalRef() (terra.Reference, error)
func (AttributesAttributes) InternalTokens ¶
func (a AttributesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AttributesAttributes) InternalWithRef ¶
func (a AttributesAttributes) InternalWithRef(ref terra.Reference) AttributesAttributes
func (AttributesAttributes) TableArn ¶
func (a AttributesAttributes) TableArn() terra.StringValue
type AttributesState ¶
type AwsLogSourceResource ¶
type AwsLogSourceResource struct { // SourceName: string, optional SourceName terra.StringValue `hcl:"source_name,attr"` // SourceVersion: string, optional SourceVersion terra.StringValue `hcl:"source_version,attr"` }
type AwsLogSourceResourceAttributes ¶
type AwsLogSourceResourceAttributes struct {
// contains filtered or unexported fields
}
func (AwsLogSourceResourceAttributes) InternalRef ¶
func (alsr AwsLogSourceResourceAttributes) InternalRef() (terra.Reference, error)
func (AwsLogSourceResourceAttributes) InternalTokens ¶
func (alsr AwsLogSourceResourceAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AwsLogSourceResourceAttributes) InternalWithRef ¶
func (alsr AwsLogSourceResourceAttributes) InternalWithRef(ref terra.Reference) AwsLogSourceResourceAttributes
func (AwsLogSourceResourceAttributes) SourceName ¶
func (alsr AwsLogSourceResourceAttributes) SourceName() terra.StringValue
func (AwsLogSourceResourceAttributes) SourceVersion ¶
func (alsr AwsLogSourceResourceAttributes) SourceVersion() terra.StringValue
type CustomLogSourceResource ¶
type CustomLogSourceResource struct { // SourceName: string, optional SourceName terra.StringValue `hcl:"source_name,attr"` // SourceVersion: string, optional SourceVersion terra.StringValue `hcl:"source_version,attr"` // Attributes: min=0 Attributes []Attributes `hcl:"attributes,block" validate:"min=0"` // Provider: min=0 Provider []Provider `hcl:"provider,block" validate:"min=0"` }
type CustomLogSourceResourceAttributes ¶
type CustomLogSourceResourceAttributes struct {
// contains filtered or unexported fields
}
func (CustomLogSourceResourceAttributes) Attributes ¶
func (clsr CustomLogSourceResourceAttributes) Attributes() terra.ListValue[AttributesAttributes]
func (CustomLogSourceResourceAttributes) InternalRef ¶
func (clsr CustomLogSourceResourceAttributes) InternalRef() (terra.Reference, error)
func (CustomLogSourceResourceAttributes) InternalTokens ¶
func (clsr CustomLogSourceResourceAttributes) InternalTokens() (hclwrite.Tokens, error)
func (CustomLogSourceResourceAttributes) InternalWithRef ¶
func (clsr CustomLogSourceResourceAttributes) InternalWithRef(ref terra.Reference) CustomLogSourceResourceAttributes
func (CustomLogSourceResourceAttributes) Provider ¶
func (clsr CustomLogSourceResourceAttributes) Provider() terra.ListValue[ProviderAttributes]
func (CustomLogSourceResourceAttributes) SourceName ¶
func (clsr CustomLogSourceResourceAttributes) SourceName() terra.StringValue
func (CustomLogSourceResourceAttributes) SourceVersion ¶
func (clsr CustomLogSourceResourceAttributes) SourceVersion() terra.StringValue
type CustomLogSourceResourceState ¶
type CustomLogSourceResourceState struct { SourceName string `json:"source_name"` SourceVersion string `json:"source_version"` Attributes []AttributesState `json:"attributes"` Provider []ProviderState `json:"provider"` }
type ProviderAttributes ¶
type ProviderAttributes struct {
// contains filtered or unexported fields
}
func (ProviderAttributes) InternalRef ¶
func (p ProviderAttributes) InternalRef() (terra.Reference, error)
func (ProviderAttributes) InternalTokens ¶
func (p ProviderAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ProviderAttributes) InternalWithRef ¶
func (p ProviderAttributes) InternalWithRef(ref terra.Reference) ProviderAttributes
func (ProviderAttributes) Location ¶
func (p ProviderAttributes) Location() terra.StringValue
func (ProviderAttributes) RoleArn ¶
func (p ProviderAttributes) RoleArn() terra.StringValue
type ProviderState ¶
type Source ¶
type Source struct { // AwsLogSourceResource: min=0 AwsLogSourceResource []AwsLogSourceResource `hcl:"aws_log_source_resource,block" validate:"min=0"` // CustomLogSourceResource: min=0 CustomLogSourceResource []CustomLogSourceResource `hcl:"custom_log_source_resource,block" validate:"min=0"` }
type SourceAttributes ¶
type SourceAttributes struct {
// contains filtered or unexported fields
}
func (SourceAttributes) AwsLogSourceResource ¶
func (s SourceAttributes) AwsLogSourceResource() terra.ListValue[AwsLogSourceResourceAttributes]
func (SourceAttributes) CustomLogSourceResource ¶
func (s SourceAttributes) CustomLogSourceResource() terra.ListValue[CustomLogSourceResourceAttributes]
func (SourceAttributes) InternalRef ¶
func (s SourceAttributes) InternalRef() (terra.Reference, error)
func (SourceAttributes) InternalTokens ¶
func (s SourceAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SourceAttributes) InternalWithRef ¶
func (s SourceAttributes) InternalWithRef(ref terra.Reference) SourceAttributes
type SourceState ¶
type SourceState struct { AwsLogSourceResource []AwsLogSourceResourceState `json:"aws_log_source_resource"` CustomLogSourceResource []CustomLogSourceResourceState `json:"custom_log_source_resource"` }
type SubscriberIdentity ¶
type SubscriberIdentity struct { // ExternalId: string, required ExternalId terra.StringValue `hcl:"external_id,attr" validate:"required"` // Principal: string, required Principal terra.StringValue `hcl:"principal,attr" validate:"required"` }
type SubscriberIdentityAttributes ¶
type SubscriberIdentityAttributes struct {
// contains filtered or unexported fields
}
func (SubscriberIdentityAttributes) ExternalId ¶
func (si SubscriberIdentityAttributes) ExternalId() terra.StringValue
func (SubscriberIdentityAttributes) InternalRef ¶
func (si SubscriberIdentityAttributes) InternalRef() (terra.Reference, error)
func (SubscriberIdentityAttributes) InternalTokens ¶
func (si SubscriberIdentityAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SubscriberIdentityAttributes) InternalWithRef ¶
func (si SubscriberIdentityAttributes) InternalWithRef(ref terra.Reference) SubscriberIdentityAttributes
func (SubscriberIdentityAttributes) Principal ¶
func (si SubscriberIdentityAttributes) Principal() terra.StringValue
type SubscriberIdentityState ¶
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.