aws_chimesdkmediapipelines_media_insights_pipeline_configuration

package
v0.0.0-...-4deecce Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Args

type Args struct {
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// ResourceAccessRoleArn: string, required
	ResourceAccessRoleArn terra.StringValue `hcl:"resource_access_role_arn,attr" validate:"required"`
	// Tags: map of string, optional
	Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"`
	// TagsAll: map of string, optional
	TagsAll terra.MapValue[terra.StringValue] `hcl:"tags_all,attr"`
	// Elements: min=1
	Elements []Elements `hcl:"elements,block" validate:"min=1"`
	// RealTimeAlertConfiguration: optional
	RealTimeAlertConfiguration *RealTimeAlertConfiguration `hcl:"real_time_alert_configuration,block"`
	// Timeouts: optional
	Timeouts *Timeouts `hcl:"timeouts,block"`
}

Args contains the configurations for aws_chimesdkmediapipelines_media_insights_pipeline_configuration.

type Elements

type Elements struct {
	// Type: string, required
	Type terra.StringValue `hcl:"type,attr" validate:"required"`
	// ElementsAmazonTranscribeCallAnalyticsProcessorConfiguration: optional
	AmazonTranscribeCallAnalyticsProcessorConfiguration *ElementsAmazonTranscribeCallAnalyticsProcessorConfiguration `hcl:"amazon_transcribe_call_analytics_processor_configuration,block"`
	// ElementsAmazonTranscribeProcessorConfiguration: optional
	AmazonTranscribeProcessorConfiguration *ElementsAmazonTranscribeProcessorConfiguration `hcl:"amazon_transcribe_processor_configuration,block"`
	// ElementsKinesisDataStreamSinkConfiguration: optional
	KinesisDataStreamSinkConfiguration *ElementsKinesisDataStreamSinkConfiguration `hcl:"kinesis_data_stream_sink_configuration,block"`
	// ElementsLambdaFunctionSinkConfiguration: optional
	LambdaFunctionSinkConfiguration *ElementsLambdaFunctionSinkConfiguration `hcl:"lambda_function_sink_configuration,block"`
	// ElementsS3RecordingSinkConfiguration: optional
	S3RecordingSinkConfiguration *ElementsS3RecordingSinkConfiguration `hcl:"s3_recording_sink_configuration,block"`
	// ElementsSnsTopicSinkConfiguration: optional
	SnsTopicSinkConfiguration *ElementsSnsTopicSinkConfiguration `hcl:"sns_topic_sink_configuration,block"`
	// ElementsSqsQueueSinkConfiguration: optional
	SqsQueueSinkConfiguration *ElementsSqsQueueSinkConfiguration `hcl:"sqs_queue_sink_configuration,block"`
	// ElementsVoiceAnalyticsProcessorConfiguration: optional
	VoiceAnalyticsProcessorConfiguration *ElementsVoiceAnalyticsProcessorConfiguration `hcl:"voice_analytics_processor_configuration,block"`
}

type ElementsAmazonTranscribeCallAnalyticsProcessorConfiguration

type ElementsAmazonTranscribeCallAnalyticsProcessorConfiguration struct {
	// CallAnalyticsStreamCategories: list of string, optional
	CallAnalyticsStreamCategories terra.ListValue[terra.StringValue] `hcl:"call_analytics_stream_categories,attr"`
	// ContentIdentificationType: string, optional
	ContentIdentificationType terra.StringValue `hcl:"content_identification_type,attr"`
	// ContentRedactionType: string, optional
	ContentRedactionType terra.StringValue `hcl:"content_redaction_type,attr"`
	// EnablePartialResultsStabilization: bool, optional
	EnablePartialResultsStabilization terra.BoolValue `hcl:"enable_partial_results_stabilization,attr"`
	// FilterPartialResults: bool, optional
	FilterPartialResults terra.BoolValue `hcl:"filter_partial_results,attr"`
	// LanguageCode: string, required
	LanguageCode terra.StringValue `hcl:"language_code,attr" validate:"required"`
	// LanguageModelName: string, optional
	LanguageModelName terra.StringValue `hcl:"language_model_name,attr"`
	// PartialResultsStability: string, optional
	PartialResultsStability terra.StringValue `hcl:"partial_results_stability,attr"`
	// PiiEntityTypes: string, optional
	PiiEntityTypes terra.StringValue `hcl:"pii_entity_types,attr"`
	// VocabularyFilterMethod: string, optional
	VocabularyFilterMethod terra.StringValue `hcl:"vocabulary_filter_method,attr"`
	// VocabularyFilterName: string, optional
	VocabularyFilterName terra.StringValue `hcl:"vocabulary_filter_name,attr"`
	// VocabularyName: string, optional
	VocabularyName terra.StringValue `hcl:"vocabulary_name,attr"`
	// ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettings: optional
	PostCallAnalyticsSettings *ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettings `hcl:"post_call_analytics_settings,block"`
}

type ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationAttributes

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

func (ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationAttributes) CallAnalyticsStreamCategories

func (ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationAttributes) ContentIdentificationType

func (ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationAttributes) ContentRedactionType

func (ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationAttributes) EnablePartialResultsStabilization

func (ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationAttributes) FilterPartialResults

func (ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationAttributes) InternalRef

func (ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationAttributes) InternalTokens

func (ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationAttributes) InternalWithRef

func (ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationAttributes) LanguageCode

func (ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationAttributes) LanguageModelName

func (ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationAttributes) PartialResultsStability

func (ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationAttributes) PiiEntityTypes

func (ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationAttributes) VocabularyFilterMethod

func (ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationAttributes) VocabularyFilterName

func (ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationAttributes) VocabularyName

type ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettings

type ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettings struct {
	// ContentRedactionOutput: string, optional
	ContentRedactionOutput terra.StringValue `hcl:"content_redaction_output,attr"`
	// DataAccessRoleArn: string, required
	DataAccessRoleArn terra.StringValue `hcl:"data_access_role_arn,attr" validate:"required"`
	// OutputEncryptionKmsKeyId: string, optional
	OutputEncryptionKmsKeyId terra.StringValue `hcl:"output_encryption_kms_key_id,attr"`
	// OutputLocation: string, required
	OutputLocation terra.StringValue `hcl:"output_location,attr" validate:"required"`
}

type ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettingsAttributes

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

func (ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettingsAttributes) ContentRedactionOutput

func (ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettingsAttributes) DataAccessRoleArn

func (ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettingsAttributes) InternalRef

func (ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettingsAttributes) InternalTokens

func (ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettingsAttributes) OutputEncryptionKmsKeyId

func (ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettingsAttributes) OutputLocation

type ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettingsState

type ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettingsState struct {
	ContentRedactionOutput   string `json:"content_redaction_output"`
	DataAccessRoleArn        string `json:"data_access_role_arn"`
	OutputEncryptionKmsKeyId string `json:"output_encryption_kms_key_id"`
	OutputLocation           string `json:"output_location"`
}

type ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationState

type ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationState struct {
	CallAnalyticsStreamCategories     []string                                                                                    `json:"call_analytics_stream_categories"`
	ContentIdentificationType         string                                                                                      `json:"content_identification_type"`
	ContentRedactionType              string                                                                                      `json:"content_redaction_type"`
	EnablePartialResultsStabilization bool                                                                                        `json:"enable_partial_results_stabilization"`
	FilterPartialResults              bool                                                                                        `json:"filter_partial_results"`
	LanguageCode                      string                                                                                      `json:"language_code"`
	LanguageModelName                 string                                                                                      `json:"language_model_name"`
	PartialResultsStability           string                                                                                      `json:"partial_results_stability"`
	PiiEntityTypes                    string                                                                                      `json:"pii_entity_types"`
	VocabularyFilterMethod            string                                                                                      `json:"vocabulary_filter_method"`
	VocabularyFilterName              string                                                                                      `json:"vocabulary_filter_name"`
	VocabularyName                    string                                                                                      `json:"vocabulary_name"`
	PostCallAnalyticsSettings         []ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettingsState `json:"post_call_analytics_settings"`
}

type ElementsAmazonTranscribeProcessorConfiguration

