Documentation
¶
Index ¶
- type Args
- type EventFilter
- type EventFilterAttributes
- type EventFilterState
- type Resource
- func (aaei *Resource) Attributes() awsAppintegrationsEventIntegrationAttributes
- func (aaei *Resource) Configuration() interface{}
- func (aaei *Resource) DependOn() terra.Reference
- func (aaei *Resource) Dependencies() terra.Dependencies
- func (aaei *Resource) ImportState(state io.Reader) error
- func (aaei *Resource) LifecycleManagement() *terra.Lifecycle
- func (aaei *Resource) LocalName() string
- func (aaei *Resource) State() (*awsAppintegrationsEventIntegrationState, bool)
- func (aaei *Resource) StateMust() *awsAppintegrationsEventIntegrationState
- func (aaei *Resource) Type() string
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"` // EventbridgeBus: string, required EventbridgeBus terra.StringValue `hcl:"eventbridge_bus,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,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"` // EventFilter: required EventFilter *EventFilter `hcl:"event_filter,block" validate:"required"` }
Args contains the configurations for aws_appintegrations_event_integration.
type EventFilter ¶
type EventFilter struct { // Source: string, required Source terra.StringValue `hcl:"source,attr" validate:"required"` }
type EventFilterAttributes ¶
type EventFilterAttributes struct {
// contains filtered or unexported fields
}
func (EventFilterAttributes) InternalRef ¶
func (ef EventFilterAttributes) InternalRef() (terra.Reference, error)
func (EventFilterAttributes) InternalTokens ¶
func (ef EventFilterAttributes) InternalTokens() (hclwrite.Tokens, error)
func (EventFilterAttributes) InternalWithRef ¶
func (ef EventFilterAttributes) InternalWithRef(ref terra.Reference) EventFilterAttributes
func (EventFilterAttributes) Source ¶
func (ef EventFilterAttributes) Source() terra.StringValue
type EventFilterState ¶
type EventFilterState struct {
Source string `json:"source"`
}
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_appintegrations_event_integration.
func (*Resource) Attributes ¶
func (aaei *Resource) Attributes() awsAppintegrationsEventIntegrationAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aaei *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aaei *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.
Click to show internal directories.
Click to hide internal directories.