Documentation ¶
Index ¶
- type Args
- type EventSources
- type EventSourcesAmazonCodeGuruProfiler
- type EventSourcesAmazonCodeGuruProfilerAttributes
- func (acgp EventSourcesAmazonCodeGuruProfilerAttributes) InternalRef() (terra.Reference, error)
- func (acgp EventSourcesAmazonCodeGuruProfilerAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (acgp EventSourcesAmazonCodeGuruProfilerAttributes) InternalWithRef(ref terra.Reference) EventSourcesAmazonCodeGuruProfilerAttributes
- func (acgp EventSourcesAmazonCodeGuruProfilerAttributes) Status() terra.StringValue
- type EventSourcesAmazonCodeGuruProfilerState
- type EventSourcesAttributes
- func (es EventSourcesAttributes) AmazonCodeGuruProfiler() terra.ListValue[EventSourcesAmazonCodeGuruProfilerAttributes]
- func (es EventSourcesAttributes) InternalRef() (terra.Reference, error)
- func (es EventSourcesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (es EventSourcesAttributes) InternalWithRef(ref terra.Reference) EventSourcesAttributes
- type EventSourcesState
- type Resource
- func (adesc *Resource) Attributes() awsDevopsguruEventSourcesConfigAttributes
- func (adesc *Resource) Configuration() interface{}
- func (adesc *Resource) DependOn() terra.Reference
- func (adesc *Resource) Dependencies() terra.Dependencies
- func (adesc *Resource) ImportState(state io.Reader) error
- func (adesc *Resource) LifecycleManagement() *terra.Lifecycle
- func (adesc *Resource) LocalName() string
- func (adesc *Resource) State() (*awsDevopsguruEventSourcesConfigState, bool)
- func (adesc *Resource) StateMust() *awsDevopsguruEventSourcesConfigState
- func (adesc *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // EventSources: min=0 EventSources []EventSources `hcl:"event_sources,block" validate:"min=0"` }
Args contains the configurations for aws_devopsguru_event_sources_config.
type EventSources ¶
type EventSources struct { // EventSourcesAmazonCodeGuruProfiler: min=0 AmazonCodeGuruProfiler []EventSourcesAmazonCodeGuruProfiler `hcl:"amazon_code_guru_profiler,block" validate:"min=0"` }
type EventSourcesAmazonCodeGuruProfiler ¶
type EventSourcesAmazonCodeGuruProfiler struct { // Status: string, required Status terra.StringValue `hcl:"status,attr" validate:"required"` }
type EventSourcesAmazonCodeGuruProfilerAttributes ¶
type EventSourcesAmazonCodeGuruProfilerAttributes struct {
// contains filtered or unexported fields
}
func (EventSourcesAmazonCodeGuruProfilerAttributes) InternalRef ¶
func (acgp EventSourcesAmazonCodeGuruProfilerAttributes) InternalRef() (terra.Reference, error)
func (EventSourcesAmazonCodeGuruProfilerAttributes) InternalTokens ¶
func (acgp EventSourcesAmazonCodeGuruProfilerAttributes) InternalTokens() (hclwrite.Tokens, error)
func (EventSourcesAmazonCodeGuruProfilerAttributes) InternalWithRef ¶
func (acgp EventSourcesAmazonCodeGuruProfilerAttributes) InternalWithRef(ref terra.Reference) EventSourcesAmazonCodeGuruProfilerAttributes
func (EventSourcesAmazonCodeGuruProfilerAttributes) Status ¶
func (acgp EventSourcesAmazonCodeGuruProfilerAttributes) Status() terra.StringValue
type EventSourcesAmazonCodeGuruProfilerState ¶
type EventSourcesAmazonCodeGuruProfilerState struct {
Status string `json:"status"`
}
type EventSourcesAttributes ¶
type EventSourcesAttributes struct {
// contains filtered or unexported fields
}
func (EventSourcesAttributes) AmazonCodeGuruProfiler ¶
func (es EventSourcesAttributes) AmazonCodeGuruProfiler() terra.ListValue[EventSourcesAmazonCodeGuruProfilerAttributes]
func (EventSourcesAttributes) InternalRef ¶
func (es EventSourcesAttributes) InternalRef() (terra.Reference, error)
func (EventSourcesAttributes) InternalTokens ¶
func (es EventSourcesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (EventSourcesAttributes) InternalWithRef ¶
func (es EventSourcesAttributes) InternalWithRef(ref terra.Reference) EventSourcesAttributes
type EventSourcesState ¶
type EventSourcesState struct {
AmazonCodeGuruProfiler []EventSourcesAmazonCodeGuruProfilerState `json:"amazon_code_guru_profiler"`
}
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_devopsguru_event_sources_config.
func (*Resource) Attributes ¶
func (adesc *Resource) Attributes() awsDevopsguruEventSourcesConfigAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (adesc *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (adesc *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.