type ElementsAmazonTranscribeProcessorConfiguration struct {
	// ContentIdentificationType: string, optional
	ContentIdentificationType terra.StringValue `hcl:"content_identification_type,attr"`
	// ContentRedactionType: string, optional
	ContentRedactionType terra.StringValue `hcl:"content_redaction_type,attr"`
	// EnablePartialResultsStabilization: bool, optional
	EnablePartialResultsStabilization terra.BoolValue `hcl:"enable_partial_results_stabilization,attr"`
	// FilterPartialResults: bool, optional
	FilterPartialResults terra.BoolValue `hcl:"filter_partial_results,attr"`
	// LanguageCode: string, required
	LanguageCode terra.StringValue `hcl:"language_code,attr" validate:"required"`
	// LanguageModelName: string, optional
	LanguageModelName terra.StringValue `hcl:"language_model_name,attr"`
	// PartialResultsStability: string, optional
	PartialResultsStability terra.StringValue `hcl:"partial_results_stability,attr"`
	// PiiEntityTypes: string, optional
	PiiEntityTypes terra.StringValue `hcl:"pii_entity_types,attr"`
	// ShowSpeakerLabel: bool, optional
	ShowSpeakerLabel terra.BoolValue `hcl:"show_speaker_label,attr"`
	// VocabularyFilterMethod: string, optional
	VocabularyFilterMethod terra.StringValue `hcl:"vocabulary_filter_method,attr"`
	// VocabularyFilterName: string, optional
	VocabularyFilterName terra.StringValue `hcl:"vocabulary_filter_name,attr"`
	// VocabularyName: string, optional
	VocabularyName terra.StringValue `hcl:"vocabulary_name,attr"`
}

type ElementsAmazonTranscribeProcessorConfigurationAttributes

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

func (ElementsAmazonTranscribeProcessorConfigurationAttributes) ContentIdentificationType

func (ElementsAmazonTranscribeProcessorConfigurationAttributes) ContentRedactionType

func (ElementsAmazonTranscribeProcessorConfigurationAttributes) EnablePartialResultsStabilization

func (atpc ElementsAmazonTranscribeProcessorConfigurationAttributes) EnablePartialResultsStabilization() terra.BoolValue

func (ElementsAmazonTranscribeProcessorConfigurationAttributes) FilterPartialResults

func (ElementsAmazonTranscribeProcessorConfigurationAttributes) InternalRef

func (ElementsAmazonTranscribeProcessorConfigurationAttributes) InternalTokens

func (ElementsAmazonTranscribeProcessorConfigurationAttributes) InternalWithRef

func (ElementsAmazonTranscribeProcessorConfigurationAttributes) LanguageCode

func (ElementsAmazonTranscribeProcessorConfigurationAttributes) LanguageModelName

func (ElementsAmazonTranscribeProcessorConfigurationAttributes) PartialResultsStability

func (ElementsAmazonTranscribeProcessorConfigurationAttributes) PiiEntityTypes

func (ElementsAmazonTranscribeProcessorConfigurationAttributes) ShowSpeakerLabel

func (ElementsAmazonTranscribeProcessorConfigurationAttributes) VocabularyFilterMethod

func (ElementsAmazonTranscribeProcessorConfigurationAttributes) VocabularyFilterName

func (ElementsAmazonTranscribeProcessorConfigurationAttributes) VocabularyName

type ElementsAmazonTranscribeProcessorConfigurationState

type ElementsAmazonTranscribeProcessorConfigurationState struct {
	ContentIdentificationType         string `json:"content_identification_type"`
	ContentRedactionType              string `json:"content_redaction_type"`
	EnablePartialResultsStabilization bool   `json:"enable_partial_results_stabilization"`
	FilterPartialResults              bool   `json:"filter_partial_results"`
	LanguageCode                      string `json:"language_code"`
	LanguageModelName                 string `json:"language_model_name"`
	PartialResultsStability           string `json:"partial_results_stability"`
	PiiEntityTypes                    string `json:"pii_entity_types"`
	ShowSpeakerLabel                  bool   `json:"show_speaker_label"`
	VocabularyFilterMethod            string `json:"vocabulary_filter_method"`
	VocabularyFilterName              string `json:"vocabulary_filter_name"`
	VocabularyName                    string `json:"vocabulary_name"`
}

