datasesv2configurationset

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 DashboardOptions

type DashboardOptions struct{}

type DashboardOptionsAttributes

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

func (DashboardOptionsAttributes) EngagementMetrics

func (do DashboardOptionsAttributes) EngagementMetrics() terra.StringValue

func (DashboardOptionsAttributes) InternalRef

func (do DashboardOptionsAttributes) InternalRef() (terra.Reference, error)

func (DashboardOptionsAttributes) InternalTokens

func (do DashboardOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DashboardOptionsAttributes) InternalWithRef

type DashboardOptionsState

type DashboardOptionsState struct {
	EngagementMetrics string `json:"engagement_metrics"`
}

type DeliveryOptions

type DeliveryOptions struct{}

type DeliveryOptionsAttributes

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

func (DeliveryOptionsAttributes) InternalRef

func (do DeliveryOptionsAttributes) InternalRef() (terra.Reference, error)

func (DeliveryOptionsAttributes) InternalTokens

func (do DeliveryOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DeliveryOptionsAttributes) InternalWithRef

func (DeliveryOptionsAttributes) SendingPoolName

func (do DeliveryOptionsAttributes) SendingPoolName() terra.StringValue

func (DeliveryOptionsAttributes) TlsPolicy

type DeliveryOptionsState

type DeliveryOptionsState struct {
	SendingPoolName string `json:"sending_pool_name"`
	TlsPolicy       string `json:"tls_policy"`
}

type GuardianOptions

type GuardianOptions struct{}

type GuardianOptionsAttributes

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

func (GuardianOptionsAttributes) InternalRef

func (_go GuardianOptionsAttributes) InternalRef() (terra.Reference, error)

func (GuardianOptionsAttributes) InternalTokens

func (_go GuardianOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (GuardianOptionsAttributes) InternalWithRef

func (GuardianOptionsAttributes) OptimizedSharedDelivery

func (_go GuardianOptionsAttributes) OptimizedSharedDelivery() terra.StringValue

type GuardianOptionsState

type GuardianOptionsState struct {
	OptimizedSharedDelivery string `json:"optimized_shared_delivery"`
}

type ReputationOptions

type ReputationOptions struct{}

type ReputationOptionsAttributes

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

func (ReputationOptionsAttributes) InternalRef

func (ro ReputationOptionsAttributes) InternalRef() (terra.Reference, error)

func (ReputationOptionsAttributes) InternalTokens

func (ro ReputationOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ReputationOptionsAttributes) InternalWithRef

func (ReputationOptionsAttributes) LastFreshStart

func (ro ReputationOptionsAttributes) LastFreshStart() terra.StringValue

func (ReputationOptionsAttributes) ReputationMetricsEnabled

func (ro ReputationOptionsAttributes) ReputationMetricsEnabled() terra.BoolValue

type ReputationOptionsState

type ReputationOptionsState struct {
	LastFreshStart           string `json:"last_fresh_start"`
	ReputationMetricsEnabled bool   `json:"reputation_metrics_enabled"`
}

type SendingOptions

type SendingOptions struct{}

type SendingOptionsAttributes

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

func (SendingOptionsAttributes) InternalRef

func (so SendingOptionsAttributes) InternalRef() (terra.Reference, error)

func (SendingOptionsAttributes) InternalTokens

func (so SendingOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (SendingOptionsAttributes) InternalWithRef

func (SendingOptionsAttributes) SendingEnabled

func (so SendingOptionsAttributes) SendingEnabled() terra.BoolValue

type SendingOptionsState

type SendingOptionsState struct {
	SendingEnabled bool `json:"sending_enabled"`
}

type SuppressionOptions

type SuppressionOptions struct{}

type SuppressionOptionsAttributes

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

func (SuppressionOptionsAttributes) InternalRef

func (so SuppressionOptionsAttributes) InternalRef() (terra.Reference, error)

func (SuppressionOptionsAttributes) InternalTokens

func (so SuppressionOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (SuppressionOptionsAttributes) InternalWithRef

func (SuppressionOptionsAttributes) SuppressedReasons

type SuppressionOptionsState

type SuppressionOptionsState struct {
	SuppressedReasons []string `json:"suppressed_reasons"`
}

type TrackingOptions

type TrackingOptions struct{}

type TrackingOptionsAttributes

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

func (TrackingOptionsAttributes) CustomRedirectDomain

func (to TrackingOptionsAttributes) CustomRedirectDomain() terra.StringValue

func (TrackingOptionsAttributes) InternalRef

func (to TrackingOptionsAttributes) InternalRef() (terra.Reference, error)

func (TrackingOptionsAttributes) InternalTokens

func (to TrackingOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TrackingOptionsAttributes) InternalWithRef

type TrackingOptionsState

type TrackingOptionsState struct {
	CustomRedirectDomain string `json:"custom_redirect_domain"`
}

type VdmOptions

type VdmOptions struct {
	// DashboardOptions: min=0
	DashboardOptions []DashboardOptions `hcl:"dashboard_options,block" validate:"min=0"`
	// GuardianOptions: min=0
	GuardianOptions []GuardianOptions `hcl:"guardian_options,block" validate:"min=0"`
}

type VdmOptionsAttributes

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

func (VdmOptionsAttributes) DashboardOptions

func (VdmOptionsAttributes) GuardianOptions

func (VdmOptionsAttributes) InternalRef

func (vo VdmOptionsAttributes) InternalRef() (terra.Reference, error)

func (VdmOptionsAttributes) InternalTokens

func (vo VdmOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (VdmOptionsAttributes) InternalWithRef

func (vo VdmOptionsAttributes) InternalWithRef(ref terra.Reference) VdmOptionsAttributes

type VdmOptionsState

type VdmOptionsState struct {
	DashboardOptions []DashboardOptionsState `json:"dashboard_options"`
	GuardianOptions  []GuardianOptionsState  `json:"guardian_options"`
}

Jump to

Keyboard shortcuts

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