Documentation ¶
Index ¶
- type CloudwatchDestination
- type CloudwatchDestinationAttributes
- func (cd CloudwatchDestinationAttributes) DefaultValue() terra.StringValue
- func (cd CloudwatchDestinationAttributes) DimensionName() terra.StringValue
- func (cd CloudwatchDestinationAttributes) InternalRef() (terra.Reference, error)
- func (cd CloudwatchDestinationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cd CloudwatchDestinationAttributes) InternalWithRef(ref terra.Reference) CloudwatchDestinationAttributes
- func (cd CloudwatchDestinationAttributes) ValueSource() terra.StringValue
- type CloudwatchDestinationState
- type KinesisDestination
- type KinesisDestinationAttributes
- func (kd KinesisDestinationAttributes) InternalRef() (terra.Reference, error)
- func (kd KinesisDestinationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (kd KinesisDestinationAttributes) InternalWithRef(ref terra.Reference) KinesisDestinationAttributes
- func (kd KinesisDestinationAttributes) RoleArn() terra.StringValue
- func (kd KinesisDestinationAttributes) StreamArn() terra.StringValue
- type KinesisDestinationState
- type SnsDestination
- type SnsDestinationAttributes
- func (sd SnsDestinationAttributes) InternalRef() (terra.Reference, error)
- func (sd SnsDestinationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sd SnsDestinationAttributes) InternalWithRef(ref terra.Reference) SnsDestinationAttributes
- func (sd SnsDestinationAttributes) TopicArn() terra.StringValue
- type SnsDestinationState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudwatchDestination ¶
type CloudwatchDestination struct { // DefaultValue: string, required DefaultValue terra.StringValue `hcl:"default_value,attr" validate:"required"` // DimensionName: string, required DimensionName terra.StringValue `hcl:"dimension_name,attr" validate:"required"` // ValueSource: string, required ValueSource terra.StringValue `hcl:"value_source,attr" validate:"required"` }
type CloudwatchDestinationAttributes ¶
type CloudwatchDestinationAttributes struct {
// contains filtered or unexported fields
}
func (CloudwatchDestinationAttributes) DefaultValue ¶
func (cd CloudwatchDestinationAttributes) DefaultValue() terra.StringValue
func (CloudwatchDestinationAttributes) DimensionName ¶
func (cd CloudwatchDestinationAttributes) DimensionName() terra.StringValue
func (CloudwatchDestinationAttributes) InternalRef ¶
func (cd CloudwatchDestinationAttributes) InternalRef() (terra.Reference, error)
func (CloudwatchDestinationAttributes) InternalTokens ¶
func (cd CloudwatchDestinationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (CloudwatchDestinationAttributes) InternalWithRef ¶
func (cd CloudwatchDestinationAttributes) InternalWithRef(ref terra.Reference) CloudwatchDestinationAttributes
func (CloudwatchDestinationAttributes) ValueSource ¶
func (cd CloudwatchDestinationAttributes) ValueSource() terra.StringValue
type KinesisDestination ¶
type KinesisDestination struct { // RoleArn: string, required RoleArn terra.StringValue `hcl:"role_arn,attr" validate:"required"` // StreamArn: string, required StreamArn terra.StringValue `hcl:"stream_arn,attr" validate:"required"` }
type KinesisDestinationAttributes ¶
type KinesisDestinationAttributes struct {
// contains filtered or unexported fields
}
func (KinesisDestinationAttributes) InternalRef ¶
func (kd KinesisDestinationAttributes) InternalRef() (terra.Reference, error)
func (KinesisDestinationAttributes) InternalTokens ¶
func (kd KinesisDestinationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (KinesisDestinationAttributes) InternalWithRef ¶
func (kd KinesisDestinationAttributes) InternalWithRef(ref terra.Reference) KinesisDestinationAttributes
func (KinesisDestinationAttributes) RoleArn ¶
func (kd KinesisDestinationAttributes) RoleArn() terra.StringValue
func (KinesisDestinationAttributes) StreamArn ¶
func (kd KinesisDestinationAttributes) StreamArn() terra.StringValue
type KinesisDestinationState ¶
type SnsDestination ¶
type SnsDestination struct { // TopicArn: string, required TopicArn terra.StringValue `hcl:"topic_arn,attr" validate:"required"` }
type SnsDestinationAttributes ¶
type SnsDestinationAttributes struct {
// contains filtered or unexported fields
}
func (SnsDestinationAttributes) InternalRef ¶
func (sd SnsDestinationAttributes) InternalRef() (terra.Reference, error)
func (SnsDestinationAttributes) InternalTokens ¶
func (sd SnsDestinationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SnsDestinationAttributes) InternalWithRef ¶
func (sd SnsDestinationAttributes) InternalWithRef(ref terra.Reference) SnsDestinationAttributes
func (SnsDestinationAttributes) TopicArn ¶
func (sd SnsDestinationAttributes) TopicArn() terra.StringValue
type SnsDestinationState ¶
type SnsDestinationState struct {
TopicArn string `json:"topic_arn"`
}
Click to show internal directories.
Click to hide internal directories.