Documentation ¶
Index ¶
- type AmazonCodeGuruProfiler
- type AmazonCodeGuruProfilerAttributes
- func (acgp AmazonCodeGuruProfilerAttributes) InternalRef() (terra.Reference, error)
- func (acgp AmazonCodeGuruProfilerAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (acgp AmazonCodeGuruProfilerAttributes) InternalWithRef(ref terra.Reference) AmazonCodeGuruProfilerAttributes
- func (acgp AmazonCodeGuruProfilerAttributes) Status() terra.StringValue
- type AmazonCodeGuruProfilerState
- type EventSources
- type EventSourcesAttributes
- func (es EventSourcesAttributes) AmazonCodeGuruProfiler() terra.ListValue[AmazonCodeGuruProfilerAttributes]
- func (es EventSourcesAttributes) InternalRef() (terra.Reference, error)
- func (es EventSourcesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (es EventSourcesAttributes) InternalWithRef(ref terra.Reference) EventSourcesAttributes
- type EventSourcesState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AmazonCodeGuruProfiler ¶
type AmazonCodeGuruProfiler struct { // Status: string, required Status terra.StringValue `hcl:"status,attr" validate:"required"` }
type AmazonCodeGuruProfilerAttributes ¶
type AmazonCodeGuruProfilerAttributes struct {
// contains filtered or unexported fields
}
func (AmazonCodeGuruProfilerAttributes) InternalRef ¶
func (acgp AmazonCodeGuruProfilerAttributes) InternalRef() (terra.Reference, error)
func (AmazonCodeGuruProfilerAttributes) InternalTokens ¶
func (acgp AmazonCodeGuruProfilerAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AmazonCodeGuruProfilerAttributes) InternalWithRef ¶
func (acgp AmazonCodeGuruProfilerAttributes) InternalWithRef(ref terra.Reference) AmazonCodeGuruProfilerAttributes
func (AmazonCodeGuruProfilerAttributes) Status ¶
func (acgp AmazonCodeGuruProfilerAttributes) Status() terra.StringValue
type AmazonCodeGuruProfilerState ¶
type AmazonCodeGuruProfilerState struct {
Status string `json:"status"`
}
type EventSources ¶
type EventSources struct { // AmazonCodeGuruProfiler: min=0 AmazonCodeGuruProfiler []AmazonCodeGuruProfiler `hcl:"amazon_code_guru_profiler,block" validate:"min=0"` }
type EventSourcesAttributes ¶
type EventSourcesAttributes struct {
// contains filtered or unexported fields
}
func (EventSourcesAttributes) AmazonCodeGuruProfiler ¶
func (es EventSourcesAttributes) AmazonCodeGuruProfiler() terra.ListValue[AmazonCodeGuruProfilerAttributes]
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 []AmazonCodeGuruProfilerState `json:"amazon_code_guru_profiler"`
}
Click to show internal directories.
Click to hide internal directories.