s3bucketnotification

package
v0.0.0-...-c2cc54e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LambdaFunction

type LambdaFunction struct {
	// Events: set of string, required
	Events terra.SetValue[terra.StringValue] `hcl:"events,attr" validate:"required"`
	// FilterPrefix: string, optional
	FilterPrefix terra.StringValue `hcl:"filter_prefix,attr"`
	// FilterSuffix: string, optional
	FilterSuffix terra.StringValue `hcl:"filter_suffix,attr"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// LambdaFunctionArn: string, optional
	LambdaFunctionArn terra.StringValue `hcl:"lambda_function_arn,attr"`
}

type LambdaFunctionAttributes

type LambdaFunctionAttributes struct {
	// contains filtered or unexported fields
}

func (LambdaFunctionAttributes) Events

func (LambdaFunctionAttributes) FilterPrefix

func (lf LambdaFunctionAttributes) FilterPrefix() terra.StringValue

func (LambdaFunctionAttributes) FilterSuffix

func (lf LambdaFunctionAttributes) FilterSuffix() terra.StringValue

func (LambdaFunctionAttributes) Id

func (LambdaFunctionAttributes) InternalRef

func (lf LambdaFunctionAttributes) InternalRef() (terra.Reference, error)

func (LambdaFunctionAttributes) InternalTokens

func (lf LambdaFunctionAttributes) InternalTokens() (hclwrite.Tokens, error)

func (LambdaFunctionAttributes) InternalWithRef

func (LambdaFunctionAttributes) LambdaFunctionArn

func (lf LambdaFunctionAttributes) LambdaFunctionArn() terra.StringValue

type LambdaFunctionState

type LambdaFunctionState struct {
	Events            []string `json:"events"`
	FilterPrefix      string   `json:"filter_prefix"`
	FilterSuffix      string   `json:"filter_suffix"`
	Id                string   `json:"id"`
	LambdaFunctionArn string   `json:"lambda_function_arn"`
}

type Queue

type Queue struct {
	// Events: set of string, required
	Events terra.SetValue[terra.StringValue] `hcl:"events,attr" validate:"required"`
	// FilterPrefix: string, optional
	FilterPrefix terra.StringValue `hcl:"filter_prefix,attr"`
	// FilterSuffix: string, optional
	FilterSuffix terra.StringValue `hcl:"filter_suffix,attr"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// QueueArn: string, required
	QueueArn terra.StringValue `hcl:"queue_arn,attr" validate:"required"`
}

type QueueAttributes

type QueueAttributes struct {
	// contains filtered or unexported fields
}

func (QueueAttributes) Events

func (QueueAttributes) FilterPrefix

func (q QueueAttributes) FilterPrefix() terra.StringValue

func (QueueAttributes) FilterSuffix

func (q QueueAttributes) FilterSuffix() terra.StringValue

func (QueueAttributes) Id

func (QueueAttributes) InternalRef

func (q QueueAttributes) InternalRef() (terra.Reference, error)

func (QueueAttributes) InternalTokens

func (q QueueAttributes) InternalTokens() (hclwrite.Tokens, error)

func (QueueAttributes) InternalWithRef

func (q QueueAttributes) InternalWithRef(ref terra.Reference) QueueAttributes

func (QueueAttributes) QueueArn

func (q QueueAttributes) QueueArn() terra.StringValue

type QueueState

type QueueState struct {
	Events       []string `json:"events"`
	FilterPrefix string   `json:"filter_prefix"`
	FilterSuffix string   `json:"filter_suffix"`
	Id           string   `json:"id"`
	QueueArn     string   `json:"queue_arn"`
}

type Topic

type Topic struct {
	// Events: set of string, required
	Events terra.SetValue[terra.StringValue] `hcl:"events,attr" validate:"required"`
	// FilterPrefix: string, optional
	FilterPrefix terra.StringValue `hcl:"filter_prefix,attr"`
	// FilterSuffix: string, optional
	FilterSuffix terra.StringValue `hcl:"filter_suffix,attr"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// TopicArn: string, required
	TopicArn terra.StringValue `hcl:"topic_arn,attr" validate:"required"`
}

type TopicAttributes

type TopicAttributes struct {
	// contains filtered or unexported fields
}

func (TopicAttributes) Events

func (TopicAttributes) FilterPrefix

func (t TopicAttributes) FilterPrefix() terra.StringValue

func (TopicAttributes) FilterSuffix

func (t TopicAttributes) FilterSuffix() terra.StringValue

func (TopicAttributes) Id

func (TopicAttributes) InternalRef

func (t TopicAttributes) InternalRef() (terra.Reference, error)

func (TopicAttributes) InternalTokens

func (t TopicAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TopicAttributes) InternalWithRef

func (t TopicAttributes) InternalWithRef(ref terra.Reference) TopicAttributes

func (TopicAttributes) TopicArn

func (t TopicAttributes) TopicArn() terra.StringValue

type TopicState

type TopicState struct {
	Events       []string `json:"events"`
	FilterPrefix string   `json:"filter_prefix"`
	FilterSuffix string   `json:"filter_suffix"`
	Id           string   `json:"id"`
	TopicArn     string   `json:"topic_arn"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL