Documentation ¶
Index ¶
Constants ¶
View Source
const TFProviderSourceChannel = "TERRAFORM"
Variables ¶
This section is empty.
Functions ¶
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
Click to show internal directories.
Click to hide internal directories.