type ElementsAttributes

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

func (ElementsAttributes) InternalRef

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

func (ElementsAttributes) InternalTokens

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

func (ElementsAttributes) InternalWithRef

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

func (ElementsAttributes) KinesisDataStreamSinkConfiguration

func (ElementsAttributes) LambdaFunctionSinkConfiguration

func (ElementsAttributes) S3RecordingSinkConfiguration

func (ElementsAttributes) SnsTopicSinkConfiguration

func (ElementsAttributes) SqsQueueSinkConfiguration

func (ElementsAttributes) Type

type ElementsKinesisDataStreamSinkConfiguration

type ElementsKinesisDataStreamSinkConfiguration struct {
	// InsightsTarget: string, required
	InsightsTarget terra.StringValue `hcl:"insights_target,attr" validate:"required"`
}

type ElementsKinesisDataStreamSinkConfigurationAttributes

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

func (ElementsKinesisDataStreamSinkConfigurationAttributes) InsightsTarget

func (ElementsKinesisDataStreamSinkConfigurationAttributes) InternalRef

func (ElementsKinesisDataStreamSinkConfigurationAttributes) InternalTokens

func (ElementsKinesisDataStreamSinkConfigurationAttributes) InternalWithRef

type ElementsKinesisDataStreamSinkConfigurationState

type ElementsKinesisDataStreamSinkConfigurationState struct {
	InsightsTarget string `json:"insights_target"`
}

type ElementsLambdaFunctionSinkConfiguration

type ElementsLambdaFunctionSinkConfiguration struct {
	// InsightsTarget: string, required
	InsightsTarget terra.StringValue `hcl:"insights_target,attr" validate:"required"`
}

type ElementsLambdaFunctionSinkConfigurationAttributes

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

func (ElementsLambdaFunctionSinkConfigurationAttributes) InsightsTarget

func (ElementsLambdaFunctionSinkConfigurationAttributes) InternalRef

func (ElementsLambdaFunctionSinkConfigurationAttributes) InternalTokens

func (ElementsLambdaFunctionSinkConfigurationAttributes) InternalWithRef

type ElementsLambdaFunctionSinkConfigurationState

type ElementsLambdaFunctionSinkConfigurationState struct {
	InsightsTarget string `json:"insights_target"`
}

type ElementsS3RecordingSinkConfiguration

type ElementsS3RecordingSinkConfiguration struct {
	// Destination: string, optional
	Destination terra.StringValue `hcl:"destination,attr"`
}

type ElementsS3RecordingSinkConfigurationAttributes

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

func (ElementsS3RecordingSinkConfigurationAttributes) Destination

func (ElementsS3RecordingSinkConfigurationAttributes) InternalRef

func (ElementsS3RecordingSinkConfigurationAttributes) InternalTokens

func (ElementsS3RecordingSinkConfigurationAttributes) InternalWithRef

type ElementsS3RecordingSinkConfigurationState

type ElementsS3RecordingSinkConfigurationState struct {
	Destination string `json:"destination"`
}

type ElementsSnsTopicSinkConfiguration

type ElementsSnsTopicSinkConfiguration struct {
	// InsightsTarget: string, required
	InsightsTarget terra.StringValue `hcl:"insights_target,attr" validate:"required"`
}

type ElementsSnsTopicSinkConfigurationAttributes

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

func (ElementsSnsTopicSinkConfigurationAttributes) InsightsTarget

func (ElementsSnsTopicSinkConfigurationAttributes) InternalRef

func (ElementsSnsTopicSinkConfigurationAttributes) InternalTokens

func (ElementsSnsTopicSinkConfigurationAttributes) InternalWithRef

type ElementsSnsTopicSinkConfigurationState

type ElementsSnsTopicSinkConfigurationState struct {
	InsightsTarget string `json:"insights_target"`
}

type ElementsSqsQueueSinkConfiguration

type ElementsSqsQueueSinkConfiguration struct {
	// InsightsTarget: string, required
	InsightsTarget terra.StringValue `hcl:"insights_target,attr" validate:"required"`
}

