Documentation ¶
Index ¶
- func MediaStreamingLocator_IsConstruct(x interface{}) *bool
- func MediaStreamingLocator_IsTerraformElement(x interface{}) *bool
- func MediaStreamingLocator_IsTerraformResource(x interface{}) *bool
- func MediaStreamingLocator_TfResourceType() *string
- func NewMediaStreamingLocatorContentKeyList_Override(m MediaStreamingLocatorContentKeyList, ...)
- func NewMediaStreamingLocatorContentKeyOutputReference_Override(m MediaStreamingLocatorContentKeyOutputReference, ...)
- func NewMediaStreamingLocatorTimeoutsOutputReference_Override(m MediaStreamingLocatorTimeoutsOutputReference, ...)
- func NewMediaStreamingLocator_Override(m MediaStreamingLocator, scope constructs.Construct, id *string, ...)
- type MediaStreamingLocator
- type MediaStreamingLocatorConfig
- type MediaStreamingLocatorContentKey
- type MediaStreamingLocatorContentKeyList
- type MediaStreamingLocatorContentKeyOutputReference
- type MediaStreamingLocatorTimeouts
- type MediaStreamingLocatorTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MediaStreamingLocator_IsConstruct ¶
func MediaStreamingLocator_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 MediaStreamingLocator_IsTerraformElement ¶
func MediaStreamingLocator_IsTerraformElement(x interface{}) *bool
Experimental.
func MediaStreamingLocator_IsTerraformResource ¶
func MediaStreamingLocator_IsTerraformResource(x interface{}) *bool
Experimental.
func MediaStreamingLocator_TfResourceType ¶
func MediaStreamingLocator_TfResourceType() *string
func NewMediaStreamingLocatorContentKeyList_Override ¶
func NewMediaStreamingLocatorContentKeyList_Override(m MediaStreamingLocatorContentKeyList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewMediaStreamingLocatorContentKeyOutputReference_Override ¶
func NewMediaStreamingLocatorContentKeyOutputReference_Override(m MediaStreamingLocatorContentKeyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewMediaStreamingLocatorTimeoutsOutputReference_Override ¶
func NewMediaStreamingLocatorTimeoutsOutputReference_Override(m MediaStreamingLocatorTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMediaStreamingLocator_Override ¶
func NewMediaStreamingLocator_Override(m MediaStreamingLocator, scope constructs.Construct, id *string, config *MediaStreamingLocatorConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/media_streaming_locator azurerm_media_streaming_locator} Resource.
Types ¶
type MediaStreamingLocator ¶
type MediaStreamingLocator interface { cdktf.TerraformResource AlternativeMediaId() *string SetAlternativeMediaId(val *string) AlternativeMediaIdInput() *string AssetName() *string SetAssetName(val *string) AssetNameInput() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} ContentKey() MediaStreamingLocatorContentKeyList ContentKeyInput() interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) DefaultContentKeyPolicyName() *string SetDefaultContentKeyPolicyName(val *string) DefaultContentKeyPolicyNameInput() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) EndTime() *string SetEndTime(val *string) EndTimeInput() *string FilterNames() *[]*string SetFilterNames(val *[]*string) FilterNamesInput() *[]*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 // 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 StartTime() *string SetStartTime(val *string) StartTimeInput() *string StreamingLocatorId() *string SetStreamingLocatorId(val *string) StreamingLocatorIdInput() *string StreamingPolicyName() *string SetStreamingPolicyName(val *string) StreamingPolicyNameInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() MediaStreamingLocatorTimeoutsOutputReference 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) PutContentKey(value interface{}) PutTimeouts(value *MediaStreamingLocatorTimeouts) ResetAlternativeMediaId() ResetContentKey() ResetDefaultContentKeyPolicyName() ResetEndTime() ResetFilterNames() ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetStartTime() ResetStreamingLocatorId() 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://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/media_streaming_locator azurerm_media_streaming_locator}.
func NewMediaStreamingLocator ¶
func NewMediaStreamingLocator(scope constructs.Construct, id *string, config *MediaStreamingLocatorConfig) MediaStreamingLocator
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/media_streaming_locator azurerm_media_streaming_locator} Resource.
type MediaStreamingLocatorConfig ¶
type MediaStreamingLocatorConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `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://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/media_streaming_locator#asset_name MediaStreamingLocator#asset_name}. AssetName *string `field:"required" json:"assetName" yaml:"assetName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/media_streaming_locator#media_services_account_name MediaStreamingLocator#media_services_account_name}. MediaServicesAccountName *string `field:"required" json:"mediaServicesAccountName" yaml:"mediaServicesAccountName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/media_streaming_locator#name MediaStreamingLocator#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/media_streaming_locator#resource_group_name MediaStreamingLocator#resource_group_name}. ResourceGroupName *string `field:"required" json:"resourceGroupName" yaml:"resourceGroupName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/media_streaming_locator#streaming_policy_name MediaStreamingLocator#streaming_policy_name}. StreamingPolicyName *string `field:"required" json:"streamingPolicyName" yaml:"streamingPolicyName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/media_streaming_locator#alternative_media_id MediaStreamingLocator#alternative_media_id}. AlternativeMediaId *string `field:"optional" json:"alternativeMediaId" yaml:"alternativeMediaId"` // content_key block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/media_streaming_locator#content_key MediaStreamingLocator#content_key} ContentKey interface{} `field:"optional" json:"contentKey" yaml:"contentKey"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/media_streaming_locator#default_content_key_policy_name MediaStreamingLocator#default_content_key_policy_name}. DefaultContentKeyPolicyName *string `field:"optional" json:"defaultContentKeyPolicyName" yaml:"defaultContentKeyPolicyName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/media_streaming_locator#end_time MediaStreamingLocator#end_time}. EndTime *string `field:"optional" json:"endTime" yaml:"endTime"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/media_streaming_locator#filter_names MediaStreamingLocator#filter_names}. FilterNames *[]*string `field:"optional" json:"filterNames" yaml:"filterNames"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/media_streaming_locator#id MediaStreamingLocator#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"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/media_streaming_locator#start_time MediaStreamingLocator#start_time}. StartTime *string `field:"optional" json:"startTime" yaml:"startTime"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/media_streaming_locator#streaming_locator_id MediaStreamingLocator#streaming_locator_id}. StreamingLocatorId *string `field:"optional" json:"streamingLocatorId" yaml:"streamingLocatorId"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/media_streaming_locator#timeouts MediaStreamingLocator#timeouts} Timeouts *MediaStreamingLocatorTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type MediaStreamingLocatorContentKey ¶
type MediaStreamingLocatorContentKey struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/media_streaming_locator#content_key_id MediaStreamingLocator#content_key_id}. ContentKeyId *string `field:"optional" json:"contentKeyId" yaml:"contentKeyId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/media_streaming_locator#label_reference_in_streaming_policy MediaStreamingLocator#label_reference_in_streaming_policy}. LabelReferenceInStreamingPolicy *string `field:"optional" json:"labelReferenceInStreamingPolicy" yaml:"labelReferenceInStreamingPolicy"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/media_streaming_locator#policy_name MediaStreamingLocator#policy_name}. PolicyName *string `field:"optional" json:"policyName" yaml:"policyName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/media_streaming_locator#type MediaStreamingLocator#type}. Type *string `field:"optional" json:"type" yaml:"type"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/media_streaming_locator#value MediaStreamingLocator#value}. Value *string `field:"optional" json:"value" yaml:"value"` }
type MediaStreamingLocatorContentKeyList ¶
type MediaStreamingLocatorContentKeyList 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) MediaStreamingLocatorContentKeyOutputReference // 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 NewMediaStreamingLocatorContentKeyList ¶
func NewMediaStreamingLocatorContentKeyList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MediaStreamingLocatorContentKeyList
type MediaStreamingLocatorContentKeyOutputReference ¶
type MediaStreamingLocatorContentKeyOutputReference 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) ContentKeyId() *string SetContentKeyId(val *string) ContentKeyIdInput() *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 // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) LabelReferenceInStreamingPolicy() *string SetLabelReferenceInStreamingPolicy(val *string) LabelReferenceInStreamingPolicyInput() *string PolicyName() *string SetPolicyName(val *string) PolicyNameInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string SetType(val *string) TypeInput() *string Value() *string SetValue(val *string) ValueInput() *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 ResetContentKeyId() ResetLabelReferenceInStreamingPolicy() ResetPolicyName() ResetType() ResetValue() // 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 NewMediaStreamingLocatorContentKeyOutputReference ¶
func NewMediaStreamingLocatorContentKeyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) MediaStreamingLocatorContentKeyOutputReference
type MediaStreamingLocatorTimeouts ¶
type MediaStreamingLocatorTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/media_streaming_locator#create MediaStreamingLocator#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/media_streaming_locator#delete MediaStreamingLocator#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/media_streaming_locator#read MediaStreamingLocator#read}. Read *string `field:"optional" json:"read" yaml:"read"` }
type MediaStreamingLocatorTimeoutsOutputReference ¶
type MediaStreamingLocatorTimeoutsOutputReference 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) // 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() // 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 NewMediaStreamingLocatorTimeoutsOutputReference ¶
func NewMediaStreamingLocatorTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MediaStreamingLocatorTimeoutsOutputReference
Source Files ¶
- MediaStreamingLocator.go
- MediaStreamingLocatorConfig.go
- MediaStreamingLocatorContentKey.go
- MediaStreamingLocatorContentKeyList.go
- MediaStreamingLocatorContentKeyList__checks.go
- MediaStreamingLocatorContentKeyOutputReference.go
- MediaStreamingLocatorContentKeyOutputReference__checks.go
- MediaStreamingLocatorTimeouts.go
- MediaStreamingLocatorTimeoutsOutputReference.go
- MediaStreamingLocatorTimeoutsOutputReference__checks.go
- MediaStreamingLocator__checks.go
- main.go