Documentation ¶
Index ¶
- type AdvancedEventSelector
- type AdvancedEventSelectorAttributes
- func (aes AdvancedEventSelectorAttributes) FieldSelector() terra.SetValue[AdvancedEventSelectorFieldSelectorAttributes]
- func (aes AdvancedEventSelectorAttributes) InternalRef() (terra.Reference, error)
- func (aes AdvancedEventSelectorAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (aes AdvancedEventSelectorAttributes) InternalWithRef(ref terra.Reference) AdvancedEventSelectorAttributes
- func (aes AdvancedEventSelectorAttributes) Name() terra.StringValue
- type AdvancedEventSelectorFieldSelector
- type AdvancedEventSelectorFieldSelectorAttributes
- func (fs AdvancedEventSelectorFieldSelectorAttributes) EndsWith() terra.ListValue[terra.StringValue]
- func (fs AdvancedEventSelectorFieldSelectorAttributes) Equals() terra.ListValue[terra.StringValue]
- func (fs AdvancedEventSelectorFieldSelectorAttributes) Field() terra.StringValue
- func (fs AdvancedEventSelectorFieldSelectorAttributes) InternalRef() (terra.Reference, error)
- func (fs AdvancedEventSelectorFieldSelectorAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (fs AdvancedEventSelectorFieldSelectorAttributes) InternalWithRef(ref terra.Reference) AdvancedEventSelectorFieldSelectorAttributes
- func (fs AdvancedEventSelectorFieldSelectorAttributes) NotEndsWith() terra.ListValue[terra.StringValue]
- func (fs AdvancedEventSelectorFieldSelectorAttributes) NotEquals() terra.ListValue[terra.StringValue]
- func (fs AdvancedEventSelectorFieldSelectorAttributes) NotStartsWith() terra.ListValue[terra.StringValue]
- func (fs AdvancedEventSelectorFieldSelectorAttributes) StartsWith() terra.ListValue[terra.StringValue]
- type AdvancedEventSelectorFieldSelectorState
- type AdvancedEventSelectorState
- type Args
- type Resource
- func (aceds *Resource) Attributes() awsCloudtrailEventDataStoreAttributes
- func (aceds *Resource) Configuration() interface{}
- func (aceds *Resource) DependOn() terra.Reference
- func (aceds *Resource) Dependencies() terra.Dependencies
- func (aceds *Resource) ImportState(state io.Reader) error
- func (aceds *Resource) LifecycleManagement() *terra.Lifecycle
- func (aceds *Resource) LocalName() string
- func (aceds *Resource) State() (*awsCloudtrailEventDataStoreState, bool)
- func (aceds *Resource) StateMust() *awsCloudtrailEventDataStoreState
- func (aceds *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
- 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 AdvancedEventSelector ¶
type AdvancedEventSelector struct { // Name: string, optional Name terra.StringValue `hcl:"name,attr"` // AdvancedEventSelectorFieldSelector: min=0 FieldSelector []AdvancedEventSelectorFieldSelector `hcl:"field_selector,block" validate:"min=0"` }
type AdvancedEventSelectorAttributes ¶
type AdvancedEventSelectorAttributes struct {
// contains filtered or unexported fields
}
func (AdvancedEventSelectorAttributes) FieldSelector ¶
func (aes AdvancedEventSelectorAttributes) FieldSelector() terra.SetValue[AdvancedEventSelectorFieldSelectorAttributes]
func (AdvancedEventSelectorAttributes) InternalRef ¶
func (aes AdvancedEventSelectorAttributes) InternalRef() (terra.Reference, error)
func (AdvancedEventSelectorAttributes) InternalTokens ¶
func (aes AdvancedEventSelectorAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AdvancedEventSelectorAttributes) InternalWithRef ¶
func (aes AdvancedEventSelectorAttributes) InternalWithRef(ref terra.Reference) AdvancedEventSelectorAttributes
func (AdvancedEventSelectorAttributes) Name ¶
func (aes AdvancedEventSelectorAttributes) Name() terra.StringValue
type AdvancedEventSelectorFieldSelector ¶
type AdvancedEventSelectorFieldSelector struct { // EndsWith: list of string, optional EndsWith terra.ListValue[terra.StringValue] `hcl:"ends_with,attr"` // Equals: list of string, optional Equals terra.ListValue[terra.StringValue] `hcl:"equals,attr"` // Field: string, optional Field terra.StringValue `hcl:"field,attr"` // NotEndsWith: list of string, optional NotEndsWith terra.ListValue[terra.StringValue] `hcl:"not_ends_with,attr"` // NotEquals: list of string, optional NotEquals terra.ListValue[terra.StringValue] `hcl:"not_equals,attr"` // NotStartsWith: list of string, optional NotStartsWith terra.ListValue[terra.StringValue] `hcl:"not_starts_with,attr"` // StartsWith: list of string, optional StartsWith terra.ListValue[terra.StringValue] `hcl:"starts_with,attr"` }
type AdvancedEventSelectorFieldSelectorAttributes ¶
type AdvancedEventSelectorFieldSelectorAttributes struct {
// contains filtered or unexported fields
}
func (AdvancedEventSelectorFieldSelectorAttributes) EndsWith ¶
func (fs AdvancedEventSelectorFieldSelectorAttributes) EndsWith() terra.ListValue[terra.StringValue]
func (AdvancedEventSelectorFieldSelectorAttributes) Equals ¶
func (fs AdvancedEventSelectorFieldSelectorAttributes) Equals() terra.ListValue[terra.StringValue]
func (AdvancedEventSelectorFieldSelectorAttributes) Field ¶
func (fs AdvancedEventSelectorFieldSelectorAttributes) Field() terra.StringValue
func (AdvancedEventSelectorFieldSelectorAttributes) InternalRef ¶
func (fs AdvancedEventSelectorFieldSelectorAttributes) InternalRef() (terra.Reference, error)
func (AdvancedEventSelectorFieldSelectorAttributes) InternalTokens ¶
func (fs AdvancedEventSelectorFieldSelectorAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AdvancedEventSelectorFieldSelectorAttributes) InternalWithRef ¶
func (fs AdvancedEventSelectorFieldSelectorAttributes) InternalWithRef(ref terra.Reference) AdvancedEventSelectorFieldSelectorAttributes
func (AdvancedEventSelectorFieldSelectorAttributes) NotEndsWith ¶
func (fs AdvancedEventSelectorFieldSelectorAttributes) NotEndsWith() terra.ListValue[terra.StringValue]
func (AdvancedEventSelectorFieldSelectorAttributes) NotEquals ¶
func (fs AdvancedEventSelectorFieldSelectorAttributes) NotEquals() terra.ListValue[terra.StringValue]
func (AdvancedEventSelectorFieldSelectorAttributes) NotStartsWith ¶
func (fs AdvancedEventSelectorFieldSelectorAttributes) NotStartsWith() terra.ListValue[terra.StringValue]
func (AdvancedEventSelectorFieldSelectorAttributes) StartsWith ¶
func (fs AdvancedEventSelectorFieldSelectorAttributes) StartsWith() terra.ListValue[terra.StringValue]
type AdvancedEventSelectorFieldSelectorState ¶
type AdvancedEventSelectorFieldSelectorState struct { EndsWith []string `json:"ends_with"` Equals []string `json:"equals"` Field string `json:"field"` NotEndsWith []string `json:"not_ends_with"` NotEquals []string `json:"not_equals"` NotStartsWith []string `json:"not_starts_with"` StartsWith []string `json:"starts_with"` }
type AdvancedEventSelectorState ¶
type AdvancedEventSelectorState struct { Name string `json:"name"` FieldSelector []AdvancedEventSelectorFieldSelectorState `json:"field_selector"` }
type Args ¶
type Args struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // KmsKeyId: string, optional KmsKeyId terra.StringValue `hcl:"kms_key_id,attr"` // MultiRegionEnabled: bool, optional MultiRegionEnabled terra.BoolValue `hcl:"multi_region_enabled,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // OrganizationEnabled: bool, optional OrganizationEnabled terra.BoolValue `hcl:"organization_enabled,attr"` // RetentionPeriod: number, optional RetentionPeriod terra.NumberValue `hcl:"retention_period,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"` // TerminationProtectionEnabled: bool, optional TerminationProtectionEnabled terra.BoolValue `hcl:"termination_protection_enabled,attr"` // AdvancedEventSelector: min=0 AdvancedEventSelector []AdvancedEventSelector `hcl:"advanced_event_selector,block" validate:"min=0"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for aws_cloudtrail_event_data_store.
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_cloudtrail_event_data_store.
func (*Resource) Attributes ¶
func (aceds *Resource) Attributes() awsCloudtrailEventDataStoreAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aceds *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aceds *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"` // 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.