datacloudfrontrealtimelogconfig

package
v0.0.0-...-964ba77 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 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 Endpoint

type Endpoint struct {
	// KinesisStreamConfig: min=0
	KinesisStreamConfig []KinesisStreamConfig `hcl:"kinesis_stream_config,block" validate:"min=0"`
}

type EndpointAttributes

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

func (EndpointAttributes) InternalRef

func (e EndpointAttributes) InternalRef() (terra.Reference, error)

func (EndpointAttributes) InternalTokens

func (e EndpointAttributes) InternalTokens() (hclwrite.Tokens, error)

func (EndpointAttributes) InternalWithRef

func (e EndpointAttributes) InternalWithRef(ref terra.Reference) EndpointAttributes

func (EndpointAttributes) KinesisStreamConfig

func (EndpointAttributes) StreamType

func (e EndpointAttributes) StreamType() terra.StringValue

type EndpointState

type EndpointState struct {
	StreamType          string                     `json:"stream_type"`
	KinesisStreamConfig []KinesisStreamConfigState `json:"kinesis_stream_config"`
}

type KinesisStreamConfig

type KinesisStreamConfig struct{}

type KinesisStreamConfigAttributes

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

func (KinesisStreamConfigAttributes) InternalRef

func (ksc KinesisStreamConfigAttributes) InternalRef() (terra.Reference, error)

func (KinesisStreamConfigAttributes) InternalTokens

func (ksc KinesisStreamConfigAttributes) InternalTokens() (hclwrite.Tokens, error)

func (KinesisStreamConfigAttributes) InternalWithRef

func (KinesisStreamConfigAttributes) RoleArn

func (KinesisStreamConfigAttributes) StreamArn

type KinesisStreamConfigState

type KinesisStreamConfigState struct {
	RoleArn   string `json:"role_arn"`
	StreamArn string `json:"stream_arn"`
}

Jump to

Keyboard shortcuts

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