Documentation ¶
Index ¶
- func MediaTransform_IsConstruct(x interface{}) *bool
- func MediaTransform_IsTerraformElement(x interface{}) *bool
- func MediaTransform_IsTerraformResource(x interface{}) *bool
- func MediaTransform_TfResourceType() *string
- func NewMediaTransformOutputAudioAnalyzerPresetOutputReference_Override(m MediaTransformOutputAudioAnalyzerPresetOutputReference, ...)
- func NewMediaTransformOutputBuiltinPresetOutputReference_Override(m MediaTransformOutputBuiltinPresetOutputReference, ...)
- func NewMediaTransformOutputFaceDetectorPresetOutputReference_Override(m MediaTransformOutputFaceDetectorPresetOutputReference, ...)
- func NewMediaTransformOutputList_Override(m MediaTransformOutputList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewMediaTransformOutputOutputReference_Override(m MediaTransformOutputOutputReference, ...)
- func NewMediaTransformOutputVideoAnalyzerPresetOutputReference_Override(m MediaTransformOutputVideoAnalyzerPresetOutputReference, ...)
- func NewMediaTransformTimeoutsOutputReference_Override(m MediaTransformTimeoutsOutputReference, ...)
- func NewMediaTransform_Override(m MediaTransform, scope constructs.Construct, id *string, ...)
- type MediaTransform
- type MediaTransformConfig
- type MediaTransformOutput
- type MediaTransformOutputAudioAnalyzerPreset
- type MediaTransformOutputAudioAnalyzerPresetOutputReference
- type MediaTransformOutputBuiltinPreset
- type MediaTransformOutputBuiltinPresetOutputReference
- type MediaTransformOutputFaceDetectorPreset
- type MediaTransformOutputFaceDetectorPresetOutputReference
- type MediaTransformOutputList
- type MediaTransformOutputOutputReference
- type MediaTransformOutputVideoAnalyzerPreset
- type MediaTransformOutputVideoAnalyzerPresetOutputReference
- type MediaTransformTimeouts
- type MediaTransformTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MediaTransform_IsConstruct ¶
func MediaTransform_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func MediaTransform_IsTerraformElement ¶
func MediaTransform_IsTerraformElement(x interface{}) *bool
Experimental.
func MediaTransform_IsTerraformResource ¶
func MediaTransform_IsTerraformResource(x interface{}) *bool
Experimental.
func MediaTransform_TfResourceType ¶
func MediaTransform_TfResourceType() *string
func NewMediaTransformOutputAudioAnalyzerPresetOutputReference_Override ¶
func NewMediaTransformOutputAudioAnalyzerPresetOutputReference_Override(m MediaTransformOutputAudioAnalyzerPresetOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMediaTransformOutputBuiltinPresetOutputReference_Override ¶
func NewMediaTransformOutputBuiltinPresetOutputReference_Override(m MediaTransformOutputBuiltinPresetOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMediaTransformOutputFaceDetectorPresetOutputReference_Override ¶
func NewMediaTransformOutputFaceDetectorPresetOutputReference_Override(m MediaTransformOutputFaceDetectorPresetOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMediaTransformOutputList_Override ¶
func NewMediaTransformOutputList_Override(m MediaTransformOutputList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewMediaTransformOutputOutputReference_Override ¶
func NewMediaTransformOutputOutputReference_Override(m MediaTransformOutputOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewMediaTransformOutputVideoAnalyzerPresetOutputReference_Override ¶
func NewMediaTransformOutputVideoAnalyzerPresetOutputReference_Override(m MediaTransformOutputVideoAnalyzerPresetOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMediaTransformTimeoutsOutputReference_Override ¶
func NewMediaTransformTimeoutsOutputReference_Override(m MediaTransformTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMediaTransform_Override ¶
func NewMediaTransform_Override(m MediaTransform, scope constructs.Construct, id *string, config *MediaTransformConfig)
Create a new {@link https://www.terraform.io/docs/providers/azurerm/r/media_transform azurerm_media_transform} Resource.
Types ¶
type MediaTransform ¶
type MediaTransform interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() *float64 // Experimental. SetCount(val *float64) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) MediaServicesAccountName() *string SetMediaServicesAccountName(val *string) MediaServicesAccountNameInput() *string Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node Output() MediaTransformOutputList OutputInput() interface{} // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} ResourceGroupName() *string SetResourceGroupName(val *string) ResourceGroupNameInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() MediaTransformTimeoutsOutputReference TimeoutsInput() interface{} // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutOutput(value interface{}) PutTimeouts(value *MediaTransformTimeouts) ResetDescription() ResetId() ResetOutput() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://www.terraform.io/docs/providers/azurerm/r/media_transform azurerm_media_transform}.
func NewMediaTransform ¶
func NewMediaTransform(scope constructs.Construct, id *string, config *MediaTransformConfig) MediaTransform
Create a new {@link https://www.terraform.io/docs/providers/azurerm/r/media_transform azurerm_media_transform} Resource.
type MediaTransformConfig ¶
type MediaTransformConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count *float64 `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/media_transform#media_services_account_name MediaTransform#media_services_account_name}. MediaServicesAccountName *string `field:"required" json:"mediaServicesAccountName" yaml:"mediaServicesAccountName"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/media_transform#name MediaTransform#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/media_transform#resource_group_name MediaTransform#resource_group_name}. ResourceGroupName *string `field:"required" json:"resourceGroupName" yaml:"resourceGroupName"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/media_transform#description MediaTransform#description}. Description *string `field:"optional" json:"description" yaml:"description"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/media_transform#id MediaTransform#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // output block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/media_transform#output MediaTransform#output} Output interface{} `field:"optional" json:"output" yaml:"output"` // timeouts block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/media_transform#timeouts MediaTransform#timeouts} Timeouts *MediaTransformTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type MediaTransformOutput ¶
type MediaTransformOutput struct { // audio_analyzer_preset block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/media_transform#audio_analyzer_preset MediaTransform#audio_analyzer_preset} AudioAnalyzerPreset *MediaTransformOutputAudioAnalyzerPreset `field:"optional" json:"audioAnalyzerPreset" yaml:"audioAnalyzerPreset"` // builtin_preset block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/media_transform#builtin_preset MediaTransform#builtin_preset} BuiltinPreset *MediaTransformOutputBuiltinPreset `field:"optional" json:"builtinPreset" yaml:"builtinPreset"` // face_detector_preset block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/media_transform#face_detector_preset MediaTransform#face_detector_preset} FaceDetectorPreset *MediaTransformOutputFaceDetectorPreset `field:"optional" json:"faceDetectorPreset" yaml:"faceDetectorPreset"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/media_transform#on_error_action MediaTransform#on_error_action}. OnErrorAction *string `field:"optional" json:"onErrorAction" yaml:"onErrorAction"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/media_transform#relative_priority MediaTransform#relative_priority}. RelativePriority *string `field:"optional" json:"relativePriority" yaml:"relativePriority"` // video_analyzer_preset block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/media_transform#video_analyzer_preset MediaTransform#video_analyzer_preset} VideoAnalyzerPreset *MediaTransformOutputVideoAnalyzerPreset `field:"optional" json:"videoAnalyzerPreset" yaml:"videoAnalyzerPreset"` }
type MediaTransformOutputAudioAnalyzerPreset ¶
type MediaTransformOutputAudioAnalyzerPreset struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/media_transform#audio_analysis_mode MediaTransform#audio_analysis_mode}. AudioAnalysisMode *string `field:"optional" json:"audioAnalysisMode" yaml:"audioAnalysisMode"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/media_transform#audio_language MediaTransform#audio_language}. AudioLanguage *string `field:"optional" json:"audioLanguage" yaml:"audioLanguage"` }
type MediaTransformOutputAudioAnalyzerPresetOutputReference ¶
type MediaTransformOutputAudioAnalyzerPresetOutputReference interface { cdktf.ComplexObject AudioAnalysisMode() *string SetAudioAnalysisMode(val *string) AudioAnalysisModeInput() *string AudioLanguage() *string SetAudioLanguage(val *string) AudioLanguageInput() *string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *MediaTransformOutputAudioAnalyzerPreset SetInternalValue(val *MediaTransformOutputAudioAnalyzerPreset) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetAudioAnalysisMode() ResetAudioLanguage() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewMediaTransformOutputAudioAnalyzerPresetOutputReference ¶
func NewMediaTransformOutputAudioAnalyzerPresetOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MediaTransformOutputAudioAnalyzerPresetOutputReference
type MediaTransformOutputBuiltinPreset ¶
type MediaTransformOutputBuiltinPreset struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/media_transform#preset_name MediaTransform#preset_name}. PresetName *string `field:"required" json:"presetName" yaml:"presetName"` }
type MediaTransformOutputBuiltinPresetOutputReference ¶
type MediaTransformOutputBuiltinPresetOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *MediaTransformOutputBuiltinPreset SetInternalValue(val *MediaTransformOutputBuiltinPreset) PresetName() *string SetPresetName(val *string) PresetNameInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewMediaTransformOutputBuiltinPresetOutputReference ¶
func NewMediaTransformOutputBuiltinPresetOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MediaTransformOutputBuiltinPresetOutputReference
type MediaTransformOutputFaceDetectorPreset ¶
type MediaTransformOutputFaceDetectorPreset struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/media_transform#analysis_resolution MediaTransform#analysis_resolution}. AnalysisResolution *string `field:"optional" json:"analysisResolution" yaml:"analysisResolution"` }
type MediaTransformOutputFaceDetectorPresetOutputReference ¶
type MediaTransformOutputFaceDetectorPresetOutputReference interface { cdktf.ComplexObject AnalysisResolution() *string SetAnalysisResolution(val *string) AnalysisResolutionInput() *string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *MediaTransformOutputFaceDetectorPreset SetInternalValue(val *MediaTransformOutputFaceDetectorPreset) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetAnalysisResolution() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewMediaTransformOutputFaceDetectorPresetOutputReference ¶
func NewMediaTransformOutputFaceDetectorPresetOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MediaTransformOutputFaceDetectorPresetOutputReference
type MediaTransformOutputList ¶
type MediaTransformOutputList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) MediaTransformOutputOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewMediaTransformOutputList ¶
func NewMediaTransformOutputList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MediaTransformOutputList
type MediaTransformOutputOutputReference ¶
type MediaTransformOutputOutputReference interface { cdktf.ComplexObject AudioAnalyzerPreset() MediaTransformOutputAudioAnalyzerPresetOutputReference AudioAnalyzerPresetInput() *MediaTransformOutputAudioAnalyzerPreset BuiltinPreset() MediaTransformOutputBuiltinPresetOutputReference BuiltinPresetInput() *MediaTransformOutputBuiltinPreset // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string FaceDetectorPreset() MediaTransformOutputFaceDetectorPresetOutputReference FaceDetectorPresetInput() *MediaTransformOutputFaceDetectorPreset // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) OnErrorAction() *string SetOnErrorAction(val *string) OnErrorActionInput() *string RelativePriority() *string SetRelativePriority(val *string) RelativePriorityInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) VideoAnalyzerPreset() MediaTransformOutputVideoAnalyzerPresetOutputReference VideoAnalyzerPresetInput() *MediaTransformOutputVideoAnalyzerPreset // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutAudioAnalyzerPreset(value *MediaTransformOutputAudioAnalyzerPreset) PutBuiltinPreset(value *MediaTransformOutputBuiltinPreset) PutFaceDetectorPreset(value *MediaTransformOutputFaceDetectorPreset) PutVideoAnalyzerPreset(value *MediaTransformOutputVideoAnalyzerPreset) ResetAudioAnalyzerPreset() ResetBuiltinPreset() ResetFaceDetectorPreset() ResetOnErrorAction() ResetRelativePriority() ResetVideoAnalyzerPreset() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewMediaTransformOutputOutputReference ¶
func NewMediaTransformOutputOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) MediaTransformOutputOutputReference
type MediaTransformOutputVideoAnalyzerPreset ¶
type MediaTransformOutputVideoAnalyzerPreset struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/media_transform#audio_analysis_mode MediaTransform#audio_analysis_mode}. AudioAnalysisMode *string `field:"optional" json:"audioAnalysisMode" yaml:"audioAnalysisMode"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/media_transform#audio_language MediaTransform#audio_language}. AudioLanguage *string `field:"optional" json:"audioLanguage" yaml:"audioLanguage"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/media_transform#insights_type MediaTransform#insights_type}. InsightsType *string `field:"optional" json:"insightsType" yaml:"insightsType"` }
type MediaTransformOutputVideoAnalyzerPresetOutputReference ¶
type MediaTransformOutputVideoAnalyzerPresetOutputReference interface { cdktf.ComplexObject AudioAnalysisMode() *string SetAudioAnalysisMode(val *string) AudioAnalysisModeInput() *string AudioLanguage() *string SetAudioLanguage(val *string) AudioLanguageInput() *string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InsightsType() *string SetInsightsType(val *string) InsightsTypeInput() *string InternalValue() *MediaTransformOutputVideoAnalyzerPreset SetInternalValue(val *MediaTransformOutputVideoAnalyzerPreset) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetAudioAnalysisMode() ResetAudioLanguage() ResetInsightsType() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewMediaTransformOutputVideoAnalyzerPresetOutputReference ¶
func NewMediaTransformOutputVideoAnalyzerPresetOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MediaTransformOutputVideoAnalyzerPresetOutputReference
type MediaTransformTimeouts ¶
type MediaTransformTimeouts struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/media_transform#create MediaTransform#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/media_transform#delete MediaTransform#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/media_transform#read MediaTransform#read}. Read *string `field:"optional" json:"read" yaml:"read"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/media_transform#update MediaTransform#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type MediaTransformTimeoutsOutputReference ¶
type MediaTransformTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Read() *string SetRead(val *string) ReadInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetDelete() ResetRead() ResetUpdate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewMediaTransformTimeoutsOutputReference ¶
func NewMediaTransformTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MediaTransformTimeoutsOutputReference
Source Files ¶
- MediaTransform.go
- MediaTransformConfig.go
- MediaTransformOutput.go
- MediaTransformOutputAudioAnalyzerPreset.go
- MediaTransformOutputAudioAnalyzerPresetOutputReference.go
- MediaTransformOutputAudioAnalyzerPresetOutputReference__checks.go
- MediaTransformOutputBuiltinPreset.go
- MediaTransformOutputBuiltinPresetOutputReference.go
- MediaTransformOutputBuiltinPresetOutputReference__checks.go
- MediaTransformOutputFaceDetectorPreset.go
- MediaTransformOutputFaceDetectorPresetOutputReference.go
- MediaTransformOutputFaceDetectorPresetOutputReference__checks.go
- MediaTransformOutputList.go
- MediaTransformOutputList__checks.go
- MediaTransformOutputOutputReference.go
- MediaTransformOutputOutputReference__checks.go
- MediaTransformOutputVideoAnalyzerPreset.go
- MediaTransformOutputVideoAnalyzerPresetOutputReference.go
- MediaTransformOutputVideoAnalyzerPresetOutputReference__checks.go
- MediaTransformTimeouts.go
- MediaTransformTimeoutsOutputReference.go
- MediaTransformTimeoutsOutputReference__checks.go
- MediaTransform__checks.go
- main.go