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 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.