type ElementsSqsQueueSinkConfigurationAttributes

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

func (ElementsSqsQueueSinkConfigurationAttributes) InsightsTarget

func (ElementsSqsQueueSinkConfigurationAttributes) InternalRef

func (ElementsSqsQueueSinkConfigurationAttributes) InternalTokens

func (ElementsSqsQueueSinkConfigurationAttributes) InternalWithRef

type ElementsSqsQueueSinkConfigurationState

type ElementsSqsQueueSinkConfigurationState struct {
	InsightsTarget string `json:"insights_target"`
}

type ElementsState

type ElementsState struct {
	Type                                                string                                                             `json:"type"`
	AmazonTranscribeCallAnalyticsProcessorConfiguration []ElementsAmazonTranscribeCallAnalyticsProcessorConfigurationState `json:"amazon_transcribe_call_analytics_processor_configuration"`
	AmazonTranscribeProcessorConfiguration              []ElementsAmazonTranscribeProcessorConfigurationState              `json:"amazon_transcribe_processor_configuration"`
	KinesisDataStreamSinkConfiguration                  []ElementsKinesisDataStreamSinkConfigurationState                  `json:"kinesis_data_stream_sink_configuration"`
	LambdaFunctionSinkConfiguration                     []ElementsLambdaFunctionSinkConfigurationState                     `json:"lambda_function_sink_configuration"`
	S3RecordingSinkConfiguration                        []ElementsS3RecordingSinkConfigurationState                        `json:"s3_recording_sink_configuration"`
	SnsTopicSinkConfiguration                           []ElementsSnsTopicSinkConfigurationState                           `json:"sns_topic_sink_configuration"`
	SqsQueueSinkConfiguration                           []ElementsSqsQueueSinkConfigurationState                           `json:"sqs_queue_sink_configuration"`
	VoiceAnalyticsProcessorConfiguration                []ElementsVoiceAnalyticsProcessorConfigurationState                `json:"voice_analytics_processor_configuration"`
}

type ElementsVoiceAnalyticsProcessorConfiguration

type ElementsVoiceAnalyticsProcessorConfiguration struct {
	// SpeakerSearchStatus: string, required
	SpeakerSearchStatus terra.StringValue `hcl:"speaker_search_status,attr" validate:"required"`
	// VoiceToneAnalysisStatus: string, required
	VoiceToneAnalysisStatus terra.StringValue `hcl:"voice_tone_analysis_status,attr" validate:"required"`
}

type ElementsVoiceAnalyticsProcessorConfigurationAttributes

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

func (ElementsVoiceAnalyticsProcessorConfigurationAttributes) InternalRef

func (ElementsVoiceAnalyticsProcessorConfigurationAttributes) InternalTokens

func (ElementsVoiceAnalyticsProcessorConfigurationAttributes) InternalWithRef

func (ElementsVoiceAnalyticsProcessorConfigurationAttributes) SpeakerSearchStatus

func (ElementsVoiceAnalyticsProcessorConfigurationAttributes) VoiceToneAnalysisStatus

type ElementsVoiceAnalyticsProcessorConfigurationState

type ElementsVoiceAnalyticsProcessorConfigurationState struct {
	SpeakerSearchStatus     string `json:"speaker_search_status"`
	VoiceToneAnalysisStatus string `json:"voice_tone_analysis_status"`
}

type RealTimeAlertConfiguration

type RealTimeAlertConfiguration struct {
	// Disabled: bool, optional
	Disabled terra.BoolValue `hcl:"disabled,attr"`
	// RealTimeAlertConfigurationRules: min=1,max=3
	Rules []RealTimeAlertConfigurationRules `hcl:"rules,block" validate:"min=1,max=3"`
}

type RealTimeAlertConfigurationAttributes

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

func (RealTimeAlertConfigurationAttributes) Disabled

func (RealTimeAlertConfigurationAttributes) InternalRef

func (RealTimeAlertConfigurationAttributes) InternalTokens

