logstreaming

package
v0.86.0 Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2024 License: MPL-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

View Source
const TFProviderSourceChannel = "TERRAFORM"

Variables

This section is empty.

Functions

func NewHCPLogStreamingDestinationResource

func NewHCPLogStreamingDestinationResource() resource.Resource

Types

type CloudWatchProvider added in v0.83.0

type CloudWatchProvider struct {
	Region       types.String `tfsdk:"region"`
	ExternalID   types.String `tfsdk:"external_id"`
	RoleArn      types.String `tfsdk:"role_arn"`
	LogGroupName types.String `tfsdk:"log_group_name"`
}

func (CloudWatchProvider) AttributeTypes added in v0.83.0

func (s CloudWatchProvider) AttributeTypes() map[string]attr.Type

type DataDogProvider added in v0.86.0

type DataDogProvider struct {
	Endpoint       types.String `tfsdk:"endpoint"`
	APIKey         types.String `tfsdk:"api_key"`
	ApplicationKey types.String `tfsdk:"application_key"`
}

func (DataDogProvider) AttributeTypes added in v0.86.0

func (d DataDogProvider) AttributeTypes() map[string]attr.Type

type HCPLogStreamingDestination

type HCPLogStreamingDestination struct {
	Name                   types.String `tfsdk:"name"`
	StreamingDestinationID types.String `tfsdk:"streaming_destination_id"`
	SplunkCloud            types.Object `tfsdk:"splunk_cloud"`
	CloudWatch             types.Object `tfsdk:"cloudwatch"`
	Datadog                types.Object `tfsdk:"datadog"`
	// contains filtered or unexported fields
}

type SplunkCloudProvider

type SplunkCloudProvider struct {
	HecEndpoint types.String `tfsdk:"endpoint"`
	Token       types.String `tfsdk:"token"`
}

func (SplunkCloudProvider) AttributeTypes

func (s SplunkCloudProvider) AttributeTypes() map[string]attr.Type

Jump to

Keyboard shortcuts

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