func (rtac RealTimeAlertConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (RealTimeAlertConfigurationAttributes) InternalWithRef

func (RealTimeAlertConfigurationAttributes) Rules

type RealTimeAlertConfigurationRules

type RealTimeAlertConfigurationRules struct {
	// Type: string, required
	Type terra.StringValue `hcl:"type,attr" validate:"required"`
	// RealTimeAlertConfigurationRulesIssueDetectionConfiguration: optional
	IssueDetectionConfiguration *RealTimeAlertConfigurationRulesIssueDetectionConfiguration `hcl:"issue_detection_configuration,block"`
	// RealTimeAlertConfigurationRulesKeywordMatchConfiguration: optional
	KeywordMatchConfiguration *RealTimeAlertConfigurationRulesKeywordMatchConfiguration `hcl:"keyword_match_configuration,block"`
	// RealTimeAlertConfigurationRulesSentimentConfiguration: optional
	SentimentConfiguration *RealTimeAlertConfigurationRulesSentimentConfiguration `hcl:"sentiment_configuration,block"`
}

type RealTimeAlertConfigurationRulesAttributes

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

func (RealTimeAlertConfigurationRulesAttributes) InternalRef

func (RealTimeAlertConfigurationRulesAttributes) InternalTokens

func (RealTimeAlertConfigurationRulesAttributes) InternalWithRef

func (RealTimeAlertConfigurationRulesAttributes) Type

type RealTimeAlertConfigurationRulesIssueDetectionConfiguration

type RealTimeAlertConfigurationRulesIssueDetectionConfiguration struct {
	// RuleName: string, required
	RuleName terra.StringValue `hcl:"rule_name,attr" validate:"required"`
}

type RealTimeAlertConfigurationRulesIssueDetectionConfigurationAttributes

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

func (RealTimeAlertConfigurationRulesIssueDetectionConfigurationAttributes) InternalRef

func (RealTimeAlertConfigurationRulesIssueDetectionConfigurationAttributes) InternalTokens

func (RealTimeAlertConfigurationRulesIssueDetectionConfigurationAttributes) InternalWithRef

func (RealTimeAlertConfigurationRulesIssueDetectionConfigurationAttributes) RuleName

type RealTimeAlertConfigurationRulesIssueDetectionConfigurationState

type RealTimeAlertConfigurationRulesIssueDetectionConfigurationState struct {
	RuleName string `json:"rule_name"`
}

type RealTimeAlertConfigurationRulesKeywordMatchConfiguration

type RealTimeAlertConfigurationRulesKeywordMatchConfiguration struct {
	// Keywords: list of string, required
	Keywords terra.ListValue[terra.StringValue] `hcl:"keywords,attr" validate:"required"`
	// Negate: bool, optional
	Negate terra.BoolValue `hcl:"negate,attr"`
	// RuleName: string, required
	RuleName terra.StringValue `hcl:"rule_name,attr" validate:"required"`
}

type RealTimeAlertConfigurationRulesKeywordMatchConfigurationAttributes

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

func (RealTimeAlertConfigurationRulesKeywordMatchConfigurationAttributes) InternalRef

func (RealTimeAlertConfigurationRulesKeywordMatchConfigurationAttributes) InternalTokens

func (RealTimeAlertConfigurationRulesKeywordMatchConfigurationAttributes) InternalWithRef

func (RealTimeAlertConfigurationRulesKeywordMatchConfigurationAttributes) Keywords

func (RealTimeAlertConfigurationRulesKeywordMatchConfigurationAttributes) Negate

func (RealTimeAlertConfigurationRulesKeywordMatchConfigurationAttributes) RuleName

type RealTimeAlertConfigurationRulesKeywordMatchConfigurationState

type RealTimeAlertConfigurationRulesKeywordMatchConfigurationState struct {
	Keywords []string `json:"keywords"`
	Negate   bool     `json:"negate"`
	RuleName string   `json:"rule_name"`
}

type RealTimeAlertConfigurationRulesSentimentConfiguration

type RealTimeAlertConfigurationRulesSentimentConfiguration struct {
	// RuleName: string, required
	RuleName terra.StringValue `hcl:"rule_name,attr" validate:"required"`
	// SentimentType: string, required
	SentimentType terra.StringValue `hcl:"sentiment_type,attr" validate:"required"`
	// TimePeriod: number, required
	TimePeriod terra.NumberValue `hcl:"time_period,attr" validate:"required"`
}

type RealTimeAlertConfigurationRulesSentimentConfigurationAttributes

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

func (RealTimeAlertConfigurationRulesSentimentConfigurationAttributes) InternalRef

func (RealTimeAlertConfigurationRulesSentimentConfigurationAttributes) InternalTokens

func (RealTimeAlertConfigurationRulesSentimentConfigurationAttributes) InternalWithRef

func (RealTimeAlertConfigurationRulesSentimentConfigurationAttributes) RuleName

func (RealTimeAlertConfigurationRulesSentimentConfigurationAttributes) SentimentType

func (RealTimeAlertConfigurationRulesSentimentConfigurationAttributes) TimePeriod

type RealTimeAlertConfigurationRulesSentimentConfigurationState

type RealTimeAlertConfigurationRulesSentimentConfigurationState struct {
	RuleName      string  `json:"rule_name"`
	SentimentType string  `json:"sentiment_type"`
	TimePeriod    float64 `json:"time_period"`
}

type RealTimeAlertConfigurationRulesState

type RealTimeAlertConfigurationRulesState struct {
	Type                        string                                                            `json:"type"`
	IssueDetectionConfiguration []RealTimeAlertConfigurationRulesIssueDetectionConfigurationState `json:"issue_detection_configuration"`
	KeywordMatchConfiguration   []RealTimeAlertConfigurationRulesKeywordMatchConfigurationState   `json:"keyword_match_configuration"`
	SentimentConfiguration      []RealTimeAlertConfigurationRulesSentimentConfigurationState      `json:"sentiment_configuration"`
}

type RealTimeAlertConfigurationState

type RealTimeAlertConfigurationState struct {
	Disabled bool                                   `json:"disabled"`
	Rules    []RealTimeAlertConfigurationRulesState `json:"rules"`
}

type Resource

type Resource struct {
	Name string
	Args Args

	DependsOn terra.Dependencies
	Lifecycle *terra.Lifecycle
	// contains filtered or unexported fields
}

Resource represents the Terraform resource aws_chimesdkmediapipelines_media_insights_pipeline_configuration.

func New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

func (*Resource) Attributes

func (acmipc *Resource) Attributes() awsChimesdkmediapipelinesMediaInsightsPipelineConfigurationAttributes

Attributes returns the attributes for Resource.

func (*Resource) Configuration

func (acmipc *Resource) Configuration() interface{}

Configuration returns the configuration (args) for Resource.

func (*Resource) DependOn

func (acmipc *Resource) DependOn() terra.Reference

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

func (acmipc *Resource) Dependencies() terra.Dependencies

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

func (acmipc *Resource) ImportState(state io.Reader) error

ImportState imports the given attribute values into Resource's state.

func (*Resource) LifecycleManagement

func (acmipc *Resource) LifecycleManagement() *terra.Lifecycle

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (acmipc *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (acmipc *Resource) State() (*awsChimesdkmediapipelinesMediaInsightsPipelineConfigurationState, bool)

State returns the state and a bool indicating if Resource has state.

func (*Resource) StateMust

func (acmipc *Resource) StateMust() *awsChimesdkmediapipelinesMediaInsightsPipelineConfigurationState

StateMust returns the state for Resource. Panics if the state is nil.

func (*Resource) Type

func (acmipc *Resource) Type() string

Type returns the Terraform object type for Resource.

type Timeouts

type Timeouts struct {
	// Create: string, optional
	Create terra.StringValue `hcl:"create,attr"`
	// Delete: string, optional
	Delete terra.StringValue `hcl:"delete,attr"`
	// Update: string, optional
	Update terra.StringValue `hcl:"update,attr"`
}

type TimeoutsAttributes

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

func (TimeoutsAttributes) Create

func (TimeoutsAttributes) Delete

func (TimeoutsAttributes) InternalRef

func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)

func (TimeoutsAttributes) InternalTokens

func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TimeoutsAttributes) InternalWithRef

func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes

func (TimeoutsAttributes) Update

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
	Update string `json:"update"`
}

Jump to

Keyboard shortcuts

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