v1beta1

package
v0.32.0 Latest Latest
Warning

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

Go to latest
Published: May 15, 2023 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=media.azure.upbound.io +versionName=v1beta1

Index

Constants

View Source
const (
	CRDGroup   = "media.azure.upbound.io"
	CRDVersion = "v1beta1"
)

Package type metadata.

Variables

View Source
var (
	Asset_Kind             = "Asset"
	Asset_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: Asset_Kind}.String()
	Asset_KindAPIVersion   = Asset_Kind + "." + CRDGroupVersion.String()
	Asset_GroupVersionKind = CRDGroupVersion.WithKind(Asset_Kind)
)

Repository type metadata.

View Source
var (
	AssetFilter_Kind             = "AssetFilter"
	AssetFilter_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: AssetFilter_Kind}.String()
	AssetFilter_KindAPIVersion   = AssetFilter_Kind + "." + CRDGroupVersion.String()
	AssetFilter_GroupVersionKind = CRDGroupVersion.WithKind(AssetFilter_Kind)
)

Repository type metadata.

View Source
var (
	ContentKeyPolicy_Kind             = "ContentKeyPolicy"
	ContentKeyPolicy_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ContentKeyPolicy_Kind}.String()
	ContentKeyPolicy_KindAPIVersion   = ContentKeyPolicy_Kind + "." + CRDGroupVersion.String()
	ContentKeyPolicy_GroupVersionKind = CRDGroupVersion.WithKind(ContentKeyPolicy_Kind)
)

Repository type metadata.

View Source
var (
	// CRDGroupVersion is the API Group Version used to register the objects
	CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)
View Source
var (
	Job_Kind             = "Job"
	Job_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: Job_Kind}.String()
	Job_KindAPIVersion   = Job_Kind + "." + CRDGroupVersion.String()
	Job_GroupVersionKind = CRDGroupVersion.WithKind(Job_Kind)
)

Repository type metadata.

View Source
var (
	LiveEvent_Kind             = "LiveEvent"
	LiveEvent_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: LiveEvent_Kind}.String()
	LiveEvent_KindAPIVersion   = LiveEvent_Kind + "." + CRDGroupVersion.String()
	LiveEvent_GroupVersionKind = CRDGroupVersion.WithKind(LiveEvent_Kind)
)

Repository type metadata.

View Source
var (
	LiveEventOutput_Kind             = "LiveEventOutput"
	LiveEventOutput_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: LiveEventOutput_Kind}.String()
	LiveEventOutput_KindAPIVersion   = LiveEventOutput_Kind + "." + CRDGroupVersion.String()
	LiveEventOutput_GroupVersionKind = CRDGroupVersion.WithKind(LiveEventOutput_Kind)
)

Repository type metadata.

View Source
var (
	ServicesAccount_Kind             = "ServicesAccount"
	ServicesAccount_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ServicesAccount_Kind}.String()
	ServicesAccount_KindAPIVersion   = ServicesAccount_Kind + "." + CRDGroupVersion.String()
	ServicesAccount_GroupVersionKind = CRDGroupVersion.WithKind(ServicesAccount_Kind)
)

Repository type metadata.

View Source
var (
	ServicesAccountFilter_Kind             = "ServicesAccountFilter"
	ServicesAccountFilter_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ServicesAccountFilter_Kind}.String()
	ServicesAccountFilter_KindAPIVersion   = ServicesAccountFilter_Kind + "." + CRDGroupVersion.String()
	ServicesAccountFilter_GroupVersionKind = CRDGroupVersion.WithKind(ServicesAccountFilter_Kind)
)

Repository type metadata.

View Source
var (
	StreamingEndpoint_Kind             = "StreamingEndpoint"
	StreamingEndpoint_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: StreamingEndpoint_Kind}.String()
	StreamingEndpoint_KindAPIVersion   = StreamingEndpoint_Kind + "." + CRDGroupVersion.String()
	StreamingEndpoint_GroupVersionKind = CRDGroupVersion.WithKind(StreamingEndpoint_Kind)
)

Repository type metadata.

View Source
var (
	StreamingLocator_Kind             = "StreamingLocator"
	StreamingLocator_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: StreamingLocator_Kind}.String()
	StreamingLocator_KindAPIVersion   = StreamingLocator_Kind + "." + CRDGroupVersion.String()
	StreamingLocator_GroupVersionKind = CRDGroupVersion.WithKind(StreamingLocator_Kind)
)

Repository type metadata.

View Source
var (
	StreamingPolicy_Kind             = "StreamingPolicy"
	StreamingPolicy_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: StreamingPolicy_Kind}.String()
	StreamingPolicy_KindAPIVersion   = StreamingPolicy_Kind + "." + CRDGroupVersion.String()
	StreamingPolicy_GroupVersionKind = CRDGroupVersion.WithKind(StreamingPolicy_Kind)
)

Repository type metadata.

View Source
var (
	Transform_Kind             = "Transform"
	Transform_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: Transform_Kind}.String()
	Transform_KindAPIVersion   = Transform_Kind + "." + CRDGroupVersion.String()
	Transform_GroupVersionKind = CRDGroupVersion.WithKind(Transform_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type AacAudioObservation added in v0.32.0

type AacAudioObservation struct {

	// The average bitrate in bits per second at which to encode the input video when generating this layer.
	Bitrate *float64 `json:"bitrate,omitempty" tf:"bitrate,omitempty"`

	// The number of audio channels. Default to 2.
	Channels *float64 `json:"channels,omitempty" tf:"channels,omitempty"`

	// The alphanumeric label for this layer, which can be used in multiplexing different video and audio layers, or in naming the output file.
	Label *string `json:"label,omitempty" tf:"label,omitempty"`

	// The H.264 profile. Possible values are Auto, Baseline, High, High422, High444,or Main. Default to Auto.
	Profile *string `json:"profile,omitempty" tf:"profile,omitempty"`

	// The sampling rate to use for encoding in Hertz. Default to 48000.
	SamplingRate *float64 `json:"samplingRate,omitempty" tf:"sampling_rate,omitempty"`
}

func (*AacAudioObservation) DeepCopy added in v0.32.0

func (in *AacAudioObservation) DeepCopy() *AacAudioObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AacAudioObservation.

func (*AacAudioObservation) DeepCopyInto added in v0.32.0

func (in *AacAudioObservation) DeepCopyInto(out *AacAudioObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AacAudioParameters added in v0.32.0

type AacAudioParameters struct {

	// The average bitrate in bits per second at which to encode the input video when generating this layer.
	// +kubebuilder:validation:Optional
	Bitrate *float64 `json:"bitrate,omitempty" tf:"bitrate,omitempty"`

	// The number of audio channels. Default to 2.
	// +kubebuilder:validation:Optional
	Channels *float64 `json:"channels,omitempty" tf:"channels,omitempty"`

	// The alphanumeric label for this layer, which can be used in multiplexing different video and audio layers, or in naming the output file.
	// +kubebuilder:validation:Optional
	Label *string `json:"label,omitempty" tf:"label,omitempty"`

	// The H.264 profile. Possible values are Auto, Baseline, High, High422, High444,or Main. Default to Auto.
	// +kubebuilder:validation:Optional
	Profile *string `json:"profile,omitempty" tf:"profile,omitempty"`

	// The sampling rate to use for encoding in Hertz. Default to 48000.
	// +kubebuilder:validation:Optional
	SamplingRate *float64 `json:"samplingRate,omitempty" tf:"sampling_rate,omitempty"`
}

func (*AacAudioParameters) DeepCopy added in v0.32.0

func (in *AacAudioParameters) DeepCopy() *AacAudioParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AacAudioParameters.

func (*AacAudioParameters) DeepCopyInto added in v0.32.0

func (in *AacAudioParameters) DeepCopyInto(out *AacAudioParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AccessControlObservation

type AccessControlObservation struct {

	// One or more akamai_signature_header_authentication_key blocks as defined below.
	AkamaiSignatureHeaderAuthenticationKey []AkamaiSignatureHeaderAuthenticationKeyObservation `json:"akamaiSignatureHeaderAuthenticationKey,omitempty" tf:"akamai_signature_header_authentication_key,omitempty"`

	// A ip_allow block as defined below.
	IPAllow []IPAllowObservation `json:"ipAllow,omitempty" tf:"ip_allow,omitempty"`
}

func (*AccessControlObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccessControlObservation.

func (*AccessControlObservation) DeepCopyInto

func (in *AccessControlObservation) DeepCopyInto(out *AccessControlObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AccessControlParameters

type AccessControlParameters struct {

	// One or more akamai_signature_header_authentication_key blocks as defined below.
	// +kubebuilder:validation:Optional
	AkamaiSignatureHeaderAuthenticationKey []AkamaiSignatureHeaderAuthenticationKeyParameters `json:"akamaiSignatureHeaderAuthenticationKey,omitempty" tf:"akamai_signature_header_authentication_key,omitempty"`

	// A ip_allow block as defined below.
	// +kubebuilder:validation:Optional
	IPAllow []IPAllowParameters `json:"ipAllow,omitempty" tf:"ip_allow,omitempty"`
}

func (*AccessControlParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccessControlParameters.

func (*AccessControlParameters) DeepCopyInto

func (in *AccessControlParameters) DeepCopyInto(out *AccessControlParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AkamaiSignatureHeaderAuthenticationKeyObservation

type AkamaiSignatureHeaderAuthenticationKeyObservation struct {

	// Authentication key.
	Base64Key *string `json:"base64Key,omitempty" tf:"base64_key,omitempty"`

	// The expiration time of the authentication key.
	Expiration *string `json:"expiration,omitempty" tf:"expiration,omitempty"`

	// Identifier of the key.
	Identifier *string `json:"identifier,omitempty" tf:"identifier,omitempty"`
}

func (*AkamaiSignatureHeaderAuthenticationKeyObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AkamaiSignatureHeaderAuthenticationKeyObservation.

func (*AkamaiSignatureHeaderAuthenticationKeyObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AkamaiSignatureHeaderAuthenticationKeyParameters

type AkamaiSignatureHeaderAuthenticationKeyParameters struct {

	// Authentication key.
	// +kubebuilder:validation:Optional
	Base64Key *string `json:"base64Key,omitempty" tf:"base64_key,omitempty"`

	// The expiration time of the authentication key.
	// +kubebuilder:validation:Optional
	Expiration *string `json:"expiration,omitempty" tf:"expiration,omitempty"`

	// Identifier of the key.
	// +kubebuilder:validation:Optional
	Identifier *string `json:"identifier,omitempty" tf:"identifier,omitempty"`
}

func (*AkamaiSignatureHeaderAuthenticationKeyParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AkamaiSignatureHeaderAuthenticationKeyParameters.

func (*AkamaiSignatureHeaderAuthenticationKeyParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AlternateKeyObservation added in v0.27.0

type AlternateKeyObservation struct {
}

func (*AlternateKeyObservation) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AlternateKeyObservation.

func (*AlternateKeyObservation) DeepCopyInto added in v0.27.0

func (in *AlternateKeyObservation) DeepCopyInto(out *AlternateKeyObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AlternateKeyParameters added in v0.27.0

type AlternateKeyParameters struct {

	// The RSA parameter exponent.
	// +kubebuilder:validation:Optional
	RsaTokenKeyExponentSecretRef *v1.SecretKeySelector `json:"rsaTokenKeyExponentSecretRef,omitempty" tf:"-"`

	// The RSA parameter modulus.
	// +kubebuilder:validation:Optional
	RsaTokenKeyModulusSecretRef *v1.SecretKeySelector `json:"rsaTokenKeyModulusSecretRef,omitempty" tf:"-"`

	// The key value of the key. Specifies a symmetric key for token validation.
	// +kubebuilder:validation:Optional
	SymmetricTokenKeySecretRef *v1.SecretKeySelector `json:"symmetricTokenKeySecretRef,omitempty" tf:"-"`

	// The raw data field of a certificate in PKCS 12 format (X509Certificate2 in .NET). Specifies a certificate for token validation.
	// +kubebuilder:validation:Optional
	X509TokenKeyRawSecretRef *v1.SecretKeySelector `json:"x509TokenKeyRawSecretRef,omitempty" tf:"-"`
}

func (*AlternateKeyParameters) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AlternateKeyParameters.

func (*AlternateKeyParameters) DeepCopyInto added in v0.27.0

func (in *AlternateKeyParameters) DeepCopyInto(out *AlternateKeyParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Asset

type Asset struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              AssetSpec   `json:"spec"`
	Status            AssetStatus `json:"status,omitempty"`
}

Asset is the Schema for the Assets API. Manages a Media Asset. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,azure}

func (*Asset) DeepCopy

func (in *Asset) DeepCopy() *Asset

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Asset.

func (*Asset) DeepCopyInto

func (in *Asset) DeepCopyInto(out *Asset)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Asset) DeepCopyObject

func (in *Asset) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*Asset) GetCondition

func (mg *Asset) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this Asset.

func (*Asset) GetConnectionDetailsMapping

func (tr *Asset) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this Asset

func (*Asset) GetDeletionPolicy

func (mg *Asset) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this Asset.

func (*Asset) GetID

func (tr *Asset) GetID() string

GetID returns ID of underlying Terraform resource of this Asset

func (*Asset) GetManagementPolicy added in v0.31.0

func (mg *Asset) GetManagementPolicy() xpv1.ManagementPolicy

GetManagementPolicy of this Asset.

func (*Asset) GetObservation

func (tr *Asset) GetObservation() (map[string]any, error)

GetObservation of this Asset

func (*Asset) GetParameters

func (tr *Asset) GetParameters() (map[string]any, error)

GetParameters of this Asset

func (*Asset) GetProviderConfigReference

func (mg *Asset) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this Asset.

func (*Asset) GetProviderReference

func (mg *Asset) GetProviderReference() *xpv1.Reference

GetProviderReference of this Asset. Deprecated: Use GetProviderConfigReference.

func (*Asset) GetPublishConnectionDetailsTo

func (mg *Asset) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this Asset.

func (*Asset) GetTerraformResourceType

func (mg *Asset) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Asset

func (*Asset) GetTerraformSchemaVersion

func (tr *Asset) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Asset) GetWriteConnectionSecretToReference

func (mg *Asset) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this Asset.

func (*Asset) LateInitialize

func (tr *Asset) LateInitialize(attrs []byte) (bool, error)

LateInitialize this Asset using its observed tfState. returns True if there are any spec changes for the resource.

func (*Asset) ResolveReferences

func (mg *Asset) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this Asset.

func (*Asset) SetConditions

func (mg *Asset) SetConditions(c ...xpv1.Condition)

SetConditions of this Asset.

func (*Asset) SetDeletionPolicy

func (mg *Asset) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this Asset.

func (*Asset) SetManagementPolicy added in v0.31.0

func (mg *Asset) SetManagementPolicy(r xpv1.ManagementPolicy)

SetManagementPolicy of this Asset.

func (*Asset) SetObservation

func (tr *Asset) SetObservation(obs map[string]any) error

SetObservation for this Asset

func (*Asset) SetParameters

func (tr *Asset) SetParameters(params map[string]any) error

SetParameters for this Asset

func (*Asset) SetProviderConfigReference

func (mg *Asset) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this Asset.

func (*Asset) SetProviderReference

func (mg *Asset) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this Asset. Deprecated: Use SetProviderConfigReference.

func (*Asset) SetPublishConnectionDetailsTo

func (mg *Asset) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this Asset.

func (*Asset) SetWriteConnectionSecretToReference

func (mg *Asset) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this Asset.

type AssetFilter added in v0.27.0

type AssetFilter struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              AssetFilterSpec   `json:"spec"`
	Status            AssetFilterStatus `json:"status,omitempty"`
}

AssetFilter is the Schema for the AssetFilters API. Manages an Azure Media Asset Filter. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,azure}

func (*AssetFilter) DeepCopy added in v0.27.0

func (in *AssetFilter) DeepCopy() *AssetFilter

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssetFilter.

func (*AssetFilter) DeepCopyInto added in v0.27.0

func (in *AssetFilter) DeepCopyInto(out *AssetFilter)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*AssetFilter) DeepCopyObject added in v0.27.0

func (in *AssetFilter) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*AssetFilter) GetCondition added in v0.27.0

func (mg *AssetFilter) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this AssetFilter.

func (*AssetFilter) GetConnectionDetailsMapping added in v0.27.0

func (tr *AssetFilter) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this AssetFilter

func (*AssetFilter) GetDeletionPolicy added in v0.27.0

func (mg *AssetFilter) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this AssetFilter.

func (*AssetFilter) GetID added in v0.27.0

func (tr *AssetFilter) GetID() string

GetID returns ID of underlying Terraform resource of this AssetFilter

func (*AssetFilter) GetManagementPolicy added in v0.31.0

func (mg *AssetFilter) GetManagementPolicy() xpv1.ManagementPolicy

GetManagementPolicy of this AssetFilter.

func (*AssetFilter) GetObservation added in v0.27.0

func (tr *AssetFilter) GetObservation() (map[string]any, error)

GetObservation of this AssetFilter

func (*AssetFilter) GetParameters added in v0.27.0

func (tr *AssetFilter) GetParameters() (map[string]any, error)

GetParameters of this AssetFilter

func (*AssetFilter) GetProviderConfigReference added in v0.27.0

func (mg *AssetFilter) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this AssetFilter.

func (*AssetFilter) GetProviderReference added in v0.27.0

func (mg *AssetFilter) GetProviderReference() *xpv1.Reference

GetProviderReference of this AssetFilter. Deprecated: Use GetProviderConfigReference.

func (*AssetFilter) GetPublishConnectionDetailsTo added in v0.27.0

func (mg *AssetFilter) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this AssetFilter.

func (*AssetFilter) GetTerraformResourceType added in v0.27.0

func (mg *AssetFilter) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this AssetFilter

func (*AssetFilter) GetTerraformSchemaVersion added in v0.27.0

func (tr *AssetFilter) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*AssetFilter) GetWriteConnectionSecretToReference added in v0.27.0

func (mg *AssetFilter) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this AssetFilter.

func (*AssetFilter) LateInitialize added in v0.27.0

func (tr *AssetFilter) LateInitialize(attrs []byte) (bool, error)

LateInitialize this AssetFilter using its observed tfState. returns True if there are any spec changes for the resource.

func (*AssetFilter) ResolveReferences added in v0.27.0

func (mg *AssetFilter) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this AssetFilter.

func (*AssetFilter) SetConditions added in v0.27.0

func (mg *AssetFilter) SetConditions(c ...xpv1.Condition)

SetConditions of this AssetFilter.

func (*AssetFilter) SetDeletionPolicy added in v0.27.0

func (mg *AssetFilter) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this AssetFilter.

func (*AssetFilter) SetManagementPolicy added in v0.31.0

func (mg *AssetFilter) SetManagementPolicy(r xpv1.ManagementPolicy)

SetManagementPolicy of this AssetFilter.

func (*AssetFilter) SetObservation added in v0.27.0

func (tr *AssetFilter) SetObservation(obs map[string]any) error

SetObservation for this AssetFilter

func (*AssetFilter) SetParameters added in v0.27.0

func (tr *AssetFilter) SetParameters(params map[string]any) error

SetParameters for this AssetFilter

func (*AssetFilter) SetProviderConfigReference added in v0.27.0

func (mg *AssetFilter) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this AssetFilter.

func (*AssetFilter) SetProviderReference added in v0.27.0

func (mg *AssetFilter) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this AssetFilter. Deprecated: Use SetProviderConfigReference.

func (*AssetFilter) SetPublishConnectionDetailsTo added in v0.27.0

func (mg *AssetFilter) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this AssetFilter.

func (*AssetFilter) SetWriteConnectionSecretToReference added in v0.27.0

func (mg *AssetFilter) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this AssetFilter.

type AssetFilterList added in v0.27.0

type AssetFilterList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []AssetFilter `json:"items"`
}

AssetFilterList contains a list of AssetFilters

func (*AssetFilterList) DeepCopy added in v0.27.0

func (in *AssetFilterList) DeepCopy() *AssetFilterList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssetFilterList.

func (*AssetFilterList) DeepCopyInto added in v0.27.0

func (in *AssetFilterList) DeepCopyInto(out *AssetFilterList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*AssetFilterList) DeepCopyObject added in v0.27.0

func (in *AssetFilterList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*AssetFilterList) GetItems added in v0.27.0

func (l *AssetFilterList) GetItems() []resource.Managed

GetItems of this AssetFilterList.

type AssetFilterObservation added in v0.27.0

type AssetFilterObservation struct {

	// The Asset ID for which the Asset Filter should be created. Changing this forces a new Asset Filter to be created.
	AssetID *string `json:"assetId,omitempty" tf:"asset_id,omitempty"`

	// The first quality bitrate. Sets the first video track to appear in the Live Streaming playlist to allow HLS native players to start downloading from this quality level at the beginning.
	FirstQualityBitrate *float64 `json:"firstQualityBitrate,omitempty" tf:"first_quality_bitrate,omitempty"`

	// The ID of the Asset Filter.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// A presentation_time_range block as defined below.
	PresentationTimeRange []PresentationTimeRangeObservation `json:"presentationTimeRange,omitempty" tf:"presentation_time_range,omitempty"`

	// One or more track_selection blocks as defined below.
	TrackSelection []TrackSelectionObservation `json:"trackSelection,omitempty" tf:"track_selection,omitempty"`
}

func (*AssetFilterObservation) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssetFilterObservation.

func (*AssetFilterObservation) DeepCopyInto added in v0.27.0

func (in *AssetFilterObservation) DeepCopyInto(out *AssetFilterObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AssetFilterParameters added in v0.27.0

type AssetFilterParameters struct {

	// The Asset ID for which the Asset Filter should be created. Changing this forces a new Asset Filter to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/media/v1beta1.Asset
	// +crossplane:generate:reference:extractor=github.com/upbound/upjet/pkg/resource.ExtractResourceID()
	// +kubebuilder:validation:Optional
	AssetID *string `json:"assetId,omitempty" tf:"asset_id,omitempty"`

	// Reference to a Asset in media to populate assetId.
	// +kubebuilder:validation:Optional
	AssetIDRef *v1.Reference `json:"assetIdRef,omitempty" tf:"-"`

	// Selector for a Asset in media to populate assetId.
	// +kubebuilder:validation:Optional
	AssetIDSelector *v1.Selector `json:"assetIdSelector,omitempty" tf:"-"`

	// The first quality bitrate. Sets the first video track to appear in the Live Streaming playlist to allow HLS native players to start downloading from this quality level at the beginning.
	// +kubebuilder:validation:Optional
	FirstQualityBitrate *float64 `json:"firstQualityBitrate,omitempty" tf:"first_quality_bitrate,omitempty"`

	// A presentation_time_range block as defined below.
	// +kubebuilder:validation:Optional
	PresentationTimeRange []PresentationTimeRangeParameters `json:"presentationTimeRange,omitempty" tf:"presentation_time_range,omitempty"`

	// One or more track_selection blocks as defined below.
	// +kubebuilder:validation:Optional
	TrackSelection []TrackSelectionParameters `json:"trackSelection,omitempty" tf:"track_selection,omitempty"`
}

func (*AssetFilterParameters) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssetFilterParameters.

func (*AssetFilterParameters) DeepCopyInto added in v0.27.0

func (in *AssetFilterParameters) DeepCopyInto(out *AssetFilterParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AssetFilterSpec added in v0.27.0

type AssetFilterSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     AssetFilterParameters `json:"forProvider"`
}

AssetFilterSpec defines the desired state of AssetFilter

func (*AssetFilterSpec) DeepCopy added in v0.27.0

func (in *AssetFilterSpec) DeepCopy() *AssetFilterSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssetFilterSpec.

func (*AssetFilterSpec) DeepCopyInto added in v0.27.0

func (in *AssetFilterSpec) DeepCopyInto(out *AssetFilterSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AssetFilterStatus added in v0.27.0

type AssetFilterStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        AssetFilterObservation `json:"atProvider,omitempty"`
}

AssetFilterStatus defines the observed state of AssetFilter.

func (*AssetFilterStatus) DeepCopy added in v0.27.0

func (in *AssetFilterStatus) DeepCopy() *AssetFilterStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssetFilterStatus.

func (*AssetFilterStatus) DeepCopyInto added in v0.27.0

func (in *AssetFilterStatus) DeepCopyInto(out *AssetFilterStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AssetList

type AssetList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []Asset `json:"items"`
}

AssetList contains a list of Assets

func (*AssetList) DeepCopy

func (in *AssetList) DeepCopy() *AssetList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssetList.

func (*AssetList) DeepCopyInto

func (in *AssetList) DeepCopyInto(out *AssetList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*AssetList) DeepCopyObject

func (in *AssetList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*AssetList) GetItems

func (l *AssetList) GetItems() []resource.Managed

GetItems of this AssetList.

type AssetObservation

type AssetObservation struct {

	// The alternate ID of the Asset.
	AlternateID *string `json:"alternateId,omitempty" tf:"alternate_id,omitempty"`

	// The name of the asset blob container. Changing this forces a new Media Asset to be created.
	Container *string `json:"container,omitempty" tf:"container,omitempty"`

	// The Asset description.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The ID of the Media Asset.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// Specifies the name of the Media Services Account. Changing this forces a new Media Asset to be created.
	MediaServicesAccountName *string `json:"mediaServicesAccountName,omitempty" tf:"media_services_account_name,omitempty"`

	// The name of the Resource Group where the Media Asset should exist. Changing this forces a new Media Asset to be created.
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// The name of the storage account where to store the media asset. Changing this forces a new Media Asset to be created.
	StorageAccountName *string `json:"storageAccountName,omitempty" tf:"storage_account_name,omitempty"`
}

func (*AssetObservation) DeepCopy

func (in *AssetObservation) DeepCopy() *AssetObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssetObservation.

func (*AssetObservation) DeepCopyInto

func (in *AssetObservation) DeepCopyInto(out *AssetObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AssetParameters

type AssetParameters struct {

	// The alternate ID of the Asset.
	// +kubebuilder:validation:Optional
	AlternateID *string `json:"alternateId,omitempty" tf:"alternate_id,omitempty"`

	// The name of the asset blob container. Changing this forces a new Media Asset to be created.
	// +kubebuilder:validation:Optional
	Container *string `json:"container,omitempty" tf:"container,omitempty"`

	// The Asset description.
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// Specifies the name of the Media Services Account. Changing this forces a new Media Asset to be created.
	// +crossplane:generate:reference:type=ServicesAccount
	// +kubebuilder:validation:Optional
	MediaServicesAccountName *string `json:"mediaServicesAccountName,omitempty" tf:"media_services_account_name,omitempty"`

	// Reference to a ServicesAccount to populate mediaServicesAccountName.
	// +kubebuilder:validation:Optional
	MediaServicesAccountNameRef *v1.Reference `json:"mediaServicesAccountNameRef,omitempty" tf:"-"`

	// Selector for a ServicesAccount to populate mediaServicesAccountName.
	// +kubebuilder:validation:Optional
	MediaServicesAccountNameSelector *v1.Selector `json:"mediaServicesAccountNameSelector,omitempty" tf:"-"`

	// The name of the Resource Group where the Media Asset should exist. Changing this forces a new Media Asset to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/azure/v1beta1.ResourceGroup
	// +kubebuilder:validation:Optional
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// Reference to a ResourceGroup in azure to populate resourceGroupName.
	// +kubebuilder:validation:Optional
	ResourceGroupNameRef *v1.Reference `json:"resourceGroupNameRef,omitempty" tf:"-"`

	// Selector for a ResourceGroup in azure to populate resourceGroupName.
	// +kubebuilder:validation:Optional
	ResourceGroupNameSelector *v1.Selector `json:"resourceGroupNameSelector,omitempty" tf:"-"`

	// The name of the storage account where to store the media asset. Changing this forces a new Media Asset to be created.
	// +kubebuilder:validation:Optional
	StorageAccountName *string `json:"storageAccountName,omitempty" tf:"storage_account_name,omitempty"`
}

func (*AssetParameters) DeepCopy

func (in *AssetParameters) DeepCopy() *AssetParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssetParameters.

func (*AssetParameters) DeepCopyInto

func (in *AssetParameters) DeepCopyInto(out *AssetParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AssetSpec

type AssetSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     AssetParameters `json:"forProvider"`
}

AssetSpec defines the desired state of Asset

func (*AssetSpec) DeepCopy

func (in *AssetSpec) DeepCopy() *AssetSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssetSpec.

func (*AssetSpec) DeepCopyInto

func (in *AssetSpec) DeepCopyInto(out *AssetSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AssetStatus

type AssetStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        AssetObservation `json:"atProvider,omitempty"`
}

AssetStatus defines the observed state of Asset.

func (*AssetStatus) DeepCopy

func (in *AssetStatus) DeepCopy() *AssetStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssetStatus.

func (*AssetStatus) DeepCopyInto

func (in *AssetStatus) DeepCopyInto(out *AssetStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AudioAnalyzerPresetObservation

type AudioAnalyzerPresetObservation struct {

	// Possible values are Basic or Standard. Determines the set of audio analysis operations to be performed. Default to Standard.
	AudioAnalysisMode *string `json:"audioAnalysisMode,omitempty" tf:"audio_analysis_mode,omitempty"`

	// The language for the audio payload in the input using the BCP-47 format of 'language tag-region' (e.g: 'en-US'). If you know the language of your content, it is recommended that you specify it. The language must be specified explicitly for AudioAnalysisMode:Basic, since automatic language detection is not included in basic mode. If the language isn't specified, automatic language detection will choose the first language detected and process with the selected language for the duration of the file. It does not currently support dynamically switching between languages after the first language is detected. The automatic detection works best with audio recordings with clearly discernible speech. If automatic detection fails to find the language, transcription would fall back to en-US. The list of supported languages is available here: https://go.microsoft.com/fwlink/?linkid=2109463.
	AudioLanguage *string `json:"audioLanguage,omitempty" tf:"audio_language,omitempty"`

	// Dictionary containing key value pairs for parameters not exposed in the preset itself.
	ExperimentalOptions map[string]*string `json:"experimentalOptions,omitempty" tf:"experimental_options,omitempty"`
}

func (*AudioAnalyzerPresetObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AudioAnalyzerPresetObservation.

func (*AudioAnalyzerPresetObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AudioAnalyzerPresetParameters

type AudioAnalyzerPresetParameters struct {

	// Possible values are Basic or Standard. Determines the set of audio analysis operations to be performed. Default to Standard.
	// +kubebuilder:validation:Optional
	AudioAnalysisMode *string `json:"audioAnalysisMode,omitempty" tf:"audio_analysis_mode,omitempty"`

	// The language for the audio payload in the input using the BCP-47 format of 'language tag-region' (e.g: 'en-US'). If you know the language of your content, it is recommended that you specify it. The language must be specified explicitly for AudioAnalysisMode:Basic, since automatic language detection is not included in basic mode. If the language isn't specified, automatic language detection will choose the first language detected and process with the selected language for the duration of the file. It does not currently support dynamically switching between languages after the first language is detected. The automatic detection works best with audio recordings with clearly discernible speech. If automatic detection fails to find the language, transcription would fall back to en-US. The list of supported languages is available here: https://go.microsoft.com/fwlink/?linkid=2109463.
	// +kubebuilder:validation:Optional
	AudioLanguage *string `json:"audioLanguage,omitempty" tf:"audio_language,omitempty"`

	// Dictionary containing key value pairs for parameters not exposed in the preset itself.
	// +kubebuilder:validation:Optional
	ExperimentalOptions map[string]*string `json:"experimentalOptions,omitempty" tf:"experimental_options,omitempty"`
}

func (*AudioAnalyzerPresetParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AudioAnalyzerPresetParameters.

func (*AudioAnalyzerPresetParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AudioObservation added in v0.32.0

type AudioObservation struct {

	// The gain level of audio in the overlay. The value should be in range between 0 to 1.0. The default is 1.0.
	AudioGainLevel *float64 `json:"audioGainLevel,omitempty" tf:"audio_gain_level,omitempty"`

	// The end position, with reference to the input video, at which the overlay ends. The value should be in ISO 8601 format. For example, PT30S to end the overlay at 30 seconds into the input video. If not specified or the value is greater than the input video duration, the overlay will be applied until the end of the input video if the overlay media duration is greater than the input video duration, else the overlay will last as long as the overlay media duration.
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// The duration over which the overlay fades in onto the input video. The value should be in ISO 8601 duration format. If not specified the default behavior is to have no fade in (same as PT0S).
	FadeInDuration *string `json:"fadeInDuration,omitempty" tf:"fade_in_duration,omitempty"`

	// The duration over which the overlay fades out of the input video. The value should be in ISO 8601 duration format. If not specified the default behavior is to have no fade out (same as PT0S).
	FadeOutDuration *string `json:"fadeOutDuration,omitempty" tf:"fade_out_duration,omitempty"`

	// The label of the job input which is to be used as an overlay. The input must specify exact one file. You can specify an image file in JPG, PNG, GIF or BMP format, or an audio file (such as a WAV, MP3, WMA or M4A file), or a video file.
	InputLabel *string `json:"inputLabel,omitempty" tf:"input_label,omitempty"`

	// The start position, with reference to the input video, at which the overlay starts. The value should be in ISO 8601 format. For example, PT05S to start the overlay at 5 seconds into the input video. If not specified the overlay starts from the beginning of the input video.
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*AudioObservation) DeepCopy added in v0.32.0

func (in *AudioObservation) DeepCopy() *AudioObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AudioObservation.

func (*AudioObservation) DeepCopyInto added in v0.32.0

func (in *AudioObservation) DeepCopyInto(out *AudioObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AudioParameters added in v0.32.0

type AudioParameters struct {

	// The gain level of audio in the overlay. The value should be in range between 0 to 1.0. The default is 1.0.
	// +kubebuilder:validation:Optional
	AudioGainLevel *float64 `json:"audioGainLevel,omitempty" tf:"audio_gain_level,omitempty"`

	// The end position, with reference to the input video, at which the overlay ends. The value should be in ISO 8601 format. For example, PT30S to end the overlay at 30 seconds into the input video. If not specified or the value is greater than the input video duration, the overlay will be applied until the end of the input video if the overlay media duration is greater than the input video duration, else the overlay will last as long as the overlay media duration.
	// +kubebuilder:validation:Optional
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// The duration over which the overlay fades in onto the input video. The value should be in ISO 8601 duration format. If not specified the default behavior is to have no fade in (same as PT0S).
	// +kubebuilder:validation:Optional
	FadeInDuration *string `json:"fadeInDuration,omitempty" tf:"fade_in_duration,omitempty"`

	// The duration over which the overlay fades out of the input video. The value should be in ISO 8601 duration format. If not specified the default behavior is to have no fade out (same as PT0S).
	// +kubebuilder:validation:Optional
	FadeOutDuration *string `json:"fadeOutDuration,omitempty" tf:"fade_out_duration,omitempty"`

	// The label of the job input which is to be used as an overlay. The input must specify exact one file. You can specify an image file in JPG, PNG, GIF or BMP format, or an audio file (such as a WAV, MP3, WMA or M4A file), or a video file.
	// +kubebuilder:validation:Required
	InputLabel *string `json:"inputLabel" tf:"input_label,omitempty"`

	// The start position, with reference to the input video, at which the overlay starts. The value should be in ISO 8601 format. For example, PT05S to start the overlay at 5 seconds into the input video. If not specified the overlay starts from the beginning of the input video.
	// +kubebuilder:validation:Optional
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*AudioParameters) DeepCopy added in v0.32.0

func (in *AudioParameters) DeepCopy() *AudioParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AudioParameters.

func (*AudioParameters) DeepCopyInto added in v0.32.0

func (in *AudioParameters) DeepCopyInto(out *AudioParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type BuiltinPresetObservation

type BuiltinPresetObservation struct {

	// A present_configuration block as defined below.
	PresetConfiguration []PresetConfigurationObservation `json:"presetConfiguration,omitempty" tf:"preset_configuration,omitempty"`

	// The built-in preset to be used for encoding videos. The Possible values are AACGoodQualityAudio, AdaptiveStreaming, ContentAwareEncoding, ContentAwareEncodingExperimental, CopyAllBitrateNonInterleaved, DDGoodQualityAudio, H265AdaptiveStreaming, H265ContentAwareEncoding, H265SingleBitrate4K, H265SingleBitrate1080p, H265SingleBitrate720p, H264MultipleBitrate1080p, H264MultipleBitrateSD, H264MultipleBitrate720p, H264SingleBitrate1080p, H264SingleBitrateSD and H264SingleBitrate720p.
	PresetName *string `json:"presetName,omitempty" tf:"preset_name,omitempty"`
}

func (*BuiltinPresetObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BuiltinPresetObservation.

func (*BuiltinPresetObservation) DeepCopyInto

func (in *BuiltinPresetObservation) DeepCopyInto(out *BuiltinPresetObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type BuiltinPresetParameters

type BuiltinPresetParameters struct {

	// A present_configuration block as defined below.
	// +kubebuilder:validation:Optional
	PresetConfiguration []PresetConfigurationParameters `json:"presetConfiguration,omitempty" tf:"preset_configuration,omitempty"`

	// The built-in preset to be used for encoding videos. The Possible values are AACGoodQualityAudio, AdaptiveStreaming, ContentAwareEncoding, ContentAwareEncodingExperimental, CopyAllBitrateNonInterleaved, DDGoodQualityAudio, H265AdaptiveStreaming, H265ContentAwareEncoding, H265SingleBitrate4K, H265SingleBitrate1080p, H265SingleBitrate720p, H264MultipleBitrate1080p, H264MultipleBitrateSD, H264MultipleBitrate720p, H264SingleBitrate1080p, H264SingleBitrateSD and H264SingleBitrate720p.
	// +kubebuilder:validation:Required
	PresetName *string `json:"presetName" tf:"preset_name,omitempty"`
}

func (*BuiltinPresetParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BuiltinPresetParameters.

func (*BuiltinPresetParameters) DeepCopyInto

func (in *BuiltinPresetParameters) DeepCopyInto(out *BuiltinPresetParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ClearKeyEncryptionObservation added in v0.32.0

type ClearKeyEncryptionObservation struct {

	// The URL template for the custom service that delivers content keys to the end user. This is not required when using Azure Media Services for issuing keys. Changing this forces a new Streaming Policy to be created.
	CustomKeysAcquisitionURLTemplate *string `json:"customKeysAcquisitionUrlTemplate,omitempty" tf:"custom_keys_acquisition_url_template,omitempty"`
}

func (*ClearKeyEncryptionObservation) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClearKeyEncryptionObservation.

func (*ClearKeyEncryptionObservation) DeepCopyInto added in v0.32.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ClearKeyEncryptionParameters added in v0.32.0

type ClearKeyEncryptionParameters struct {

	// The URL template for the custom service that delivers content keys to the end user. This is not required when using Azure Media Services for issuing keys. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Required
	CustomKeysAcquisitionURLTemplate *string `json:"customKeysAcquisitionUrlTemplate" tf:"custom_keys_acquisition_url_template,omitempty"`
}

func (*ClearKeyEncryptionParameters) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClearKeyEncryptionParameters.

func (*ClearKeyEncryptionParameters) DeepCopyInto added in v0.32.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ClearTrackConditionObservation added in v0.32.0

type ClearTrackConditionObservation struct {

	// The track property condition operation. Possible value is Equal. Changing this forces a new Streaming Policy to be created.
	Operation *string `json:"operation,omitempty" tf:"operation,omitempty"`

	// The track property type. Possible value is FourCC. Changing this forces a new Streaming Policy to be created.
	Property *string `json:"property,omitempty" tf:"property,omitempty"`

	// The track property value. Changing this forces a new Streaming Policy to be created.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ClearTrackConditionObservation) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClearTrackConditionObservation.

func (*ClearTrackConditionObservation) DeepCopyInto added in v0.32.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ClearTrackConditionParameters added in v0.32.0

type ClearTrackConditionParameters struct {

	// The track property condition operation. Possible value is Equal. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Required
	Operation *string `json:"operation" tf:"operation,omitempty"`

	// The track property type. Possible value is FourCC. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Required
	Property *string `json:"property" tf:"property,omitempty"`

	// The track property value. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Required
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ClearTrackConditionParameters) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClearTrackConditionParameters.

func (*ClearTrackConditionParameters) DeepCopyInto added in v0.32.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ClearTrackObservation added in v0.32.0

type ClearTrackObservation struct {

	// One or more condition blocks as defined below. Changing this forces a new Streaming Policy to be created.
	Condition []ClearTrackConditionObservation `json:"condition,omitempty" tf:"condition,omitempty"`
}

func (*ClearTrackObservation) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClearTrackObservation.

func (*ClearTrackObservation) DeepCopyInto added in v0.32.0

func (in *ClearTrackObservation) DeepCopyInto(out *ClearTrackObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ClearTrackParameters added in v0.32.0

type ClearTrackParameters struct {

	// One or more condition blocks as defined below. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Required
	Condition []ClearTrackConditionParameters `json:"condition" tf:"condition,omitempty"`
}

func (*ClearTrackParameters) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClearTrackParameters.

func (*ClearTrackParameters) DeepCopyInto added in v0.32.0

func (in *ClearTrackParameters) DeepCopyInto(out *ClearTrackParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CodecObservation added in v0.32.0

type CodecObservation struct {

	// A aac_audio block as defined above.
	AacAudio []AacAudioObservation `json:"aacAudio,omitempty" tf:"aac_audio,omitempty"`

	// A copy_audio block as defined below.
	CopyAudio []CopyAudioObservation `json:"copyAudio,omitempty" tf:"copy_audio,omitempty"`

	// A copy_video block as defined below.
	CopyVideo []CopyVideoObservation `json:"copyVideo,omitempty" tf:"copy_video,omitempty"`

	// A dd_audio block as defined below.
	DdAudio []DdAudioObservation `json:"ddAudio,omitempty" tf:"dd_audio,omitempty"`

	// A h264_video block as defined below.
	H264Video []H264VideoObservation `json:"h264Video,omitempty" tf:"h264_video,omitempty"`

	// A h265_video block as defined below.
	H265Video []H265VideoObservation `json:"h265Video,omitempty" tf:"h265_video,omitempty"`
}

func (*CodecObservation) DeepCopy added in v0.32.0

func (in *CodecObservation) DeepCopy() *CodecObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CodecObservation.

func (*CodecObservation) DeepCopyInto added in v0.32.0

func (in *CodecObservation) DeepCopyInto(out *CodecObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CodecParameters added in v0.32.0

type CodecParameters struct {

	// A aac_audio block as defined above.
	// +kubebuilder:validation:Optional
	AacAudio []AacAudioParameters `json:"aacAudio,omitempty" tf:"aac_audio,omitempty"`

	// A copy_audio block as defined below.
	// +kubebuilder:validation:Optional
	CopyAudio []CopyAudioParameters `json:"copyAudio,omitempty" tf:"copy_audio,omitempty"`

	// A copy_video block as defined below.
	// +kubebuilder:validation:Optional
	CopyVideo []CopyVideoParameters `json:"copyVideo,omitempty" tf:"copy_video,omitempty"`

	// A dd_audio block as defined below.
	// +kubebuilder:validation:Optional
	DdAudio []DdAudioParameters `json:"ddAudio,omitempty" tf:"dd_audio,omitempty"`

	// A h264_video block as defined below.
	// +kubebuilder:validation:Optional
	H264Video []H264VideoParameters `json:"h264Video,omitempty" tf:"h264_video,omitempty"`

	// A h265_video block as defined below.
	// +kubebuilder:validation:Optional
	H265Video []H265VideoParameters `json:"h265Video,omitempty" tf:"h265_video,omitempty"`
}

func (*CodecParameters) DeepCopy added in v0.32.0

func (in *CodecParameters) DeepCopy() *CodecParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CodecParameters.

func (*CodecParameters) DeepCopyInto added in v0.32.0

func (in *CodecParameters) DeepCopyInto(out *CodecParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CommonEncryptionCbcsObservation

type CommonEncryptionCbcsObservation struct {

	// A clear_key_encryption block as defined below. Changing this forces a new Streaming Policy to be created.
	ClearKeyEncryption []ClearKeyEncryptionObservation `json:"clearKeyEncryption,omitempty" tf:"clear_key_encryption,omitempty"`

	// A default_content_key block as defined below. Changing this forces a new Streaming Policy to be created.
	DefaultContentKey []DefaultContentKeyObservation `json:"defaultContentKey,omitempty" tf:"default_content_key,omitempty"`

	// A drm_fairplay block as defined below. Changing this forces a new Streaming Policy to be created.
	DrmFairplay []DrmFairplayObservation `json:"drmFairplay,omitempty" tf:"drm_fairplay,omitempty"`

	// A enabled_protocols block as defined below. Changing this forces a new Streaming Policy to be created.
	EnabledProtocols []EnabledProtocolsObservation `json:"enabledProtocols,omitempty" tf:"enabled_protocols,omitempty"`
}

func (*CommonEncryptionCbcsObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CommonEncryptionCbcsObservation.

func (*CommonEncryptionCbcsObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CommonEncryptionCbcsParameters

type CommonEncryptionCbcsParameters struct {

	// A clear_key_encryption block as defined below. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	ClearKeyEncryption []ClearKeyEncryptionParameters `json:"clearKeyEncryption,omitempty" tf:"clear_key_encryption,omitempty"`

	// A default_content_key block as defined below. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	DefaultContentKey []DefaultContentKeyParameters `json:"defaultContentKey,omitempty" tf:"default_content_key,omitempty"`

	// A drm_fairplay block as defined below. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	DrmFairplay []DrmFairplayParameters `json:"drmFairplay,omitempty" tf:"drm_fairplay,omitempty"`

	// A enabled_protocols block as defined below. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	EnabledProtocols []EnabledProtocolsParameters `json:"enabledProtocols,omitempty" tf:"enabled_protocols,omitempty"`
}

func (*CommonEncryptionCbcsParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CommonEncryptionCbcsParameters.

func (*CommonEncryptionCbcsParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CommonEncryptionCencClearKeyEncryptionObservation added in v0.32.0

type CommonEncryptionCencClearKeyEncryptionObservation struct {

	// The URL template for the custom service that delivers content keys to the end user. This is not required when using Azure Media Services for issuing keys. Changing this forces a new Streaming Policy to be created.
	CustomKeysAcquisitionURLTemplate *string `json:"customKeysAcquisitionUrlTemplate,omitempty" tf:"custom_keys_acquisition_url_template,omitempty"`
}

func (*CommonEncryptionCencClearKeyEncryptionObservation) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CommonEncryptionCencClearKeyEncryptionObservation.

func (*CommonEncryptionCencClearKeyEncryptionObservation) DeepCopyInto added in v0.32.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CommonEncryptionCencClearKeyEncryptionParameters added in v0.32.0

type CommonEncryptionCencClearKeyEncryptionParameters struct {

	// The URL template for the custom service that delivers content keys to the end user. This is not required when using Azure Media Services for issuing keys. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Required
	CustomKeysAcquisitionURLTemplate *string `json:"customKeysAcquisitionUrlTemplate" tf:"custom_keys_acquisition_url_template,omitempty"`
}

func (*CommonEncryptionCencClearKeyEncryptionParameters) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CommonEncryptionCencClearKeyEncryptionParameters.

func (*CommonEncryptionCencClearKeyEncryptionParameters) DeepCopyInto added in v0.32.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CommonEncryptionCencDefaultContentKeyObservation

type CommonEncryptionCencDefaultContentKeyObservation struct {

	// Label can be used to specify Content Key when creating a Streaming Locator. Changing this forces a new Streaming Policy to be created.
	Label *string `json:"label,omitempty" tf:"label,omitempty"`

	// Policy used by Default Key. Changing this forces a new Streaming Policy to be created.
	PolicyName *string `json:"policyName,omitempty" tf:"policy_name,omitempty"`
}

func (*CommonEncryptionCencDefaultContentKeyObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CommonEncryptionCencDefaultContentKeyObservation.

func (*CommonEncryptionCencDefaultContentKeyObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CommonEncryptionCencDefaultContentKeyParameters

type CommonEncryptionCencDefaultContentKeyParameters struct {

	// Label can be used to specify Content Key when creating a Streaming Locator. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	Label *string `json:"label,omitempty" tf:"label,omitempty"`

	// Policy used by Default Key. Changing this forces a new Streaming Policy to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/media/v1beta1.ContentKeyPolicy
	// +kubebuilder:validation:Optional
	PolicyName *string `json:"policyName,omitempty" tf:"policy_name,omitempty"`

	// Reference to a ContentKeyPolicy in media to populate policyName.
	// +kubebuilder:validation:Optional
	PolicyNameRef *v1.Reference `json:"policyNameRef,omitempty" tf:"-"`

	// Selector for a ContentKeyPolicy in media to populate policyName.
	// +kubebuilder:validation:Optional
	PolicyNameSelector *v1.Selector `json:"policyNameSelector,omitempty" tf:"-"`
}

func (*CommonEncryptionCencDefaultContentKeyParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CommonEncryptionCencDefaultContentKeyParameters.

func (*CommonEncryptionCencDefaultContentKeyParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CommonEncryptionCencEnabledProtocolsObservation

type CommonEncryptionCencEnabledProtocolsObservation struct {

	// Enable DASH protocol or not. Changing this forces a new Streaming Policy to be created.
	Dash *bool `json:"dash,omitempty" tf:"dash,omitempty"`

	// Enable Download protocol or not. Changing this forces a new Streaming Policy to be created.
	Download *bool `json:"download,omitempty" tf:"download,omitempty"`

	// Enable HLS protocol or not. Changing this forces a new Streaming Policy to be created.
	Hls *bool `json:"hls,omitempty" tf:"hls,omitempty"`

	// Enable SmoothStreaming protocol or not. Changing this forces a new Streaming Policy to be created.
	SmoothStreaming *bool `json:"smoothStreaming,omitempty" tf:"smooth_streaming,omitempty"`
}

func (*CommonEncryptionCencEnabledProtocolsObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CommonEncryptionCencEnabledProtocolsObservation.

func (*CommonEncryptionCencEnabledProtocolsObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CommonEncryptionCencEnabledProtocolsParameters

type CommonEncryptionCencEnabledProtocolsParameters struct {

	// Enable DASH protocol or not. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	Dash *bool `json:"dash,omitempty" tf:"dash,omitempty"`

	// Enable Download protocol or not. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	Download *bool `json:"download,omitempty" tf:"download,omitempty"`

	// Enable HLS protocol or not. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	Hls *bool `json:"hls,omitempty" tf:"hls,omitempty"`

	// Enable SmoothStreaming protocol or not. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	SmoothStreaming *bool `json:"smoothStreaming,omitempty" tf:"smooth_streaming,omitempty"`
}

func (*CommonEncryptionCencEnabledProtocolsParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CommonEncryptionCencEnabledProtocolsParameters.

func (*CommonEncryptionCencEnabledProtocolsParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CommonEncryptionCencObservation

type CommonEncryptionCencObservation struct {

	// A clear_key_encryption block as defined below. Changing this forces a new Streaming Policy to be created.
	ClearKeyEncryption []CommonEncryptionCencClearKeyEncryptionObservation `json:"clearKeyEncryption,omitempty" tf:"clear_key_encryption,omitempty"`

	// One or more clear_track blocks as defined below. Changing this forces a new Streaming Policy to be created.
	ClearTrack []ClearTrackObservation `json:"clearTrack,omitempty" tf:"clear_track,omitempty"`

	// One or more content_key_to_track_mapping blocks as defined below. Changing this forces a new Streaming Policy to be created.
	ContentKeyToTrackMapping []ContentKeyToTrackMappingObservation `json:"contentKeyToTrackMapping,omitempty" tf:"content_key_to_track_mapping,omitempty"`

	// A default_content_key block as defined below. Changing this forces a new Streaming Policy to be created.
	DefaultContentKey []CommonEncryptionCencDefaultContentKeyObservation `json:"defaultContentKey,omitempty" tf:"default_content_key,omitempty"`

	// A drm_playready block as defined below. Changing this forces a new Streaming Policy to be created.
	DrmPlayready []DrmPlayreadyObservation `json:"drmPlayready,omitempty" tf:"drm_playready,omitempty"`

	// The URL template for the custom service that delivers licenses to the end user. This is not required when using Azure Media Services for issuing licenses. Changing this forces a new Streaming Policy to be created.
	DrmWidevineCustomLicenseAcquisitionURLTemplate *string `` /* 131-byte string literal not displayed */

	// A enabled_protocols block as defined below. Changing this forces a new Streaming Policy to be created.
	EnabledProtocols []CommonEncryptionCencEnabledProtocolsObservation `json:"enabledProtocols,omitempty" tf:"enabled_protocols,omitempty"`
}

func (*CommonEncryptionCencObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CommonEncryptionCencObservation.

func (*CommonEncryptionCencObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CommonEncryptionCencParameters

type CommonEncryptionCencParameters struct {

	// A clear_key_encryption block as defined below. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	ClearKeyEncryption []CommonEncryptionCencClearKeyEncryptionParameters `json:"clearKeyEncryption,omitempty" tf:"clear_key_encryption,omitempty"`

	// One or more clear_track blocks as defined below. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	ClearTrack []ClearTrackParameters `json:"clearTrack,omitempty" tf:"clear_track,omitempty"`

	// One or more content_key_to_track_mapping blocks as defined below. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	ContentKeyToTrackMapping []ContentKeyToTrackMappingParameters `json:"contentKeyToTrackMapping,omitempty" tf:"content_key_to_track_mapping,omitempty"`

	// A default_content_key block as defined below. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	DefaultContentKey []CommonEncryptionCencDefaultContentKeyParameters `json:"defaultContentKey,omitempty" tf:"default_content_key,omitempty"`

	// A drm_playready block as defined below. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	DrmPlayready []DrmPlayreadyParameters `json:"drmPlayready,omitempty" tf:"drm_playready,omitempty"`

	// The URL template for the custom service that delivers licenses to the end user. This is not required when using Azure Media Services for issuing licenses. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	DrmWidevineCustomLicenseAcquisitionURLTemplate *string `` /* 131-byte string literal not displayed */

	// A enabled_protocols block as defined below. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	EnabledProtocols []CommonEncryptionCencEnabledProtocolsParameters `json:"enabledProtocols,omitempty" tf:"enabled_protocols,omitempty"`
}

func (*CommonEncryptionCencParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CommonEncryptionCencParameters.

func (*CommonEncryptionCencParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ConditionObservation added in v0.27.0

type ConditionObservation struct {

	// The condition operation to test a track property against. Supported values are Equal and NotEqual.
	Operation *string `json:"operation,omitempty" tf:"operation,omitempty"`

	// The track property to compare. Supported values are Bitrate, FourCC, Language, Name and Type. Check documentation for more details.
	Property *string `json:"property,omitempty" tf:"property,omitempty"`

	// The track property value to match or not match.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ConditionObservation) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConditionObservation.

func (*ConditionObservation) DeepCopyInto added in v0.27.0

func (in *ConditionObservation) DeepCopyInto(out *ConditionObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ConditionParameters added in v0.27.0

type ConditionParameters struct {

	// The condition operation to test a track property against. Supported values are Equal and NotEqual.
	// +kubebuilder:validation:Optional
	Operation *string `json:"operation,omitempty" tf:"operation,omitempty"`

	// The track property to compare. Supported values are Bitrate, FourCC, Language, Name and Type. Check documentation for more details.
	// +kubebuilder:validation:Optional
	Property *string `json:"property,omitempty" tf:"property,omitempty"`

	// The track property value to match or not match.
	// +kubebuilder:validation:Optional
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ConditionParameters) DeepCopy added in v0.27.0

func (in *ConditionParameters) DeepCopy() *ConditionParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConditionParameters.

func (*ConditionParameters) DeepCopyInto added in v0.27.0

func (in *ConditionParameters) DeepCopyInto(out *ConditionParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ContentKeyObservation

type ContentKeyObservation struct {

	// ID of Content Key. Changing this forces a new Streaming Locator to be created.
	ContentKeyID *string `json:"contentKeyId,omitempty" tf:"content_key_id,omitempty"`

	// Label of Content Key as specified in the Streaming Policy. Changing this forces a new Streaming Locator to be created.
	LabelReferenceInStreamingPolicy *string `json:"labelReferenceInStreamingPolicy,omitempty" tf:"label_reference_in_streaming_policy,omitempty"`

	// Content Key Policy used by Content Key. Changing this forces a new Streaming Locator to be created.
	PolicyName *string `json:"policyName,omitempty" tf:"policy_name,omitempty"`

	// Encryption type of Content Key. Supported values are CommonEncryptionCbcs, CommonEncryptionCenc or EnvelopeEncryption. Changing this forces a new Streaming Locator to be created.
	Type *string `json:"type,omitempty" tf:"type,omitempty"`

	// Value of Content Key. Changing this forces a new Streaming Locator to be created.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ContentKeyObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContentKeyObservation.

func (*ContentKeyObservation) DeepCopyInto

func (in *ContentKeyObservation) DeepCopyInto(out *ContentKeyObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ContentKeyParameters

type ContentKeyParameters struct {

	// ID of Content Key. Changing this forces a new Streaming Locator to be created.
	// +kubebuilder:validation:Optional
	ContentKeyID *string `json:"contentKeyId,omitempty" tf:"content_key_id,omitempty"`

	// Label of Content Key as specified in the Streaming Policy. Changing this forces a new Streaming Locator to be created.
	// +kubebuilder:validation:Optional
	LabelReferenceInStreamingPolicy *string `json:"labelReferenceInStreamingPolicy,omitempty" tf:"label_reference_in_streaming_policy,omitempty"`

	// Content Key Policy used by Content Key. Changing this forces a new Streaming Locator to be created.
	// +kubebuilder:validation:Optional
	PolicyName *string `json:"policyName,omitempty" tf:"policy_name,omitempty"`

	// Encryption type of Content Key. Supported values are CommonEncryptionCbcs, CommonEncryptionCenc or EnvelopeEncryption. Changing this forces a new Streaming Locator to be created.
	// +kubebuilder:validation:Optional
	Type *string `json:"type,omitempty" tf:"type,omitempty"`

	// Value of Content Key. Changing this forces a new Streaming Locator to be created.
	// +kubebuilder:validation:Optional
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ContentKeyParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContentKeyParameters.

func (*ContentKeyParameters) DeepCopyInto

func (in *ContentKeyParameters) DeepCopyInto(out *ContentKeyParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ContentKeyPolicy added in v0.27.0

type ContentKeyPolicy struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.policyOption)",message="policyOption is a required parameter"
	Spec   ContentKeyPolicySpec   `json:"spec"`
	Status ContentKeyPolicyStatus `json:"status,omitempty"`
}

ContentKeyPolicy is the Schema for the ContentKeyPolicys API. Manages a Content Key Policy. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,azure}

func (*ContentKeyPolicy) DeepCopy added in v0.27.0

func (in *ContentKeyPolicy) DeepCopy() *ContentKeyPolicy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContentKeyPolicy.

func (*ContentKeyPolicy) DeepCopyInto added in v0.27.0

func (in *ContentKeyPolicy) DeepCopyInto(out *ContentKeyPolicy)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ContentKeyPolicy) DeepCopyObject added in v0.27.0

func (in *ContentKeyPolicy) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ContentKeyPolicy) GetCondition added in v0.27.0

func (mg *ContentKeyPolicy) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this ContentKeyPolicy.

func (*ContentKeyPolicy) GetConnectionDetailsMapping added in v0.27.0

func (tr *ContentKeyPolicy) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this ContentKeyPolicy

func (*ContentKeyPolicy) GetDeletionPolicy added in v0.27.0

func (mg *ContentKeyPolicy) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this ContentKeyPolicy.

func (*ContentKeyPolicy) GetID added in v0.27.0

func (tr *ContentKeyPolicy) GetID() string

GetID returns ID of underlying Terraform resource of this ContentKeyPolicy

func (*ContentKeyPolicy) GetManagementPolicy added in v0.31.0

func (mg *ContentKeyPolicy) GetManagementPolicy() xpv1.ManagementPolicy

GetManagementPolicy of this ContentKeyPolicy.

func (*ContentKeyPolicy) GetObservation added in v0.27.0

func (tr *ContentKeyPolicy) GetObservation() (map[string]any, error)

GetObservation of this ContentKeyPolicy

func (*ContentKeyPolicy) GetParameters added in v0.27.0

func (tr *ContentKeyPolicy) GetParameters() (map[string]any, error)

GetParameters of this ContentKeyPolicy

func (*ContentKeyPolicy) GetProviderConfigReference added in v0.27.0

func (mg *ContentKeyPolicy) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this ContentKeyPolicy.

func (*ContentKeyPolicy) GetProviderReference added in v0.27.0

func (mg *ContentKeyPolicy) GetProviderReference() *xpv1.Reference

GetProviderReference of this ContentKeyPolicy. Deprecated: Use GetProviderConfigReference.

func (*ContentKeyPolicy) GetPublishConnectionDetailsTo added in v0.27.0

func (mg *ContentKeyPolicy) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this ContentKeyPolicy.

func (*ContentKeyPolicy) GetTerraformResourceType added in v0.27.0

func (mg *ContentKeyPolicy) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ContentKeyPolicy

func (*ContentKeyPolicy) GetTerraformSchemaVersion added in v0.27.0

func (tr *ContentKeyPolicy) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ContentKeyPolicy) GetWriteConnectionSecretToReference added in v0.27.0

func (mg *ContentKeyPolicy) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this ContentKeyPolicy.

func (*ContentKeyPolicy) LateInitialize added in v0.27.0

func (tr *ContentKeyPolicy) LateInitialize(attrs []byte) (bool, error)

LateInitialize this ContentKeyPolicy using its observed tfState. returns True if there are any spec changes for the resource.

func (*ContentKeyPolicy) ResolveReferences added in v0.27.0

func (mg *ContentKeyPolicy) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this ContentKeyPolicy.

func (*ContentKeyPolicy) SetConditions added in v0.27.0

func (mg *ContentKeyPolicy) SetConditions(c ...xpv1.Condition)

SetConditions of this ContentKeyPolicy.

func (*ContentKeyPolicy) SetDeletionPolicy added in v0.27.0

func (mg *ContentKeyPolicy) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this ContentKeyPolicy.

func (*ContentKeyPolicy) SetManagementPolicy added in v0.31.0

func (mg *ContentKeyPolicy) SetManagementPolicy(r xpv1.ManagementPolicy)

SetManagementPolicy of this ContentKeyPolicy.

func (*ContentKeyPolicy) SetObservation added in v0.27.0

func (tr *ContentKeyPolicy) SetObservation(obs map[string]any) error

SetObservation for this ContentKeyPolicy

func (*ContentKeyPolicy) SetParameters added in v0.27.0

func (tr *ContentKeyPolicy) SetParameters(params map[string]any) error

SetParameters for this ContentKeyPolicy

func (*ContentKeyPolicy) SetProviderConfigReference added in v0.27.0

func (mg *ContentKeyPolicy) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this ContentKeyPolicy.

func (*ContentKeyPolicy) SetProviderReference added in v0.27.0

func (mg *ContentKeyPolicy) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this ContentKeyPolicy. Deprecated: Use SetProviderConfigReference.

func (*ContentKeyPolicy) SetPublishConnectionDetailsTo added in v0.27.0

func (mg *ContentKeyPolicy) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this ContentKeyPolicy.

func (*ContentKeyPolicy) SetWriteConnectionSecretToReference added in v0.27.0

func (mg *ContentKeyPolicy) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this ContentKeyPolicy.

type ContentKeyPolicyList added in v0.27.0

type ContentKeyPolicyList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []ContentKeyPolicy `json:"items"`
}

ContentKeyPolicyList contains a list of ContentKeyPolicys

func (*ContentKeyPolicyList) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContentKeyPolicyList.

func (*ContentKeyPolicyList) DeepCopyInto added in v0.27.0

func (in *ContentKeyPolicyList) DeepCopyInto(out *ContentKeyPolicyList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ContentKeyPolicyList) DeepCopyObject added in v0.27.0

func (in *ContentKeyPolicyList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ContentKeyPolicyList) GetItems added in v0.27.0

func (l *ContentKeyPolicyList) GetItems() []resource.Managed

GetItems of this ContentKeyPolicyList.

type ContentKeyPolicyObservation added in v0.27.0

type ContentKeyPolicyObservation struct {

	// A description for the Policy.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The ID of the Content Key Policy.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// The Media Services account name. Changing this forces a new Content Key Policy to be created.
	MediaServicesAccountName *string `json:"mediaServicesAccountName,omitempty" tf:"media_services_account_name,omitempty"`

	// One or more policy_option blocks as defined below.
	PolicyOption []PolicyOptionObservation `json:"policyOption,omitempty" tf:"policy_option,omitempty"`

	// The name of the Resource Group where the Content Key Policy should exist. Changing this forces a new Content Key Policy to be created.
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`
}

func (*ContentKeyPolicyObservation) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContentKeyPolicyObservation.

func (*ContentKeyPolicyObservation) DeepCopyInto added in v0.27.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ContentKeyPolicyParameters added in v0.27.0

type ContentKeyPolicyParameters struct {

	// A description for the Policy.
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The Media Services account name. Changing this forces a new Content Key Policy to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/media/v1beta1.ServicesAccount
	// +kubebuilder:validation:Optional
	MediaServicesAccountName *string `json:"mediaServicesAccountName,omitempty" tf:"media_services_account_name,omitempty"`

	// Reference to a ServicesAccount in media to populate mediaServicesAccountName.
	// +kubebuilder:validation:Optional
	MediaServicesAccountNameRef *v1.Reference `json:"mediaServicesAccountNameRef,omitempty" tf:"-"`

	// Selector for a ServicesAccount in media to populate mediaServicesAccountName.
	// +kubebuilder:validation:Optional
	MediaServicesAccountNameSelector *v1.Selector `json:"mediaServicesAccountNameSelector,omitempty" tf:"-"`

	// One or more policy_option blocks as defined below.
	// +kubebuilder:validation:Optional
	PolicyOption []PolicyOptionParameters `json:"policyOption,omitempty" tf:"policy_option,omitempty"`

	// The name of the Resource Group where the Content Key Policy should exist. Changing this forces a new Content Key Policy to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/azure/v1beta1.ResourceGroup
	// +kubebuilder:validation:Optional
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// Reference to a ResourceGroup in azure to populate resourceGroupName.
	// +kubebuilder:validation:Optional
	ResourceGroupNameRef *v1.Reference `json:"resourceGroupNameRef,omitempty" tf:"-"`

	// Selector for a ResourceGroup in azure to populate resourceGroupName.
	// +kubebuilder:validation:Optional
	ResourceGroupNameSelector *v1.Selector `json:"resourceGroupNameSelector,omitempty" tf:"-"`
}

func (*ContentKeyPolicyParameters) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContentKeyPolicyParameters.

func (*ContentKeyPolicyParameters) DeepCopyInto added in v0.27.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ContentKeyPolicySpec added in v0.27.0

type ContentKeyPolicySpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ContentKeyPolicyParameters `json:"forProvider"`
}

ContentKeyPolicySpec defines the desired state of ContentKeyPolicy

func (*ContentKeyPolicySpec) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContentKeyPolicySpec.

func (*ContentKeyPolicySpec) DeepCopyInto added in v0.27.0

func (in *ContentKeyPolicySpec) DeepCopyInto(out *ContentKeyPolicySpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ContentKeyPolicyStatus added in v0.27.0

type ContentKeyPolicyStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        ContentKeyPolicyObservation `json:"atProvider,omitempty"`
}

ContentKeyPolicyStatus defines the observed state of ContentKeyPolicy.

func (*ContentKeyPolicyStatus) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContentKeyPolicyStatus.

func (*ContentKeyPolicyStatus) DeepCopyInto added in v0.27.0

func (in *ContentKeyPolicyStatus) DeepCopyInto(out *ContentKeyPolicyStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ContentKeyToTrackMappingObservation added in v0.32.0

type ContentKeyToTrackMappingObservation struct {

	// Label can be used to specify Content Key when creating a Streaming Locator. Changing this forces a new Streaming Policy to be created.
	Label *string `json:"label,omitempty" tf:"label,omitempty"`

	// Policy used by Default Key. Changing this forces a new Streaming Policy to be created.
	PolicyName *string `json:"policyName,omitempty" tf:"policy_name,omitempty"`

	// One or more track blocks as defined below. Changing this forces a new Streaming Policy to be created.
	Track []TrackObservation `json:"track,omitempty" tf:"track,omitempty"`
}

func (*ContentKeyToTrackMappingObservation) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContentKeyToTrackMappingObservation.

func (*ContentKeyToTrackMappingObservation) DeepCopyInto added in v0.32.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ContentKeyToTrackMappingParameters added in v0.32.0

type ContentKeyToTrackMappingParameters struct {

	// Label can be used to specify Content Key when creating a Streaming Locator. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	Label *string `json:"label,omitempty" tf:"label,omitempty"`

	// Policy used by Default Key. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	PolicyName *string `json:"policyName,omitempty" tf:"policy_name,omitempty"`

	// One or more track blocks as defined below. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Required
	Track []TrackParameters `json:"track" tf:"track,omitempty"`
}

func (*ContentKeyToTrackMappingParameters) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContentKeyToTrackMappingParameters.

func (*ContentKeyToTrackMappingParameters) DeepCopyInto added in v0.32.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CopyAudioObservation added in v0.32.0

type CopyAudioObservation struct {

	// The alphanumeric label for this layer, which can be used in multiplexing different video and audio layers, or in naming the output file.
	Label *string `json:"label,omitempty" tf:"label,omitempty"`
}

func (*CopyAudioObservation) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CopyAudioObservation.

func (*CopyAudioObservation) DeepCopyInto added in v0.32.0

func (in *CopyAudioObservation) DeepCopyInto(out *CopyAudioObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CopyAudioParameters added in v0.32.0

type CopyAudioParameters struct {

	// The alphanumeric label for this layer, which can be used in multiplexing different video and audio layers, or in naming the output file.
	// +kubebuilder:validation:Optional
	Label *string `json:"label,omitempty" tf:"label,omitempty"`
}

func (*CopyAudioParameters) DeepCopy added in v0.32.0

func (in *CopyAudioParameters) DeepCopy() *CopyAudioParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CopyAudioParameters.

func (*CopyAudioParameters) DeepCopyInto added in v0.32.0

func (in *CopyAudioParameters) DeepCopyInto(out *CopyAudioParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CopyVideoObservation added in v0.32.0

type CopyVideoObservation struct {

	// The alphanumeric label for this layer, which can be used in multiplexing different video and audio layers, or in naming the output file.
	Label *string `json:"label,omitempty" tf:"label,omitempty"`
}

func (*CopyVideoObservation) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CopyVideoObservation.

func (*CopyVideoObservation) DeepCopyInto added in v0.32.0

func (in *CopyVideoObservation) DeepCopyInto(out *CopyVideoObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CopyVideoParameters added in v0.32.0

type CopyVideoParameters struct {

	// The alphanumeric label for this layer, which can be used in multiplexing different video and audio layers, or in naming the output file.
	// +kubebuilder:validation:Optional
	Label *string `json:"label,omitempty" tf:"label,omitempty"`
}

func (*CopyVideoParameters) DeepCopy added in v0.32.0

func (in *CopyVideoParameters) DeepCopy() *CopyVideoParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CopyVideoParameters.

func (*CopyVideoParameters) DeepCopyInto added in v0.32.0

func (in *CopyVideoParameters) DeepCopyInto(out *CopyVideoParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CropRectangleObservation added in v0.32.0

type CropRectangleObservation struct {

	// The height of the rectangular region in pixels. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	Height *string `json:"height,omitempty" tf:"height,omitempty"`

	// The number of pixels from the left-margin. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	Left *string `json:"left,omitempty" tf:"left,omitempty"`

	// The number of pixels from the top-margin. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	Top *string `json:"top,omitempty" tf:"top,omitempty"`

	// The width of the rectangular region in pixels. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	Width *string `json:"width,omitempty" tf:"width,omitempty"`
}

func (*CropRectangleObservation) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CropRectangleObservation.

func (*CropRectangleObservation) DeepCopyInto added in v0.32.0

func (in *CropRectangleObservation) DeepCopyInto(out *CropRectangleObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CropRectangleParameters added in v0.32.0

type CropRectangleParameters struct {

	// The height of the rectangular region in pixels. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	// +kubebuilder:validation:Optional
	Height *string `json:"height,omitempty" tf:"height,omitempty"`

	// The number of pixels from the left-margin. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	// +kubebuilder:validation:Optional
	Left *string `json:"left,omitempty" tf:"left,omitempty"`

	// The number of pixels from the top-margin. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	// +kubebuilder:validation:Optional
	Top *string `json:"top,omitempty" tf:"top,omitempty"`

	// The width of the rectangular region in pixels. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	// +kubebuilder:validation:Optional
	Width *string `json:"width,omitempty" tf:"width,omitempty"`
}

func (*CropRectangleParameters) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CropRectangleParameters.

func (*CropRectangleParameters) DeepCopyInto added in v0.32.0

func (in *CropRectangleParameters) DeepCopyInto(out *CropRectangleParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CrossSiteAccessPolicyObservation

type CrossSiteAccessPolicyObservation struct {

	// The content of clientaccesspolicy.xml used by Silverlight.
	ClientAccessPolicy *string `json:"clientAccessPolicy,omitempty" tf:"client_access_policy,omitempty"`

	// The content of the Cross Domain Policy (crossdomain.xml).
	CrossDomainPolicy *string `json:"crossDomainPolicy,omitempty" tf:"cross_domain_policy,omitempty"`
}

func (*CrossSiteAccessPolicyObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CrossSiteAccessPolicyObservation.

func (*CrossSiteAccessPolicyObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CrossSiteAccessPolicyParameters

type CrossSiteAccessPolicyParameters struct {

	// The content of clientaccesspolicy.xml used by Silverlight.
	// +kubebuilder:validation:Optional
	ClientAccessPolicy *string `json:"clientAccessPolicy,omitempty" tf:"client_access_policy,omitempty"`

	// The content of the Cross Domain Policy (crossdomain.xml).
	// +kubebuilder:validation:Optional
	CrossDomainPolicy *string `json:"crossDomainPolicy,omitempty" tf:"cross_domain_policy,omitempty"`
}

func (*CrossSiteAccessPolicyParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CrossSiteAccessPolicyParameters.

func (*CrossSiteAccessPolicyParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CustomPresetObservation added in v0.32.0

type CustomPresetObservation struct {

	// One or more codec blocks as defined above.
	Codec []CodecObservation `json:"codec,omitempty" tf:"codec,omitempty"`

	// A filter block as defined below.
	Filter []FilterObservation `json:"filter,omitempty" tf:"filter,omitempty"`

	// One or more format blocks as defined below.
	Format []FormatObservation `json:"format,omitempty" tf:"format,omitempty"`
}

func (*CustomPresetObservation) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CustomPresetObservation.

func (*CustomPresetObservation) DeepCopyInto added in v0.32.0

func (in *CustomPresetObservation) DeepCopyInto(out *CustomPresetObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CustomPresetParameters added in v0.32.0

type CustomPresetParameters struct {

	// One or more codec blocks as defined above.
	// +kubebuilder:validation:Required
	Codec []CodecParameters `json:"codec" tf:"codec,omitempty"`

	// A filter block as defined below.
	// +kubebuilder:validation:Optional
	Filter []FilterParameters `json:"filter,omitempty" tf:"filter,omitempty"`

	// One or more format blocks as defined below.
	// +kubebuilder:validation:Required
	Format []FormatParameters `json:"format" tf:"format,omitempty"`
}

func (*CustomPresetParameters) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CustomPresetParameters.

func (*CustomPresetParameters) DeepCopyInto added in v0.32.0

func (in *CustomPresetParameters) DeepCopyInto(out *CustomPresetParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DdAudioObservation added in v0.32.0

type DdAudioObservation struct {

	// The average bitrate in bits per second at which to encode the input video when generating this layer.
	Bitrate *float64 `json:"bitrate,omitempty" tf:"bitrate,omitempty"`

	// The number of audio channels. Default to 2.
	Channels *float64 `json:"channels,omitempty" tf:"channels,omitempty"`

	// The alphanumeric label for this layer, which can be used in multiplexing different video and audio layers, or in naming the output file.
	Label *string `json:"label,omitempty" tf:"label,omitempty"`

	// The sampling rate to use for encoding in Hertz. Default to 48000.
	SamplingRate *float64 `json:"samplingRate,omitempty" tf:"sampling_rate,omitempty"`
}

func (*DdAudioObservation) DeepCopy added in v0.32.0

func (in *DdAudioObservation) DeepCopy() *DdAudioObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DdAudioObservation.

func (*DdAudioObservation) DeepCopyInto added in v0.32.0

func (in *DdAudioObservation) DeepCopyInto(out *DdAudioObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DdAudioParameters added in v0.32.0

type DdAudioParameters struct {

	// The average bitrate in bits per second at which to encode the input video when generating this layer.
	// +kubebuilder:validation:Optional
	Bitrate *float64 `json:"bitrate,omitempty" tf:"bitrate,omitempty"`

	// The number of audio channels. Default to 2.
	// +kubebuilder:validation:Optional
	Channels *float64 `json:"channels,omitempty" tf:"channels,omitempty"`

	// The alphanumeric label for this layer, which can be used in multiplexing different video and audio layers, or in naming the output file.
	// +kubebuilder:validation:Optional
	Label *string `json:"label,omitempty" tf:"label,omitempty"`

	// The sampling rate to use for encoding in Hertz. Default to 48000.
	// +kubebuilder:validation:Optional
	SamplingRate *float64 `json:"samplingRate,omitempty" tf:"sampling_rate,omitempty"`
}

func (*DdAudioParameters) DeepCopy added in v0.32.0

func (in *DdAudioParameters) DeepCopy() *DdAudioParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DdAudioParameters.

func (*DdAudioParameters) DeepCopyInto added in v0.32.0

func (in *DdAudioParameters) DeepCopyInto(out *DdAudioParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DefaultContentKeyObservation

type DefaultContentKeyObservation struct {

	// Label can be used to specify Content Key when creating a Streaming Locator. Changing this forces a new Streaming Policy to be created.
	Label *string `json:"label,omitempty" tf:"label,omitempty"`

	// Policy used by Default Key. Changing this forces a new Streaming Policy to be created.
	PolicyName *string `json:"policyName,omitempty" tf:"policy_name,omitempty"`
}

func (*DefaultContentKeyObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DefaultContentKeyObservation.

func (*DefaultContentKeyObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DefaultContentKeyParameters

type DefaultContentKeyParameters struct {

	// Label can be used to specify Content Key when creating a Streaming Locator. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	Label *string `json:"label,omitempty" tf:"label,omitempty"`

	// Policy used by Default Key. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	PolicyName *string `json:"policyName,omitempty" tf:"policy_name,omitempty"`
}

func (*DefaultContentKeyParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DefaultContentKeyParameters.

func (*DefaultContentKeyParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DeinterlaceObservation added in v0.32.0

type DeinterlaceObservation struct {

	// The deinterlacing mode. Possible values are AutoPixelAdaptive or Off. Default to AutoPixelAdaptive.
	Mode *string `json:"mode,omitempty" tf:"mode,omitempty"`

	// The field parity to use for deinterlacing. Possible values are Auto, TopFieldFirst or BottomFieldFirst. Default to Auto.
	Parity *string `json:"parity,omitempty" tf:"parity,omitempty"`
}

func (*DeinterlaceObservation) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeinterlaceObservation.

func (*DeinterlaceObservation) DeepCopyInto added in v0.32.0

func (in *DeinterlaceObservation) DeepCopyInto(out *DeinterlaceObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DeinterlaceParameters added in v0.32.0

type DeinterlaceParameters struct {

	// The deinterlacing mode. Possible values are AutoPixelAdaptive or Off. Default to AutoPixelAdaptive.
	// +kubebuilder:validation:Optional
	Mode *string `json:"mode,omitempty" tf:"mode,omitempty"`

	// The field parity to use for deinterlacing. Possible values are Auto, TopFieldFirst or BottomFieldFirst. Default to Auto.
	// +kubebuilder:validation:Optional
	Parity *string `json:"parity,omitempty" tf:"parity,omitempty"`
}

func (*DeinterlaceParameters) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeinterlaceParameters.

func (*DeinterlaceParameters) DeepCopyInto added in v0.32.0

func (in *DeinterlaceParameters) DeepCopyInto(out *DeinterlaceParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DrmFairplayObservation

type DrmFairplayObservation struct {

	// All license to be persistent or not. Changing this forces a new Streaming Policy to be created.
	AllowPersistentLicense *bool `json:"allowPersistentLicense,omitempty" tf:"allow_persistent_license,omitempty"`

	// The URL template for the custom service that delivers licenses to the end user. This is not required when using Azure Media Services for issuing licenses. Changing this forces a new Streaming Policy to be created.
	CustomLicenseAcquisitionURLTemplate *string `json:"customLicenseAcquisitionUrlTemplate,omitempty" tf:"custom_license_acquisition_url_template,omitempty"`
}

func (*DrmFairplayObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DrmFairplayObservation.

func (*DrmFairplayObservation) DeepCopyInto

func (in *DrmFairplayObservation) DeepCopyInto(out *DrmFairplayObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DrmFairplayParameters

type DrmFairplayParameters struct {

	// All license to be persistent or not. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	AllowPersistentLicense *bool `json:"allowPersistentLicense,omitempty" tf:"allow_persistent_license,omitempty"`

	// The URL template for the custom service that delivers licenses to the end user. This is not required when using Azure Media Services for issuing licenses. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	CustomLicenseAcquisitionURLTemplate *string `json:"customLicenseAcquisitionUrlTemplate,omitempty" tf:"custom_license_acquisition_url_template,omitempty"`
}

func (*DrmFairplayParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DrmFairplayParameters.

func (*DrmFairplayParameters) DeepCopyInto

func (in *DrmFairplayParameters) DeepCopyInto(out *DrmFairplayParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DrmPlayreadyObservation

type DrmPlayreadyObservation struct {

	// Custom attributes for PlayReady. Changing this forces a new Streaming Policy to be created.
	CustomAttributes *string `json:"customAttributes,omitempty" tf:"custom_attributes,omitempty"`

	// The URL template for the custom service that delivers licenses to the end user. This is not required when using Azure Media Services for issuing licenses. Changing this forces a new Streaming Policy to be created.
	CustomLicenseAcquisitionURLTemplate *string `json:"customLicenseAcquisitionUrlTemplate,omitempty" tf:"custom_license_acquisition_url_template,omitempty"`
}

func (*DrmPlayreadyObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DrmPlayreadyObservation.

func (*DrmPlayreadyObservation) DeepCopyInto

func (in *DrmPlayreadyObservation) DeepCopyInto(out *DrmPlayreadyObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DrmPlayreadyParameters

type DrmPlayreadyParameters struct {

	// Custom attributes for PlayReady. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	CustomAttributes *string `json:"customAttributes,omitempty" tf:"custom_attributes,omitempty"`

	// The URL template for the custom service that delivers licenses to the end user. This is not required when using Azure Media Services for issuing licenses. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	CustomLicenseAcquisitionURLTemplate *string `json:"customLicenseAcquisitionUrlTemplate,omitempty" tf:"custom_license_acquisition_url_template,omitempty"`
}

func (*DrmPlayreadyParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DrmPlayreadyParameters.

func (*DrmPlayreadyParameters) DeepCopyInto

func (in *DrmPlayreadyParameters) DeepCopyInto(out *DrmPlayreadyParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EnabledProtocolsObservation

type EnabledProtocolsObservation struct {

	// Enable DASH protocol or not. Changing this forces a new Streaming Policy to be created.
	Dash *bool `json:"dash,omitempty" tf:"dash,omitempty"`

	// Enable Download protocol or not. Changing this forces a new Streaming Policy to be created.
	Download *bool `json:"download,omitempty" tf:"download,omitempty"`

	// Enable HLS protocol or not. Changing this forces a new Streaming Policy to be created.
	Hls *bool `json:"hls,omitempty" tf:"hls,omitempty"`

	// Enable SmoothStreaming protocol or not. Changing this forces a new Streaming Policy to be created.
	SmoothStreaming *bool `json:"smoothStreaming,omitempty" tf:"smooth_streaming,omitempty"`
}

func (*EnabledProtocolsObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EnabledProtocolsObservation.

func (*EnabledProtocolsObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EnabledProtocolsParameters

type EnabledProtocolsParameters struct {

	// Enable DASH protocol or not. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	Dash *bool `json:"dash,omitempty" tf:"dash,omitempty"`

	// Enable Download protocol or not. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	Download *bool `json:"download,omitempty" tf:"download,omitempty"`

	// Enable HLS protocol or not. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	Hls *bool `json:"hls,omitempty" tf:"hls,omitempty"`

	// Enable SmoothStreaming protocol or not. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	SmoothStreaming *bool `json:"smoothStreaming,omitempty" tf:"smooth_streaming,omitempty"`
}

func (*EnabledProtocolsParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EnabledProtocolsParameters.

func (*EnabledProtocolsParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EncodingObservation

type EncodingObservation struct {

	// Use an ISO 8601 time value between 0.5 to 20 seconds to specify the output fragment length for the video and audio tracks of an encoding live event. For example, use PT2S to indicate 2 seconds. For the video track it also defines the key frame interval, or the length of a GoP (group of pictures). If this value is not set for an encoding live event, the fragment duration defaults to 2 seconds. The value cannot be set for pass-through live events.
	KeyFrameInterval *string `json:"keyFrameInterval,omitempty" tf:"key_frame_interval,omitempty"`

	// The optional encoding preset name, used when type is not None. If the type is set to Standard, then the default preset name is Default720p. Else if the type is set to Premium1080p, the default preset is Default1080p. Changing this forces a new resource to be created.
	PresetName *string `json:"presetName,omitempty" tf:"preset_name,omitempty"`

	// Specifies how the input video will be resized to fit the desired output resolution(s). Allowed values are None, AutoFit or AutoSize. Default is None.
	StretchMode *string `json:"stretchMode,omitempty" tf:"stretch_mode,omitempty"`

	// Live event type. Allowed values are None, Premium1080p or Standard. When set to None, the service simply passes through the incoming video and audio layer(s) to the output. When type is set to Standard or Premium1080p, a live encoder transcodes the incoming stream into multiple bitrates or layers. Defaults to None. Changing this forces a new resource to be created.
	Type *string `json:"type,omitempty" tf:"type,omitempty"`
}

func (*EncodingObservation) DeepCopy

func (in *EncodingObservation) DeepCopy() *EncodingObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EncodingObservation.

func (*EncodingObservation) DeepCopyInto

func (in *EncodingObservation) DeepCopyInto(out *EncodingObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EncodingParameters

type EncodingParameters struct {

	// Use an ISO 8601 time value between 0.5 to 20 seconds to specify the output fragment length for the video and audio tracks of an encoding live event. For example, use PT2S to indicate 2 seconds. For the video track it also defines the key frame interval, or the length of a GoP (group of pictures). If this value is not set for an encoding live event, the fragment duration defaults to 2 seconds. The value cannot be set for pass-through live events.
	// +kubebuilder:validation:Optional
	KeyFrameInterval *string `json:"keyFrameInterval,omitempty" tf:"key_frame_interval,omitempty"`

	// The optional encoding preset name, used when type is not None. If the type is set to Standard, then the default preset name is Default720p. Else if the type is set to Premium1080p, the default preset is Default1080p. Changing this forces a new resource to be created.
	// +kubebuilder:validation:Optional
	PresetName *string `json:"presetName,omitempty" tf:"preset_name,omitempty"`

	// Specifies how the input video will be resized to fit the desired output resolution(s). Allowed values are None, AutoFit or AutoSize. Default is None.
	// +kubebuilder:validation:Optional
	StretchMode *string `json:"stretchMode,omitempty" tf:"stretch_mode,omitempty"`

	// Live event type. Allowed values are None, Premium1080p or Standard. When set to None, the service simply passes through the incoming video and audio layer(s) to the output. When type is set to Standard or Premium1080p, a live encoder transcodes the incoming stream into multiple bitrates or layers. Defaults to None. Changing this forces a new resource to be created.
	// +kubebuilder:validation:Optional
	Type *string `json:"type,omitempty" tf:"type,omitempty"`
}

func (*EncodingParameters) DeepCopy

func (in *EncodingParameters) DeepCopy() *EncodingParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EncodingParameters.

func (*EncodingParameters) DeepCopyInto

func (in *EncodingParameters) DeepCopyInto(out *EncodingParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EncryptionObservation added in v0.27.0

type EncryptionObservation struct {

	// The current key used to encrypt the Media Services Account, including the key version.
	CurrentKeyIdentifier *string `json:"currentKeyIdentifier,omitempty" tf:"current_key_identifier,omitempty"`

	// Specifies the URI of the Key Vault Key used to encrypt data. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).
	KeyVaultKeyIdentifier *string `json:"keyVaultKeyIdentifier,omitempty" tf:"key_vault_key_identifier,omitempty"`

	// A managed_identity block as defined below.
	ManagedIdentity []ManagedIdentityObservation `json:"managedIdentity,omitempty" tf:"managed_identity,omitempty"`

	// Specifies the type of key used to encrypt the account data. Possible values are SystemKey and CustomerKey.
	Type *string `json:"type,omitempty" tf:"type,omitempty"`
}

func (*EncryptionObservation) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EncryptionObservation.

func (*EncryptionObservation) DeepCopyInto added in v0.27.0

func (in *EncryptionObservation) DeepCopyInto(out *EncryptionObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EncryptionParameters added in v0.27.0

type EncryptionParameters struct {

	// Specifies the URI of the Key Vault Key used to encrypt data. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).
	// +kubebuilder:validation:Optional
	KeyVaultKeyIdentifier *string `json:"keyVaultKeyIdentifier,omitempty" tf:"key_vault_key_identifier,omitempty"`

	// A managed_identity block as defined below.
	// +kubebuilder:validation:Optional
	ManagedIdentity []ManagedIdentityParameters `json:"managedIdentity,omitempty" tf:"managed_identity,omitempty"`

	// Specifies the type of key used to encrypt the account data. Possible values are SystemKey and CustomerKey.
	// +kubebuilder:validation:Optional
	Type *string `json:"type,omitempty" tf:"type,omitempty"`
}

func (*EncryptionParameters) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EncryptionParameters.

func (*EncryptionParameters) DeepCopyInto added in v0.27.0

func (in *EncryptionParameters) DeepCopyInto(out *EncryptionParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EndpointObservation

type EndpointObservation struct {
	Protocol *string `json:"protocol,omitempty" tf:"protocol,omitempty"`

	URL *string `json:"url,omitempty" tf:"url,omitempty"`
}

func (*EndpointObservation) DeepCopy

func (in *EndpointObservation) DeepCopy() *EndpointObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EndpointObservation.

func (*EndpointObservation) DeepCopyInto

func (in *EndpointObservation) DeepCopyInto(out *EndpointObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EndpointParameters

type EndpointParameters struct {
}

func (*EndpointParameters) DeepCopy

func (in *EndpointParameters) DeepCopy() *EndpointParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EndpointParameters.

func (*EndpointParameters) DeepCopyInto

func (in *EndpointParameters) DeepCopyInto(out *EndpointParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EnvelopeEncryptionDefaultContentKeyObservation added in v0.32.0

type EnvelopeEncryptionDefaultContentKeyObservation struct {

	// Label can be used to specify Content Key when creating a Streaming Locator. Changing this forces a new Streaming Policy to be created.
	Label *string `json:"label,omitempty" tf:"label,omitempty"`

	// Policy used by Default Key. Changing this forces a new Streaming Policy to be created.
	PolicyName *string `json:"policyName,omitempty" tf:"policy_name,omitempty"`
}

func (*EnvelopeEncryptionDefaultContentKeyObservation) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EnvelopeEncryptionDefaultContentKeyObservation.

func (*EnvelopeEncryptionDefaultContentKeyObservation) DeepCopyInto added in v0.32.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EnvelopeEncryptionDefaultContentKeyParameters added in v0.32.0

type EnvelopeEncryptionDefaultContentKeyParameters struct {

	// Label can be used to specify Content Key when creating a Streaming Locator. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	Label *string `json:"label,omitempty" tf:"label,omitempty"`

	// Policy used by Default Key. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	PolicyName *string `json:"policyName,omitempty" tf:"policy_name,omitempty"`
}

func (*EnvelopeEncryptionDefaultContentKeyParameters) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EnvelopeEncryptionDefaultContentKeyParameters.

func (*EnvelopeEncryptionDefaultContentKeyParameters) DeepCopyInto added in v0.32.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EnvelopeEncryptionEnabledProtocolsObservation added in v0.32.0

type EnvelopeEncryptionEnabledProtocolsObservation struct {

	// Enable DASH protocol or not. Changing this forces a new Streaming Policy to be created.
	Dash *bool `json:"dash,omitempty" tf:"dash,omitempty"`

	// Enable Download protocol or not. Changing this forces a new Streaming Policy to be created.
	Download *bool `json:"download,omitempty" tf:"download,omitempty"`

	// Enable HLS protocol or not. Changing this forces a new Streaming Policy to be created.
	Hls *bool `json:"hls,omitempty" tf:"hls,omitempty"`

	// Enable SmoothStreaming protocol or not. Changing this forces a new Streaming Policy to be created.
	SmoothStreaming *bool `json:"smoothStreaming,omitempty" tf:"smooth_streaming,omitempty"`
}

func (*EnvelopeEncryptionEnabledProtocolsObservation) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EnvelopeEncryptionEnabledProtocolsObservation.

func (*EnvelopeEncryptionEnabledProtocolsObservation) DeepCopyInto added in v0.32.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EnvelopeEncryptionEnabledProtocolsParameters added in v0.32.0

type EnvelopeEncryptionEnabledProtocolsParameters struct {

	// Enable DASH protocol or not. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	Dash *bool `json:"dash,omitempty" tf:"dash,omitempty"`

	// Enable Download protocol or not. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	Download *bool `json:"download,omitempty" tf:"download,omitempty"`

	// Enable HLS protocol or not. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	Hls *bool `json:"hls,omitempty" tf:"hls,omitempty"`

	// Enable SmoothStreaming protocol or not. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	SmoothStreaming *bool `json:"smoothStreaming,omitempty" tf:"smooth_streaming,omitempty"`
}

func (*EnvelopeEncryptionEnabledProtocolsParameters) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EnvelopeEncryptionEnabledProtocolsParameters.

func (*EnvelopeEncryptionEnabledProtocolsParameters) DeepCopyInto added in v0.32.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EnvelopeEncryptionObservation added in v0.32.0

type EnvelopeEncryptionObservation struct {

	// The URL template for the custom service that delivers content keys to the end user. This is not required when using Azure Media Services for issuing keys. Changing this forces a new Streaming Policy to be created.
	CustomKeysAcquisitionURLTemplate *string `json:"customKeysAcquisitionUrlTemplate,omitempty" tf:"custom_keys_acquisition_url_template,omitempty"`

	// A default_content_key block as defined above. Changing this forces a new Streaming Policy to be created.
	DefaultContentKey []EnvelopeEncryptionDefaultContentKeyObservation `json:"defaultContentKey,omitempty" tf:"default_content_key,omitempty"`

	// A enabled_protocols block as defined above. Changing this forces a new Streaming Policy to be created.
	EnabledProtocols []EnvelopeEncryptionEnabledProtocolsObservation `json:"enabledProtocols,omitempty" tf:"enabled_protocols,omitempty"`
}

func (*EnvelopeEncryptionObservation) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EnvelopeEncryptionObservation.

func (*EnvelopeEncryptionObservation) DeepCopyInto added in v0.32.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EnvelopeEncryptionParameters added in v0.32.0

type EnvelopeEncryptionParameters struct {

	// The URL template for the custom service that delivers content keys to the end user. This is not required when using Azure Media Services for issuing keys. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	CustomKeysAcquisitionURLTemplate *string `json:"customKeysAcquisitionUrlTemplate,omitempty" tf:"custom_keys_acquisition_url_template,omitempty"`

	// A default_content_key block as defined above. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	DefaultContentKey []EnvelopeEncryptionDefaultContentKeyParameters `json:"defaultContentKey,omitempty" tf:"default_content_key,omitempty"`

	// A enabled_protocols block as defined above. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	EnabledProtocols []EnvelopeEncryptionEnabledProtocolsParameters `json:"enabledProtocols,omitempty" tf:"enabled_protocols,omitempty"`
}

func (*EnvelopeEncryptionParameters) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EnvelopeEncryptionParameters.

func (*EnvelopeEncryptionParameters) DeepCopyInto added in v0.32.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ExplicitAnalogTelevisionOutputRestrictionObservation added in v0.27.0

type ExplicitAnalogTelevisionOutputRestrictionObservation struct {

	// Indicates whether this restriction is enforced on a best effort basis. Possible values are true or false. Defaults to false.
	BestEffortEnforced *bool `json:"bestEffortEnforced,omitempty" tf:"best_effort_enforced,omitempty"`

	// The restriction control bits. Possible value is integer between 0 and 3 inclusive.
	ControlBits *float64 `json:"controlBits,omitempty" tf:"control_bits,omitempty"`
}

func (*ExplicitAnalogTelevisionOutputRestrictionObservation) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExplicitAnalogTelevisionOutputRestrictionObservation.

func (*ExplicitAnalogTelevisionOutputRestrictionObservation) DeepCopyInto added in v0.27.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ExplicitAnalogTelevisionOutputRestrictionParameters added in v0.27.0

type ExplicitAnalogTelevisionOutputRestrictionParameters struct {

	// Indicates whether this restriction is enforced on a best effort basis. Possible values are true or false. Defaults to false.
	// +kubebuilder:validation:Optional
	BestEffortEnforced *bool `json:"bestEffortEnforced,omitempty" tf:"best_effort_enforced,omitempty"`

	// The restriction control bits. Possible value is integer between 0 and 3 inclusive.
	// +kubebuilder:validation:Required
	ControlBits *float64 `json:"controlBits" tf:"control_bits,omitempty"`
}

func (*ExplicitAnalogTelevisionOutputRestrictionParameters) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExplicitAnalogTelevisionOutputRestrictionParameters.

func (*ExplicitAnalogTelevisionOutputRestrictionParameters) DeepCopyInto added in v0.27.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FaceDetectorPresetObservation

type FaceDetectorPresetObservation struct {

	// Possible values are SourceResolution or StandardDefinition. Specifies the maximum resolution at which your video is analyzed. which will keep the input video at its original resolution when analyzed. Using StandardDefinition will resize input videos to standard definition while preserving the appropriate aspect ratio. It will only resize if the video is of higher resolution. For example, a 1920x1080 input would be scaled to 640x360 before processing. Switching to StandardDefinition will reduce the time it takes to process high resolution video. It may also reduce the cost of using this component (see https://azure.microsoft.com/en-us/pricing/details/media-services/#analytics for details). However, faces that end up being too small in the resized video may not be detected. Default to SourceResolution.
	AnalysisResolution *string `json:"analysisResolution,omitempty" tf:"analysis_resolution,omitempty"`

	// Specifies the type of blur to apply to faces in the output video. Possible values are Black, Box, High, Low,and Med.
	BlurType *string `json:"blurType,omitempty" tf:"blur_type,omitempty"`

	// Dictionary containing key value pairs for parameters not exposed in the preset itself.
	ExperimentalOptions map[string]*string `json:"experimentalOptions,omitempty" tf:"experimental_options,omitempty"`

	// This mode provides the ability to choose between the following settings: 1) Analyze - For detection only. This mode generates a metadata JSON file marking appearances of faces throughout the video. Where possible, appearances of the same person are assigned the same ID. 2) Combined - Additionally redacts(blurs) detected faces. 3) Redact - This enables a 2-pass process, allowing for selective redaction of a subset of detected faces. It takes in the metadata file from a prior analyze pass, along with the source video, and a user-selected subset of IDs that require redaction. Default to Analyze.
	FaceRedactorMode *string `json:"faceRedactorMode,omitempty" tf:"face_redactor_mode,omitempty"`
}

func (*FaceDetectorPresetObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FaceDetectorPresetObservation.

func (*FaceDetectorPresetObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FaceDetectorPresetParameters

type FaceDetectorPresetParameters struct {

	// Possible values are SourceResolution or StandardDefinition. Specifies the maximum resolution at which your video is analyzed. which will keep the input video at its original resolution when analyzed. Using StandardDefinition will resize input videos to standard definition while preserving the appropriate aspect ratio. It will only resize if the video is of higher resolution. For example, a 1920x1080 input would be scaled to 640x360 before processing. Switching to StandardDefinition will reduce the time it takes to process high resolution video. It may also reduce the cost of using this component (see https://azure.microsoft.com/en-us/pricing/details/media-services/#analytics for details). However, faces that end up being too small in the resized video may not be detected. Default to SourceResolution.
	// +kubebuilder:validation:Optional
	AnalysisResolution *string `json:"analysisResolution,omitempty" tf:"analysis_resolution,omitempty"`

	// Specifies the type of blur to apply to faces in the output video. Possible values are Black, Box, High, Low,and Med.
	// +kubebuilder:validation:Optional
	BlurType *string `json:"blurType,omitempty" tf:"blur_type,omitempty"`

	// Dictionary containing key value pairs for parameters not exposed in the preset itself.
	// +kubebuilder:validation:Optional
	ExperimentalOptions map[string]*string `json:"experimentalOptions,omitempty" tf:"experimental_options,omitempty"`

	// This mode provides the ability to choose between the following settings: 1) Analyze - For detection only. This mode generates a metadata JSON file marking appearances of faces throughout the video. Where possible, appearances of the same person are assigned the same ID. 2) Combined - Additionally redacts(blurs) detected faces. 3) Redact - This enables a 2-pass process, allowing for selective redaction of a subset of detected faces. It takes in the metadata file from a prior analyze pass, along with the source video, and a user-selected subset of IDs that require redaction. Default to Analyze.
	// +kubebuilder:validation:Optional
	FaceRedactorMode *string `json:"faceRedactorMode,omitempty" tf:"face_redactor_mode,omitempty"`
}

func (*FaceDetectorPresetParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FaceDetectorPresetParameters.

func (*FaceDetectorPresetParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FadeInObservation added in v0.32.0

type FadeInObservation struct {

	// The duration of the fade effect in the video. The value can be in ISO 8601 format (For example, PT05S to fade In/Out a color during 5 seconds), or a frame count (For example, 10 to fade 10 frames from the start time), or a relative value to stream duration (For example, 10% to fade 10% of stream duration).
	Duration *string `json:"duration,omitempty" tf:"duration,omitempty"`

	// The color for the fade in/out. It can be on the CSS Level1 colors or an RGB/hex value: e.g: rgb(255,0,0), 0xFF0000 or #FF0000.
	FadeColor *string `json:"fadeColor,omitempty" tf:"fade_color,omitempty"`

	// The start position, with reference to the input video, at which the overlay starts. The value should be in ISO 8601 format. For example, PT05S to start the overlay at 5 seconds into the input video. If not specified the overlay starts from the beginning of the input video.
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*FadeInObservation) DeepCopy added in v0.32.0

func (in *FadeInObservation) DeepCopy() *FadeInObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FadeInObservation.

func (*FadeInObservation) DeepCopyInto added in v0.32.0

func (in *FadeInObservation) DeepCopyInto(out *FadeInObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FadeInParameters added in v0.32.0

type FadeInParameters struct {

	// The duration of the fade effect in the video. The value can be in ISO 8601 format (For example, PT05S to fade In/Out a color during 5 seconds), or a frame count (For example, 10 to fade 10 frames from the start time), or a relative value to stream duration (For example, 10% to fade 10% of stream duration).
	// +kubebuilder:validation:Required
	Duration *string `json:"duration" tf:"duration,omitempty"`

	// The color for the fade in/out. It can be on the CSS Level1 colors or an RGB/hex value: e.g: rgb(255,0,0), 0xFF0000 or #FF0000.
	// +kubebuilder:validation:Required
	FadeColor *string `json:"fadeColor" tf:"fade_color,omitempty"`

	// The start position, with reference to the input video, at which the overlay starts. The value should be in ISO 8601 format. For example, PT05S to start the overlay at 5 seconds into the input video. If not specified the overlay starts from the beginning of the input video.
	// +kubebuilder:validation:Optional
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*FadeInParameters) DeepCopy added in v0.32.0

func (in *FadeInParameters) DeepCopy() *FadeInParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FadeInParameters.

func (*FadeInParameters) DeepCopyInto added in v0.32.0

func (in *FadeInParameters) DeepCopyInto(out *FadeInParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FadeOutObservation added in v0.32.0

type FadeOutObservation struct {

	// The duration of the fade effect in the video. The value can be in ISO 8601 format (For example, PT05S to fade In/Out a color during 5 seconds), or a frame count (For example, 10 to fade 10 frames from the start time), or a relative value to stream duration (For example, 10% to fade 10% of stream duration).
	Duration *string `json:"duration,omitempty" tf:"duration,omitempty"`

	// The color for the fade in/out. It can be on the CSS Level1 colors or an RGB/hex value: e.g: rgb(255,0,0), 0xFF0000 or #FF0000.
	FadeColor *string `json:"fadeColor,omitempty" tf:"fade_color,omitempty"`

	// The start position, with reference to the input video, at which the overlay starts. The value should be in ISO 8601 format. For example, PT05S to start the overlay at 5 seconds into the input video. If not specified the overlay starts from the beginning of the input video.
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*FadeOutObservation) DeepCopy added in v0.32.0

func (in *FadeOutObservation) DeepCopy() *FadeOutObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FadeOutObservation.

func (*FadeOutObservation) DeepCopyInto added in v0.32.0

func (in *FadeOutObservation) DeepCopyInto(out *FadeOutObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FadeOutParameters added in v0.32.0

type FadeOutParameters struct {

	// The duration of the fade effect in the video. The value can be in ISO 8601 format (For example, PT05S to fade In/Out a color during 5 seconds), or a frame count (For example, 10 to fade 10 frames from the start time), or a relative value to stream duration (For example, 10% to fade 10% of stream duration).
	// +kubebuilder:validation:Required
	Duration *string `json:"duration" tf:"duration,omitempty"`

	// The color for the fade in/out. It can be on the CSS Level1 colors or an RGB/hex value: e.g: rgb(255,0,0), 0xFF0000 or #FF0000.
	// +kubebuilder:validation:Required
	FadeColor *string `json:"fadeColor" tf:"fade_color,omitempty"`

	// The start position, with reference to the input video, at which the overlay starts. The value should be in ISO 8601 format. For example, PT05S to start the overlay at 5 seconds into the input video. If not specified the overlay starts from the beginning of the input video.
	// +kubebuilder:validation:Optional
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*FadeOutParameters) DeepCopy added in v0.32.0

func (in *FadeOutParameters) DeepCopy() *FadeOutParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FadeOutParameters.

func (*FadeOutParameters) DeepCopyInto added in v0.32.0

func (in *FadeOutParameters) DeepCopyInto(out *FadeOutParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FairplayConfigurationObservation added in v0.27.0

type FairplayConfigurationObservation struct {

	// A offline_rental_configuration block as defined below.
	OfflineRentalConfiguration []OfflineRentalConfigurationObservation `json:"offlineRentalConfiguration,omitempty" tf:"offline_rental_configuration,omitempty"`

	// The rental and lease key type. Supported values are DualExpiry, PersistentLimited, PersistentUnlimited or Undefined.
	RentalAndLeaseKeyType *string `json:"rentalAndLeaseKeyType,omitempty" tf:"rental_and_lease_key_type,omitempty"`

	// The rental duration. Must be greater than 0.
	RentalDurationSeconds *float64 `json:"rentalDurationSeconds,omitempty" tf:"rental_duration_seconds,omitempty"`
}

func (*FairplayConfigurationObservation) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FairplayConfigurationObservation.

func (*FairplayConfigurationObservation) DeepCopyInto added in v0.27.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FairplayConfigurationParameters added in v0.27.0

type FairplayConfigurationParameters struct {

	// The key that must be used as FairPlay Application Secret key.
	// +kubebuilder:validation:Optional
	AskSecretRef *v1.SecretKeySelector `json:"askSecretRef,omitempty" tf:"-"`

	// A offline_rental_configuration block as defined below.
	// +kubebuilder:validation:Optional
	OfflineRentalConfiguration []OfflineRentalConfigurationParameters `json:"offlineRentalConfiguration,omitempty" tf:"offline_rental_configuration,omitempty"`

	// The password encrypting FairPlay certificate in PKCS 12 (pfx) format.
	// +kubebuilder:validation:Optional
	PfxPasswordSecretRef *v1.SecretKeySelector `json:"pfxPasswordSecretRef,omitempty" tf:"-"`

	// The Base64 representation of FairPlay certificate in PKCS 12 (pfx) format (including private key).
	// +kubebuilder:validation:Optional
	PfxSecretRef *v1.SecretKeySelector `json:"pfxSecretRef,omitempty" tf:"-"`

	// The rental and lease key type. Supported values are DualExpiry, PersistentLimited, PersistentUnlimited or Undefined.
	// +kubebuilder:validation:Optional
	RentalAndLeaseKeyType *string `json:"rentalAndLeaseKeyType,omitempty" tf:"rental_and_lease_key_type,omitempty"`

	// The rental duration. Must be greater than 0.
	// +kubebuilder:validation:Optional
	RentalDurationSeconds *float64 `json:"rentalDurationSeconds,omitempty" tf:"rental_duration_seconds,omitempty"`
}

func (*FairplayConfigurationParameters) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FairplayConfigurationParameters.

func (*FairplayConfigurationParameters) DeepCopyInto added in v0.27.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FilterObservation added in v0.32.0

type FilterObservation struct {

	// A crop_rectangle block as defined above.
	CropRectangle []CropRectangleObservation `json:"cropRectangle,omitempty" tf:"crop_rectangle,omitempty"`

	// A deinterlace block as defined below.
	Deinterlace []DeinterlaceObservation `json:"deinterlace,omitempty" tf:"deinterlace,omitempty"`

	// A fade_in block as defined above.
	FadeIn []FadeInObservation `json:"fadeIn,omitempty" tf:"fade_in,omitempty"`

	// A fade_out block as defined above.
	FadeOut []FadeOutObservation `json:"fadeOut,omitempty" tf:"fade_out,omitempty"`

	// One or more overlay blocks as defined below.
	Overlay []OverlayObservation `json:"overlay,omitempty" tf:"overlay,omitempty"`

	// The rotation to be applied to the input video before it is encoded. Possible values are Auto, None, Rotate90, Rotate180, Rotate270,or Rotate0. Default to Auto.
	Rotation *string `json:"rotation,omitempty" tf:"rotation,omitempty"`
}

func (*FilterObservation) DeepCopy added in v0.32.0

func (in *FilterObservation) DeepCopy() *FilterObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FilterObservation.

func (*FilterObservation) DeepCopyInto added in v0.32.0

func (in *FilterObservation) DeepCopyInto(out *FilterObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FilterParameters added in v0.32.0

type FilterParameters struct {

	// A crop_rectangle block as defined above.
	// +kubebuilder:validation:Optional
	CropRectangle []CropRectangleParameters `json:"cropRectangle,omitempty" tf:"crop_rectangle,omitempty"`

	// A deinterlace block as defined below.
	// +kubebuilder:validation:Optional
	Deinterlace []DeinterlaceParameters `json:"deinterlace,omitempty" tf:"deinterlace,omitempty"`

	// A fade_in block as defined above.
	// +kubebuilder:validation:Optional
	FadeIn []FadeInParameters `json:"fadeIn,omitempty" tf:"fade_in,omitempty"`

	// A fade_out block as defined above.
	// +kubebuilder:validation:Optional
	FadeOut []FadeOutParameters `json:"fadeOut,omitempty" tf:"fade_out,omitempty"`

	// One or more overlay blocks as defined below.
	// +kubebuilder:validation:Optional
	Overlay []OverlayParameters `json:"overlay,omitempty" tf:"overlay,omitempty"`

	// The rotation to be applied to the input video before it is encoded. Possible values are Auto, None, Rotate90, Rotate180, Rotate270,or Rotate0. Default to Auto.
	// +kubebuilder:validation:Optional
	Rotation *string `json:"rotation,omitempty" tf:"rotation,omitempty"`
}

func (*FilterParameters) DeepCopy added in v0.32.0

func (in *FilterParameters) DeepCopy() *FilterParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FilterParameters.

func (*FilterParameters) DeepCopyInto added in v0.32.0

func (in *FilterParameters) DeepCopyInto(out *FilterParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FormatObservation added in v0.32.0

type FormatObservation struct {

	// A mp4 block as defined below.
	Mp4 []Mp4Observation `json:"mp4,omitempty" tf:"mp4,omitempty"`

	// A transport_stream block as defined below.
	TransportStream []TransportStreamObservation `json:"transportStream,omitempty" tf:"transport_stream,omitempty"`
}

func (*FormatObservation) DeepCopy added in v0.32.0

func (in *FormatObservation) DeepCopy() *FormatObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FormatObservation.

func (*FormatObservation) DeepCopyInto added in v0.32.0

func (in *FormatObservation) DeepCopyInto(out *FormatObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FormatParameters added in v0.32.0

type FormatParameters struct {

	// A mp4 block as defined below.
	// +kubebuilder:validation:Optional
	Mp4 []Mp4Parameters `json:"mp4,omitempty" tf:"mp4,omitempty"`

	// A transport_stream block as defined below.
	// +kubebuilder:validation:Optional
	TransportStream []TransportStreamParameters `json:"transportStream,omitempty" tf:"transport_stream,omitempty"`
}

func (*FormatParameters) DeepCopy added in v0.32.0

func (in *FormatParameters) DeepCopy() *FormatParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FormatParameters.

func (*FormatParameters) DeepCopyInto added in v0.32.0

func (in *FormatParameters) DeepCopyInto(out *FormatParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type H264VideoObservation added in v0.32.0

type H264VideoObservation struct {

	// The complexity of the encoding. Possible values are Balanced, Speed or Quality.
	Complexity *string `json:"complexity,omitempty" tf:"complexity,omitempty"`

	// The distance between two key frames. The value should be non-zero in the range 0.5 to 20 seconds, specified in ISO 8601 format. The default is 2 seconds (PT2S). Note that this setting is ignored if sync_mode is set to Passthrough, where the KeyFrameInterval value will follow the input source setting.
	KeyFrameInterval *string `json:"keyFrameInterval,omitempty" tf:"key_frame_interval,omitempty"`

	// The alphanumeric label for this layer, which can be used in multiplexing different video and audio layers, or in naming the output file.
	Label *string `json:"label,omitempty" tf:"label,omitempty"`

	// One or more layer blocks as defined below.
	Layer []LayerObservation `json:"layer,omitempty" tf:"layer,omitempty"`

	// The rate control mode. Possible values are ABR, CBR or CRF. Default to ABR.
	RateControlMode *string `json:"rateControlMode,omitempty" tf:"rate_control_mode,omitempty"`

	// Whether the encoder should insert key frames at scene changes. This flag should be set to true only when the encoder is being configured to produce a single output video. Default to false.
	SceneChangeDetectionEnabled *bool `json:"sceneChangeDetectionEnabled,omitempty" tf:"scene_change_detection_enabled,omitempty"`

	// Specifies the resizing mode - how the input video will be resized to fit the desired output resolution(s). Possible values are AutoFit, AutoSize or None. Default to AutoSize.
	StretchMode *string `json:"stretchMode,omitempty" tf:"stretch_mode,omitempty"`

	// Specifies the synchronization mode for the video. Possible values are Auto, Cfr, Passthrough or Vfr. Default to Auto.
	SyncMode *string `json:"syncMode,omitempty" tf:"sync_mode,omitempty"`
}

func (*H264VideoObservation) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new H264VideoObservation.

func (*H264VideoObservation) DeepCopyInto added in v0.32.0

func (in *H264VideoObservation) DeepCopyInto(out *H264VideoObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type H264VideoParameters added in v0.32.0

type H264VideoParameters struct {

	// The complexity of the encoding. Possible values are Balanced, Speed or Quality.
	// +kubebuilder:validation:Optional
	Complexity *string `json:"complexity,omitempty" tf:"complexity,omitempty"`

	// The distance between two key frames. The value should be non-zero in the range 0.5 to 20 seconds, specified in ISO 8601 format. The default is 2 seconds (PT2S). Note that this setting is ignored if sync_mode is set to Passthrough, where the KeyFrameInterval value will follow the input source setting.
	// +kubebuilder:validation:Optional
	KeyFrameInterval *string `json:"keyFrameInterval,omitempty" tf:"key_frame_interval,omitempty"`

	// The alphanumeric label for this layer, which can be used in multiplexing different video and audio layers, or in naming the output file.
	// +kubebuilder:validation:Optional
	Label *string `json:"label,omitempty" tf:"label,omitempty"`

	// One or more layer blocks as defined below.
	// +kubebuilder:validation:Optional
	Layer []LayerParameters `json:"layer,omitempty" tf:"layer,omitempty"`

	// The rate control mode. Possible values are ABR, CBR or CRF. Default to ABR.
	// +kubebuilder:validation:Optional
	RateControlMode *string `json:"rateControlMode,omitempty" tf:"rate_control_mode,omitempty"`

	// Whether the encoder should insert key frames at scene changes. This flag should be set to true only when the encoder is being configured to produce a single output video. Default to false.
	// +kubebuilder:validation:Optional
	SceneChangeDetectionEnabled *bool `json:"sceneChangeDetectionEnabled,omitempty" tf:"scene_change_detection_enabled,omitempty"`

	// Specifies the resizing mode - how the input video will be resized to fit the desired output resolution(s). Possible values are AutoFit, AutoSize or None. Default to AutoSize.
	// +kubebuilder:validation:Optional
	StretchMode *string `json:"stretchMode,omitempty" tf:"stretch_mode,omitempty"`

	// Specifies the synchronization mode for the video. Possible values are Auto, Cfr, Passthrough or Vfr. Default to Auto.
	// +kubebuilder:validation:Optional
	SyncMode *string `json:"syncMode,omitempty" tf:"sync_mode,omitempty"`
}

func (*H264VideoParameters) DeepCopy added in v0.32.0

func (in *H264VideoParameters) DeepCopy() *H264VideoParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new H264VideoParameters.

func (*H264VideoParameters) DeepCopyInto added in v0.32.0

func (in *H264VideoParameters) DeepCopyInto(out *H264VideoParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type H265VideoLayerObservation added in v0.32.0

type H265VideoLayerObservation struct {

	// Whether adaptive B-frames are used when encoding this layer. If not specified, the encoder will turn it on whenever the video profile permits its use. Default to true.
	AdaptiveBFrameEnabled *bool `json:"adaptiveBFrameEnabled,omitempty" tf:"adaptive_b_frame_enabled,omitempty"`

	// The number of B-frames to use when encoding this layer. If not specified, the encoder chooses an appropriate number based on the video profile and level.
	BFrames *float64 `json:"bFrames,omitempty" tf:"b_frames,omitempty"`

	// The average bitrate in bits per second at which to encode the input video when generating this layer.
	Bitrate *float64 `json:"bitrate,omitempty" tf:"bitrate,omitempty"`

	// Specifies the maximum amount of time that the encoder should buffer frames before encoding. The value should be in ISO 8601 format. The value should be in the range 0.1 to 100 seconds. The default is 5 seconds (PT5S).
	BufferWindow *string `json:"bufferWindow,omitempty" tf:"buffer_window,omitempty"`

	// The value of CRF to be used when encoding this layer. This setting takes effect when rate_control_mode is set CRF. The range of CRF value is between 0 and 51, where lower values would result in better quality, at the expense of higher file sizes. Higher values mean more compression, but at some point quality degradation will be noticed. Default to 23.
	Crf *float64 `json:"crf,omitempty" tf:"crf,omitempty"`

	// The frame rate (in frames per second) at which to encode this layer. The value can be in the form of M/N where M and N are integers (For example, 30000/1001), or in the form of a number (For example, 30, or 29.97). The encoder enforces constraints on allowed frame rates based on the profile and level. If it is not specified, the encoder will use the same frame rate as the input video.
	FrameRate *string `json:"frameRate,omitempty" tf:"frame_rate,omitempty"`

	// The height of the rectangular region in pixels. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	Height *string `json:"height,omitempty" tf:"height,omitempty"`

	// The alphanumeric label for this layer, which can be used in multiplexing different video and audio layers, or in naming the output file.
	Label *string `json:"label,omitempty" tf:"label,omitempty"`

	// The H.264 levels. Currently, the resource support Level up to 6.2. The value can be auto, or a number that matches the H.264 profile. If not specified, the default is auto, which lets the encoder choose the Level that is appropriate for this layer.
	Level *string `json:"level,omitempty" tf:"level,omitempty"`

	// The maximum bitrate (in bits per second), at which the VBV buffer should be assumed to refill. If not specified, defaults to the same value as bitrate.
	MaxBitrate *float64 `json:"maxBitrate,omitempty" tf:"max_bitrate,omitempty"`

	// The H.264 profile. Possible values are Auto, Baseline, High, High422, High444,or Main. Default to Auto.
	Profile *string `json:"profile,omitempty" tf:"profile,omitempty"`

	// The number of reference frames to be used when encoding this layer. If not specified, the encoder determines an appropriate number based on the encoder complexity setting.
	ReferenceFrames *float64 `json:"referenceFrames,omitempty" tf:"reference_frames,omitempty"`

	// The number of slices to be used when encoding this layer. If not specified, default is 1, which means that encoder will use a single slice for each frame.
	Slices *float64 `json:"slices,omitempty" tf:"slices,omitempty"`

	// The width of the rectangular region in pixels. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	Width *string `json:"width,omitempty" tf:"width,omitempty"`
}

func (*H265VideoLayerObservation) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new H265VideoLayerObservation.

func (*H265VideoLayerObservation) DeepCopyInto added in v0.32.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type H265VideoLayerParameters added in v0.32.0

type H265VideoLayerParameters struct {

	// Whether adaptive B-frames are used when encoding this layer. If not specified, the encoder will turn it on whenever the video profile permits its use. Default to true.
	// +kubebuilder:validation:Optional
	AdaptiveBFrameEnabled *bool `json:"adaptiveBFrameEnabled,omitempty" tf:"adaptive_b_frame_enabled,omitempty"`

	// The number of B-frames to use when encoding this layer. If not specified, the encoder chooses an appropriate number based on the video profile and level.
	// +kubebuilder:validation:Optional
	BFrames *float64 `json:"bFrames,omitempty" tf:"b_frames,omitempty"`

	// The average bitrate in bits per second at which to encode the input video when generating this layer.
	// +kubebuilder:validation:Required
	Bitrate *float64 `json:"bitrate" tf:"bitrate,omitempty"`

	// Specifies the maximum amount of time that the encoder should buffer frames before encoding. The value should be in ISO 8601 format. The value should be in the range 0.1 to 100 seconds. The default is 5 seconds (PT5S).
	// +kubebuilder:validation:Optional
	BufferWindow *string `json:"bufferWindow,omitempty" tf:"buffer_window,omitempty"`

	// The value of CRF to be used when encoding this layer. This setting takes effect when rate_control_mode is set CRF. The range of CRF value is between 0 and 51, where lower values would result in better quality, at the expense of higher file sizes. Higher values mean more compression, but at some point quality degradation will be noticed. Default to 23.
	// +kubebuilder:validation:Optional
	Crf *float64 `json:"crf,omitempty" tf:"crf,omitempty"`

	// The frame rate (in frames per second) at which to encode this layer. The value can be in the form of M/N where M and N are integers (For example, 30000/1001), or in the form of a number (For example, 30, or 29.97). The encoder enforces constraints on allowed frame rates based on the profile and level. If it is not specified, the encoder will use the same frame rate as the input video.
	// +kubebuilder:validation:Optional
	FrameRate *string `json:"frameRate,omitempty" tf:"frame_rate,omitempty"`

	// The height of the rectangular region in pixels. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	// +kubebuilder:validation:Optional
	Height *string `json:"height,omitempty" tf:"height,omitempty"`

	// The alphanumeric label for this layer, which can be used in multiplexing different video and audio layers, or in naming the output file.
	// +kubebuilder:validation:Optional
	Label *string `json:"label,omitempty" tf:"label,omitempty"`

	// The H.264 levels. Currently, the resource support Level up to 6.2. The value can be auto, or a number that matches the H.264 profile. If not specified, the default is auto, which lets the encoder choose the Level that is appropriate for this layer.
	// +kubebuilder:validation:Optional
	Level *string `json:"level,omitempty" tf:"level,omitempty"`

	// The maximum bitrate (in bits per second), at which the VBV buffer should be assumed to refill. If not specified, defaults to the same value as bitrate.
	// +kubebuilder:validation:Optional
	MaxBitrate *float64 `json:"maxBitrate,omitempty" tf:"max_bitrate,omitempty"`

	// The H.264 profile. Possible values are Auto, Baseline, High, High422, High444,or Main. Default to Auto.
	// +kubebuilder:validation:Optional
	Profile *string `json:"profile,omitempty" tf:"profile,omitempty"`

	// The number of reference frames to be used when encoding this layer. If not specified, the encoder determines an appropriate number based on the encoder complexity setting.
	// +kubebuilder:validation:Optional
	ReferenceFrames *float64 `json:"referenceFrames,omitempty" tf:"reference_frames,omitempty"`

	// The number of slices to be used when encoding this layer. If not specified, default is 1, which means that encoder will use a single slice for each frame.
	// +kubebuilder:validation:Optional
	Slices *float64 `json:"slices,omitempty" tf:"slices,omitempty"`

	// The width of the rectangular region in pixels. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	// +kubebuilder:validation:Optional
	Width *string `json:"width,omitempty" tf:"width,omitempty"`
}

func (*H265VideoLayerParameters) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new H265VideoLayerParameters.

func (*H265VideoLayerParameters) DeepCopyInto added in v0.32.0

func (in *H265VideoLayerParameters) DeepCopyInto(out *H265VideoLayerParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type H265VideoObservation added in v0.32.0

type H265VideoObservation struct {

	// The complexity of the encoding. Possible values are Balanced, Speed or Quality.
	Complexity *string `json:"complexity,omitempty" tf:"complexity,omitempty"`

	// The distance between two key frames. The value should be non-zero in the range 0.5 to 20 seconds, specified in ISO 8601 format. The default is 2 seconds (PT2S). Note that this setting is ignored if sync_mode is set to Passthrough, where the KeyFrameInterval value will follow the input source setting.
	KeyFrameInterval *string `json:"keyFrameInterval,omitempty" tf:"key_frame_interval,omitempty"`

	// The alphanumeric label for this layer, which can be used in multiplexing different video and audio layers, or in naming the output file.
	Label *string `json:"label,omitempty" tf:"label,omitempty"`

	// One or more layer blocks as defined below.
	Layer []H265VideoLayerObservation `json:"layer,omitempty" tf:"layer,omitempty"`

	// Whether the encoder should insert key frames at scene changes. This flag should be set to true only when the encoder is being configured to produce a single output video. Default to false.
	SceneChangeDetectionEnabled *bool `json:"sceneChangeDetectionEnabled,omitempty" tf:"scene_change_detection_enabled,omitempty"`

	// Specifies the resizing mode - how the input video will be resized to fit the desired output resolution(s). Possible values are AutoFit, AutoSize or None. Default to AutoSize.
	StretchMode *string `json:"stretchMode,omitempty" tf:"stretch_mode,omitempty"`

	// Specifies the synchronization mode for the video. Possible values are Auto, Cfr, Passthrough or Vfr. Default to Auto.
	SyncMode *string `json:"syncMode,omitempty" tf:"sync_mode,omitempty"`
}

func (*H265VideoObservation) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new H265VideoObservation.

func (*H265VideoObservation) DeepCopyInto added in v0.32.0

func (in *H265VideoObservation) DeepCopyInto(out *H265VideoObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type H265VideoParameters added in v0.32.0

type H265VideoParameters struct {

	// The complexity of the encoding. Possible values are Balanced, Speed or Quality.
	// +kubebuilder:validation:Optional
	Complexity *string `json:"complexity,omitempty" tf:"complexity,omitempty"`

	// The distance between two key frames. The value should be non-zero in the range 0.5 to 20 seconds, specified in ISO 8601 format. The default is 2 seconds (PT2S). Note that this setting is ignored if sync_mode is set to Passthrough, where the KeyFrameInterval value will follow the input source setting.
	// +kubebuilder:validation:Optional
	KeyFrameInterval *string `json:"keyFrameInterval,omitempty" tf:"key_frame_interval,omitempty"`

	// The alphanumeric label for this layer, which can be used in multiplexing different video and audio layers, or in naming the output file.
	// +kubebuilder:validation:Optional
	Label *string `json:"label,omitempty" tf:"label,omitempty"`

	// One or more layer blocks as defined below.
	// +kubebuilder:validation:Optional
	Layer []H265VideoLayerParameters `json:"layer,omitempty" tf:"layer,omitempty"`

	// Whether the encoder should insert key frames at scene changes. This flag should be set to true only when the encoder is being configured to produce a single output video. Default to false.
	// +kubebuilder:validation:Optional
	SceneChangeDetectionEnabled *bool `json:"sceneChangeDetectionEnabled,omitempty" tf:"scene_change_detection_enabled,omitempty"`

	// Specifies the resizing mode - how the input video will be resized to fit the desired output resolution(s). Possible values are AutoFit, AutoSize or None. Default to AutoSize.
	// +kubebuilder:validation:Optional
	StretchMode *string `json:"stretchMode,omitempty" tf:"stretch_mode,omitempty"`

	// Specifies the synchronization mode for the video. Possible values are Auto, Cfr, Passthrough or Vfr. Default to Auto.
	// +kubebuilder:validation:Optional
	SyncMode *string `json:"syncMode,omitempty" tf:"sync_mode,omitempty"`
}

func (*H265VideoParameters) DeepCopy added in v0.32.0

func (in *H265VideoParameters) DeepCopy() *H265VideoParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new H265VideoParameters.

func (*H265VideoParameters) DeepCopyInto added in v0.32.0

func (in *H265VideoParameters) DeepCopyInto(out *H265VideoParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type IPAccessControlAllowObservation

type IPAccessControlAllowObservation struct {

	// The IP address or CIDR range.
	Address *string `json:"address,omitempty" tf:"address,omitempty"`

	// The name which should be used for this Live Event. Changing this forces a new Live Event to be created.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The subnet mask prefix length (see CIDR notation).
	SubnetPrefixLength *float64 `json:"subnetPrefixLength,omitempty" tf:"subnet_prefix_length,omitempty"`
}

func (*IPAccessControlAllowObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPAccessControlAllowObservation.

func (*IPAccessControlAllowObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type IPAccessControlAllowParameters

type IPAccessControlAllowParameters struct {

	// The IP address or CIDR range.
	// +kubebuilder:validation:Optional
	Address *string `json:"address,omitempty" tf:"address,omitempty"`

	// The name which should be used for this Live Event. Changing this forces a new Live Event to be created.
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The subnet mask prefix length (see CIDR notation).
	// +kubebuilder:validation:Optional
	SubnetPrefixLength *float64 `json:"subnetPrefixLength,omitempty" tf:"subnet_prefix_length,omitempty"`
}

func (*IPAccessControlAllowParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPAccessControlAllowParameters.

func (*IPAccessControlAllowParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type IPAllowObservation

type IPAllowObservation struct {

	// The IP address to allow.
	Address *string `json:"address,omitempty" tf:"address,omitempty"`

	// The sku name of Streaming Endpoint.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The subnet mask prefix length (see CIDR notation).
	SubnetPrefixLength *float64 `json:"subnetPrefixLength,omitempty" tf:"subnet_prefix_length,omitempty"`
}

func (*IPAllowObservation) DeepCopy

func (in *IPAllowObservation) DeepCopy() *IPAllowObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPAllowObservation.

func (*IPAllowObservation) DeepCopyInto

func (in *IPAllowObservation) DeepCopyInto(out *IPAllowObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type IPAllowParameters

type IPAllowParameters struct {

	// The IP address to allow.
	// +kubebuilder:validation:Optional
	Address *string `json:"address,omitempty" tf:"address,omitempty"`

	// The sku name of Streaming Endpoint.
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The subnet mask prefix length (see CIDR notation).
	// +kubebuilder:validation:Optional
	SubnetPrefixLength *float64 `json:"subnetPrefixLength,omitempty" tf:"subnet_prefix_length,omitempty"`
}

func (*IPAllowParameters) DeepCopy

func (in *IPAllowParameters) DeepCopy() *IPAllowParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPAllowParameters.

func (*IPAllowParameters) DeepCopyInto

func (in *IPAllowParameters) DeepCopyInto(out *IPAllowParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type IdentityObservation

type IdentityObservation struct {

	// Specifies a list of User Assigned Managed Identity IDs to be assigned to this Media Services Account.
	IdentityIds []*string `json:"identityIds,omitempty" tf:"identity_ids,omitempty"`

	// The Principal ID associated with this Managed Service Identity.
	PrincipalID *string `json:"principalId,omitempty" tf:"principal_id,omitempty"`

	// The Tenant ID associated with this Managed Service Identity.
	TenantID *string `json:"tenantId,omitempty" tf:"tenant_id,omitempty"`

	// Specifies the type of Managed Service Identity that should be configured on this Media Services Account. Possible values are SystemAssigned, UserAssigned, SystemAssigned, UserAssigned (to enable both).
	Type *string `json:"type,omitempty" tf:"type,omitempty"`
}

func (*IdentityObservation) DeepCopy

func (in *IdentityObservation) DeepCopy() *IdentityObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IdentityObservation.

func (*IdentityObservation) DeepCopyInto

func (in *IdentityObservation) DeepCopyInto(out *IdentityObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type IdentityParameters

type IdentityParameters struct {

	// Specifies a list of User Assigned Managed Identity IDs to be assigned to this Media Services Account.
	// +kubebuilder:validation:Optional
	IdentityIds []*string `json:"identityIds,omitempty" tf:"identity_ids,omitempty"`

	// Specifies the type of Managed Service Identity that should be configured on this Media Services Account. Possible values are SystemAssigned, UserAssigned, SystemAssigned, UserAssigned (to enable both).
	// +kubebuilder:validation:Required
	Type *string `json:"type" tf:"type,omitempty"`
}

func (*IdentityParameters) DeepCopy

func (in *IdentityParameters) DeepCopy() *IdentityParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IdentityParameters.

func (*IdentityParameters) DeepCopyInto

func (in *IdentityParameters) DeepCopyInto(out *IdentityParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InputAssetObservation added in v0.28.0

type InputAssetObservation struct {

	// A label that is assigned to a JobInputClip, that is used to satisfy a reference used in the Transform. For example, a Transform can be authored so as to take an image file with the label 'xyz' and apply it as an overlay onto the input video before it is encoded. When submitting a Job, exactly one of the JobInputs should be the image file, and it should have the label 'xyz'. Changing this forces a new resource to be created.
	Label *string `json:"label,omitempty" tf:"label,omitempty"`

	// The name of the input Asset. Changing this forces a new Media Job to be created.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`
}

func (*InputAssetObservation) DeepCopy added in v0.28.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InputAssetObservation.

func (*InputAssetObservation) DeepCopyInto added in v0.28.0

func (in *InputAssetObservation) DeepCopyInto(out *InputAssetObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InputAssetParameters added in v0.28.0

type InputAssetParameters struct {

	// A label that is assigned to a JobInputClip, that is used to satisfy a reference used in the Transform. For example, a Transform can be authored so as to take an image file with the label 'xyz' and apply it as an overlay onto the input video before it is encoded. When submitting a Job, exactly one of the JobInputs should be the image file, and it should have the label 'xyz'. Changing this forces a new resource to be created.
	// +kubebuilder:validation:Optional
	Label *string `json:"label,omitempty" tf:"label,omitempty"`

	// The name of the input Asset. Changing this forces a new Media Job to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/media/v1beta1.Asset
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// Reference to a Asset in media to populate name.
	// +kubebuilder:validation:Optional
	NameRef *v1.Reference `json:"nameRef,omitempty" tf:"-"`

	// Selector for a Asset in media to populate name.
	// +kubebuilder:validation:Optional
	NameSelector *v1.Selector `json:"nameSelector,omitempty" tf:"-"`
}

func (*InputAssetParameters) DeepCopy added in v0.28.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InputAssetParameters.

func (*InputAssetParameters) DeepCopyInto added in v0.28.0

func (in *InputAssetParameters) DeepCopyInto(out *InputAssetParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InputObservation

type InputObservation struct {

	// A UUID in string form to uniquely identify the stream. If omitted, the service will generate a unique value. Changing this forces a new value to be created.
	AccessToken *string `json:"accessToken,omitempty" tf:"access_token,omitempty"`

	Endpoint []EndpointObservation `json:"endpoint,omitempty" tf:"endpoint,omitempty"`

	// One or more ip_access_control_allow blocks as defined below.
	IPAccessControlAllow []IPAccessControlAllowObservation `json:"ipAccessControlAllow,omitempty" tf:"ip_access_control_allow,omitempty"`

	// ISO 8601 time duration of the key frame interval duration of the input. This value sets the EXT-X-TARGETDURATION property in the HLS output. For example, use PT2S to indicate 2 seconds. This field cannot be set when type is set to Encoding.
	KeyFrameIntervalDuration *string `json:"keyFrameIntervalDuration,omitempty" tf:"key_frame_interval_duration,omitempty"`

	// The input protocol for the live event. Allowed values are FragmentedMP4 and RTMP. Changing this forces a new resource to be created.
	StreamingProtocol *string `json:"streamingProtocol,omitempty" tf:"streaming_protocol,omitempty"`
}

func (*InputObservation) DeepCopy

func (in *InputObservation) DeepCopy() *InputObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InputObservation.

func (*InputObservation) DeepCopyInto

func (in *InputObservation) DeepCopyInto(out *InputObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InputParameters

type InputParameters struct {

	// A UUID in string form to uniquely identify the stream. If omitted, the service will generate a unique value. Changing this forces a new value to be created.
	// +kubebuilder:validation:Optional
	AccessToken *string `json:"accessToken,omitempty" tf:"access_token,omitempty"`

	// One or more ip_access_control_allow blocks as defined below.
	// +kubebuilder:validation:Optional
	IPAccessControlAllow []IPAccessControlAllowParameters `json:"ipAccessControlAllow,omitempty" tf:"ip_access_control_allow,omitempty"`

	// ISO 8601 time duration of the key frame interval duration of the input. This value sets the EXT-X-TARGETDURATION property in the HLS output. For example, use PT2S to indicate 2 seconds. This field cannot be set when type is set to Encoding.
	// +kubebuilder:validation:Optional
	KeyFrameIntervalDuration *string `json:"keyFrameIntervalDuration,omitempty" tf:"key_frame_interval_duration,omitempty"`

	// The input protocol for the live event. Allowed values are FragmentedMP4 and RTMP. Changing this forces a new resource to be created.
	// +kubebuilder:validation:Optional
	StreamingProtocol *string `json:"streamingProtocol,omitempty" tf:"streaming_protocol,omitempty"`
}

func (*InputParameters) DeepCopy

func (in *InputParameters) DeepCopy() *InputParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InputParameters.

func (*InputParameters) DeepCopyInto

func (in *InputParameters) DeepCopyInto(out *InputParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Job added in v0.28.0

type Job struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.inputAsset)",message="inputAsset is a required parameter"
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.outputAsset)",message="outputAsset is a required parameter"
	Spec   JobSpec   `json:"spec"`
	Status JobStatus `json:"status,omitempty"`
}

Job is the Schema for the Jobs API. Manages a Media Job. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,azure}

func (*Job) DeepCopy added in v0.28.0

func (in *Job) DeepCopy() *Job

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Job.

func (*Job) DeepCopyInto added in v0.28.0

func (in *Job) DeepCopyInto(out *Job)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Job) DeepCopyObject added in v0.28.0

func (in *Job) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*Job) GetCondition added in v0.28.0

func (mg *Job) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this Job.

func (*Job) GetConnectionDetailsMapping added in v0.28.0

func (tr *Job) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this Job

func (*Job) GetDeletionPolicy added in v0.28.0

func (mg *Job) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this Job.

func (*Job) GetID added in v0.28.0

func (tr *Job) GetID() string

GetID returns ID of underlying Terraform resource of this Job

func (*Job) GetManagementPolicy added in v0.31.0

func (mg *Job) GetManagementPolicy() xpv1.ManagementPolicy

GetManagementPolicy of this Job.

func (*Job) GetObservation added in v0.28.0

func (tr *Job) GetObservation() (map[string]any, error)

GetObservation of this Job

func (*Job) GetParameters added in v0.28.0

func (tr *Job) GetParameters() (map[string]any, error)

GetParameters of this Job

func (*Job) GetProviderConfigReference added in v0.28.0

func (mg *Job) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this Job.

func (*Job) GetProviderReference added in v0.28.0

func (mg *Job) GetProviderReference() *xpv1.Reference

GetProviderReference of this Job. Deprecated: Use GetProviderConfigReference.

func (*Job) GetPublishConnectionDetailsTo added in v0.28.0

func (mg *Job) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this Job.

func (*Job) GetTerraformResourceType added in v0.28.0

func (mg *Job) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Job

func (*Job) GetTerraformSchemaVersion added in v0.28.0

func (tr *Job) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Job) GetWriteConnectionSecretToReference added in v0.28.0

func (mg *Job) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this Job.

func (*Job) LateInitialize added in v0.28.0

func (tr *Job) LateInitialize(attrs []byte) (bool, error)

LateInitialize this Job using its observed tfState. returns True if there are any spec changes for the resource.

func (*Job) ResolveReferences added in v0.28.0

func (mg *Job) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this Job.

func (*Job) SetConditions added in v0.28.0

func (mg *Job) SetConditions(c ...xpv1.Condition)

SetConditions of this Job.

func (*Job) SetDeletionPolicy added in v0.28.0

func (mg *Job) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this Job.

func (*Job) SetManagementPolicy added in v0.31.0

func (mg *Job) SetManagementPolicy(r xpv1.ManagementPolicy)

SetManagementPolicy of this Job.

func (*Job) SetObservation added in v0.28.0

func (tr *Job) SetObservation(obs map[string]any) error

SetObservation for this Job

func (*Job) SetParameters added in v0.28.0

func (tr *Job) SetParameters(params map[string]any) error

SetParameters for this Job

func (*Job) SetProviderConfigReference added in v0.28.0

func (mg *Job) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this Job.

func (*Job) SetProviderReference added in v0.28.0

func (mg *Job) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this Job. Deprecated: Use SetProviderConfigReference.

func (*Job) SetPublishConnectionDetailsTo added in v0.28.0

func (mg *Job) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this Job.

func (*Job) SetWriteConnectionSecretToReference added in v0.28.0

func (mg *Job) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this Job.

type JobList added in v0.28.0

type JobList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []Job `json:"items"`
}

JobList contains a list of Jobs

func (*JobList) DeepCopy added in v0.28.0

func (in *JobList) DeepCopy() *JobList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new JobList.

func (*JobList) DeepCopyInto added in v0.28.0

func (in *JobList) DeepCopyInto(out *JobList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*JobList) DeepCopyObject added in v0.28.0

func (in *JobList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*JobList) GetItems added in v0.28.0

func (l *JobList) GetItems() []resource.Managed

GetItems of this JobList.

type JobObservation added in v0.28.0

type JobObservation struct {

	// Optional customer supplied description of the Job.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The ID of the Media Job.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// A input_asset block as defined below. Changing this forces a new Media Job to be created.
	InputAsset []InputAssetObservation `json:"inputAsset,omitempty" tf:"input_asset,omitempty"`

	// The Media Services account name. Changing this forces a new Transform to be created.
	MediaServicesAccountName *string `json:"mediaServicesAccountName,omitempty" tf:"media_services_account_name,omitempty"`

	// One or more output_asset blocks as defined below. Changing this forces a new Media Job to be created.
	OutputAsset []OutputAssetObservation `json:"outputAsset,omitempty" tf:"output_asset,omitempty"`

	// Priority with which the job should be processed. Higher priority jobs are processed before lower priority jobs. If not set, the default is normal. Changing this forces a new Media Job to be created. Possible values are High, Normal and Low.
	Priority *string `json:"priority,omitempty" tf:"priority,omitempty"`

	// The name of the Resource Group where the Media Job should exist. Changing this forces a new Media Job to be created.
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// The Transform name. Changing this forces a new Media Job to be created.
	TransformName *string `json:"transformName,omitempty" tf:"transform_name,omitempty"`
}

func (*JobObservation) DeepCopy added in v0.28.0

func (in *JobObservation) DeepCopy() *JobObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new JobObservation.

func (*JobObservation) DeepCopyInto added in v0.28.0

func (in *JobObservation) DeepCopyInto(out *JobObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type JobParameters added in v0.28.0

type JobParameters struct {

	// Optional customer supplied description of the Job.
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// A input_asset block as defined below. Changing this forces a new Media Job to be created.
	// +kubebuilder:validation:Optional
	InputAsset []InputAssetParameters `json:"inputAsset,omitempty" tf:"input_asset,omitempty"`

	// The Media Services account name. Changing this forces a new Transform to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/media/v1beta1.ServicesAccount
	// +kubebuilder:validation:Optional
	MediaServicesAccountName *string `json:"mediaServicesAccountName,omitempty" tf:"media_services_account_name,omitempty"`

	// Reference to a ServicesAccount in media to populate mediaServicesAccountName.
	// +kubebuilder:validation:Optional
	MediaServicesAccountNameRef *v1.Reference `json:"mediaServicesAccountNameRef,omitempty" tf:"-"`

	// Selector for a ServicesAccount in media to populate mediaServicesAccountName.
	// +kubebuilder:validation:Optional
	MediaServicesAccountNameSelector *v1.Selector `json:"mediaServicesAccountNameSelector,omitempty" tf:"-"`

	// One or more output_asset blocks as defined below. Changing this forces a new Media Job to be created.
	// +kubebuilder:validation:Optional
	OutputAsset []OutputAssetParameters `json:"outputAsset,omitempty" tf:"output_asset,omitempty"`

	// Priority with which the job should be processed. Higher priority jobs are processed before lower priority jobs. If not set, the default is normal. Changing this forces a new Media Job to be created. Possible values are High, Normal and Low.
	// +kubebuilder:validation:Optional
	Priority *string `json:"priority,omitempty" tf:"priority,omitempty"`

	// The name of the Resource Group where the Media Job should exist. Changing this forces a new Media Job to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/azure/v1beta1.ResourceGroup
	// +kubebuilder:validation:Optional
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// Reference to a ResourceGroup in azure to populate resourceGroupName.
	// +kubebuilder:validation:Optional
	ResourceGroupNameRef *v1.Reference `json:"resourceGroupNameRef,omitempty" tf:"-"`

	// Selector for a ResourceGroup in azure to populate resourceGroupName.
	// +kubebuilder:validation:Optional
	ResourceGroupNameSelector *v1.Selector `json:"resourceGroupNameSelector,omitempty" tf:"-"`

	// The Transform name. Changing this forces a new Media Job to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/media/v1beta1.Transform
	// +kubebuilder:validation:Optional
	TransformName *string `json:"transformName,omitempty" tf:"transform_name,omitempty"`

	// Reference to a Transform in media to populate transformName.
	// +kubebuilder:validation:Optional
	TransformNameRef *v1.Reference `json:"transformNameRef,omitempty" tf:"-"`

	// Selector for a Transform in media to populate transformName.
	// +kubebuilder:validation:Optional
	TransformNameSelector *v1.Selector `json:"transformNameSelector,omitempty" tf:"-"`
}

func (*JobParameters) DeepCopy added in v0.28.0

func (in *JobParameters) DeepCopy() *JobParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new JobParameters.

func (*JobParameters) DeepCopyInto added in v0.28.0

func (in *JobParameters) DeepCopyInto(out *JobParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type JobSpec added in v0.28.0

type JobSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     JobParameters `json:"forProvider"`
}

JobSpec defines the desired state of Job

func (*JobSpec) DeepCopy added in v0.28.0

func (in *JobSpec) DeepCopy() *JobSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new JobSpec.

func (*JobSpec) DeepCopyInto added in v0.28.0

func (in *JobSpec) DeepCopyInto(out *JobSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type JobStatus added in v0.28.0

type JobStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        JobObservation `json:"atProvider,omitempty"`
}

JobStatus defines the observed state of Job.

func (*JobStatus) DeepCopy added in v0.28.0

func (in *JobStatus) DeepCopy() *JobStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new JobStatus.

func (*JobStatus) DeepCopyInto added in v0.28.0

func (in *JobStatus) DeepCopyInto(out *JobStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type KeyDeliveryAccessControlObservation

type KeyDeliveryAccessControlObservation struct {

	// The Default Action to use when no rules match from ip_allow_list. Possible values are Allow and Deny.
	DefaultAction *string `json:"defaultAction,omitempty" tf:"default_action,omitempty"`

	// One or more IP Addresses, or CIDR Blocks which should be able to access the Key Delivery.
	IPAllowList []*string `json:"ipAllowList,omitempty" tf:"ip_allow_list,omitempty"`
}

func (*KeyDeliveryAccessControlObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyDeliveryAccessControlObservation.

func (*KeyDeliveryAccessControlObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type KeyDeliveryAccessControlParameters

type KeyDeliveryAccessControlParameters struct {

	// The Default Action to use when no rules match from ip_allow_list. Possible values are Allow and Deny.
	// +kubebuilder:validation:Optional
	DefaultAction *string `json:"defaultAction,omitempty" tf:"default_action,omitempty"`

	// One or more IP Addresses, or CIDR Blocks which should be able to access the Key Delivery.
	// +kubebuilder:validation:Optional
	IPAllowList []*string `json:"ipAllowList,omitempty" tf:"ip_allow_list,omitempty"`
}

func (*KeyDeliveryAccessControlParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyDeliveryAccessControlParameters.

func (*KeyDeliveryAccessControlParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LayerObservation added in v0.32.0

type LayerObservation struct {

	// Whether adaptive B-frames are used when encoding this layer. If not specified, the encoder will turn it on whenever the video profile permits its use. Default to true.
	AdaptiveBFrameEnabled *bool `json:"adaptiveBFrameEnabled,omitempty" tf:"adaptive_b_frame_enabled,omitempty"`

	// The number of B-frames to use when encoding this layer. If not specified, the encoder chooses an appropriate number based on the video profile and level.
	BFrames *float64 `json:"bFrames,omitempty" tf:"b_frames,omitempty"`

	// The average bitrate in bits per second at which to encode the input video when generating this layer.
	Bitrate *float64 `json:"bitrate,omitempty" tf:"bitrate,omitempty"`

	// Specifies the maximum amount of time that the encoder should buffer frames before encoding. The value should be in ISO 8601 format. The value should be in the range 0.1 to 100 seconds. The default is 5 seconds (PT5S).
	BufferWindow *string `json:"bufferWindow,omitempty" tf:"buffer_window,omitempty"`

	// The value of CRF to be used when encoding this layer. This setting takes effect when rate_control_mode is set CRF. The range of CRF value is between 0 and 51, where lower values would result in better quality, at the expense of higher file sizes. Higher values mean more compression, but at some point quality degradation will be noticed. Default to 23.
	Crf *float64 `json:"crf,omitempty" tf:"crf,omitempty"`

	// The entropy mode to be used for this layer. Possible values are Cabac or Cavlc. If not specified, the encoder chooses the mode that is appropriate for the profile and level.
	EntropyMode *string `json:"entropyMode,omitempty" tf:"entropy_mode,omitempty"`

	// The frame rate (in frames per second) at which to encode this layer. The value can be in the form of M/N where M and N are integers (For example, 30000/1001), or in the form of a number (For example, 30, or 29.97). The encoder enforces constraints on allowed frame rates based on the profile and level. If it is not specified, the encoder will use the same frame rate as the input video.
	FrameRate *string `json:"frameRate,omitempty" tf:"frame_rate,omitempty"`

	// The height of the rectangular region in pixels. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	Height *string `json:"height,omitempty" tf:"height,omitempty"`

	// The alphanumeric label for this layer, which can be used in multiplexing different video and audio layers, or in naming the output file.
	Label *string `json:"label,omitempty" tf:"label,omitempty"`

	// The H.264 levels. Currently, the resource support Level up to 6.2. The value can be auto, or a number that matches the H.264 profile. If not specified, the default is auto, which lets the encoder choose the Level that is appropriate for this layer.
	Level *string `json:"level,omitempty" tf:"level,omitempty"`

	// The maximum bitrate (in bits per second), at which the VBV buffer should be assumed to refill. If not specified, defaults to the same value as bitrate.
	MaxBitrate *float64 `json:"maxBitrate,omitempty" tf:"max_bitrate,omitempty"`

	// The H.264 profile. Possible values are Auto, Baseline, High, High422, High444,or Main. Default to Auto.
	Profile *string `json:"profile,omitempty" tf:"profile,omitempty"`

	// The number of reference frames to be used when encoding this layer. If not specified, the encoder determines an appropriate number based on the encoder complexity setting.
	ReferenceFrames *float64 `json:"referenceFrames,omitempty" tf:"reference_frames,omitempty"`

	// The number of slices to be used when encoding this layer. If not specified, default is 1, which means that encoder will use a single slice for each frame.
	Slices *float64 `json:"slices,omitempty" tf:"slices,omitempty"`

	// The width of the rectangular region in pixels. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	Width *string `json:"width,omitempty" tf:"width,omitempty"`
}

func (*LayerObservation) DeepCopy added in v0.32.0

func (in *LayerObservation) DeepCopy() *LayerObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LayerObservation.

func (*LayerObservation) DeepCopyInto added in v0.32.0

func (in *LayerObservation) DeepCopyInto(out *LayerObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LayerParameters added in v0.32.0

type LayerParameters struct {

	// Whether adaptive B-frames are used when encoding this layer. If not specified, the encoder will turn it on whenever the video profile permits its use. Default to true.
	// +kubebuilder:validation:Optional
	AdaptiveBFrameEnabled *bool `json:"adaptiveBFrameEnabled,omitempty" tf:"adaptive_b_frame_enabled,omitempty"`

	// The number of B-frames to use when encoding this layer. If not specified, the encoder chooses an appropriate number based on the video profile and level.
	// +kubebuilder:validation:Optional
	BFrames *float64 `json:"bFrames,omitempty" tf:"b_frames,omitempty"`

	// The average bitrate in bits per second at which to encode the input video when generating this layer.
	// +kubebuilder:validation:Required
	Bitrate *float64 `json:"bitrate" tf:"bitrate,omitempty"`

	// Specifies the maximum amount of time that the encoder should buffer frames before encoding. The value should be in ISO 8601 format. The value should be in the range 0.1 to 100 seconds. The default is 5 seconds (PT5S).
	// +kubebuilder:validation:Optional
	BufferWindow *string `json:"bufferWindow,omitempty" tf:"buffer_window,omitempty"`

	// The value of CRF to be used when encoding this layer. This setting takes effect when rate_control_mode is set CRF. The range of CRF value is between 0 and 51, where lower values would result in better quality, at the expense of higher file sizes. Higher values mean more compression, but at some point quality degradation will be noticed. Default to 23.
	// +kubebuilder:validation:Optional
	Crf *float64 `json:"crf,omitempty" tf:"crf,omitempty"`

	// The entropy mode to be used for this layer. Possible values are Cabac or Cavlc. If not specified, the encoder chooses the mode that is appropriate for the profile and level.
	// +kubebuilder:validation:Optional
	EntropyMode *string `json:"entropyMode,omitempty" tf:"entropy_mode,omitempty"`

	// The frame rate (in frames per second) at which to encode this layer. The value can be in the form of M/N where M and N are integers (For example, 30000/1001), or in the form of a number (For example, 30, or 29.97). The encoder enforces constraints on allowed frame rates based on the profile and level. If it is not specified, the encoder will use the same frame rate as the input video.
	// +kubebuilder:validation:Optional
	FrameRate *string `json:"frameRate,omitempty" tf:"frame_rate,omitempty"`

	// The height of the rectangular region in pixels. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	// +kubebuilder:validation:Optional
	Height *string `json:"height,omitempty" tf:"height,omitempty"`

	// The alphanumeric label for this layer, which can be used in multiplexing different video and audio layers, or in naming the output file.
	// +kubebuilder:validation:Optional
	Label *string `json:"label,omitempty" tf:"label,omitempty"`

	// The H.264 levels. Currently, the resource support Level up to 6.2. The value can be auto, or a number that matches the H.264 profile. If not specified, the default is auto, which lets the encoder choose the Level that is appropriate for this layer.
	// +kubebuilder:validation:Optional
	Level *string `json:"level,omitempty" tf:"level,omitempty"`

	// The maximum bitrate (in bits per second), at which the VBV buffer should be assumed to refill. If not specified, defaults to the same value as bitrate.
	// +kubebuilder:validation:Optional
	MaxBitrate *float64 `json:"maxBitrate,omitempty" tf:"max_bitrate,omitempty"`

	// The H.264 profile. Possible values are Auto, Baseline, High, High422, High444,or Main. Default to Auto.
	// +kubebuilder:validation:Optional
	Profile *string `json:"profile,omitempty" tf:"profile,omitempty"`

	// The number of reference frames to be used when encoding this layer. If not specified, the encoder determines an appropriate number based on the encoder complexity setting.
	// +kubebuilder:validation:Optional
	ReferenceFrames *float64 `json:"referenceFrames,omitempty" tf:"reference_frames,omitempty"`

	// The number of slices to be used when encoding this layer. If not specified, default is 1, which means that encoder will use a single slice for each frame.
	// +kubebuilder:validation:Optional
	Slices *float64 `json:"slices,omitempty" tf:"slices,omitempty"`

	// The width of the rectangular region in pixels. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	// +kubebuilder:validation:Optional
	Width *string `json:"width,omitempty" tf:"width,omitempty"`
}

func (*LayerParameters) DeepCopy added in v0.32.0

func (in *LayerParameters) DeepCopy() *LayerParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LayerParameters.

func (*LayerParameters) DeepCopyInto added in v0.32.0

func (in *LayerParameters) DeepCopyInto(out *LayerParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LiveEvent

type LiveEvent struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.input)",message="input is a required parameter"
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.location)",message="location is a required parameter"
	Spec   LiveEventSpec   `json:"spec"`
	Status LiveEventStatus `json:"status,omitempty"`
}

LiveEvent is the Schema for the LiveEvents API. Manages a Live Event. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,azure}

func (*LiveEvent) DeepCopy

func (in *LiveEvent) DeepCopy() *LiveEvent

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LiveEvent.

func (*LiveEvent) DeepCopyInto

func (in *LiveEvent) DeepCopyInto(out *LiveEvent)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*LiveEvent) DeepCopyObject

func (in *LiveEvent) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*LiveEvent) GetCondition

func (mg *LiveEvent) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this LiveEvent.

func (*LiveEvent) GetConnectionDetailsMapping

func (tr *LiveEvent) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this LiveEvent

func (*LiveEvent) GetDeletionPolicy

func (mg *LiveEvent) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this LiveEvent.

func (*LiveEvent) GetID

func (tr *LiveEvent) GetID() string

GetID returns ID of underlying Terraform resource of this LiveEvent

func (*LiveEvent) GetManagementPolicy added in v0.31.0

func (mg *LiveEvent) GetManagementPolicy() xpv1.ManagementPolicy

GetManagementPolicy of this LiveEvent.

func (*LiveEvent) GetObservation

func (tr *LiveEvent) GetObservation() (map[string]any, error)

GetObservation of this LiveEvent

func (*LiveEvent) GetParameters

func (tr *LiveEvent) GetParameters() (map[string]any, error)

GetParameters of this LiveEvent

func (*LiveEvent) GetProviderConfigReference

func (mg *LiveEvent) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this LiveEvent.

func (*LiveEvent) GetProviderReference

func (mg *LiveEvent) GetProviderReference() *xpv1.Reference

GetProviderReference of this LiveEvent. Deprecated: Use GetProviderConfigReference.

func (*LiveEvent) GetPublishConnectionDetailsTo

func (mg *LiveEvent) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this LiveEvent.

func (*LiveEvent) GetTerraformResourceType

func (mg *LiveEvent) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this LiveEvent

func (*LiveEvent) GetTerraformSchemaVersion

func (tr *LiveEvent) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*LiveEvent) GetWriteConnectionSecretToReference

func (mg *LiveEvent) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this LiveEvent.

func (*LiveEvent) LateInitialize

func (tr *LiveEvent) LateInitialize(attrs []byte) (bool, error)

LateInitialize this LiveEvent using its observed tfState. returns True if there are any spec changes for the resource.

func (*LiveEvent) ResolveReferences

func (mg *LiveEvent) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this LiveEvent.

func (*LiveEvent) SetConditions

func (mg *LiveEvent) SetConditions(c ...xpv1.Condition)

SetConditions of this LiveEvent.

func (*LiveEvent) SetDeletionPolicy

func (mg *LiveEvent) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this LiveEvent.

func (*LiveEvent) SetManagementPolicy added in v0.31.0

func (mg *LiveEvent) SetManagementPolicy(r xpv1.ManagementPolicy)

SetManagementPolicy of this LiveEvent.

func (*LiveEvent) SetObservation

func (tr *LiveEvent) SetObservation(obs map[string]any) error

SetObservation for this LiveEvent

func (*LiveEvent) SetParameters

func (tr *LiveEvent) SetParameters(params map[string]any) error

SetParameters for this LiveEvent

func (*LiveEvent) SetProviderConfigReference

func (mg *LiveEvent) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this LiveEvent.

func (*LiveEvent) SetProviderReference

func (mg *LiveEvent) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this LiveEvent. Deprecated: Use SetProviderConfigReference.

func (*LiveEvent) SetPublishConnectionDetailsTo

func (mg *LiveEvent) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this LiveEvent.

func (*LiveEvent) SetWriteConnectionSecretToReference

func (mg *LiveEvent) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this LiveEvent.

type LiveEventList

type LiveEventList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []LiveEvent `json:"items"`
}

LiveEventList contains a list of LiveEvents

func (*LiveEventList) DeepCopy

func (in *LiveEventList) DeepCopy() *LiveEventList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LiveEventList.

func (*LiveEventList) DeepCopyInto

func (in *LiveEventList) DeepCopyInto(out *LiveEventList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*LiveEventList) DeepCopyObject

func (in *LiveEventList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*LiveEventList) GetItems

func (l *LiveEventList) GetItems() []resource.Managed

GetItems of this LiveEventList.

type LiveEventObservation

type LiveEventObservation struct {

	// The flag indicates if the resource should be automatically started on creation. Default is false. Changing this forces a new resource to be created.
	AutoStartEnabled *bool `json:"autoStartEnabled,omitempty" tf:"auto_start_enabled,omitempty"`

	// A cross_site_access_policy block as defined below.
	CrossSiteAccessPolicy []CrossSiteAccessPolicyObservation `json:"crossSiteAccessPolicy,omitempty" tf:"cross_site_access_policy,omitempty"`

	// A description for the live event.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// A encoding block as defined below.
	Encoding []EncodingObservation `json:"encoding,omitempty" tf:"encoding,omitempty"`

	// When use_static_hostname is set to true, the hostname_prefix specifies the first part of the hostname assigned to the live event preview and ingest endpoints. The final hostname would be a combination of this prefix, the media service account name and a short code for the Azure Media Services data center.
	HostNamePrefix *string `json:"hostnamePrefix,omitempty" tf:"hostname_prefix,omitempty"`

	// The ID of the Live Event.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// A input block as defined below.
	Input []InputObservation `json:"input,omitempty" tf:"input,omitempty"`

	// The Azure Region where the Live Event should exist. Changing this forces a new Live Event to be created.
	Location *string `json:"location,omitempty" tf:"location,omitempty"`

	// The Media Services account name. Changing this forces a new Live Event to be created.
	MediaServicesAccountName *string `json:"mediaServicesAccountName,omitempty" tf:"media_services_account_name,omitempty"`

	// A preview block as defined below.
	Preview []PreviewObservation `json:"preview,omitempty" tf:"preview,omitempty"`

	// The name of the Resource Group where the Live Event should exist. Changing this forces a new Live Event to be created.
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// A list of options to use for the LiveEvent. Possible values are Default, LowLatency, LowLatencyV2. Please see more at this document. Changing this forces a new resource to be created.
	StreamOptions []*string `json:"streamOptions,omitempty" tf:"stream_options,omitempty"`

	// A mapping of tags which should be assigned to the Live Event.
	Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"`

	// Specifies a list of languages (locale) to be used for speech-to-text transcription – it should match the spoken language in the audio track. The value should be in BCP-47 format (e.g: en-US). See the Microsoft Documentation for more information about the live transcription feature and the list of supported languages.
	TranscriptionLanguages []*string `json:"transcriptionLanguages,omitempty" tf:"transcription_languages,omitempty"`

	// Specifies whether a static hostname would be assigned to the live event preview and ingest endpoints. Changing this forces a new Live Event to be created.
	UseStaticHostName *bool `json:"useStaticHostname,omitempty" tf:"use_static_hostname,omitempty"`
}

func (*LiveEventObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LiveEventObservation.

func (*LiveEventObservation) DeepCopyInto

func (in *LiveEventObservation) DeepCopyInto(out *LiveEventObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LiveEventOutput

type LiveEventOutput struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.archiveWindowDuration)",message="archiveWindowDuration is a required parameter"
	Spec   LiveEventOutputSpec   `json:"spec"`
	Status LiveEventOutputStatus `json:"status,omitempty"`
}

LiveEventOutput is the Schema for the LiveEventOutputs API. Manages an Azure Media Live Event Output. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,azure}

func (*LiveEventOutput) DeepCopy

func (in *LiveEventOutput) DeepCopy() *LiveEventOutput

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LiveEventOutput.

func (*LiveEventOutput) DeepCopyInto

func (in *LiveEventOutput) DeepCopyInto(out *LiveEventOutput)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*LiveEventOutput) DeepCopyObject

func (in *LiveEventOutput) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*LiveEventOutput) GetCondition

func (mg *LiveEventOutput) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this LiveEventOutput.

func (*LiveEventOutput) GetConnectionDetailsMapping

func (tr *LiveEventOutput) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this LiveEventOutput

func (*LiveEventOutput) GetDeletionPolicy

func (mg *LiveEventOutput) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this LiveEventOutput.

func (*LiveEventOutput) GetID

func (tr *LiveEventOutput) GetID() string

GetID returns ID of underlying Terraform resource of this LiveEventOutput

func (*LiveEventOutput) GetManagementPolicy added in v0.31.0

func (mg *LiveEventOutput) GetManagementPolicy() xpv1.ManagementPolicy

GetManagementPolicy of this LiveEventOutput.

func (*LiveEventOutput) GetObservation

func (tr *LiveEventOutput) GetObservation() (map[string]any, error)

GetObservation of this LiveEventOutput

func (*LiveEventOutput) GetParameters

func (tr *LiveEventOutput) GetParameters() (map[string]any, error)

GetParameters of this LiveEventOutput

func (*LiveEventOutput) GetProviderConfigReference

func (mg *LiveEventOutput) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this LiveEventOutput.

func (*LiveEventOutput) GetProviderReference

func (mg *LiveEventOutput) GetProviderReference() *xpv1.Reference

GetProviderReference of this LiveEventOutput. Deprecated: Use GetProviderConfigReference.

func (*LiveEventOutput) GetPublishConnectionDetailsTo

func (mg *LiveEventOutput) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this LiveEventOutput.

func (*LiveEventOutput) GetTerraformResourceType

func (mg *LiveEventOutput) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this LiveEventOutput

func (*LiveEventOutput) GetTerraformSchemaVersion

func (tr *LiveEventOutput) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*LiveEventOutput) GetWriteConnectionSecretToReference

func (mg *LiveEventOutput) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this LiveEventOutput.

func (*LiveEventOutput) LateInitialize

func (tr *LiveEventOutput) LateInitialize(attrs []byte) (bool, error)

LateInitialize this LiveEventOutput using its observed tfState. returns True if there are any spec changes for the resource.

func (*LiveEventOutput) ResolveReferences

func (mg *LiveEventOutput) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this LiveEventOutput.

func (*LiveEventOutput) SetConditions

func (mg *LiveEventOutput) SetConditions(c ...xpv1.Condition)

SetConditions of this LiveEventOutput.

func (*LiveEventOutput) SetDeletionPolicy

func (mg *LiveEventOutput) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this LiveEventOutput.

func (*LiveEventOutput) SetManagementPolicy added in v0.31.0

func (mg *LiveEventOutput) SetManagementPolicy(r xpv1.ManagementPolicy)

SetManagementPolicy of this LiveEventOutput.

func (*LiveEventOutput) SetObservation

func (tr *LiveEventOutput) SetObservation(obs map[string]any) error

SetObservation for this LiveEventOutput

func (*LiveEventOutput) SetParameters

func (tr *LiveEventOutput) SetParameters(params map[string]any) error

SetParameters for this LiveEventOutput

func (*LiveEventOutput) SetProviderConfigReference

func (mg *LiveEventOutput) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this LiveEventOutput.

func (*LiveEventOutput) SetProviderReference

func (mg *LiveEventOutput) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this LiveEventOutput. Deprecated: Use SetProviderConfigReference.

func (*LiveEventOutput) SetPublishConnectionDetailsTo

func (mg *LiveEventOutput) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this LiveEventOutput.

func (*LiveEventOutput) SetWriteConnectionSecretToReference

func (mg *LiveEventOutput) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this LiveEventOutput.

type LiveEventOutputList

type LiveEventOutputList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []LiveEventOutput `json:"items"`
}

LiveEventOutputList contains a list of LiveEventOutputs

func (*LiveEventOutputList) DeepCopy

func (in *LiveEventOutputList) DeepCopy() *LiveEventOutputList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LiveEventOutputList.

func (*LiveEventOutputList) DeepCopyInto

func (in *LiveEventOutputList) DeepCopyInto(out *LiveEventOutputList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*LiveEventOutputList) DeepCopyObject

func (in *LiveEventOutputList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*LiveEventOutputList) GetItems

func (l *LiveEventOutputList) GetItems() []resource.Managed

GetItems of this LiveEventOutputList.

type LiveEventOutputObservation

type LiveEventOutputObservation struct {

	// ISO 8601 time between 1 minute to 25 hours to indicate the maximum content length that can be archived in the asset for this live output. This also sets the maximum content length for the rewind window. For example, use PT1H30M to indicate 1 hour and 30 minutes of archive window. Changing this forces a new Live Output to be created.
	ArchiveWindowDuration *string `json:"archiveWindowDuration,omitempty" tf:"archive_window_duration,omitempty"`

	// The asset that the live output will write to. Changing this forces a new Live Output to be created.
	AssetName *string `json:"assetName,omitempty" tf:"asset_name,omitempty"`

	// The description of the live output. Changing this forces a new Live Output to be created.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The number of fragments in an HTTP Live Streaming (HLS) TS segment in the output of the live event. This value does not affect the packing ratio for HLS CMAF output. Changing this forces a new Live Output to be created.
	HlsFragmentsPerTSSegment *float64 `json:"hlsFragmentsPerTsSegment,omitempty" tf:"hls_fragments_per_ts_segment,omitempty"`

	// The ID of the Live Output.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// The id of the live event. Changing this forces a new Live Output to be created.
	LiveEventID *string `json:"liveEventId,omitempty" tf:"live_event_id,omitempty"`

	// The manifest file name. If not provided, the service will generate one automatically. Changing this forces a new Live Output to be created.
	ManifestName *string `json:"manifestName,omitempty" tf:"manifest_name,omitempty"`

	// The initial timestamp that the live output will start at, any content before this value will not be archived. Changing this forces a new Live Output to be created.
	OutputSnapTimeInSeconds *float64 `json:"outputSnapTimeInSeconds,omitempty" tf:"output_snap_time_in_seconds,omitempty"`

	RewindWindowDuration *string `json:"rewindWindowDuration,omitempty" tf:"rewind_window_duration,omitempty"`
}

func (*LiveEventOutputObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LiveEventOutputObservation.

func (*LiveEventOutputObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LiveEventOutputParameters

type LiveEventOutputParameters struct {

	// ISO 8601 time between 1 minute to 25 hours to indicate the maximum content length that can be archived in the asset for this live output. This also sets the maximum content length for the rewind window. For example, use PT1H30M to indicate 1 hour and 30 minutes of archive window. Changing this forces a new Live Output to be created.
	// +kubebuilder:validation:Optional
	ArchiveWindowDuration *string `json:"archiveWindowDuration,omitempty" tf:"archive_window_duration,omitempty"`

	// The asset that the live output will write to. Changing this forces a new Live Output to be created.
	// +crossplane:generate:reference:type=Asset
	// +kubebuilder:validation:Optional
	AssetName *string `json:"assetName,omitempty" tf:"asset_name,omitempty"`

	// Reference to a Asset to populate assetName.
	// +kubebuilder:validation:Optional
	AssetNameRef *v1.Reference `json:"assetNameRef,omitempty" tf:"-"`

	// Selector for a Asset to populate assetName.
	// +kubebuilder:validation:Optional
	AssetNameSelector *v1.Selector `json:"assetNameSelector,omitempty" tf:"-"`

	// The description of the live output. Changing this forces a new Live Output to be created.
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The number of fragments in an HTTP Live Streaming (HLS) TS segment in the output of the live event. This value does not affect the packing ratio for HLS CMAF output. Changing this forces a new Live Output to be created.
	// +kubebuilder:validation:Optional
	HlsFragmentsPerTSSegment *float64 `json:"hlsFragmentsPerTsSegment,omitempty" tf:"hls_fragments_per_ts_segment,omitempty"`

	// The id of the live event. Changing this forces a new Live Output to be created.
	// +crossplane:generate:reference:type=LiveEvent
	// +crossplane:generate:reference:extractor=github.com/upbound/provider-azure/apis/rconfig.ExtractResourceID()
	// +kubebuilder:validation:Optional
	LiveEventID *string `json:"liveEventId,omitempty" tf:"live_event_id,omitempty"`

	// Reference to a LiveEvent to populate liveEventId.
	// +kubebuilder:validation:Optional
	LiveEventIDRef *v1.Reference `json:"liveEventIdRef,omitempty" tf:"-"`

	// Selector for a LiveEvent to populate liveEventId.
	// +kubebuilder:validation:Optional
	LiveEventIDSelector *v1.Selector `json:"liveEventIdSelector,omitempty" tf:"-"`

	// The manifest file name. If not provided, the service will generate one automatically. Changing this forces a new Live Output to be created.
	// +kubebuilder:validation:Optional
	ManifestName *string `json:"manifestName,omitempty" tf:"manifest_name,omitempty"`

	// The initial timestamp that the live output will start at, any content before this value will not be archived. Changing this forces a new Live Output to be created.
	// +kubebuilder:validation:Optional
	OutputSnapTimeInSeconds *float64 `json:"outputSnapTimeInSeconds,omitempty" tf:"output_snap_time_in_seconds,omitempty"`

	// +kubebuilder:validation:Optional
	RewindWindowDuration *string `json:"rewindWindowDuration,omitempty" tf:"rewind_window_duration,omitempty"`
}

func (*LiveEventOutputParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LiveEventOutputParameters.

func (*LiveEventOutputParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LiveEventOutputSpec

type LiveEventOutputSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     LiveEventOutputParameters `json:"forProvider"`
}

LiveEventOutputSpec defines the desired state of LiveEventOutput

func (*LiveEventOutputSpec) DeepCopy

func (in *LiveEventOutputSpec) DeepCopy() *LiveEventOutputSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LiveEventOutputSpec.

func (*LiveEventOutputSpec) DeepCopyInto

func (in *LiveEventOutputSpec) DeepCopyInto(out *LiveEventOutputSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LiveEventOutputStatus

type LiveEventOutputStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        LiveEventOutputObservation `json:"atProvider,omitempty"`
}

LiveEventOutputStatus defines the observed state of LiveEventOutput.

func (*LiveEventOutputStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LiveEventOutputStatus.

func (*LiveEventOutputStatus) DeepCopyInto

func (in *LiveEventOutputStatus) DeepCopyInto(out *LiveEventOutputStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LiveEventParameters

type LiveEventParameters struct {

	// The flag indicates if the resource should be automatically started on creation. Default is false. Changing this forces a new resource to be created.
	// +kubebuilder:validation:Optional
	AutoStartEnabled *bool `json:"autoStartEnabled,omitempty" tf:"auto_start_enabled,omitempty"`

	// A cross_site_access_policy block as defined below.
	// +kubebuilder:validation:Optional
	CrossSiteAccessPolicy []CrossSiteAccessPolicyParameters `json:"crossSiteAccessPolicy,omitempty" tf:"cross_site_access_policy,omitempty"`

	// A description for the live event.
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// A encoding block as defined below.
	// +kubebuilder:validation:Optional
	Encoding []EncodingParameters `json:"encoding,omitempty" tf:"encoding,omitempty"`

	// When use_static_hostname is set to true, the hostname_prefix specifies the first part of the hostname assigned to the live event preview and ingest endpoints. The final hostname would be a combination of this prefix, the media service account name and a short code for the Azure Media Services data center.
	// +kubebuilder:validation:Optional
	HostNamePrefix *string `json:"hostnamePrefix,omitempty" tf:"hostname_prefix,omitempty"`

	// A input block as defined below.
	// +kubebuilder:validation:Optional
	Input []InputParameters `json:"input,omitempty" tf:"input,omitempty"`

	// The Azure Region where the Live Event should exist. Changing this forces a new Live Event to be created.
	// +kubebuilder:validation:Optional
	Location *string `json:"location,omitempty" tf:"location,omitempty"`

	// The Media Services account name. Changing this forces a new Live Event to be created.
	// +crossplane:generate:reference:type=ServicesAccount
	// +kubebuilder:validation:Optional
	MediaServicesAccountName *string `json:"mediaServicesAccountName,omitempty" tf:"media_services_account_name,omitempty"`

	// Reference to a ServicesAccount to populate mediaServicesAccountName.
	// +kubebuilder:validation:Optional
	MediaServicesAccountNameRef *v1.Reference `json:"mediaServicesAccountNameRef,omitempty" tf:"-"`

	// Selector for a ServicesAccount to populate mediaServicesAccountName.
	// +kubebuilder:validation:Optional
	MediaServicesAccountNameSelector *v1.Selector `json:"mediaServicesAccountNameSelector,omitempty" tf:"-"`

	// A preview block as defined below.
	// +kubebuilder:validation:Optional
	Preview []PreviewParameters `json:"preview,omitempty" tf:"preview,omitempty"`

	// The name of the Resource Group where the Live Event should exist. Changing this forces a new Live Event to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/azure/v1beta1.ResourceGroup
	// +kubebuilder:validation:Optional
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// Reference to a ResourceGroup in azure to populate resourceGroupName.
	// +kubebuilder:validation:Optional
	ResourceGroupNameRef *v1.Reference `json:"resourceGroupNameRef,omitempty" tf:"-"`

	// Selector for a ResourceGroup in azure to populate resourceGroupName.
	// +kubebuilder:validation:Optional
	ResourceGroupNameSelector *v1.Selector `json:"resourceGroupNameSelector,omitempty" tf:"-"`

	// A list of options to use for the LiveEvent. Possible values are Default, LowLatency, LowLatencyV2. Please see more at this document. Changing this forces a new resource to be created.
	// +kubebuilder:validation:Optional
	StreamOptions []*string `json:"streamOptions,omitempty" tf:"stream_options,omitempty"`

	// A mapping of tags which should be assigned to the Live Event.
	// +kubebuilder:validation:Optional
	Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"`

	// Specifies a list of languages (locale) to be used for speech-to-text transcription – it should match the spoken language in the audio track. The value should be in BCP-47 format (e.g: en-US). See the Microsoft Documentation for more information about the live transcription feature and the list of supported languages.
	// +kubebuilder:validation:Optional
	TranscriptionLanguages []*string `json:"transcriptionLanguages,omitempty" tf:"transcription_languages,omitempty"`

	// Specifies whether a static hostname would be assigned to the live event preview and ingest endpoints. Changing this forces a new Live Event to be created.
	// +kubebuilder:validation:Optional
	UseStaticHostName *bool `json:"useStaticHostname,omitempty" tf:"use_static_hostname,omitempty"`
}

func (*LiveEventParameters) DeepCopy

func (in *LiveEventParameters) DeepCopy() *LiveEventParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LiveEventParameters.

func (*LiveEventParameters) DeepCopyInto

func (in *LiveEventParameters) DeepCopyInto(out *LiveEventParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LiveEventSpec

type LiveEventSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     LiveEventParameters `json:"forProvider"`
}

LiveEventSpec defines the desired state of LiveEvent

func (*LiveEventSpec) DeepCopy

func (in *LiveEventSpec) DeepCopy() *LiveEventSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LiveEventSpec.

func (*LiveEventSpec) DeepCopyInto

func (in *LiveEventSpec) DeepCopyInto(out *LiveEventSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LiveEventStatus

type LiveEventStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        LiveEventObservation `json:"atProvider,omitempty"`
}

LiveEventStatus defines the observed state of LiveEvent.

func (*LiveEventStatus) DeepCopy

func (in *LiveEventStatus) DeepCopy() *LiveEventStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LiveEventStatus.

func (*LiveEventStatus) DeepCopyInto

func (in *LiveEventStatus) DeepCopyInto(out *LiveEventStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ManagedIdentityObservation added in v0.27.0

type ManagedIdentityObservation struct {

	// Whether to use System Assigned Identity. Possible Values are true and false.
	UseSystemAssignedIdentity *bool `json:"useSystemAssignedIdentity,omitempty" tf:"use_system_assigned_identity,omitempty"`

	// The ID of the User Assigned Identity. This value can only be set when use_system_assigned_identity is false
	UserAssignedIdentityID *string `json:"userAssignedIdentityId,omitempty" tf:"user_assigned_identity_id,omitempty"`
}

func (*ManagedIdentityObservation) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ManagedIdentityObservation.

func (*ManagedIdentityObservation) DeepCopyInto added in v0.27.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ManagedIdentityParameters added in v0.27.0

type ManagedIdentityParameters struct {

	// Whether to use System Assigned Identity. Possible Values are true and false.
	// +kubebuilder:validation:Optional
	UseSystemAssignedIdentity *bool `json:"useSystemAssignedIdentity,omitempty" tf:"use_system_assigned_identity,omitempty"`

	// The ID of the User Assigned Identity. This value can only be set when use_system_assigned_identity is false
	// +kubebuilder:validation:Optional
	UserAssignedIdentityID *string `json:"userAssignedIdentityId,omitempty" tf:"user_assigned_identity_id,omitempty"`
}

func (*ManagedIdentityParameters) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ManagedIdentityParameters.

func (*ManagedIdentityParameters) DeepCopyInto added in v0.27.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Mp4Observation added in v0.32.0

type Mp4Observation struct {

	// The file naming pattern used for the creation of output files. The following macros are supported in the file name: {Basename} - An expansion macro that will use the name of the input video file. If the base name(the file suffix is not included) of the input video file is less than 32 characters long, the base name of input video files will be used. If the length of base name of the input video file exceeds 32 characters, the base name is truncated to the first 32 characters in total length. {Extension} - The appropriate extension for this format. {Label} - The label assigned to the codec/layer. {Index} - A unique index for thumbnails. Only applicable to thumbnails. {AudioStream} - string "Audio" plus audio stream number(start from 1). {Bitrate} - The audio/video bitrate in kbps. Not applicable to thumbnails. {Codec} - The type of the audio/video codec. {Resolution} - The video resolution. Any unsubstituted macros will be collapsed and removed from the filename.
	FilenamePattern *string `json:"filenamePattern,omitempty" tf:"filename_pattern,omitempty"`

	// One or more output_file blocks as defined above.
	OutputFile []OutputFileObservation `json:"outputFile,omitempty" tf:"output_file,omitempty"`
}

func (*Mp4Observation) DeepCopy added in v0.32.0

func (in *Mp4Observation) DeepCopy() *Mp4Observation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Mp4Observation.

func (*Mp4Observation) DeepCopyInto added in v0.32.0

func (in *Mp4Observation) DeepCopyInto(out *Mp4Observation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Mp4Parameters added in v0.32.0

type Mp4Parameters struct {

	// The file naming pattern used for the creation of output files. The following macros are supported in the file name: {Basename} - An expansion macro that will use the name of the input video file. If the base name(the file suffix is not included) of the input video file is less than 32 characters long, the base name of input video files will be used. If the length of base name of the input video file exceeds 32 characters, the base name is truncated to the first 32 characters in total length. {Extension} - The appropriate extension for this format. {Label} - The label assigned to the codec/layer. {Index} - A unique index for thumbnails. Only applicable to thumbnails. {AudioStream} - string "Audio" plus audio stream number(start from 1). {Bitrate} - The audio/video bitrate in kbps. Not applicable to thumbnails. {Codec} - The type of the audio/video codec. {Resolution} - The video resolution. Any unsubstituted macros will be collapsed and removed from the filename.
	// +kubebuilder:validation:Required
	FilenamePattern *string `json:"filenamePattern" tf:"filename_pattern,omitempty"`

	// One or more output_file blocks as defined above.
	// +kubebuilder:validation:Optional
	OutputFile []OutputFileParameters `json:"outputFile,omitempty" tf:"output_file,omitempty"`
}

func (*Mp4Parameters) DeepCopy added in v0.32.0

func (in *Mp4Parameters) DeepCopy() *Mp4Parameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Mp4Parameters.

func (*Mp4Parameters) DeepCopyInto added in v0.32.0

func (in *Mp4Parameters) DeepCopyInto(out *Mp4Parameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type NoEncryptionEnabledProtocolsObservation

type NoEncryptionEnabledProtocolsObservation struct {

	// Enable DASH protocol or not. Changing this forces a new Streaming Policy to be created.
	Dash *bool `json:"dash,omitempty" tf:"dash,omitempty"`

	// Enable Download protocol or not. Changing this forces a new Streaming Policy to be created.
	Download *bool `json:"download,omitempty" tf:"download,omitempty"`

	// Enable HLS protocol or not. Changing this forces a new Streaming Policy to be created.
	Hls *bool `json:"hls,omitempty" tf:"hls,omitempty"`

	// Enable SmoothStreaming protocol or not. Changing this forces a new Streaming Policy to be created.
	SmoothStreaming *bool `json:"smoothStreaming,omitempty" tf:"smooth_streaming,omitempty"`
}

func (*NoEncryptionEnabledProtocolsObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NoEncryptionEnabledProtocolsObservation.

func (*NoEncryptionEnabledProtocolsObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type NoEncryptionEnabledProtocolsParameters

type NoEncryptionEnabledProtocolsParameters struct {

	// Enable DASH protocol or not. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	Dash *bool `json:"dash,omitempty" tf:"dash,omitempty"`

	// Enable Download protocol or not. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	Download *bool `json:"download,omitempty" tf:"download,omitempty"`

	// Enable HLS protocol or not. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	Hls *bool `json:"hls,omitempty" tf:"hls,omitempty"`

	// Enable SmoothStreaming protocol or not. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	SmoothStreaming *bool `json:"smoothStreaming,omitempty" tf:"smooth_streaming,omitempty"`
}

func (*NoEncryptionEnabledProtocolsParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NoEncryptionEnabledProtocolsParameters.

func (*NoEncryptionEnabledProtocolsParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type OfflineRentalConfigurationObservation added in v0.27.0

type OfflineRentalConfigurationObservation struct {

	// Playback duration.
	PlaybackDurationSeconds *float64 `json:"playbackDurationSeconds,omitempty" tf:"playback_duration_seconds,omitempty"`

	// Storage duration.
	StorageDurationSeconds *float64 `json:"storageDurationSeconds,omitempty" tf:"storage_duration_seconds,omitempty"`
}

func (*OfflineRentalConfigurationObservation) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OfflineRentalConfigurationObservation.

func (*OfflineRentalConfigurationObservation) DeepCopyInto added in v0.27.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type OfflineRentalConfigurationParameters added in v0.27.0

type OfflineRentalConfigurationParameters struct {

	// Playback duration.
	// +kubebuilder:validation:Optional
	PlaybackDurationSeconds *float64 `json:"playbackDurationSeconds,omitempty" tf:"playback_duration_seconds,omitempty"`

	// Storage duration.
	// +kubebuilder:validation:Optional
	StorageDurationSeconds *float64 `json:"storageDurationSeconds,omitempty" tf:"storage_duration_seconds,omitempty"`
}

func (*OfflineRentalConfigurationParameters) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OfflineRentalConfigurationParameters.

func (*OfflineRentalConfigurationParameters) DeepCopyInto added in v0.27.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type OutputAssetObservation added in v0.28.0

type OutputAssetObservation struct {

	// A label that is assigned to a JobOutput in order to help uniquely identify it. This is useful when your Transform has more than one TransformOutput, whereby your Job has more than one JobOutput. In such cases, when you submit the Job, you will add two or more JobOutputs, in the same order as TransformOutputs in the Transform. Subsequently, when you retrieve the Job, either through events or on a GET request, you can use the label to easily identify the JobOutput. If a label is not provided, a default value of '{presetName}_{outputIndex}' will be used, where the preset name is the name of the preset in the corresponding TransformOutput and the output index is the relative index of the this JobOutput within the Job. Note that this index is the same as the relative index of the corresponding TransformOutput within its Transform. Changing this forces a new resource to be created.
	Label *string `json:"label,omitempty" tf:"label,omitempty"`

	// The name of the output Asset. Changing this forces a new Media Job to be created.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`
}

func (*OutputAssetObservation) DeepCopy added in v0.28.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OutputAssetObservation.

func (*OutputAssetObservation) DeepCopyInto added in v0.28.0

func (in *OutputAssetObservation) DeepCopyInto(out *OutputAssetObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type OutputAssetParameters added in v0.28.0

type OutputAssetParameters struct {

	// A label that is assigned to a JobOutput in order to help uniquely identify it. This is useful when your Transform has more than one TransformOutput, whereby your Job has more than one JobOutput. In such cases, when you submit the Job, you will add two or more JobOutputs, in the same order as TransformOutputs in the Transform. Subsequently, when you retrieve the Job, either through events or on a GET request, you can use the label to easily identify the JobOutput. If a label is not provided, a default value of '{presetName}_{outputIndex}' will be used, where the preset name is the name of the preset in the corresponding TransformOutput and the output index is the relative index of the this JobOutput within the Job. Note that this index is the same as the relative index of the corresponding TransformOutput within its Transform. Changing this forces a new resource to be created.
	// +kubebuilder:validation:Optional
	Label *string `json:"label,omitempty" tf:"label,omitempty"`

	// The name of the output Asset. Changing this forces a new Media Job to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/media/v1beta1.Asset
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// Reference to a Asset in media to populate name.
	// +kubebuilder:validation:Optional
	NameRef *v1.Reference `json:"nameRef,omitempty" tf:"-"`

	// Selector for a Asset in media to populate name.
	// +kubebuilder:validation:Optional
	NameSelector *v1.Selector `json:"nameSelector,omitempty" tf:"-"`
}

func (*OutputAssetParameters) DeepCopy added in v0.28.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OutputAssetParameters.

func (*OutputAssetParameters) DeepCopyInto added in v0.28.0

func (in *OutputAssetParameters) DeepCopyInto(out *OutputAssetParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type OutputFileObservation added in v0.32.0

type OutputFileObservation struct {

	// The list of labels that describe how the encoder should multiplex video and audio into an output file. For example, if the encoder is producing two video layers with labels v1 and v2, and one audio layer with label a1, then an array like ["v1", "a1"] tells the encoder to produce an output file with the video track represented by v1 and the audio track represented by a1.
	Labels []*string `json:"labels,omitempty" tf:"labels,omitempty"`
}

func (*OutputFileObservation) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OutputFileObservation.

func (*OutputFileObservation) DeepCopyInto added in v0.32.0

func (in *OutputFileObservation) DeepCopyInto(out *OutputFileObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type OutputFileParameters added in v0.32.0

type OutputFileParameters struct {

	// The list of labels that describe how the encoder should multiplex video and audio into an output file. For example, if the encoder is producing two video layers with labels v1 and v2, and one audio layer with label a1, then an array like ["v1", "a1"] tells the encoder to produce an output file with the video track represented by v1 and the audio track represented by a1.
	// +kubebuilder:validation:Required
	Labels []*string `json:"labels" tf:"labels,omitempty"`
}

func (*OutputFileParameters) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OutputFileParameters.

func (*OutputFileParameters) DeepCopyInto added in v0.32.0

func (in *OutputFileParameters) DeepCopyInto(out *OutputFileParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type OutputObservation

type OutputObservation struct {

	// An audio_analyzer_preset block as defined above.
	AudioAnalyzerPreset []AudioAnalyzerPresetObservation `json:"audioAnalyzerPreset,omitempty" tf:"audio_analyzer_preset,omitempty"`

	// A builtin_preset block as defined above.
	BuiltinPreset []BuiltinPresetObservation `json:"builtinPreset,omitempty" tf:"builtin_preset,omitempty"`

	// A custom_preset block as defined above.
	CustomPreset []CustomPresetObservation `json:"customPreset,omitempty" tf:"custom_preset,omitempty"`

	// A face_detector_preset block as defined above.
	FaceDetectorPreset []FaceDetectorPresetObservation `json:"faceDetectorPreset,omitempty" tf:"face_detector_preset,omitempty"`

	// A Transform can define more than one outputs. This property defines what the service should do when one output fails - either continue to produce other outputs, or, stop the other outputs. The overall Job state will not reflect failures of outputs that are specified with ContinueJob. Possible values are StopProcessingJob or ContinueJob. The default is StopProcessingJob.
	OnErrorAction *string `json:"onErrorAction,omitempty" tf:"on_error_action,omitempty"`

	// Sets the relative priority of the TransformOutputs within a Transform. This sets the priority that the service uses for processing Transform Outputs. Possible values are High, Normal or Low. Defaults to Normal.
	RelativePriority *string `json:"relativePriority,omitempty" tf:"relative_priority,omitempty"`

	// A video_analyzer_preset block as defined below.
	VideoAnalyzerPreset []VideoAnalyzerPresetObservation `json:"videoAnalyzerPreset,omitempty" tf:"video_analyzer_preset,omitempty"`
}

func (*OutputObservation) DeepCopy

func (in *OutputObservation) DeepCopy() *OutputObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OutputObservation.

func (*OutputObservation) DeepCopyInto

func (in *OutputObservation) DeepCopyInto(out *OutputObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type OutputParameters

type OutputParameters struct {

	// An audio_analyzer_preset block as defined above.
	// +kubebuilder:validation:Optional
	AudioAnalyzerPreset []AudioAnalyzerPresetParameters `json:"audioAnalyzerPreset,omitempty" tf:"audio_analyzer_preset,omitempty"`

	// A builtin_preset block as defined above.
	// +kubebuilder:validation:Optional
	BuiltinPreset []BuiltinPresetParameters `json:"builtinPreset,omitempty" tf:"builtin_preset,omitempty"`

	// A custom_preset block as defined above.
	// +kubebuilder:validation:Optional
	CustomPreset []CustomPresetParameters `json:"customPreset,omitempty" tf:"custom_preset,omitempty"`

	// A face_detector_preset block as defined above.
	// +kubebuilder:validation:Optional
	FaceDetectorPreset []FaceDetectorPresetParameters `json:"faceDetectorPreset,omitempty" tf:"face_detector_preset,omitempty"`

	// A Transform can define more than one outputs. This property defines what the service should do when one output fails - either continue to produce other outputs, or, stop the other outputs. The overall Job state will not reflect failures of outputs that are specified with ContinueJob. Possible values are StopProcessingJob or ContinueJob. The default is StopProcessingJob.
	// +kubebuilder:validation:Optional
	OnErrorAction *string `json:"onErrorAction,omitempty" tf:"on_error_action,omitempty"`

	// Sets the relative priority of the TransformOutputs within a Transform. This sets the priority that the service uses for processing Transform Outputs. Possible values are High, Normal or Low. Defaults to Normal.
	// +kubebuilder:validation:Optional
	RelativePriority *string `json:"relativePriority,omitempty" tf:"relative_priority,omitempty"`

	// A video_analyzer_preset block as defined below.
	// +kubebuilder:validation:Optional
	VideoAnalyzerPreset []VideoAnalyzerPresetParameters `json:"videoAnalyzerPreset,omitempty" tf:"video_analyzer_preset,omitempty"`
}

func (*OutputParameters) DeepCopy

func (in *OutputParameters) DeepCopy() *OutputParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OutputParameters.

func (*OutputParameters) DeepCopyInto

func (in *OutputParameters) DeepCopyInto(out *OutputParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type OverlayObservation added in v0.32.0

type OverlayObservation struct {

	// An audio block as defined above.
	Audio []AudioObservation `json:"audio,omitempty" tf:"audio,omitempty"`

	// A video block as defined below.
	Video []VideoObservation `json:"video,omitempty" tf:"video,omitempty"`
}

func (*OverlayObservation) DeepCopy added in v0.32.0

func (in *OverlayObservation) DeepCopy() *OverlayObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OverlayObservation.

func (*OverlayObservation) DeepCopyInto added in v0.32.0

func (in *OverlayObservation) DeepCopyInto(out *OverlayObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type OverlayParameters added in v0.32.0

type OverlayParameters struct {

	// An audio block as defined above.
	// +kubebuilder:validation:Optional
	Audio []AudioParameters `json:"audio,omitempty" tf:"audio,omitempty"`

	// A video block as defined below.
	// +kubebuilder:validation:Optional
	Video []VideoParameters `json:"video,omitempty" tf:"video,omitempty"`
}

func (*OverlayParameters) DeepCopy added in v0.32.0

func (in *OverlayParameters) DeepCopy() *OverlayParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OverlayParameters.

func (*OverlayParameters) DeepCopyInto added in v0.32.0

func (in *OverlayParameters) DeepCopyInto(out *OverlayParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PlayRightObservation added in v0.27.0

type PlayRightObservation struct {

	// Configures Automatic Gain Control (AGC) and Color Stripe in the license. Must be between 0 and 3 inclusive.
	AgcAndColorStripeRestriction *float64 `json:"agcAndColorStripeRestriction,omitempty" tf:"agc_and_color_stripe_restriction,omitempty"`

	// Configures Unknown output handling settings of the license. Supported values are Allowed, AllowedWithVideoConstriction or NotAllowed.
	AllowPassingVideoContentToUnknownOutput *string `json:"allowPassingVideoContentToUnknownOutput,omitempty" tf:"allow_passing_video_content_to_unknown_output,omitempty"`

	// Specifies the output protection level for compressed digital audio. Supported values are 100, 150 or 200.
	AnalogVideoOpl *float64 `json:"analogVideoOpl,omitempty" tf:"analog_video_opl,omitempty"`

	// Specifies the output protection level for compressed digital audio.Supported values are 100, 150, 200, 250 or 300.
	CompressedDigitalAudioOpl *float64 `json:"compressedDigitalAudioOpl,omitempty" tf:"compressed_digital_audio_opl,omitempty"`

	// Specifies the output protection level for compressed digital video. Supported values are 400 or 500.
	CompressedDigitalVideoOpl *float64 `json:"compressedDigitalVideoOpl,omitempty" tf:"compressed_digital_video_opl,omitempty"`

	// Enables the Image Constraint For Analog Component Video Restriction in the license.
	DigitalVideoOnlyContentRestriction *bool `json:"digitalVideoOnlyContentRestriction,omitempty" tf:"digital_video_only_content_restriction,omitempty"`

	// An explicit_analog_television_output_restriction block as defined above.
	ExplicitAnalogTelevisionOutputRestriction []ExplicitAnalogTelevisionOutputRestrictionObservation `json:"explicitAnalogTelevisionOutputRestriction,omitempty" tf:"explicit_analog_television_output_restriction,omitempty"`

	// The amount of time that the license is valid after the license is first used to play content.
	FirstPlayExpiration *string `json:"firstPlayExpiration,omitempty" tf:"first_play_expiration,omitempty"`

	// Enables the Image Constraint For Analog Component Video Restriction in the license.
	ImageConstraintForAnalogComponentVideoRestriction *bool `` /* 137-byte string literal not displayed */

	// Enables the Image Constraint For Analog Component Video Restriction in the license.
	ImageConstraintForAnalogComputerMonitorRestriction *bool `` /* 139-byte string literal not displayed */

	// Configures the Serial Copy Management System (SCMS) in the license. Must be between 0 and 3 inclusive.
	ScmsRestriction *float64 `json:"scmsRestriction,omitempty" tf:"scms_restriction,omitempty"`

	// Specifies the output protection level for uncompressed digital audio. Supported values are 100, 150, 200, 250 or 300.
	UncompressedDigitalAudioOpl *float64 `json:"uncompressedDigitalAudioOpl,omitempty" tf:"uncompressed_digital_audio_opl,omitempty"`

	// Specifies the output protection level for uncompressed digital video. Supported values are 100, 250, 270 or 300.
	UncompressedDigitalVideoOpl *float64 `json:"uncompressedDigitalVideoOpl,omitempty" tf:"uncompressed_digital_video_opl,omitempty"`
}

func (*PlayRightObservation) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PlayRightObservation.

func (*PlayRightObservation) DeepCopyInto added in v0.27.0

func (in *PlayRightObservation) DeepCopyInto(out *PlayRightObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PlayRightParameters added in v0.27.0

type PlayRightParameters struct {

	// Configures Automatic Gain Control (AGC) and Color Stripe in the license. Must be between 0 and 3 inclusive.
	// +kubebuilder:validation:Optional
	AgcAndColorStripeRestriction *float64 `json:"agcAndColorStripeRestriction,omitempty" tf:"agc_and_color_stripe_restriction,omitempty"`

	// Configures Unknown output handling settings of the license. Supported values are Allowed, AllowedWithVideoConstriction or NotAllowed.
	// +kubebuilder:validation:Optional
	AllowPassingVideoContentToUnknownOutput *string `json:"allowPassingVideoContentToUnknownOutput,omitempty" tf:"allow_passing_video_content_to_unknown_output,omitempty"`

	// Specifies the output protection level for compressed digital audio. Supported values are 100, 150 or 200.
	// +kubebuilder:validation:Optional
	AnalogVideoOpl *float64 `json:"analogVideoOpl,omitempty" tf:"analog_video_opl,omitempty"`

	// Specifies the output protection level for compressed digital audio.Supported values are 100, 150, 200, 250 or 300.
	// +kubebuilder:validation:Optional
	CompressedDigitalAudioOpl *float64 `json:"compressedDigitalAudioOpl,omitempty" tf:"compressed_digital_audio_opl,omitempty"`

	// Specifies the output protection level for compressed digital video. Supported values are 400 or 500.
	// +kubebuilder:validation:Optional
	CompressedDigitalVideoOpl *float64 `json:"compressedDigitalVideoOpl,omitempty" tf:"compressed_digital_video_opl,omitempty"`

	// Enables the Image Constraint For Analog Component Video Restriction in the license.
	// +kubebuilder:validation:Optional
	DigitalVideoOnlyContentRestriction *bool `json:"digitalVideoOnlyContentRestriction,omitempty" tf:"digital_video_only_content_restriction,omitempty"`

	// An explicit_analog_television_output_restriction block as defined above.
	// +kubebuilder:validation:Optional
	ExplicitAnalogTelevisionOutputRestriction []ExplicitAnalogTelevisionOutputRestrictionParameters `json:"explicitAnalogTelevisionOutputRestriction,omitempty" tf:"explicit_analog_television_output_restriction,omitempty"`

	// The amount of time that the license is valid after the license is first used to play content.
	// +kubebuilder:validation:Optional
	FirstPlayExpiration *string `json:"firstPlayExpiration,omitempty" tf:"first_play_expiration,omitempty"`

	// Enables the Image Constraint For Analog Component Video Restriction in the license.
	// +kubebuilder:validation:Optional
	ImageConstraintForAnalogComponentVideoRestriction *bool `` /* 137-byte string literal not displayed */

	// Enables the Image Constraint For Analog Component Video Restriction in the license.
	// +kubebuilder:validation:Optional
	ImageConstraintForAnalogComputerMonitorRestriction *bool `` /* 139-byte string literal not displayed */

	// Configures the Serial Copy Management System (SCMS) in the license. Must be between 0 and 3 inclusive.
	// +kubebuilder:validation:Optional
	ScmsRestriction *float64 `json:"scmsRestriction,omitempty" tf:"scms_restriction,omitempty"`

	// Specifies the output protection level for uncompressed digital audio. Supported values are 100, 150, 200, 250 or 300.
	// +kubebuilder:validation:Optional
	UncompressedDigitalAudioOpl *float64 `json:"uncompressedDigitalAudioOpl,omitempty" tf:"uncompressed_digital_audio_opl,omitempty"`

	// Specifies the output protection level for uncompressed digital video. Supported values are 100, 250, 270 or 300.
	// +kubebuilder:validation:Optional
	UncompressedDigitalVideoOpl *float64 `json:"uncompressedDigitalVideoOpl,omitempty" tf:"uncompressed_digital_video_opl,omitempty"`
}

func (*PlayRightParameters) DeepCopy added in v0.27.0

func (in *PlayRightParameters) DeepCopy() *PlayRightParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PlayRightParameters.

func (*PlayRightParameters) DeepCopyInto added in v0.27.0

func (in *PlayRightParameters) DeepCopyInto(out *PlayRightParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PlayreadyConfigurationLicenseObservation added in v0.27.0

type PlayreadyConfigurationLicenseObservation struct {

	// A flag indicating whether test devices can use the license.
	AllowTestDevices *bool `json:"allowTestDevices,omitempty" tf:"allow_test_devices,omitempty"`

	// The begin date of license.
	BeginDate *string `json:"beginDate,omitempty" tf:"begin_date,omitempty"`

	// Specifies that the content key ID is in the PlayReady header.
	ContentKeyLocationFromHeaderEnabled *bool `json:"contentKeyLocationFromHeaderEnabled,omitempty" tf:"content_key_location_from_header_enabled,omitempty"`

	// The content key ID. Specifies that the content key ID is specified in the PlayReady configuration.
	ContentKeyLocationFromKeyID *string `json:"contentKeyLocationFromKeyId,omitempty" tf:"content_key_location_from_key_id,omitempty"`

	// The PlayReady content type. Supported values are UltraVioletDownload, UltraVioletStreaming or Unspecified.
	ContentType *string `json:"contentType,omitempty" tf:"content_type,omitempty"`

	// The expiration date of license.
	ExpirationDate *string `json:"expirationDate,omitempty" tf:"expiration_date,omitempty"`

	// The license type. Supported values are NonPersistent or Persistent.
	LicenseType *string `json:"licenseType,omitempty" tf:"license_type,omitempty"`

	// A play_right block as defined above.
	PlayRight []PlayRightObservation `json:"playRight,omitempty" tf:"play_right,omitempty"`

	// The relative begin date of license.
	RelativeBeginDate *string `json:"relativeBeginDate,omitempty" tf:"relative_begin_date,omitempty"`

	// The relative expiration date of license.
	RelativeExpirationDate *string `json:"relativeExpirationDate,omitempty" tf:"relative_expiration_date,omitempty"`

	// The security level of the PlayReady license. Possible values are SL150, SL2000 and SL3000. Please see this document for more information about security level. See this document for more information about SL3000 support.
	SecurityLevel *string `json:"securityLevel,omitempty" tf:"security_level,omitempty"`
}

func (*PlayreadyConfigurationLicenseObservation) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PlayreadyConfigurationLicenseObservation.

func (*PlayreadyConfigurationLicenseObservation) DeepCopyInto added in v0.27.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PlayreadyConfigurationLicenseParameters added in v0.27.0

type PlayreadyConfigurationLicenseParameters struct {

	// A flag indicating whether test devices can use the license.
	// +kubebuilder:validation:Optional
	AllowTestDevices *bool `json:"allowTestDevices,omitempty" tf:"allow_test_devices,omitempty"`

	// The begin date of license.
	// +kubebuilder:validation:Optional
	BeginDate *string `json:"beginDate,omitempty" tf:"begin_date,omitempty"`

	// Specifies that the content key ID is in the PlayReady header.
	// +kubebuilder:validation:Optional
	ContentKeyLocationFromHeaderEnabled *bool `json:"contentKeyLocationFromHeaderEnabled,omitempty" tf:"content_key_location_from_header_enabled,omitempty"`

	// The content key ID. Specifies that the content key ID is specified in the PlayReady configuration.
	// +kubebuilder:validation:Optional
	ContentKeyLocationFromKeyID *string `json:"contentKeyLocationFromKeyId,omitempty" tf:"content_key_location_from_key_id,omitempty"`

	// The PlayReady content type. Supported values are UltraVioletDownload, UltraVioletStreaming or Unspecified.
	// +kubebuilder:validation:Optional
	ContentType *string `json:"contentType,omitempty" tf:"content_type,omitempty"`

	// The expiration date of license.
	// +kubebuilder:validation:Optional
	ExpirationDate *string `json:"expirationDate,omitempty" tf:"expiration_date,omitempty"`

	// The grace period of license.
	// +kubebuilder:validation:Optional
	GracePeriodSecretRef *v1.SecretKeySelector `json:"gracePeriodSecretRef,omitempty" tf:"-"`

	// The license type. Supported values are NonPersistent or Persistent.
	// +kubebuilder:validation:Optional
	LicenseType *string `json:"licenseType,omitempty" tf:"license_type,omitempty"`

	// A play_right block as defined above.
	// +kubebuilder:validation:Optional
	PlayRight []PlayRightParameters `json:"playRight,omitempty" tf:"play_right,omitempty"`

	// The relative begin date of license.
	// +kubebuilder:validation:Optional
	RelativeBeginDate *string `json:"relativeBeginDate,omitempty" tf:"relative_begin_date,omitempty"`

	// The relative expiration date of license.
	// +kubebuilder:validation:Optional
	RelativeExpirationDate *string `json:"relativeExpirationDate,omitempty" tf:"relative_expiration_date,omitempty"`

	// The security level of the PlayReady license. Possible values are SL150, SL2000 and SL3000. Please see this document for more information about security level. See this document for more information about SL3000 support.
	// +kubebuilder:validation:Optional
	SecurityLevel *string `json:"securityLevel,omitempty" tf:"security_level,omitempty"`
}

func (*PlayreadyConfigurationLicenseParameters) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PlayreadyConfigurationLicenseParameters.

func (*PlayreadyConfigurationLicenseParameters) DeepCopyInto added in v0.27.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PolicyOptionObservation added in v0.27.0

type PolicyOptionObservation struct {

	// Enable a configuration for non-DRM keys.
	ClearKeyConfigurationEnabled *bool `json:"clearKeyConfigurationEnabled,omitempty" tf:"clear_key_configuration_enabled,omitempty"`

	// A fairplay_configuration block as defined above. Check license requirements here https://docs.microsoft.com/azure/media-services/latest/fairplay-license-overview.
	FairplayConfiguration []FairplayConfigurationObservation `json:"fairplayConfiguration,omitempty" tf:"fairplay_configuration,omitempty"`

	// The name which should be used for this Policy Option.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// Enable an open restriction. License or key will be delivered on every request.
	OpenRestrictionEnabled *bool `json:"openRestrictionEnabled,omitempty" tf:"open_restriction_enabled,omitempty"`

	// One or more playready_configuration_license blocks as defined above.
	PlayreadyConfigurationLicense []PlayreadyConfigurationLicenseObservation `json:"playreadyConfigurationLicense,omitempty" tf:"playready_configuration_license,omitempty"`

	// The custom response data of the PlayReady configuration. This only applies when playready_configuration_license is specified.
	PlayreadyResponseCustomData *string `json:"playreadyResponseCustomData,omitempty" tf:"playready_response_custom_data,omitempty"`

	// A token_restriction block as defined below.
	TokenRestriction []TokenRestrictionObservation `json:"tokenRestriction,omitempty" tf:"token_restriction,omitempty"`

	// The Widevine template.
	WidevineConfigurationTemplate *string `json:"widevineConfigurationTemplate,omitempty" tf:"widevine_configuration_template,omitempty"`
}

func (*PolicyOptionObservation) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PolicyOptionObservation.

func (*PolicyOptionObservation) DeepCopyInto added in v0.27.0

func (in *PolicyOptionObservation) DeepCopyInto(out *PolicyOptionObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PolicyOptionParameters added in v0.27.0

type PolicyOptionParameters struct {

	// Enable a configuration for non-DRM keys.
	// +kubebuilder:validation:Optional
	ClearKeyConfigurationEnabled *bool `json:"clearKeyConfigurationEnabled,omitempty" tf:"clear_key_configuration_enabled,omitempty"`

	// A fairplay_configuration block as defined above. Check license requirements here https://docs.microsoft.com/azure/media-services/latest/fairplay-license-overview.
	// +kubebuilder:validation:Optional
	FairplayConfiguration []FairplayConfigurationParameters `json:"fairplayConfiguration,omitempty" tf:"fairplay_configuration,omitempty"`

	// The name which should be used for this Policy Option.
	// +kubebuilder:validation:Required
	Name *string `json:"name" tf:"name,omitempty"`

	// Enable an open restriction. License or key will be delivered on every request.
	// +kubebuilder:validation:Optional
	OpenRestrictionEnabled *bool `json:"openRestrictionEnabled,omitempty" tf:"open_restriction_enabled,omitempty"`

	// One or more playready_configuration_license blocks as defined above.
	// +kubebuilder:validation:Optional
	PlayreadyConfigurationLicense []PlayreadyConfigurationLicenseParameters `json:"playreadyConfigurationLicense,omitempty" tf:"playready_configuration_license,omitempty"`

	// The custom response data of the PlayReady configuration. This only applies when playready_configuration_license is specified.
	// +kubebuilder:validation:Optional
	PlayreadyResponseCustomData *string `json:"playreadyResponseCustomData,omitempty" tf:"playready_response_custom_data,omitempty"`

	// A token_restriction block as defined below.
	// +kubebuilder:validation:Optional
	TokenRestriction []TokenRestrictionParameters `json:"tokenRestriction,omitempty" tf:"token_restriction,omitempty"`

	// The Widevine template.
	// +kubebuilder:validation:Optional
	WidevineConfigurationTemplate *string `json:"widevineConfigurationTemplate,omitempty" tf:"widevine_configuration_template,omitempty"`
}

func (*PolicyOptionParameters) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PolicyOptionParameters.

func (*PolicyOptionParameters) DeepCopyInto added in v0.27.0

func (in *PolicyOptionParameters) DeepCopyInto(out *PolicyOptionParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PositionObservation added in v0.32.0

type PositionObservation struct {

	// The height of the rectangular region in pixels. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	Height *string `json:"height,omitempty" tf:"height,omitempty"`

	// The number of pixels from the left-margin. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	Left *string `json:"left,omitempty" tf:"left,omitempty"`

	// The number of pixels from the top-margin. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	Top *string `json:"top,omitempty" tf:"top,omitempty"`

	// The width of the rectangular region in pixels. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	Width *string `json:"width,omitempty" tf:"width,omitempty"`
}

func (*PositionObservation) DeepCopy added in v0.32.0

func (in *PositionObservation) DeepCopy() *PositionObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PositionObservation.

func (*PositionObservation) DeepCopyInto added in v0.32.0

func (in *PositionObservation) DeepCopyInto(out *PositionObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PositionParameters added in v0.32.0

type PositionParameters struct {

	// The height of the rectangular region in pixels. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	// +kubebuilder:validation:Optional
	Height *string `json:"height,omitempty" tf:"height,omitempty"`

	// The number of pixels from the left-margin. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	// +kubebuilder:validation:Optional
	Left *string `json:"left,omitempty" tf:"left,omitempty"`

	// The number of pixels from the top-margin. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	// +kubebuilder:validation:Optional
	Top *string `json:"top,omitempty" tf:"top,omitempty"`

	// The width of the rectangular region in pixels. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	// +kubebuilder:validation:Optional
	Width *string `json:"width,omitempty" tf:"width,omitempty"`
}

func (*PositionParameters) DeepCopy added in v0.32.0

func (in *PositionParameters) DeepCopy() *PositionParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PositionParameters.

func (*PositionParameters) DeepCopyInto added in v0.32.0

func (in *PositionParameters) DeepCopyInto(out *PositionParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PresentationTimeRangeObservation added in v0.27.0

type PresentationTimeRangeObservation struct {

	// The absolute end time boundary. Applies to Video on Demand (VoD).
	// For the Live Streaming presentation, it is silently ignored and applied when the presentation ends and the stream becomes VoD. This is a long value that represents an absolute end point of the presentation, rounded to the closest next GOP start. The unit is defined by unit_timescale_in_miliseconds, so an end_in_units of 180 would be for 3 minutes. Use start_in_units and end_in_units to trim the fragments that will be in the playlist (manifest). For example, start_in_units set to 20 and end_in_units set to 60 using unit_timescale_in_miliseconds in 1000 will generate a playlist that contains fragments from between 20 seconds and 60 seconds of the VoD presentation. If a fragment straddles the boundary, the entire fragment will be included in the manifest.
	EndInUnits *float64 `json:"endInUnits,omitempty" tf:"end_in_units,omitempty"`

	// Indicates whether the end_in_units property must be present. If true, end_in_units must be specified or a bad request code is returned. Applies to Live Streaming only. Allowed values: false, true.
	ForceEnd *bool `json:"forceEnd,omitempty" tf:"force_end,omitempty"`

	// The relative to end right edge. Applies to Live Streaming only.
	// This value defines the latest live position that a client can seek to. Using this property, you can delay live playback position and create a server-side buffer for players. The unit is defined by unit_timescale_in_miliseconds. The maximum live back off duration is 300 seconds. For example, a value of 20 means that the latest available content is 20 seconds delayed from the real live edge.
	LiveBackoffInUnits *float64 `json:"liveBackoffInUnits,omitempty" tf:"live_backoff_in_units,omitempty"`

	// The relative to end sliding window. Applies to Live Streaming only. Use presentation_window_in_units to apply a sliding window of fragments to include in a playlist. The unit is defined by unit_timescale_in_miliseconds. For example, set presentation_window_in_units to 120 to apply a two-minute sliding window. Media within 2 minutes of the live edge will be included in the playlist. If a fragment straddles the boundary, the entire fragment will be included in the playlist. The minimum presentation window duration is 60 seconds.
	PresentationWindowInUnits *float64 `json:"presentationWindowInUnits,omitempty" tf:"presentation_window_in_units,omitempty"`

	// The absolute start time boundary. Applies to Video on Demand (VoD) or Live Streaming. This is a long value that represents an absolute start point of the stream. The value gets rounded to the closest next GOP start. The unit is defined by unit_timescale_in_miliseconds, so a start_in_units of 15 would be for 15 seconds. Use start_in_units and end_in_units to trim the fragments that will be in the playlist (manifest). For example, start_in_units set to 20 and end_in_units set to 60 using unit_timescale_in_miliseconds in 1000 will generate a playlist that contains fragments from between 20 seconds and 60 seconds of the VoD presentation. If a fragment straddles the boundary, the entire fragment will be included in the manifest.
	StartInUnits *float64 `json:"startInUnits,omitempty" tf:"start_in_units,omitempty"`

	// Specified as the number of miliseconds in one unit timescale. For example, if you want to set a start_in_units at 30 seconds, you would use a value of 30 when using the unit_timescale_in_miliseconds in 1000. Or if you want to set start_in_units in 30 miliseconds, you would use a value of 30 when using the unit_timescale_in_miliseconds in 1. Applies timescale to start_in_units, start_timescale and presentation_window_in_timescale and live_backoff_in_timescale.
	UnitTimescaleInMiliseconds *float64 `json:"unitTimescaleInMiliseconds,omitempty" tf:"unit_timescale_in_miliseconds,omitempty"`
}

func (*PresentationTimeRangeObservation) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PresentationTimeRangeObservation.

func (*PresentationTimeRangeObservation) DeepCopyInto added in v0.27.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PresentationTimeRangeParameters added in v0.27.0

type PresentationTimeRangeParameters struct {

	// The absolute end time boundary. Applies to Video on Demand (VoD).
	// For the Live Streaming presentation, it is silently ignored and applied when the presentation ends and the stream becomes VoD. This is a long value that represents an absolute end point of the presentation, rounded to the closest next GOP start. The unit is defined by unit_timescale_in_miliseconds, so an end_in_units of 180 would be for 3 minutes. Use start_in_units and end_in_units to trim the fragments that will be in the playlist (manifest). For example, start_in_units set to 20 and end_in_units set to 60 using unit_timescale_in_miliseconds in 1000 will generate a playlist that contains fragments from between 20 seconds and 60 seconds of the VoD presentation. If a fragment straddles the boundary, the entire fragment will be included in the manifest.
	// +kubebuilder:validation:Optional
	EndInUnits *float64 `json:"endInUnits,omitempty" tf:"end_in_units,omitempty"`

	// Indicates whether the end_in_units property must be present. If true, end_in_units must be specified or a bad request code is returned. Applies to Live Streaming only. Allowed values: false, true.
	// +kubebuilder:validation:Optional
	ForceEnd *bool `json:"forceEnd,omitempty" tf:"force_end,omitempty"`

	// The relative to end right edge. Applies to Live Streaming only.
	// This value defines the latest live position that a client can seek to. Using this property, you can delay live playback position and create a server-side buffer for players. The unit is defined by unit_timescale_in_miliseconds. The maximum live back off duration is 300 seconds. For example, a value of 20 means that the latest available content is 20 seconds delayed from the real live edge.
	// +kubebuilder:validation:Optional
	LiveBackoffInUnits *float64 `json:"liveBackoffInUnits,omitempty" tf:"live_backoff_in_units,omitempty"`

	// The relative to end sliding window. Applies to Live Streaming only. Use presentation_window_in_units to apply a sliding window of fragments to include in a playlist. The unit is defined by unit_timescale_in_miliseconds. For example, set presentation_window_in_units to 120 to apply a two-minute sliding window. Media within 2 minutes of the live edge will be included in the playlist. If a fragment straddles the boundary, the entire fragment will be included in the playlist. The minimum presentation window duration is 60 seconds.
	// +kubebuilder:validation:Optional
	PresentationWindowInUnits *float64 `json:"presentationWindowInUnits,omitempty" tf:"presentation_window_in_units,omitempty"`

	// The absolute start time boundary. Applies to Video on Demand (VoD) or Live Streaming. This is a long value that represents an absolute start point of the stream. The value gets rounded to the closest next GOP start. The unit is defined by unit_timescale_in_miliseconds, so a start_in_units of 15 would be for 15 seconds. Use start_in_units and end_in_units to trim the fragments that will be in the playlist (manifest). For example, start_in_units set to 20 and end_in_units set to 60 using unit_timescale_in_miliseconds in 1000 will generate a playlist that contains fragments from between 20 seconds and 60 seconds of the VoD presentation. If a fragment straddles the boundary, the entire fragment will be included in the manifest.
	// +kubebuilder:validation:Optional
	StartInUnits *float64 `json:"startInUnits,omitempty" tf:"start_in_units,omitempty"`

	// Specified as the number of miliseconds in one unit timescale. For example, if you want to set a start_in_units at 30 seconds, you would use a value of 30 when using the unit_timescale_in_miliseconds in 1000. Or if you want to set start_in_units in 30 miliseconds, you would use a value of 30 when using the unit_timescale_in_miliseconds in 1. Applies timescale to start_in_units, start_timescale and presentation_window_in_timescale and live_backoff_in_timescale.
	// +kubebuilder:validation:Optional
	UnitTimescaleInMiliseconds *float64 `json:"unitTimescaleInMiliseconds,omitempty" tf:"unit_timescale_in_miliseconds,omitempty"`
}

func (*PresentationTimeRangeParameters) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PresentationTimeRangeParameters.

func (*PresentationTimeRangeParameters) DeepCopyInto added in v0.27.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PresetConfigurationObservation added in v0.32.0

type PresetConfigurationObservation struct {

	// The complexity of the encoding. Possible values are Balanced, Speed or Quality.
	Complexity *string `json:"complexity,omitempty" tf:"complexity,omitempty"`

	// Specifies the interleave mode of the output to control how audio are stored in the container format. Possible values are InterleavedOutput and NonInterleavedOutput.
	InterleaveOutput *string `json:"interleaveOutput,omitempty" tf:"interleave_output,omitempty"`

	// The key frame interval in seconds. Possible value is a positive float. For example, set as 2.0 to reduce the playback buffering for some players.
	KeyFrameIntervalInSeconds *float64 `json:"keyFrameIntervalInSeconds,omitempty" tf:"key_frame_interval_in_seconds,omitempty"`

	// The maximum bitrate in bits per second (threshold for the top video layer). For example, set as 6000000 to avoid producing very high bitrate outputs for contents with high complexity.
	MaxBitrateBps *float64 `json:"maxBitrateBps,omitempty" tf:"max_bitrate_bps,omitempty"`

	// The maximum height of output video layers. For example, set as 720 to produce output layers up to 720P even if the input is 4K.
	MaxHeight *float64 `json:"maxHeight,omitempty" tf:"max_height,omitempty"`

	// The maximum number of output video layers. For example, set as 4 to make sure at most 4 output layers are produced to control the overall cost of the encoding job.
	MaxLayers *float64 `json:"maxLayers,omitempty" tf:"max_layers,omitempty"`

	// The minimum bitrate in bits per second (threshold for the bottom video layer). For example, set as 200000 to have a bottom layer that covers users with low network bandwidth.
	MinBitrateBps *float64 `json:"minBitrateBps,omitempty" tf:"min_bitrate_bps,omitempty"`

	// The minimum height of output video layers. For example, set as 360 to avoid output layers of smaller resolutions like 180P.
	MinHeight *float64 `json:"minHeight,omitempty" tf:"min_height,omitempty"`
}

func (*PresetConfigurationObservation) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PresetConfigurationObservation.

func (*PresetConfigurationObservation) DeepCopyInto added in v0.32.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PresetConfigurationParameters added in v0.32.0

type PresetConfigurationParameters struct {

	// The complexity of the encoding. Possible values are Balanced, Speed or Quality.
	// +kubebuilder:validation:Optional
	Complexity *string `json:"complexity,omitempty" tf:"complexity,omitempty"`

	// Specifies the interleave mode of the output to control how audio are stored in the container format. Possible values are InterleavedOutput and NonInterleavedOutput.
	// +kubebuilder:validation:Optional
	InterleaveOutput *string `json:"interleaveOutput,omitempty" tf:"interleave_output,omitempty"`

	// The key frame interval in seconds. Possible value is a positive float. For example, set as 2.0 to reduce the playback buffering for some players.
	// +kubebuilder:validation:Optional
	KeyFrameIntervalInSeconds *float64 `json:"keyFrameIntervalInSeconds,omitempty" tf:"key_frame_interval_in_seconds,omitempty"`

	// The maximum bitrate in bits per second (threshold for the top video layer). For example, set as 6000000 to avoid producing very high bitrate outputs for contents with high complexity.
	// +kubebuilder:validation:Optional
	MaxBitrateBps *float64 `json:"maxBitrateBps,omitempty" tf:"max_bitrate_bps,omitempty"`

	// The maximum height of output video layers. For example, set as 720 to produce output layers up to 720P even if the input is 4K.
	// +kubebuilder:validation:Optional
	MaxHeight *float64 `json:"maxHeight,omitempty" tf:"max_height,omitempty"`

	// The maximum number of output video layers. For example, set as 4 to make sure at most 4 output layers are produced to control the overall cost of the encoding job.
	// +kubebuilder:validation:Optional
	MaxLayers *float64 `json:"maxLayers,omitempty" tf:"max_layers,omitempty"`

	// The minimum bitrate in bits per second (threshold for the bottom video layer). For example, set as 200000 to have a bottom layer that covers users with low network bandwidth.
	// +kubebuilder:validation:Optional
	MinBitrateBps *float64 `json:"minBitrateBps,omitempty" tf:"min_bitrate_bps,omitempty"`

	// The minimum height of output video layers. For example, set as 360 to avoid output layers of smaller resolutions like 180P.
	// +kubebuilder:validation:Optional
	MinHeight *float64 `json:"minHeight,omitempty" tf:"min_height,omitempty"`
}

func (*PresetConfigurationParameters) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PresetConfigurationParameters.

func (*PresetConfigurationParameters) DeepCopyInto added in v0.32.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PreviewEndpointObservation

type PreviewEndpointObservation struct {
	Protocol *string `json:"protocol,omitempty" tf:"protocol,omitempty"`

	URL *string `json:"url,omitempty" tf:"url,omitempty"`
}

func (*PreviewEndpointObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PreviewEndpointObservation.

func (*PreviewEndpointObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PreviewEndpointParameters

type PreviewEndpointParameters struct {
}

func (*PreviewEndpointParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PreviewEndpointParameters.

func (*PreviewEndpointParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PreviewIPAccessControlAllowObservation

type PreviewIPAccessControlAllowObservation struct {

	// The IP address or CIDR range.
	Address *string `json:"address,omitempty" tf:"address,omitempty"`

	// The name which should be used for this Live Event. Changing this forces a new Live Event to be created.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The subnet mask prefix length (see CIDR notation).
	SubnetPrefixLength *float64 `json:"subnetPrefixLength,omitempty" tf:"subnet_prefix_length,omitempty"`
}

func (*PreviewIPAccessControlAllowObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PreviewIPAccessControlAllowObservation.

func (*PreviewIPAccessControlAllowObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PreviewIPAccessControlAllowParameters

type PreviewIPAccessControlAllowParameters struct {

	// The IP address or CIDR range.
	// +kubebuilder:validation:Optional
	Address *string `json:"address,omitempty" tf:"address,omitempty"`

	// The name which should be used for this Live Event. Changing this forces a new Live Event to be created.
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The subnet mask prefix length (see CIDR notation).
	// +kubebuilder:validation:Optional
	SubnetPrefixLength *float64 `json:"subnetPrefixLength,omitempty" tf:"subnet_prefix_length,omitempty"`
}

func (*PreviewIPAccessControlAllowParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PreviewIPAccessControlAllowParameters.

func (*PreviewIPAccessControlAllowParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PreviewObservation

type PreviewObservation struct {

	// An alternative media identifier associated with the streaming locator created for the preview. The identifier can be used in the CustomLicenseAcquisitionUrlTemplate or the CustomKeyAcquisitionUrlTemplate of the Streaming Policy specified in the streaming_policy_name field.
	AlternativeMediaID *string `json:"alternativeMediaId,omitempty" tf:"alternative_media_id,omitempty"`

	Endpoint []PreviewEndpointObservation `json:"endpoint,omitempty" tf:"endpoint,omitempty"`

	// One or more ip_access_control_allow blocks as defined above.
	IPAccessControlAllow []PreviewIPAccessControlAllowObservation `json:"ipAccessControlAllow,omitempty" tf:"ip_access_control_allow,omitempty"`

	// The identifier of the preview locator in GUID format. Specifying this at creation time allows the caller to know the preview locator url before the event is created. If omitted, the service will generate a random identifier. Changing this forces a new resource to be created.
	PreviewLocator *string `json:"previewLocator,omitempty" tf:"preview_locator,omitempty"`

	// The name of streaming policy used for the live event preview. Changing this forces a new resource to be created.
	StreamingPolicyName *string `json:"streamingPolicyName,omitempty" tf:"streaming_policy_name,omitempty"`
}

func (*PreviewObservation) DeepCopy

func (in *PreviewObservation) DeepCopy() *PreviewObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PreviewObservation.

func (*PreviewObservation) DeepCopyInto

func (in *PreviewObservation) DeepCopyInto(out *PreviewObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PreviewParameters

type PreviewParameters struct {

	// An alternative media identifier associated with the streaming locator created for the preview. The identifier can be used in the CustomLicenseAcquisitionUrlTemplate or the CustomKeyAcquisitionUrlTemplate of the Streaming Policy specified in the streaming_policy_name field.
	// +kubebuilder:validation:Optional
	AlternativeMediaID *string `json:"alternativeMediaId,omitempty" tf:"alternative_media_id,omitempty"`

	// One or more ip_access_control_allow blocks as defined above.
	// +kubebuilder:validation:Optional
	IPAccessControlAllow []PreviewIPAccessControlAllowParameters `json:"ipAccessControlAllow,omitempty" tf:"ip_access_control_allow,omitempty"`

	// The identifier of the preview locator in GUID format. Specifying this at creation time allows the caller to know the preview locator url before the event is created. If omitted, the service will generate a random identifier. Changing this forces a new resource to be created.
	// +kubebuilder:validation:Optional
	PreviewLocator *string `json:"previewLocator,omitempty" tf:"preview_locator,omitempty"`

	// The name of streaming policy used for the live event preview. Changing this forces a new resource to be created.
	// +kubebuilder:validation:Optional
	StreamingPolicyName *string `json:"streamingPolicyName,omitempty" tf:"streaming_policy_name,omitempty"`
}

func (*PreviewParameters) DeepCopy

func (in *PreviewParameters) DeepCopy() *PreviewParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PreviewParameters.

func (*PreviewParameters) DeepCopyInto

func (in *PreviewParameters) DeepCopyInto(out *PreviewParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RequiredClaimObservation added in v0.27.0

type RequiredClaimObservation struct {

	// Token claim type.
	Type *string `json:"type,omitempty" tf:"type,omitempty"`

	// Token claim value.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*RequiredClaimObservation) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RequiredClaimObservation.

func (*RequiredClaimObservation) DeepCopyInto added in v0.27.0

func (in *RequiredClaimObservation) DeepCopyInto(out *RequiredClaimObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RequiredClaimParameters added in v0.27.0

type RequiredClaimParameters struct {

	// Token claim type.
	// +kubebuilder:validation:Optional
	Type *string `json:"type,omitempty" tf:"type,omitempty"`

	// Token claim value.
	// +kubebuilder:validation:Optional
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*RequiredClaimParameters) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RequiredClaimParameters.

func (*RequiredClaimParameters) DeepCopyInto added in v0.27.0

func (in *RequiredClaimParameters) DeepCopyInto(out *RequiredClaimParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ServicesAccount

type ServicesAccount struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.location)",message="location is a required parameter"
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.storageAccount)",message="storageAccount is a required parameter"
	Spec   ServicesAccountSpec   `json:"spec"`
	Status ServicesAccountStatus `json:"status,omitempty"`
}

ServicesAccount is the Schema for the ServicesAccounts API. Manages a Media Services Account. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,azure}

func (*ServicesAccount) DeepCopy

func (in *ServicesAccount) DeepCopy() *ServicesAccount

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServicesAccount.

func (*ServicesAccount) DeepCopyInto

func (in *ServicesAccount) DeepCopyInto(out *ServicesAccount)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ServicesAccount) DeepCopyObject

func (in *ServicesAccount) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ServicesAccount) GetCondition

func (mg *ServicesAccount) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this ServicesAccount.

func (*ServicesAccount) GetConnectionDetailsMapping

func (tr *ServicesAccount) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this ServicesAccount

func (*ServicesAccount) GetDeletionPolicy

func (mg *ServicesAccount) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this ServicesAccount.

func (*ServicesAccount) GetID

func (tr *ServicesAccount) GetID() string

GetID returns ID of underlying Terraform resource of this ServicesAccount

func (*ServicesAccount) GetManagementPolicy added in v0.31.0

func (mg *ServicesAccount) GetManagementPolicy() xpv1.ManagementPolicy

GetManagementPolicy of this ServicesAccount.

func (*ServicesAccount) GetObservation

func (tr *ServicesAccount) GetObservation() (map[string]any, error)

GetObservation of this ServicesAccount

func (*ServicesAccount) GetParameters

func (tr *ServicesAccount) GetParameters() (map[string]any, error)

GetParameters of this ServicesAccount

func (*ServicesAccount) GetProviderConfigReference

func (mg *ServicesAccount) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this ServicesAccount.

func (*ServicesAccount) GetProviderReference

func (mg *ServicesAccount) GetProviderReference() *xpv1.Reference

GetProviderReference of this ServicesAccount. Deprecated: Use GetProviderConfigReference.

func (*ServicesAccount) GetPublishConnectionDetailsTo

func (mg *ServicesAccount) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this ServicesAccount.

func (*ServicesAccount) GetTerraformResourceType

func (mg *ServicesAccount) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ServicesAccount

func (*ServicesAccount) GetTerraformSchemaVersion

func (tr *ServicesAccount) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ServicesAccount) GetWriteConnectionSecretToReference

func (mg *ServicesAccount) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this ServicesAccount.

func (*ServicesAccount) LateInitialize

func (tr *ServicesAccount) LateInitialize(attrs []byte) (bool, error)

LateInitialize this ServicesAccount using its observed tfState. returns True if there are any spec changes for the resource.

func (*ServicesAccount) ResolveReferences

func (mg *ServicesAccount) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this ServicesAccount.

func (*ServicesAccount) SetConditions

func (mg *ServicesAccount) SetConditions(c ...xpv1.Condition)

SetConditions of this ServicesAccount.

func (*ServicesAccount) SetDeletionPolicy

func (mg *ServicesAccount) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this ServicesAccount.

func (*ServicesAccount) SetManagementPolicy added in v0.31.0

func (mg *ServicesAccount) SetManagementPolicy(r xpv1.ManagementPolicy)

SetManagementPolicy of this ServicesAccount.

func (*ServicesAccount) SetObservation

func (tr *ServicesAccount) SetObservation(obs map[string]any) error

SetObservation for this ServicesAccount

func (*ServicesAccount) SetParameters

func (tr *ServicesAccount) SetParameters(params map[string]any) error

SetParameters for this ServicesAccount

func (*ServicesAccount) SetProviderConfigReference

func (mg *ServicesAccount) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this ServicesAccount.

func (*ServicesAccount) SetProviderReference

func (mg *ServicesAccount) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this ServicesAccount. Deprecated: Use SetProviderConfigReference.

func (*ServicesAccount) SetPublishConnectionDetailsTo

func (mg *ServicesAccount) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this ServicesAccount.

func (*ServicesAccount) SetWriteConnectionSecretToReference

func (mg *ServicesAccount) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this ServicesAccount.

type ServicesAccountFilter added in v0.28.0

type ServicesAccountFilter struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ServicesAccountFilterSpec   `json:"spec"`
	Status            ServicesAccountFilterStatus `json:"status,omitempty"`
}

ServicesAccountFilter is the Schema for the ServicesAccountFilters API. Manages a Media Services Account Filter. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,azure}

func (*ServicesAccountFilter) DeepCopy added in v0.28.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServicesAccountFilter.

func (*ServicesAccountFilter) DeepCopyInto added in v0.28.0

func (in *ServicesAccountFilter) DeepCopyInto(out *ServicesAccountFilter)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ServicesAccountFilter) DeepCopyObject added in v0.28.0

func (in *ServicesAccountFilter) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ServicesAccountFilter) GetCondition added in v0.28.0

func (mg *ServicesAccountFilter) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this ServicesAccountFilter.

func (*ServicesAccountFilter) GetConnectionDetailsMapping added in v0.28.0

func (tr *ServicesAccountFilter) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this ServicesAccountFilter

func (*ServicesAccountFilter) GetDeletionPolicy added in v0.28.0

func (mg *ServicesAccountFilter) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this ServicesAccountFilter.

func (*ServicesAccountFilter) GetID added in v0.28.0

func (tr *ServicesAccountFilter) GetID() string

GetID returns ID of underlying Terraform resource of this ServicesAccountFilter

func (*ServicesAccountFilter) GetManagementPolicy added in v0.31.0

func (mg *ServicesAccountFilter) GetManagementPolicy() xpv1.ManagementPolicy

GetManagementPolicy of this ServicesAccountFilter.

func (*ServicesAccountFilter) GetObservation added in v0.28.0

func (tr *ServicesAccountFilter) GetObservation() (map[string]any, error)

GetObservation of this ServicesAccountFilter

func (*ServicesAccountFilter) GetParameters added in v0.28.0

func (tr *ServicesAccountFilter) GetParameters() (map[string]any, error)

GetParameters of this ServicesAccountFilter

func (*ServicesAccountFilter) GetProviderConfigReference added in v0.28.0

func (mg *ServicesAccountFilter) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this ServicesAccountFilter.

func (*ServicesAccountFilter) GetProviderReference added in v0.28.0

func (mg *ServicesAccountFilter) GetProviderReference() *xpv1.Reference

GetProviderReference of this ServicesAccountFilter. Deprecated: Use GetProviderConfigReference.

func (*ServicesAccountFilter) GetPublishConnectionDetailsTo added in v0.28.0

func (mg *ServicesAccountFilter) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this ServicesAccountFilter.

func (*ServicesAccountFilter) GetTerraformResourceType added in v0.28.0

func (mg *ServicesAccountFilter) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ServicesAccountFilter

func (*ServicesAccountFilter) GetTerraformSchemaVersion added in v0.28.0

func (tr *ServicesAccountFilter) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ServicesAccountFilter) GetWriteConnectionSecretToReference added in v0.28.0

func (mg *ServicesAccountFilter) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this ServicesAccountFilter.

func (*ServicesAccountFilter) LateInitialize added in v0.28.0

func (tr *ServicesAccountFilter) LateInitialize(attrs []byte) (bool, error)

LateInitialize this ServicesAccountFilter using its observed tfState. returns True if there are any spec changes for the resource.

func (*ServicesAccountFilter) ResolveReferences added in v0.28.0

func (mg *ServicesAccountFilter) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this ServicesAccountFilter.

func (*ServicesAccountFilter) SetConditions added in v0.28.0

func (mg *ServicesAccountFilter) SetConditions(c ...xpv1.Condition)

SetConditions of this ServicesAccountFilter.

func (*ServicesAccountFilter) SetDeletionPolicy added in v0.28.0

func (mg *ServicesAccountFilter) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this ServicesAccountFilter.

func (*ServicesAccountFilter) SetManagementPolicy added in v0.31.0

func (mg *ServicesAccountFilter) SetManagementPolicy(r xpv1.ManagementPolicy)

SetManagementPolicy of this ServicesAccountFilter.

func (*ServicesAccountFilter) SetObservation added in v0.28.0

func (tr *ServicesAccountFilter) SetObservation(obs map[string]any) error

SetObservation for this ServicesAccountFilter

func (*ServicesAccountFilter) SetParameters added in v0.28.0

func (tr *ServicesAccountFilter) SetParameters(params map[string]any) error

SetParameters for this ServicesAccountFilter

func (*ServicesAccountFilter) SetProviderConfigReference added in v0.28.0

func (mg *ServicesAccountFilter) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this ServicesAccountFilter.

func (*ServicesAccountFilter) SetProviderReference added in v0.28.0

func (mg *ServicesAccountFilter) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this ServicesAccountFilter. Deprecated: Use SetProviderConfigReference.

func (*ServicesAccountFilter) SetPublishConnectionDetailsTo added in v0.28.0

func (mg *ServicesAccountFilter) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this ServicesAccountFilter.

func (*ServicesAccountFilter) SetWriteConnectionSecretToReference added in v0.28.0

func (mg *ServicesAccountFilter) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this ServicesAccountFilter.

type ServicesAccountFilterList added in v0.28.0

type ServicesAccountFilterList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []ServicesAccountFilter `json:"items"`
}

ServicesAccountFilterList contains a list of ServicesAccountFilters

func (*ServicesAccountFilterList) DeepCopy added in v0.28.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServicesAccountFilterList.

func (*ServicesAccountFilterList) DeepCopyInto added in v0.28.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ServicesAccountFilterList) DeepCopyObject added in v0.28.0

func (in *ServicesAccountFilterList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ServicesAccountFilterList) GetItems added in v0.28.0

func (l *ServicesAccountFilterList) GetItems() []resource.Managed

GetItems of this ServicesAccountFilterList.

type ServicesAccountFilterObservation added in v0.28.0

type ServicesAccountFilterObservation struct {

	// The first quality bitrate. Sets the first video track to appear in the Live Streaming playlist to allow HLS native players to start downloading from this quality level at the beginning.
	FirstQualityBitrate *float64 `json:"firstQualityBitrate,omitempty" tf:"first_quality_bitrate,omitempty"`

	// The ID of the Account Filter.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// The Media Services account name. Changing this forces a new Account Filter to be created.
	MediaServicesAccountName *string `json:"mediaServicesAccountName,omitempty" tf:"media_services_account_name,omitempty"`

	// A presentation_time_range block as defined below.
	PresentationTimeRange []ServicesAccountFilterPresentationTimeRangeObservation `json:"presentationTimeRange,omitempty" tf:"presentation_time_range,omitempty"`

	// The name of the Resource Group where the Account Filter should exist. Changing this forces a new Account Filter to be created.
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// One or more track_selection blocks as defined below.
	TrackSelection []ServicesAccountFilterTrackSelectionObservation `json:"trackSelection,omitempty" tf:"track_selection,omitempty"`
}

func (*ServicesAccountFilterObservation) DeepCopy added in v0.28.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServicesAccountFilterObservation.

func (*ServicesAccountFilterObservation) DeepCopyInto added in v0.28.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ServicesAccountFilterParameters added in v0.28.0

type ServicesAccountFilterParameters struct {

	// The first quality bitrate. Sets the first video track to appear in the Live Streaming playlist to allow HLS native players to start downloading from this quality level at the beginning.
	// +kubebuilder:validation:Optional
	FirstQualityBitrate *float64 `json:"firstQualityBitrate,omitempty" tf:"first_quality_bitrate,omitempty"`

	// The Media Services account name. Changing this forces a new Account Filter to be created.
	// +crossplane:generate:reference:type=ServicesAccount
	// +kubebuilder:validation:Optional
	MediaServicesAccountName *string `json:"mediaServicesAccountName,omitempty" tf:"media_services_account_name,omitempty"`

	// Reference to a ServicesAccount to populate mediaServicesAccountName.
	// +kubebuilder:validation:Optional
	MediaServicesAccountNameRef *v1.Reference `json:"mediaServicesAccountNameRef,omitempty" tf:"-"`

	// Selector for a ServicesAccount to populate mediaServicesAccountName.
	// +kubebuilder:validation:Optional
	MediaServicesAccountNameSelector *v1.Selector `json:"mediaServicesAccountNameSelector,omitempty" tf:"-"`

	// A presentation_time_range block as defined below.
	// +kubebuilder:validation:Optional
	PresentationTimeRange []ServicesAccountFilterPresentationTimeRangeParameters `json:"presentationTimeRange,omitempty" tf:"presentation_time_range,omitempty"`

	// The name of the Resource Group where the Account Filter should exist. Changing this forces a new Account Filter to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/azure/v1beta1.ResourceGroup
	// +kubebuilder:validation:Optional
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// Reference to a ResourceGroup in azure to populate resourceGroupName.
	// +kubebuilder:validation:Optional
	ResourceGroupNameRef *v1.Reference `json:"resourceGroupNameRef,omitempty" tf:"-"`

	// Selector for a ResourceGroup in azure to populate resourceGroupName.
	// +kubebuilder:validation:Optional
	ResourceGroupNameSelector *v1.Selector `json:"resourceGroupNameSelector,omitempty" tf:"-"`

	// One or more track_selection blocks as defined below.
	// +kubebuilder:validation:Optional
	TrackSelection []ServicesAccountFilterTrackSelectionParameters `json:"trackSelection,omitempty" tf:"track_selection,omitempty"`
}

func (*ServicesAccountFilterParameters) DeepCopy added in v0.28.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServicesAccountFilterParameters.

func (*ServicesAccountFilterParameters) DeepCopyInto added in v0.28.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ServicesAccountFilterPresentationTimeRangeObservation added in v0.28.0

type ServicesAccountFilterPresentationTimeRangeObservation struct {

	// The absolute end time boundary. Applies to Video on Demand (VoD).
	// For the Live Streaming presentation, it is silently ignored and applied when the presentation ends and the stream becomes VoD. This is a long value that represents an absolute end point of the presentation, rounded to the closest next GOP start. The unit is defined by unit_timescale_in_milliseconds, so an end_in_units of 180 would be for 3 minutes. Use start_in_units and end_in_units to trim the fragments that will be in the playlist (manifest). For example, start_in_units set to 20 and end_in_units set to 60 using unit_timescale_in_milliseconds in 1000 will generate a playlist that contains fragments from between 20 seconds and 60 seconds of the VoD presentation. If a fragment straddles the boundary, the entire fragment will be included in the manifest.
	EndInUnits *float64 `json:"endInUnits,omitempty" tf:"end_in_units,omitempty"`

	// Indicates whether the end_in_units property must be present. If true, end_in_units must be specified or a bad request code is returned. Applies to Live Streaming only. Allowed values: false, true.
	ForceEnd *bool `json:"forceEnd,omitempty" tf:"force_end,omitempty"`

	// The relative to end right edge. Applies to Live Streaming only.
	// This value defines the latest live position that a client can seek to. Using this property, you can delay live playback position and create a server-side buffer for players. The unit is defined by unit_timescale_in_milliseconds. The maximum live back off duration is 300 seconds. For example, a value of 20 means that the latest available content is 20 seconds delayed from the real live edge.
	LiveBackoffInUnits *float64 `json:"liveBackoffInUnits,omitempty" tf:"live_backoff_in_units,omitempty"`

	// The relative to end sliding window. Applies to Live Streaming only. Use presentation_window_in_units to apply a sliding window of fragments to include in a playlist. The unit is defined by unit_timescale_in_milliseconds. For example, set presentation_window_in_units to 120 to apply a two-minute sliding window. Media within 2 minutes of the live edge will be included in the playlist. If a fragment straddles the boundary, the entire fragment will be included in the playlist. The minimum presentation window duration is 60 seconds.
	PresentationWindowInUnits *float64 `json:"presentationWindowInUnits,omitempty" tf:"presentation_window_in_units,omitempty"`

	// The absolute start time boundary. Applies to Video on Demand (VoD) or Live Streaming. This is a long value that represents an absolute start point of the stream. The value gets rounded to the closest next GOP start. The unit is defined by unit_timescale_in_milliseconds, so a start_in_units of 15 would be for 15 seconds. Use start_in_units and end_in_units to trim the fragments that will be in the playlist (manifest). For example, start_in_units set to 20 and end_in_units set to 60 using unit_timescale_in_milliseconds in 1000 will generate a playlist that contains fragments from between 20 seconds and 60 seconds of the VoD presentation. If a fragment straddles the boundary, the entire fragment will be included in the manifest.
	StartInUnits *float64 `json:"startInUnits,omitempty" tf:"start_in_units,omitempty"`

	// Specified as the number of milliseconds in one unit timescale. For example, if you want to set a start_in_units at 30 seconds, you would use a value of 30 when using the unit_timescale_in_milliseconds in 1000. Or if you want to set start_in_units in 30 milliseconds, you would use a value of 30 when using the unit_timescale_in_milliseconds in 1. Applies timescale to start_in_units, start_timescale and presentation_window_in_timescale and live_backoff_in_timescale.
	UnitTimescaleInMilliseconds *float64 `json:"unitTimescaleInMilliseconds,omitempty" tf:"unit_timescale_in_milliseconds,omitempty"`
}

func (*ServicesAccountFilterPresentationTimeRangeObservation) DeepCopy added in v0.28.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServicesAccountFilterPresentationTimeRangeObservation.

func (*ServicesAccountFilterPresentationTimeRangeObservation) DeepCopyInto added in v0.28.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ServicesAccountFilterPresentationTimeRangeParameters added in v0.28.0

type ServicesAccountFilterPresentationTimeRangeParameters struct {

	// The absolute end time boundary. Applies to Video on Demand (VoD).
	// For the Live Streaming presentation, it is silently ignored and applied when the presentation ends and the stream becomes VoD. This is a long value that represents an absolute end point of the presentation, rounded to the closest next GOP start. The unit is defined by unit_timescale_in_milliseconds, so an end_in_units of 180 would be for 3 minutes. Use start_in_units and end_in_units to trim the fragments that will be in the playlist (manifest). For example, start_in_units set to 20 and end_in_units set to 60 using unit_timescale_in_milliseconds in 1000 will generate a playlist that contains fragments from between 20 seconds and 60 seconds of the VoD presentation. If a fragment straddles the boundary, the entire fragment will be included in the manifest.
	// +kubebuilder:validation:Optional
	EndInUnits *float64 `json:"endInUnits,omitempty" tf:"end_in_units,omitempty"`

	// Indicates whether the end_in_units property must be present. If true, end_in_units must be specified or a bad request code is returned. Applies to Live Streaming only. Allowed values: false, true.
	// +kubebuilder:validation:Optional
	ForceEnd *bool `json:"forceEnd,omitempty" tf:"force_end,omitempty"`

	// The relative to end right edge. Applies to Live Streaming only.
	// This value defines the latest live position that a client can seek to. Using this property, you can delay live playback position and create a server-side buffer for players. The unit is defined by unit_timescale_in_milliseconds. The maximum live back off duration is 300 seconds. For example, a value of 20 means that the latest available content is 20 seconds delayed from the real live edge.
	// +kubebuilder:validation:Optional
	LiveBackoffInUnits *float64 `json:"liveBackoffInUnits,omitempty" tf:"live_backoff_in_units,omitempty"`

	// The relative to end sliding window. Applies to Live Streaming only. Use presentation_window_in_units to apply a sliding window of fragments to include in a playlist. The unit is defined by unit_timescale_in_milliseconds. For example, set presentation_window_in_units to 120 to apply a two-minute sliding window. Media within 2 minutes of the live edge will be included in the playlist. If a fragment straddles the boundary, the entire fragment will be included in the playlist. The minimum presentation window duration is 60 seconds.
	// +kubebuilder:validation:Optional
	PresentationWindowInUnits *float64 `json:"presentationWindowInUnits,omitempty" tf:"presentation_window_in_units,omitempty"`

	// The absolute start time boundary. Applies to Video on Demand (VoD) or Live Streaming. This is a long value that represents an absolute start point of the stream. The value gets rounded to the closest next GOP start. The unit is defined by unit_timescale_in_milliseconds, so a start_in_units of 15 would be for 15 seconds. Use start_in_units and end_in_units to trim the fragments that will be in the playlist (manifest). For example, start_in_units set to 20 and end_in_units set to 60 using unit_timescale_in_milliseconds in 1000 will generate a playlist that contains fragments from between 20 seconds and 60 seconds of the VoD presentation. If a fragment straddles the boundary, the entire fragment will be included in the manifest.
	// +kubebuilder:validation:Optional
	StartInUnits *float64 `json:"startInUnits,omitempty" tf:"start_in_units,omitempty"`

	// Specified as the number of milliseconds in one unit timescale. For example, if you want to set a start_in_units at 30 seconds, you would use a value of 30 when using the unit_timescale_in_milliseconds in 1000. Or if you want to set start_in_units in 30 milliseconds, you would use a value of 30 when using the unit_timescale_in_milliseconds in 1. Applies timescale to start_in_units, start_timescale and presentation_window_in_timescale and live_backoff_in_timescale.
	// +kubebuilder:validation:Required
	UnitTimescaleInMilliseconds *float64 `json:"unitTimescaleInMilliseconds" tf:"unit_timescale_in_milliseconds,omitempty"`
}

func (*ServicesAccountFilterPresentationTimeRangeParameters) DeepCopy added in v0.28.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServicesAccountFilterPresentationTimeRangeParameters.

func (*ServicesAccountFilterPresentationTimeRangeParameters) DeepCopyInto added in v0.28.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ServicesAccountFilterSpec added in v0.28.0

type ServicesAccountFilterSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ServicesAccountFilterParameters `json:"forProvider"`
}

ServicesAccountFilterSpec defines the desired state of ServicesAccountFilter

func (*ServicesAccountFilterSpec) DeepCopy added in v0.28.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServicesAccountFilterSpec.

func (*ServicesAccountFilterSpec) DeepCopyInto added in v0.28.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ServicesAccountFilterStatus added in v0.28.0

type ServicesAccountFilterStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        ServicesAccountFilterObservation `json:"atProvider,omitempty"`
}

ServicesAccountFilterStatus defines the observed state of ServicesAccountFilter.

func (*ServicesAccountFilterStatus) DeepCopy added in v0.28.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServicesAccountFilterStatus.

func (*ServicesAccountFilterStatus) DeepCopyInto added in v0.28.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ServicesAccountFilterTrackSelectionObservation added in v0.28.0

type ServicesAccountFilterTrackSelectionObservation struct {

	// One or more selection blocks as defined above.
	Condition []TrackSelectionConditionObservation `json:"condition,omitempty" tf:"condition,omitempty"`
}

func (*ServicesAccountFilterTrackSelectionObservation) DeepCopy added in v0.28.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServicesAccountFilterTrackSelectionObservation.

func (*ServicesAccountFilterTrackSelectionObservation) DeepCopyInto added in v0.28.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ServicesAccountFilterTrackSelectionParameters added in v0.28.0

type ServicesAccountFilterTrackSelectionParameters struct {

	// One or more selection blocks as defined above.
	// +kubebuilder:validation:Required
	Condition []TrackSelectionConditionParameters `json:"condition" tf:"condition,omitempty"`
}

func (*ServicesAccountFilterTrackSelectionParameters) DeepCopy added in v0.28.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServicesAccountFilterTrackSelectionParameters.

func (*ServicesAccountFilterTrackSelectionParameters) DeepCopyInto added in v0.28.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ServicesAccountList

type ServicesAccountList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []ServicesAccount `json:"items"`
}

ServicesAccountList contains a list of ServicesAccounts

func (*ServicesAccountList) DeepCopy

func (in *ServicesAccountList) DeepCopy() *ServicesAccountList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServicesAccountList.

func (*ServicesAccountList) DeepCopyInto

func (in *ServicesAccountList) DeepCopyInto(out *ServicesAccountList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ServicesAccountList) DeepCopyObject

func (in *ServicesAccountList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ServicesAccountList) GetItems

func (l *ServicesAccountList) GetItems() []resource.Managed

GetItems of this ServicesAccountList.

type ServicesAccountObservation

type ServicesAccountObservation struct {

	// An encryption block as defined below.
	Encryption []EncryptionObservation `json:"encryption,omitempty" tf:"encryption,omitempty"`

	// The ID of the Media Services Account.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// An identity block as defined below.
	Identity []IdentityObservation `json:"identity,omitempty" tf:"identity,omitempty"`

	// A key_delivery_access_control block as defined below.
	KeyDeliveryAccessControl []KeyDeliveryAccessControlObservation `json:"keyDeliveryAccessControl,omitempty" tf:"key_delivery_access_control,omitempty"`

	// Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
	Location *string `json:"location,omitempty" tf:"location,omitempty"`

	// Whether public network access is allowed for this server. Defaults to true.
	PublicNetworkAccessEnabled *bool `json:"publicNetworkAccessEnabled,omitempty" tf:"public_network_access_enabled,omitempty"`

	// The name of the resource group in which to create the Media Services Account. Changing this forces a new resource to be created.
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// One or more storage_account blocks as defined below.
	StorageAccount []StorageAccountObservation `json:"storageAccount,omitempty" tf:"storage_account,omitempty"`

	// Specifies the storage authentication type. Possible value is ManagedIdentity or System.
	StorageAuthenticationType *string `json:"storageAuthenticationType,omitempty" tf:"storage_authentication_type,omitempty"`

	// A mapping of tags assigned to the resource.
	Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"`
}

func (*ServicesAccountObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServicesAccountObservation.

func (*ServicesAccountObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ServicesAccountParameters

type ServicesAccountParameters struct {

	// An encryption block as defined below.
	// +kubebuilder:validation:Optional
	Encryption []EncryptionParameters `json:"encryption,omitempty" tf:"encryption,omitempty"`

	// An identity block as defined below.
	// +kubebuilder:validation:Optional
	Identity []IdentityParameters `json:"identity,omitempty" tf:"identity,omitempty"`

	// A key_delivery_access_control block as defined below.
	// +kubebuilder:validation:Optional
	KeyDeliveryAccessControl []KeyDeliveryAccessControlParameters `json:"keyDeliveryAccessControl,omitempty" tf:"key_delivery_access_control,omitempty"`

	// Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
	// +kubebuilder:validation:Optional
	Location *string `json:"location,omitempty" tf:"location,omitempty"`

	// Whether public network access is allowed for this server. Defaults to true.
	// +kubebuilder:validation:Optional
	PublicNetworkAccessEnabled *bool `json:"publicNetworkAccessEnabled,omitempty" tf:"public_network_access_enabled,omitempty"`

	// The name of the resource group in which to create the Media Services Account. Changing this forces a new resource to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/azure/v1beta1.ResourceGroup
	// +kubebuilder:validation:Optional
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// Reference to a ResourceGroup in azure to populate resourceGroupName.
	// +kubebuilder:validation:Optional
	ResourceGroupNameRef *v1.Reference `json:"resourceGroupNameRef,omitempty" tf:"-"`

	// Selector for a ResourceGroup in azure to populate resourceGroupName.
	// +kubebuilder:validation:Optional
	ResourceGroupNameSelector *v1.Selector `json:"resourceGroupNameSelector,omitempty" tf:"-"`

	// One or more storage_account blocks as defined below.
	// +kubebuilder:validation:Optional
	StorageAccount []StorageAccountParameters `json:"storageAccount,omitempty" tf:"storage_account,omitempty"`

	// Specifies the storage authentication type. Possible value is ManagedIdentity or System.
	// +kubebuilder:validation:Optional
	StorageAuthenticationType *string `json:"storageAuthenticationType,omitempty" tf:"storage_authentication_type,omitempty"`

	// A mapping of tags assigned to the resource.
	// +kubebuilder:validation:Optional
	Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"`
}

func (*ServicesAccountParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServicesAccountParameters.

func (*ServicesAccountParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ServicesAccountSpec

type ServicesAccountSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ServicesAccountParameters `json:"forProvider"`
}

ServicesAccountSpec defines the desired state of ServicesAccount

func (*ServicesAccountSpec) DeepCopy

func (in *ServicesAccountSpec) DeepCopy() *ServicesAccountSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServicesAccountSpec.

func (*ServicesAccountSpec) DeepCopyInto

func (in *ServicesAccountSpec) DeepCopyInto(out *ServicesAccountSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ServicesAccountStatus

type ServicesAccountStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        ServicesAccountObservation `json:"atProvider,omitempty"`
}

ServicesAccountStatus defines the observed state of ServicesAccount.

func (*ServicesAccountStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServicesAccountStatus.

func (*ServicesAccountStatus) DeepCopyInto

func (in *ServicesAccountStatus) DeepCopyInto(out *ServicesAccountStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SkuObservation added in v0.29.0

type SkuObservation struct {

	// The sku capacity of Streaming Endpoint.
	Capacity *float64 `json:"capacity,omitempty" tf:"capacity,omitempty"`

	// The sku name of Streaming Endpoint.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`
}

func (*SkuObservation) DeepCopy added in v0.29.0

func (in *SkuObservation) DeepCopy() *SkuObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SkuObservation.

func (*SkuObservation) DeepCopyInto added in v0.29.0

func (in *SkuObservation) DeepCopyInto(out *SkuObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SkuParameters added in v0.29.0

type SkuParameters struct {
}

func (*SkuParameters) DeepCopy added in v0.29.0

func (in *SkuParameters) DeepCopy() *SkuParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SkuParameters.

func (*SkuParameters) DeepCopyInto added in v0.29.0

func (in *SkuParameters) DeepCopyInto(out *SkuParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type StorageAccountManagedIdentityObservation added in v0.27.0

type StorageAccountManagedIdentityObservation struct {

	// Whether to use System Assigned Identity. Possible Values are true and false.
	UseSystemAssignedIdentity *bool `json:"useSystemAssignedIdentity,omitempty" tf:"use_system_assigned_identity,omitempty"`

	// The ID of the User Assigned Identity. This value can only be set when use_system_assigned_identity is false
	UserAssignedIdentityID *string `json:"userAssignedIdentityId,omitempty" tf:"user_assigned_identity_id,omitempty"`
}

func (*StorageAccountManagedIdentityObservation) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StorageAccountManagedIdentityObservation.

func (*StorageAccountManagedIdentityObservation) DeepCopyInto added in v0.27.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type StorageAccountManagedIdentityParameters added in v0.27.0

type StorageAccountManagedIdentityParameters struct {

	// Whether to use System Assigned Identity. Possible Values are true and false.
	// +kubebuilder:validation:Optional
	UseSystemAssignedIdentity *bool `json:"useSystemAssignedIdentity,omitempty" tf:"use_system_assigned_identity,omitempty"`

	// The ID of the User Assigned Identity. This value can only be set when use_system_assigned_identity is false
	// +kubebuilder:validation:Optional
	UserAssignedIdentityID *string `json:"userAssignedIdentityId,omitempty" tf:"user_assigned_identity_id,omitempty"`
}

func (*StorageAccountManagedIdentityParameters) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StorageAccountManagedIdentityParameters.

func (*StorageAccountManagedIdentityParameters) DeepCopyInto added in v0.27.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type StorageAccountObservation

type StorageAccountObservation struct {

	// Specifies the ID of the Storage Account that will be associated with the Media Services instance.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// Specifies whether the storage account should be the primary account or not. Defaults to false.
	IsPrimary *bool `json:"isPrimary,omitempty" tf:"is_primary,omitempty"`

	// A managed_identity block as defined below.
	ManagedIdentity []StorageAccountManagedIdentityObservation `json:"managedIdentity,omitempty" tf:"managed_identity,omitempty"`
}

func (*StorageAccountObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StorageAccountObservation.

func (*StorageAccountObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type StorageAccountParameters

type StorageAccountParameters struct {

	// Specifies the ID of the Storage Account that will be associated with the Media Services instance.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/storage/v1beta1.Account
	// +crossplane:generate:reference:extractor=github.com/upbound/provider-azure/apis/rconfig.ExtractResourceID()
	// +kubebuilder:validation:Optional
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// Reference to a Account in storage to populate id.
	// +kubebuilder:validation:Optional
	IDRef *v1.Reference `json:"idRef,omitempty" tf:"-"`

	// Selector for a Account in storage to populate id.
	// +kubebuilder:validation:Optional
	IDSelector *v1.Selector `json:"idSelector,omitempty" tf:"-"`

	// Specifies whether the storage account should be the primary account or not. Defaults to false.
	// +kubebuilder:validation:Optional
	IsPrimary *bool `json:"isPrimary,omitempty" tf:"is_primary,omitempty"`

	// A managed_identity block as defined below.
	// +kubebuilder:validation:Optional
	ManagedIdentity []StorageAccountManagedIdentityParameters `json:"managedIdentity,omitempty" tf:"managed_identity,omitempty"`
}

func (*StorageAccountParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StorageAccountParameters.

func (*StorageAccountParameters) DeepCopyInto

func (in *StorageAccountParameters) DeepCopyInto(out *StorageAccountParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type StreamingEndpoint

type StreamingEndpoint struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.location)",message="location is a required parameter"
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.scaleUnits)",message="scaleUnits is a required parameter"
	Spec   StreamingEndpointSpec   `json:"spec"`
	Status StreamingEndpointStatus `json:"status,omitempty"`
}

StreamingEndpoint is the Schema for the StreamingEndpoints API. Manages a Streaming Endpoint. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,azure}

func (*StreamingEndpoint) DeepCopy

func (in *StreamingEndpoint) DeepCopy() *StreamingEndpoint

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StreamingEndpoint.

func (*StreamingEndpoint) DeepCopyInto

func (in *StreamingEndpoint) DeepCopyInto(out *StreamingEndpoint)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*StreamingEndpoint) DeepCopyObject

func (in *StreamingEndpoint) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*StreamingEndpoint) GetCondition

func (mg *StreamingEndpoint) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this StreamingEndpoint.

func (*StreamingEndpoint) GetConnectionDetailsMapping

func (tr *StreamingEndpoint) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this StreamingEndpoint

func (*StreamingEndpoint) GetDeletionPolicy

func (mg *StreamingEndpoint) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this StreamingEndpoint.

func (*StreamingEndpoint) GetID

func (tr *StreamingEndpoint) GetID() string

GetID returns ID of underlying Terraform resource of this StreamingEndpoint

func (*StreamingEndpoint) GetManagementPolicy added in v0.31.0

func (mg *StreamingEndpoint) GetManagementPolicy() xpv1.ManagementPolicy

GetManagementPolicy of this StreamingEndpoint.

func (*StreamingEndpoint) GetObservation

func (tr *StreamingEndpoint) GetObservation() (map[string]any, error)

GetObservation of this StreamingEndpoint

func (*StreamingEndpoint) GetParameters

func (tr *StreamingEndpoint) GetParameters() (map[string]any, error)

GetParameters of this StreamingEndpoint

func (*StreamingEndpoint) GetProviderConfigReference

func (mg *StreamingEndpoint) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this StreamingEndpoint.

func (*StreamingEndpoint) GetProviderReference

func (mg *StreamingEndpoint) GetProviderReference() *xpv1.Reference

GetProviderReference of this StreamingEndpoint. Deprecated: Use GetProviderConfigReference.

func (*StreamingEndpoint) GetPublishConnectionDetailsTo

func (mg *StreamingEndpoint) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this StreamingEndpoint.

func (*StreamingEndpoint) GetTerraformResourceType

func (mg *StreamingEndpoint) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this StreamingEndpoint

func (*StreamingEndpoint) GetTerraformSchemaVersion

func (tr *StreamingEndpoint) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*StreamingEndpoint) GetWriteConnectionSecretToReference

func (mg *StreamingEndpoint) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this StreamingEndpoint.

func (*StreamingEndpoint) LateInitialize

func (tr *StreamingEndpoint) LateInitialize(attrs []byte) (bool, error)

LateInitialize this StreamingEndpoint using its observed tfState. returns True if there are any spec changes for the resource.

func (*StreamingEndpoint) ResolveReferences

func (mg *StreamingEndpoint) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this StreamingEndpoint.

func (*StreamingEndpoint) SetConditions

func (mg *StreamingEndpoint) SetConditions(c ...xpv1.Condition)

SetConditions of this StreamingEndpoint.

func (*StreamingEndpoint) SetDeletionPolicy

func (mg *StreamingEndpoint) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this StreamingEndpoint.

func (*StreamingEndpoint) SetManagementPolicy added in v0.31.0

func (mg *StreamingEndpoint) SetManagementPolicy(r xpv1.ManagementPolicy)

SetManagementPolicy of this StreamingEndpoint.

func (*StreamingEndpoint) SetObservation

func (tr *StreamingEndpoint) SetObservation(obs map[string]any) error

SetObservation for this StreamingEndpoint

func (*StreamingEndpoint) SetParameters

func (tr *StreamingEndpoint) SetParameters(params map[string]any) error

SetParameters for this StreamingEndpoint

func (*StreamingEndpoint) SetProviderConfigReference

func (mg *StreamingEndpoint) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this StreamingEndpoint.

func (*StreamingEndpoint) SetProviderReference

func (mg *StreamingEndpoint) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this StreamingEndpoint. Deprecated: Use SetProviderConfigReference.

func (*StreamingEndpoint) SetPublishConnectionDetailsTo

func (mg *StreamingEndpoint) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this StreamingEndpoint.

func (*StreamingEndpoint) SetWriteConnectionSecretToReference

func (mg *StreamingEndpoint) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this StreamingEndpoint.

type StreamingEndpointCrossSiteAccessPolicyObservation

type StreamingEndpointCrossSiteAccessPolicyObservation struct {

	// The content of clientaccesspolicy.xml used by Silverlight.
	ClientAccessPolicy *string `json:"clientAccessPolicy,omitempty" tf:"client_access_policy,omitempty"`

	// The content of crossdomain.xml used by Silverlight.
	CrossDomainPolicy *string `json:"crossDomainPolicy,omitempty" tf:"cross_domain_policy,omitempty"`
}

func (*StreamingEndpointCrossSiteAccessPolicyObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StreamingEndpointCrossSiteAccessPolicyObservation.

func (*StreamingEndpointCrossSiteAccessPolicyObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type StreamingEndpointCrossSiteAccessPolicyParameters

type StreamingEndpointCrossSiteAccessPolicyParameters struct {

	// The content of clientaccesspolicy.xml used by Silverlight.
	// +kubebuilder:validation:Optional
	ClientAccessPolicy *string `json:"clientAccessPolicy,omitempty" tf:"client_access_policy,omitempty"`

	// The content of crossdomain.xml used by Silverlight.
	// +kubebuilder:validation:Optional
	CrossDomainPolicy *string `json:"crossDomainPolicy,omitempty" tf:"cross_domain_policy,omitempty"`
}

func (*StreamingEndpointCrossSiteAccessPolicyParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StreamingEndpointCrossSiteAccessPolicyParameters.

func (*StreamingEndpointCrossSiteAccessPolicyParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type StreamingEndpointList

type StreamingEndpointList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []StreamingEndpoint `json:"items"`
}

StreamingEndpointList contains a list of StreamingEndpoints

func (*StreamingEndpointList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StreamingEndpointList.

func (*StreamingEndpointList) DeepCopyInto

func (in *StreamingEndpointList) DeepCopyInto(out *StreamingEndpointList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*StreamingEndpointList) DeepCopyObject

func (in *StreamingEndpointList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*StreamingEndpointList) GetItems

func (l *StreamingEndpointList) GetItems() []resource.Managed

GetItems of this StreamingEndpointList.

type StreamingEndpointObservation

type StreamingEndpointObservation struct {

	// A access_control block as defined below.
	AccessControl []AccessControlObservation `json:"accessControl,omitempty" tf:"access_control,omitempty"`

	// The flag indicates if the resource should be automatically started on creation.
	AutoStartEnabled *bool `json:"autoStartEnabled,omitempty" tf:"auto_start_enabled,omitempty"`

	// The CDN enabled flag.
	CdnEnabled *bool `json:"cdnEnabled,omitempty" tf:"cdn_enabled,omitempty"`

	// The CDN profile name.
	CdnProfile *string `json:"cdnProfile,omitempty" tf:"cdn_profile,omitempty"`

	// The CDN provider name. Supported value are StandardVerizon,PremiumVerizon and StandardAkamai
	CdnProvider *string `json:"cdnProvider,omitempty" tf:"cdn_provider,omitempty"`

	// A cross_site_access_policy block as defined below.
	CrossSiteAccessPolicy []StreamingEndpointCrossSiteAccessPolicyObservation `json:"crossSiteAccessPolicy,omitempty" tf:"cross_site_access_policy,omitempty"`

	// The custom host names of the streaming endpoint.
	CustomHostNames []*string `json:"customHostNames,omitempty" tf:"custom_host_names,omitempty"`

	// The streaming endpoint description.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The host name of the Streaming Endpoint.
	HostName *string `json:"hostName,omitempty" tf:"host_name,omitempty"`

	// The ID of the Streaming Endpoint.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// The Azure Region where the Streaming Endpoint should exist. Changing this forces a new Streaming Endpoint to be created.
	Location *string `json:"location,omitempty" tf:"location,omitempty"`

	// Max cache age in seconds.
	MaxCacheAgeSeconds *float64 `json:"maxCacheAgeSeconds,omitempty" tf:"max_cache_age_seconds,omitempty"`

	// The Media Services account name. Changing this forces a new Streaming Endpoint to be created.
	MediaServicesAccountName *string `json:"mediaServicesAccountName,omitempty" tf:"media_services_account_name,omitempty"`

	// The name of the Resource Group where the Streaming Endpoint should exist. Changing this forces a new Streaming Endpoint to be created.
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// The number of scale units. To create a Standard Streaming Endpoint set 0. For Premium Streaming Endpoint valid values are between 1 and 10.
	ScaleUnits *float64 `json:"scaleUnits,omitempty" tf:"scale_units,omitempty"`

	// A sku block defined as below.
	Sku []SkuObservation `json:"sku,omitempty" tf:"sku,omitempty"`

	// A mapping of tags which should be assigned to the Streaming Endpoint.
	Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"`
}

func (*StreamingEndpointObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StreamingEndpointObservation.

func (*StreamingEndpointObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type StreamingEndpointParameters

type StreamingEndpointParameters struct {

	// A access_control block as defined below.
	// +kubebuilder:validation:Optional
	AccessControl []AccessControlParameters `json:"accessControl,omitempty" tf:"access_control,omitempty"`

	// The flag indicates if the resource should be automatically started on creation.
	// +kubebuilder:validation:Optional
	AutoStartEnabled *bool `json:"autoStartEnabled,omitempty" tf:"auto_start_enabled,omitempty"`

	// The CDN enabled flag.
	// +kubebuilder:validation:Optional
	CdnEnabled *bool `json:"cdnEnabled,omitempty" tf:"cdn_enabled,omitempty"`

	// The CDN profile name.
	// +kubebuilder:validation:Optional
	CdnProfile *string `json:"cdnProfile,omitempty" tf:"cdn_profile,omitempty"`

	// The CDN provider name. Supported value are StandardVerizon,PremiumVerizon and StandardAkamai
	// +kubebuilder:validation:Optional
	CdnProvider *string `json:"cdnProvider,omitempty" tf:"cdn_provider,omitempty"`

	// A cross_site_access_policy block as defined below.
	// +kubebuilder:validation:Optional
	CrossSiteAccessPolicy []StreamingEndpointCrossSiteAccessPolicyParameters `json:"crossSiteAccessPolicy,omitempty" tf:"cross_site_access_policy,omitempty"`

	// The custom host names of the streaming endpoint.
	// +kubebuilder:validation:Optional
	CustomHostNames []*string `json:"customHostNames,omitempty" tf:"custom_host_names,omitempty"`

	// The streaming endpoint description.
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The Azure Region where the Streaming Endpoint should exist. Changing this forces a new Streaming Endpoint to be created.
	// +kubebuilder:validation:Optional
	Location *string `json:"location,omitempty" tf:"location,omitempty"`

	// Max cache age in seconds.
	// +kubebuilder:validation:Optional
	MaxCacheAgeSeconds *float64 `json:"maxCacheAgeSeconds,omitempty" tf:"max_cache_age_seconds,omitempty"`

	// The Media Services account name. Changing this forces a new Streaming Endpoint to be created.
	// +crossplane:generate:reference:type=ServicesAccount
	// +kubebuilder:validation:Optional
	MediaServicesAccountName *string `json:"mediaServicesAccountName,omitempty" tf:"media_services_account_name,omitempty"`

	// Reference to a ServicesAccount to populate mediaServicesAccountName.
	// +kubebuilder:validation:Optional
	MediaServicesAccountNameRef *v1.Reference `json:"mediaServicesAccountNameRef,omitempty" tf:"-"`

	// Selector for a ServicesAccount to populate mediaServicesAccountName.
	// +kubebuilder:validation:Optional
	MediaServicesAccountNameSelector *v1.Selector `json:"mediaServicesAccountNameSelector,omitempty" tf:"-"`

	// The name of the Resource Group where the Streaming Endpoint should exist. Changing this forces a new Streaming Endpoint to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/azure/v1beta1.ResourceGroup
	// +kubebuilder:validation:Optional
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// Reference to a ResourceGroup in azure to populate resourceGroupName.
	// +kubebuilder:validation:Optional
	ResourceGroupNameRef *v1.Reference `json:"resourceGroupNameRef,omitempty" tf:"-"`

	// Selector for a ResourceGroup in azure to populate resourceGroupName.
	// +kubebuilder:validation:Optional
	ResourceGroupNameSelector *v1.Selector `json:"resourceGroupNameSelector,omitempty" tf:"-"`

	// The number of scale units. To create a Standard Streaming Endpoint set 0. For Premium Streaming Endpoint valid values are between 1 and 10.
	// +kubebuilder:validation:Optional
	ScaleUnits *float64 `json:"scaleUnits,omitempty" tf:"scale_units,omitempty"`

	// A mapping of tags which should be assigned to the Streaming Endpoint.
	// +kubebuilder:validation:Optional
	Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"`
}

func (*StreamingEndpointParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StreamingEndpointParameters.

func (*StreamingEndpointParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type StreamingEndpointSpec

type StreamingEndpointSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     StreamingEndpointParameters `json:"forProvider"`
}

StreamingEndpointSpec defines the desired state of StreamingEndpoint

func (*StreamingEndpointSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StreamingEndpointSpec.

func (*StreamingEndpointSpec) DeepCopyInto

func (in *StreamingEndpointSpec) DeepCopyInto(out *StreamingEndpointSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type StreamingEndpointStatus

type StreamingEndpointStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        StreamingEndpointObservation `json:"atProvider,omitempty"`
}

StreamingEndpointStatus defines the observed state of StreamingEndpoint.

func (*StreamingEndpointStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StreamingEndpointStatus.

func (*StreamingEndpointStatus) DeepCopyInto

func (in *StreamingEndpointStatus) DeepCopyInto(out *StreamingEndpointStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type StreamingLocator

type StreamingLocator struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.streamingPolicyName)",message="streamingPolicyName is a required parameter"
	Spec   StreamingLocatorSpec   `json:"spec"`
	Status StreamingLocatorStatus `json:"status,omitempty"`
}

StreamingLocator is the Schema for the StreamingLocators API. Manages a Media Streaming Locator. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,azure}

func (*StreamingLocator) DeepCopy

func (in *StreamingLocator) DeepCopy() *StreamingLocator

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StreamingLocator.

func (*StreamingLocator) DeepCopyInto

func (in *StreamingLocator) DeepCopyInto(out *StreamingLocator)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*StreamingLocator) DeepCopyObject

func (in *StreamingLocator) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*StreamingLocator) GetCondition

func (mg *StreamingLocator) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this StreamingLocator.

func (*StreamingLocator) GetConnectionDetailsMapping

func (tr *StreamingLocator) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this StreamingLocator

func (*StreamingLocator) GetDeletionPolicy

func (mg *StreamingLocator) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this StreamingLocator.

func (*StreamingLocator) GetID

func (tr *StreamingLocator) GetID() string

GetID returns ID of underlying Terraform resource of this StreamingLocator

func (*StreamingLocator) GetManagementPolicy added in v0.31.0

func (mg *StreamingLocator) GetManagementPolicy() xpv1.ManagementPolicy

GetManagementPolicy of this StreamingLocator.

func (*StreamingLocator) GetObservation

func (tr *StreamingLocator) GetObservation() (map[string]any, error)

GetObservation of this StreamingLocator

func (*StreamingLocator) GetParameters

func (tr *StreamingLocator) GetParameters() (map[string]any, error)

GetParameters of this StreamingLocator

func (*StreamingLocator) GetProviderConfigReference

func (mg *StreamingLocator) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this StreamingLocator.

func (*StreamingLocator) GetProviderReference

func (mg *StreamingLocator) GetProviderReference() *xpv1.Reference

GetProviderReference of this StreamingLocator. Deprecated: Use GetProviderConfigReference.

func (*StreamingLocator) GetPublishConnectionDetailsTo

func (mg *StreamingLocator) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this StreamingLocator.

func (*StreamingLocator) GetTerraformResourceType

func (mg *StreamingLocator) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this StreamingLocator

func (*StreamingLocator) GetTerraformSchemaVersion

func (tr *StreamingLocator) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*StreamingLocator) GetWriteConnectionSecretToReference

func (mg *StreamingLocator) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this StreamingLocator.

func (*StreamingLocator) LateInitialize

func (tr *StreamingLocator) LateInitialize(attrs []byte) (bool, error)

LateInitialize this StreamingLocator using its observed tfState. returns True if there are any spec changes for the resource.

func (*StreamingLocator) ResolveReferences

func (mg *StreamingLocator) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this StreamingLocator.

func (*StreamingLocator) SetConditions

func (mg *StreamingLocator) SetConditions(c ...xpv1.Condition)

SetConditions of this StreamingLocator.

func (*StreamingLocator) SetDeletionPolicy

func (mg *StreamingLocator) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this StreamingLocator.

func (*StreamingLocator) SetManagementPolicy added in v0.31.0

func (mg *StreamingLocator) SetManagementPolicy(r xpv1.ManagementPolicy)

SetManagementPolicy of this StreamingLocator.

func (*StreamingLocator) SetObservation

func (tr *StreamingLocator) SetObservation(obs map[string]any) error

SetObservation for this StreamingLocator

func (*StreamingLocator) SetParameters

func (tr *StreamingLocator) SetParameters(params map[string]any) error

SetParameters for this StreamingLocator

func (*StreamingLocator) SetProviderConfigReference

func (mg *StreamingLocator) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this StreamingLocator.

func (*StreamingLocator) SetProviderReference

func (mg *StreamingLocator) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this StreamingLocator. Deprecated: Use SetProviderConfigReference.

func (*StreamingLocator) SetPublishConnectionDetailsTo

func (mg *StreamingLocator) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this StreamingLocator.

func (*StreamingLocator) SetWriteConnectionSecretToReference

func (mg *StreamingLocator) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this StreamingLocator.

type StreamingLocatorList

type StreamingLocatorList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []StreamingLocator `json:"items"`
}

StreamingLocatorList contains a list of StreamingLocators

func (*StreamingLocatorList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StreamingLocatorList.

func (*StreamingLocatorList) DeepCopyInto

func (in *StreamingLocatorList) DeepCopyInto(out *StreamingLocatorList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*StreamingLocatorList) DeepCopyObject

func (in *StreamingLocatorList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*StreamingLocatorList) GetItems

func (l *StreamingLocatorList) GetItems() []resource.Managed

GetItems of this StreamingLocatorList.

type StreamingLocatorObservation

type StreamingLocatorObservation struct {

	// Alternative Media ID of this Streaming Locator. Changing this forces a new Streaming Locator to be created.
	AlternativeMediaID *string `json:"alternativeMediaId,omitempty" tf:"alternative_media_id,omitempty"`

	// Asset Name. Changing this forces a new Streaming Locator to be created.
	AssetName *string `json:"assetName,omitempty" tf:"asset_name,omitempty"`

	// One or more content_key blocks as defined below. Changing this forces a new Streaming Locator to be created.
	ContentKey []ContentKeyObservation `json:"contentKey,omitempty" tf:"content_key,omitempty"`

	// Name of the default Content Key Policy used by this Streaming Locator.Changing this forces a new Streaming Locator to be created.
	DefaultContentKeyPolicyName *string `json:"defaultContentKeyPolicyName,omitempty" tf:"default_content_key_policy_name,omitempty"`

	// The end time of the Streaming Locator. Changing this forces a new Streaming Locator to be created.
	EndTime *string `json:"endTime,omitempty" tf:"end_time,omitempty"`

	// A list of names of asset or account filters which apply to this Streaming Locator. Changing this forces a new Streaming Locator to be created.
	FilterNames []*string `json:"filterNames,omitempty" tf:"filter_names,omitempty"`

	// The ID of the Streaming Locator.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// The Media Services account name. Changing this forces a new Streaming Locator to be created.
	MediaServicesAccountName *string `json:"mediaServicesAccountName,omitempty" tf:"media_services_account_name,omitempty"`

	// The name of the Resource Group where the Streaming Locator should exist. Changing this forces a new Streaming Locator to be created.
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// The start time of the Streaming Locator. Changing this forces a new Streaming Locator to be created.
	StartTime *string `json:"startTime,omitempty" tf:"start_time,omitempty"`

	// The ID of the Streaming Locator. Changing this forces a new Streaming Locator to be created.
	StreamingLocatorID *string `json:"streamingLocatorId,omitempty" tf:"streaming_locator_id,omitempty"`

	// Name of the Streaming Policy used by this Streaming Locator. Either specify the name of Streaming Policy you created or use one of the predefined Streaming Policies. The predefined Streaming Policies available are: Predefined_DownloadOnly, Predefined_ClearStreamingOnly, Predefined_DownloadAndClearStreaming, Predefined_ClearKey, Predefined_MultiDrmCencStreaming and Predefined_MultiDrmStreaming. Changing this forces a new Streaming Locator to be created.
	StreamingPolicyName *string `json:"streamingPolicyName,omitempty" tf:"streaming_policy_name,omitempty"`
}

func (*StreamingLocatorObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StreamingLocatorObservation.

func (*StreamingLocatorObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type StreamingLocatorParameters

type StreamingLocatorParameters struct {

	// Alternative Media ID of this Streaming Locator. Changing this forces a new Streaming Locator to be created.
	// +kubebuilder:validation:Optional
	AlternativeMediaID *string `json:"alternativeMediaId,omitempty" tf:"alternative_media_id,omitempty"`

	// Asset Name. Changing this forces a new Streaming Locator to be created.
	// +crossplane:generate:reference:type=Asset
	// +kubebuilder:validation:Optional
	AssetName *string `json:"assetName,omitempty" tf:"asset_name,omitempty"`

	// Reference to a Asset to populate assetName.
	// +kubebuilder:validation:Optional
	AssetNameRef *v1.Reference `json:"assetNameRef,omitempty" tf:"-"`

	// Selector for a Asset to populate assetName.
	// +kubebuilder:validation:Optional
	AssetNameSelector *v1.Selector `json:"assetNameSelector,omitempty" tf:"-"`

	// One or more content_key blocks as defined below. Changing this forces a new Streaming Locator to be created.
	// +kubebuilder:validation:Optional
	ContentKey []ContentKeyParameters `json:"contentKey,omitempty" tf:"content_key,omitempty"`

	// Name of the default Content Key Policy used by this Streaming Locator.Changing this forces a new Streaming Locator to be created.
	// +kubebuilder:validation:Optional
	DefaultContentKeyPolicyName *string `json:"defaultContentKeyPolicyName,omitempty" tf:"default_content_key_policy_name,omitempty"`

	// The end time of the Streaming Locator. Changing this forces a new Streaming Locator to be created.
	// +kubebuilder:validation:Optional
	EndTime *string `json:"endTime,omitempty" tf:"end_time,omitempty"`

	// A list of names of asset or account filters which apply to this Streaming Locator. Changing this forces a new Streaming Locator to be created.
	// +kubebuilder:validation:Optional
	FilterNames []*string `json:"filterNames,omitempty" tf:"filter_names,omitempty"`

	// The Media Services account name. Changing this forces a new Streaming Locator to be created.
	// +crossplane:generate:reference:type=ServicesAccount
	// +kubebuilder:validation:Optional
	MediaServicesAccountName *string `json:"mediaServicesAccountName,omitempty" tf:"media_services_account_name,omitempty"`

	// Reference to a ServicesAccount to populate mediaServicesAccountName.
	// +kubebuilder:validation:Optional
	MediaServicesAccountNameRef *v1.Reference `json:"mediaServicesAccountNameRef,omitempty" tf:"-"`

	// Selector for a ServicesAccount to populate mediaServicesAccountName.
	// +kubebuilder:validation:Optional
	MediaServicesAccountNameSelector *v1.Selector `json:"mediaServicesAccountNameSelector,omitempty" tf:"-"`

	// The name of the Resource Group where the Streaming Locator should exist. Changing this forces a new Streaming Locator to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/azure/v1beta1.ResourceGroup
	// +kubebuilder:validation:Optional
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// Reference to a ResourceGroup in azure to populate resourceGroupName.
	// +kubebuilder:validation:Optional
	ResourceGroupNameRef *v1.Reference `json:"resourceGroupNameRef,omitempty" tf:"-"`

	// Selector for a ResourceGroup in azure to populate resourceGroupName.
	// +kubebuilder:validation:Optional
	ResourceGroupNameSelector *v1.Selector `json:"resourceGroupNameSelector,omitempty" tf:"-"`

	// The start time of the Streaming Locator. Changing this forces a new Streaming Locator to be created.
	// +kubebuilder:validation:Optional
	StartTime *string `json:"startTime,omitempty" tf:"start_time,omitempty"`

	// The ID of the Streaming Locator. Changing this forces a new Streaming Locator to be created.
	// +kubebuilder:validation:Optional
	StreamingLocatorID *string `json:"streamingLocatorId,omitempty" tf:"streaming_locator_id,omitempty"`

	// Name of the Streaming Policy used by this Streaming Locator. Either specify the name of Streaming Policy you created or use one of the predefined Streaming Policies. The predefined Streaming Policies available are: Predefined_DownloadOnly, Predefined_ClearStreamingOnly, Predefined_DownloadAndClearStreaming, Predefined_ClearKey, Predefined_MultiDrmCencStreaming and Predefined_MultiDrmStreaming. Changing this forces a new Streaming Locator to be created.
	// +kubebuilder:validation:Optional
	StreamingPolicyName *string `json:"streamingPolicyName,omitempty" tf:"streaming_policy_name,omitempty"`
}

func (*StreamingLocatorParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StreamingLocatorParameters.

func (*StreamingLocatorParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type StreamingLocatorSpec

type StreamingLocatorSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     StreamingLocatorParameters `json:"forProvider"`
}

StreamingLocatorSpec defines the desired state of StreamingLocator

func (*StreamingLocatorSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StreamingLocatorSpec.

func (*StreamingLocatorSpec) DeepCopyInto

func (in *StreamingLocatorSpec) DeepCopyInto(out *StreamingLocatorSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type StreamingLocatorStatus

type StreamingLocatorStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        StreamingLocatorObservation `json:"atProvider,omitempty"`
}

StreamingLocatorStatus defines the observed state of StreamingLocator.

func (*StreamingLocatorStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StreamingLocatorStatus.

func (*StreamingLocatorStatus) DeepCopyInto

func (in *StreamingLocatorStatus) DeepCopyInto(out *StreamingLocatorStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type StreamingPolicy

type StreamingPolicy struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              StreamingPolicySpec   `json:"spec"`
	Status            StreamingPolicyStatus `json:"status,omitempty"`
}

StreamingPolicy is the Schema for the StreamingPolicys API. Manages a Streaming Policy. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,azure}

func (*StreamingPolicy) DeepCopy

func (in *StreamingPolicy) DeepCopy() *StreamingPolicy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StreamingPolicy.

func (*StreamingPolicy) DeepCopyInto

func (in *StreamingPolicy) DeepCopyInto(out *StreamingPolicy)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*StreamingPolicy) DeepCopyObject

func (in *StreamingPolicy) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*StreamingPolicy) GetCondition

func (mg *StreamingPolicy) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this StreamingPolicy.

func (*StreamingPolicy) GetConnectionDetailsMapping

func (tr *StreamingPolicy) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this StreamingPolicy

func (*StreamingPolicy) GetDeletionPolicy

func (mg *StreamingPolicy) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this StreamingPolicy.

func (*StreamingPolicy) GetID

func (tr *StreamingPolicy) GetID() string

GetID returns ID of underlying Terraform resource of this StreamingPolicy

func (*StreamingPolicy) GetManagementPolicy added in v0.31.0

func (mg *StreamingPolicy) GetManagementPolicy() xpv1.ManagementPolicy

GetManagementPolicy of this StreamingPolicy.

func (*StreamingPolicy) GetObservation

func (tr *StreamingPolicy) GetObservation() (map[string]any, error)

GetObservation of this StreamingPolicy

func (*StreamingPolicy) GetParameters

func (tr *StreamingPolicy) GetParameters() (map[string]any, error)

GetParameters of this StreamingPolicy

func (*StreamingPolicy) GetProviderConfigReference

func (mg *StreamingPolicy) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this StreamingPolicy.

func (*StreamingPolicy) GetProviderReference

func (mg *StreamingPolicy) GetProviderReference() *xpv1.Reference

GetProviderReference of this StreamingPolicy. Deprecated: Use GetProviderConfigReference.

func (*StreamingPolicy) GetPublishConnectionDetailsTo

func (mg *StreamingPolicy) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this StreamingPolicy.

func (*StreamingPolicy) GetTerraformResourceType

func (mg *StreamingPolicy) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this StreamingPolicy

func (*StreamingPolicy) GetTerraformSchemaVersion

func (tr *StreamingPolicy) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*StreamingPolicy) GetWriteConnectionSecretToReference

func (mg *StreamingPolicy) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this StreamingPolicy.

func (*StreamingPolicy) LateInitialize

func (tr *StreamingPolicy) LateInitialize(attrs []byte) (bool, error)

LateInitialize this StreamingPolicy using its observed tfState. returns True if there are any spec changes for the resource.

func (*StreamingPolicy) ResolveReferences

func (mg *StreamingPolicy) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this StreamingPolicy.

func (*StreamingPolicy) SetConditions

func (mg *StreamingPolicy) SetConditions(c ...xpv1.Condition)

SetConditions of this StreamingPolicy.

func (*StreamingPolicy) SetDeletionPolicy

func (mg *StreamingPolicy) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this StreamingPolicy.

func (*StreamingPolicy) SetManagementPolicy added in v0.31.0

func (mg *StreamingPolicy) SetManagementPolicy(r xpv1.ManagementPolicy)

SetManagementPolicy of this StreamingPolicy.

func (*StreamingPolicy) SetObservation

func (tr *StreamingPolicy) SetObservation(obs map[string]any) error

SetObservation for this StreamingPolicy

func (*StreamingPolicy) SetParameters

func (tr *StreamingPolicy) SetParameters(params map[string]any) error

SetParameters for this StreamingPolicy

func (*StreamingPolicy) SetProviderConfigReference

func (mg *StreamingPolicy) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this StreamingPolicy.

func (*StreamingPolicy) SetProviderReference

func (mg *StreamingPolicy) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this StreamingPolicy. Deprecated: Use SetProviderConfigReference.

func (*StreamingPolicy) SetPublishConnectionDetailsTo

func (mg *StreamingPolicy) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this StreamingPolicy.

func (*StreamingPolicy) SetWriteConnectionSecretToReference

func (mg *StreamingPolicy) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this StreamingPolicy.

type StreamingPolicyList

type StreamingPolicyList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []StreamingPolicy `json:"items"`
}

StreamingPolicyList contains a list of StreamingPolicys

func (*StreamingPolicyList) DeepCopy

func (in *StreamingPolicyList) DeepCopy() *StreamingPolicyList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StreamingPolicyList.

func (*StreamingPolicyList) DeepCopyInto

func (in *StreamingPolicyList) DeepCopyInto(out *StreamingPolicyList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*StreamingPolicyList) DeepCopyObject

func (in *StreamingPolicyList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*StreamingPolicyList) GetItems

func (l *StreamingPolicyList) GetItems() []resource.Managed

GetItems of this StreamingPolicyList.

type StreamingPolicyObservation

type StreamingPolicyObservation struct {

	// A common_encryption_cbcs block as defined below. Changing this forces a new Streaming Policy to be created.
	CommonEncryptionCbcs []CommonEncryptionCbcsObservation `json:"commonEncryptionCbcs,omitempty" tf:"common_encryption_cbcs,omitempty"`

	// A common_encryption_cenc block as defined below. Changing this forces a new Streaming Policy to be created.
	CommonEncryptionCenc []CommonEncryptionCencObservation `json:"commonEncryptionCenc,omitempty" tf:"common_encryption_cenc,omitempty"`

	// Default Content Key used by current Streaming Policy. Changing this forces a new Streaming Policy to be created.
	DefaultContentKeyPolicyName *string `json:"defaultContentKeyPolicyName,omitempty" tf:"default_content_key_policy_name,omitempty"`

	// A envelope_encryption block as defined below. Changing this forces a new Streaming Policy to be created.
	EnvelopeEncryption []EnvelopeEncryptionObservation `json:"envelopeEncryption,omitempty" tf:"envelope_encryption,omitempty"`

	// The ID of the Streaming Policy.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// The Media Services account name. Changing this forces a new Streaming Policy to be created.
	MediaServicesAccountName *string `json:"mediaServicesAccountName,omitempty" tf:"media_services_account_name,omitempty"`

	// A no_encryption_enabled_protocols block as defined below. Changing this forces a new Streaming Policy to be created.
	NoEncryptionEnabledProtocols []NoEncryptionEnabledProtocolsObservation `json:"noEncryptionEnabledProtocols,omitempty" tf:"no_encryption_enabled_protocols,omitempty"`

	// The name of the Resource Group where the Streaming Policy should exist. Changing this forces a new Streaming Policy to be created.
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`
}

func (*StreamingPolicyObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StreamingPolicyObservation.

func (*StreamingPolicyObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type StreamingPolicyParameters

type StreamingPolicyParameters struct {

	// A common_encryption_cbcs block as defined below. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	CommonEncryptionCbcs []CommonEncryptionCbcsParameters `json:"commonEncryptionCbcs,omitempty" tf:"common_encryption_cbcs,omitempty"`

	// A common_encryption_cenc block as defined below. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	CommonEncryptionCenc []CommonEncryptionCencParameters `json:"commonEncryptionCenc,omitempty" tf:"common_encryption_cenc,omitempty"`

	// Default Content Key used by current Streaming Policy. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	DefaultContentKeyPolicyName *string `json:"defaultContentKeyPolicyName,omitempty" tf:"default_content_key_policy_name,omitempty"`

	// A envelope_encryption block as defined below. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	EnvelopeEncryption []EnvelopeEncryptionParameters `json:"envelopeEncryption,omitempty" tf:"envelope_encryption,omitempty"`

	// The Media Services account name. Changing this forces a new Streaming Policy to be created.
	// +crossplane:generate:reference:type=ServicesAccount
	// +kubebuilder:validation:Optional
	MediaServicesAccountName *string `json:"mediaServicesAccountName,omitempty" tf:"media_services_account_name,omitempty"`

	// Reference to a ServicesAccount to populate mediaServicesAccountName.
	// +kubebuilder:validation:Optional
	MediaServicesAccountNameRef *v1.Reference `json:"mediaServicesAccountNameRef,omitempty" tf:"-"`

	// Selector for a ServicesAccount to populate mediaServicesAccountName.
	// +kubebuilder:validation:Optional
	MediaServicesAccountNameSelector *v1.Selector `json:"mediaServicesAccountNameSelector,omitempty" tf:"-"`

	// A no_encryption_enabled_protocols block as defined below. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Optional
	NoEncryptionEnabledProtocols []NoEncryptionEnabledProtocolsParameters `json:"noEncryptionEnabledProtocols,omitempty" tf:"no_encryption_enabled_protocols,omitempty"`

	// The name of the Resource Group where the Streaming Policy should exist. Changing this forces a new Streaming Policy to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/azure/v1beta1.ResourceGroup
	// +kubebuilder:validation:Optional
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// Reference to a ResourceGroup in azure to populate resourceGroupName.
	// +kubebuilder:validation:Optional
	ResourceGroupNameRef *v1.Reference `json:"resourceGroupNameRef,omitempty" tf:"-"`

	// Selector for a ResourceGroup in azure to populate resourceGroupName.
	// +kubebuilder:validation:Optional
	ResourceGroupNameSelector *v1.Selector `json:"resourceGroupNameSelector,omitempty" tf:"-"`
}

func (*StreamingPolicyParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StreamingPolicyParameters.

func (*StreamingPolicyParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type StreamingPolicySpec

type StreamingPolicySpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     StreamingPolicyParameters `json:"forProvider"`
}

StreamingPolicySpec defines the desired state of StreamingPolicy

func (*StreamingPolicySpec) DeepCopy

func (in *StreamingPolicySpec) DeepCopy() *StreamingPolicySpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StreamingPolicySpec.

func (*StreamingPolicySpec) DeepCopyInto

func (in *StreamingPolicySpec) DeepCopyInto(out *StreamingPolicySpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type StreamingPolicyStatus

type StreamingPolicyStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        StreamingPolicyObservation `json:"atProvider,omitempty"`
}

StreamingPolicyStatus defines the observed state of StreamingPolicy.

func (*StreamingPolicyStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StreamingPolicyStatus.

func (*StreamingPolicyStatus) DeepCopyInto

func (in *StreamingPolicyStatus) DeepCopyInto(out *StreamingPolicyStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TokenRestrictionObservation added in v0.27.0

type TokenRestrictionObservation struct {

	// One or more alternate_key block as defined above.
	AlternateKey []AlternateKeyParameters `json:"alternateKey,omitempty" tf:"alternate_key,omitempty"`

	// The audience for the token.
	Audience *string `json:"audience,omitempty" tf:"audience,omitempty"`

	// The token issuer.
	Issuer *string `json:"issuer,omitempty" tf:"issuer,omitempty"`

	// The OpenID connect discovery document.
	OpenIDConnectDiscoveryDocument *string `json:"openIdConnectDiscoveryDocument,omitempty" tf:"open_id_connect_discovery_document,omitempty"`

	// One or more required_claim blocks as defined above.
	RequiredClaim []RequiredClaimObservation `json:"requiredClaim,omitempty" tf:"required_claim,omitempty"`

	// The type of token. Supported values are Jwt or Swt.
	TokenType *string `json:"tokenType,omitempty" tf:"token_type,omitempty"`
}

func (*TokenRestrictionObservation) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TokenRestrictionObservation.

func (*TokenRestrictionObservation) DeepCopyInto added in v0.27.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TokenRestrictionParameters added in v0.27.0

type TokenRestrictionParameters struct {

	// One or more alternate_key block as defined above.
	// +kubebuilder:validation:Optional
	AlternateKey []AlternateKeyParameters `json:"alternateKey,omitempty" tf:"alternate_key,omitempty"`

	// The audience for the token.
	// +kubebuilder:validation:Optional
	Audience *string `json:"audience,omitempty" tf:"audience,omitempty"`

	// The token issuer.
	// +kubebuilder:validation:Optional
	Issuer *string `json:"issuer,omitempty" tf:"issuer,omitempty"`

	// The OpenID connect discovery document.
	// +kubebuilder:validation:Optional
	OpenIDConnectDiscoveryDocument *string `json:"openIdConnectDiscoveryDocument,omitempty" tf:"open_id_connect_discovery_document,omitempty"`

	// The RSA parameter exponent.
	// +kubebuilder:validation:Optional
	PrimaryRsaTokenKeyExponentSecretRef *v1.SecretKeySelector `json:"primaryRsaTokenKeyExponentSecretRef,omitempty" tf:"-"`

	// The RSA parameter modulus.
	// +kubebuilder:validation:Optional
	PrimaryRsaTokenKeyModulusSecretRef *v1.SecretKeySelector `json:"primaryRsaTokenKeyModulusSecretRef,omitempty" tf:"-"`

	// The key value of the key. Specifies a symmetric key for token validation.
	// +kubebuilder:validation:Optional
	PrimarySymmetricTokenKeySecretRef *v1.SecretKeySelector `json:"primarySymmetricTokenKeySecretRef,omitempty" tf:"-"`

	// The raw data field of a certificate in PKCS 12 format (X509Certificate2 in .NET). Specifies a certificate for token validation.
	// +kubebuilder:validation:Optional
	PrimaryX509TokenKeyRawSecretRef *v1.SecretKeySelector `json:"primaryX509TokenKeyRawSecretRef,omitempty" tf:"-"`

	// One or more required_claim blocks as defined above.
	// +kubebuilder:validation:Optional
	RequiredClaim []RequiredClaimParameters `json:"requiredClaim,omitempty" tf:"required_claim,omitempty"`

	// The type of token. Supported values are Jwt or Swt.
	// +kubebuilder:validation:Optional
	TokenType *string `json:"tokenType,omitempty" tf:"token_type,omitempty"`
}

func (*TokenRestrictionParameters) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TokenRestrictionParameters.

func (*TokenRestrictionParameters) DeepCopyInto added in v0.27.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TrackConditionObservation added in v0.32.0

type TrackConditionObservation struct {

	// The track property condition operation. Possible value is Equal. Changing this forces a new Streaming Policy to be created.
	Operation *string `json:"operation,omitempty" tf:"operation,omitempty"`

	// The track property type. Possible value is FourCC. Changing this forces a new Streaming Policy to be created.
	Property *string `json:"property,omitempty" tf:"property,omitempty"`

	// The track property value. Changing this forces a new Streaming Policy to be created.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*TrackConditionObservation) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TrackConditionObservation.

func (*TrackConditionObservation) DeepCopyInto added in v0.32.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TrackConditionParameters added in v0.32.0

type TrackConditionParameters struct {

	// The track property condition operation. Possible value is Equal. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Required
	Operation *string `json:"operation" tf:"operation,omitempty"`

	// The track property type. Possible value is FourCC. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Required
	Property *string `json:"property" tf:"property,omitempty"`

	// The track property value. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Required
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*TrackConditionParameters) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TrackConditionParameters.

func (*TrackConditionParameters) DeepCopyInto added in v0.32.0

func (in *TrackConditionParameters) DeepCopyInto(out *TrackConditionParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TrackObservation added in v0.32.0

type TrackObservation struct {

	// One or more condition blocks as defined below. Changing this forces a new Streaming Policy to be created.
	Condition []TrackConditionObservation `json:"condition,omitempty" tf:"condition,omitempty"`
}

func (*TrackObservation) DeepCopy added in v0.32.0

func (in *TrackObservation) DeepCopy() *TrackObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TrackObservation.

func (*TrackObservation) DeepCopyInto added in v0.32.0

func (in *TrackObservation) DeepCopyInto(out *TrackObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TrackParameters added in v0.32.0

type TrackParameters struct {

	// One or more condition blocks as defined below. Changing this forces a new Streaming Policy to be created.
	// +kubebuilder:validation:Required
	Condition []TrackConditionParameters `json:"condition" tf:"condition,omitempty"`
}

func (*TrackParameters) DeepCopy added in v0.32.0

func (in *TrackParameters) DeepCopy() *TrackParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TrackParameters.

func (*TrackParameters) DeepCopyInto added in v0.32.0

func (in *TrackParameters) DeepCopyInto(out *TrackParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TrackSelectionConditionObservation added in v0.28.0

type TrackSelectionConditionObservation struct {

	// The condition operation to test a track property against. Supported values are Equal and NotEqual.
	Operation *string `json:"operation,omitempty" tf:"operation,omitempty"`

	// The track property to compare. Supported values are Bitrate, FourCC, Language, Name and Type. Check documentation for more details.
	Property *string `json:"property,omitempty" tf:"property,omitempty"`

	// The track property value to match or not match.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*TrackSelectionConditionObservation) DeepCopy added in v0.28.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TrackSelectionConditionObservation.

func (*TrackSelectionConditionObservation) DeepCopyInto added in v0.28.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TrackSelectionConditionParameters added in v0.28.0

type TrackSelectionConditionParameters struct {

	// The condition operation to test a track property against. Supported values are Equal and NotEqual.
	// +kubebuilder:validation:Required
	Operation *string `json:"operation" tf:"operation,omitempty"`

	// The track property to compare. Supported values are Bitrate, FourCC, Language, Name and Type. Check documentation for more details.
	// +kubebuilder:validation:Required
	Property *string `json:"property" tf:"property,omitempty"`

	// The track property value to match or not match.
	// +kubebuilder:validation:Required
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*TrackSelectionConditionParameters) DeepCopy added in v0.28.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TrackSelectionConditionParameters.

func (*TrackSelectionConditionParameters) DeepCopyInto added in v0.28.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TrackSelectionObservation added in v0.27.0

type TrackSelectionObservation struct {

	// One or more condition blocks as defined above.
	Condition []ConditionObservation `json:"condition,omitempty" tf:"condition,omitempty"`
}

func (*TrackSelectionObservation) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TrackSelectionObservation.

func (*TrackSelectionObservation) DeepCopyInto added in v0.27.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TrackSelectionParameters added in v0.27.0

type TrackSelectionParameters struct {

	// One or more condition blocks as defined above.
	// +kubebuilder:validation:Required
	Condition []ConditionParameters `json:"condition" tf:"condition,omitempty"`
}

func (*TrackSelectionParameters) DeepCopy added in v0.27.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TrackSelectionParameters.

func (*TrackSelectionParameters) DeepCopyInto added in v0.27.0

func (in *TrackSelectionParameters) DeepCopyInto(out *TrackSelectionParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Transform

type Transform struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              TransformSpec   `json:"spec"`
	Status            TransformStatus `json:"status,omitempty"`
}

Transform is the Schema for the Transforms API. Manages a Transform. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,azure}

func (*Transform) DeepCopy

func (in *Transform) DeepCopy() *Transform

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Transform.

func (*Transform) DeepCopyInto

func (in *Transform) DeepCopyInto(out *Transform)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Transform) DeepCopyObject

func (in *Transform) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*Transform) GetCondition

func (mg *Transform) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this Transform.

func (*Transform) GetConnectionDetailsMapping

func (tr *Transform) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this Transform

func (*Transform) GetDeletionPolicy

func (mg *Transform) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this Transform.

func (*Transform) GetID

func (tr *Transform) GetID() string

GetID returns ID of underlying Terraform resource of this Transform

func (*Transform) GetManagementPolicy added in v0.31.0

func (mg *Transform) GetManagementPolicy() xpv1.ManagementPolicy

GetManagementPolicy of this Transform.

func (*Transform) GetObservation

func (tr *Transform) GetObservation() (map[string]any, error)

GetObservation of this Transform

func (*Transform) GetParameters

func (tr *Transform) GetParameters() (map[string]any, error)

GetParameters of this Transform

func (*Transform) GetProviderConfigReference

func (mg *Transform) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this Transform.

func (*Transform) GetProviderReference

func (mg *Transform) GetProviderReference() *xpv1.Reference

GetProviderReference of this Transform. Deprecated: Use GetProviderConfigReference.

func (*Transform) GetPublishConnectionDetailsTo

func (mg *Transform) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this Transform.

func (*Transform) GetTerraformResourceType

func (mg *Transform) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Transform

func (*Transform) GetTerraformSchemaVersion

func (tr *Transform) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Transform) GetWriteConnectionSecretToReference

func (mg *Transform) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this Transform.

func (*Transform) LateInitialize

func (tr *Transform) LateInitialize(attrs []byte) (bool, error)

LateInitialize this Transform using its observed tfState. returns True if there are any spec changes for the resource.

func (*Transform) ResolveReferences

func (mg *Transform) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this Transform.

func (*Transform) SetConditions

func (mg *Transform) SetConditions(c ...xpv1.Condition)

SetConditions of this Transform.

func (*Transform) SetDeletionPolicy

func (mg *Transform) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this Transform.

func (*Transform) SetManagementPolicy added in v0.31.0

func (mg *Transform) SetManagementPolicy(r xpv1.ManagementPolicy)

SetManagementPolicy of this Transform.

func (*Transform) SetObservation

func (tr *Transform) SetObservation(obs map[string]any) error

SetObservation for this Transform

func (*Transform) SetParameters

func (tr *Transform) SetParameters(params map[string]any) error

SetParameters for this Transform

func (*Transform) SetProviderConfigReference

func (mg *Transform) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this Transform.

func (*Transform) SetProviderReference

func (mg *Transform) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this Transform. Deprecated: Use SetProviderConfigReference.

func (*Transform) SetPublishConnectionDetailsTo

func (mg *Transform) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this Transform.

func (*Transform) SetWriteConnectionSecretToReference

func (mg *Transform) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this Transform.

type TransformList

type TransformList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []Transform `json:"items"`
}

TransformList contains a list of Transforms

func (*TransformList) DeepCopy

func (in *TransformList) DeepCopy() *TransformList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransformList.

func (*TransformList) DeepCopyInto

func (in *TransformList) DeepCopyInto(out *TransformList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*TransformList) DeepCopyObject

func (in *TransformList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*TransformList) GetItems

func (l *TransformList) GetItems() []resource.Managed

GetItems of this TransformList.

type TransformObservation

type TransformObservation struct {

	// An optional verbose description of the Transform.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The ID of the Transform.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// The Media Services account name. Changing this forces a new Transform to be created.
	MediaServicesAccountName *string `json:"mediaServicesAccountName,omitempty" tf:"media_services_account_name,omitempty"`

	// One or more output blocks as defined below. At least one output must be defined.
	Output []OutputObservation `json:"output,omitempty" tf:"output,omitempty"`

	// The name of the Resource Group where the Transform should exist. Changing this forces a new Transform to be created.
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`
}

func (*TransformObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransformObservation.

func (*TransformObservation) DeepCopyInto

func (in *TransformObservation) DeepCopyInto(out *TransformObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransformParameters

type TransformParameters struct {

	// An optional verbose description of the Transform.
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The Media Services account name. Changing this forces a new Transform to be created.
	// +crossplane:generate:reference:type=ServicesAccount
	// +kubebuilder:validation:Optional
	MediaServicesAccountName *string `json:"mediaServicesAccountName,omitempty" tf:"media_services_account_name,omitempty"`

	// Reference to a ServicesAccount to populate mediaServicesAccountName.
	// +kubebuilder:validation:Optional
	MediaServicesAccountNameRef *v1.Reference `json:"mediaServicesAccountNameRef,omitempty" tf:"-"`

	// Selector for a ServicesAccount to populate mediaServicesAccountName.
	// +kubebuilder:validation:Optional
	MediaServicesAccountNameSelector *v1.Selector `json:"mediaServicesAccountNameSelector,omitempty" tf:"-"`

	// One or more output blocks as defined below. At least one output must be defined.
	// +kubebuilder:validation:Optional
	Output []OutputParameters `json:"output,omitempty" tf:"output,omitempty"`

	// The name of the Resource Group where the Transform should exist. Changing this forces a new Transform to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/azure/v1beta1.ResourceGroup
	// +kubebuilder:validation:Optional
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// Reference to a ResourceGroup in azure to populate resourceGroupName.
	// +kubebuilder:validation:Optional
	ResourceGroupNameRef *v1.Reference `json:"resourceGroupNameRef,omitempty" tf:"-"`

	// Selector for a ResourceGroup in azure to populate resourceGroupName.
	// +kubebuilder:validation:Optional
	ResourceGroupNameSelector *v1.Selector `json:"resourceGroupNameSelector,omitempty" tf:"-"`
}

func (*TransformParameters) DeepCopy

func (in *TransformParameters) DeepCopy() *TransformParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransformParameters.

func (*TransformParameters) DeepCopyInto

func (in *TransformParameters) DeepCopyInto(out *TransformParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransformSpec

type TransformSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     TransformParameters `json:"forProvider"`
}

TransformSpec defines the desired state of Transform

func (*TransformSpec) DeepCopy

func (in *TransformSpec) DeepCopy() *TransformSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransformSpec.

func (*TransformSpec) DeepCopyInto

func (in *TransformSpec) DeepCopyInto(out *TransformSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransformStatus

type TransformStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        TransformObservation `json:"atProvider,omitempty"`
}

TransformStatus defines the observed state of Transform.

func (*TransformStatus) DeepCopy

func (in *TransformStatus) DeepCopy() *TransformStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransformStatus.

func (*TransformStatus) DeepCopyInto

func (in *TransformStatus) DeepCopyInto(out *TransformStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransportStreamObservation added in v0.32.0

type TransportStreamObservation struct {

	// The file naming pattern used for the creation of output files. The following macros are supported in the file name: {Basename} - An expansion macro that will use the name of the input video file. If the base name(the file suffix is not included) of the input video file is less than 32 characters long, the base name of input video files will be used. If the length of base name of the input video file exceeds 32 characters, the base name is truncated to the first 32 characters in total length. {Extension} - The appropriate extension for this format. {Label} - The label assigned to the codec/layer. {Index} - A unique index for thumbnails. Only applicable to thumbnails. {AudioStream} - string "Audio" plus audio stream number(start from 1). {Bitrate} - The audio/video bitrate in kbps. Not applicable to thumbnails. {Codec} - The type of the audio/video codec. {Resolution} - The video resolution. Any unsubstituted macros will be collapsed and removed from the filename.
	FilenamePattern *string `json:"filenamePattern,omitempty" tf:"filename_pattern,omitempty"`

	// One or more output_file blocks as defined above.
	OutputFile []TransportStreamOutputFileObservation `json:"outputFile,omitempty" tf:"output_file,omitempty"`
}

func (*TransportStreamObservation) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransportStreamObservation.

func (*TransportStreamObservation) DeepCopyInto added in v0.32.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransportStreamOutputFileObservation added in v0.32.0

type TransportStreamOutputFileObservation struct {

	// The list of labels that describe how the encoder should multiplex video and audio into an output file. For example, if the encoder is producing two video layers with labels v1 and v2, and one audio layer with label a1, then an array like ["v1", "a1"] tells the encoder to produce an output file with the video track represented by v1 and the audio track represented by a1.
	Labels []*string `json:"labels,omitempty" tf:"labels,omitempty"`
}

func (*TransportStreamOutputFileObservation) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransportStreamOutputFileObservation.

func (*TransportStreamOutputFileObservation) DeepCopyInto added in v0.32.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransportStreamOutputFileParameters added in v0.32.0

type TransportStreamOutputFileParameters struct {

	// The list of labels that describe how the encoder should multiplex video and audio into an output file. For example, if the encoder is producing two video layers with labels v1 and v2, and one audio layer with label a1, then an array like ["v1", "a1"] tells the encoder to produce an output file with the video track represented by v1 and the audio track represented by a1.
	// +kubebuilder:validation:Required
	Labels []*string `json:"labels" tf:"labels,omitempty"`
}

func (*TransportStreamOutputFileParameters) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransportStreamOutputFileParameters.

func (*TransportStreamOutputFileParameters) DeepCopyInto added in v0.32.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransportStreamParameters added in v0.32.0

type TransportStreamParameters struct {

	// The file naming pattern used for the creation of output files. The following macros are supported in the file name: {Basename} - An expansion macro that will use the name of the input video file. If the base name(the file suffix is not included) of the input video file is less than 32 characters long, the base name of input video files will be used. If the length of base name of the input video file exceeds 32 characters, the base name is truncated to the first 32 characters in total length. {Extension} - The appropriate extension for this format. {Label} - The label assigned to the codec/layer. {Index} - A unique index for thumbnails. Only applicable to thumbnails. {AudioStream} - string "Audio" plus audio stream number(start from 1). {Bitrate} - The audio/video bitrate in kbps. Not applicable to thumbnails. {Codec} - The type of the audio/video codec. {Resolution} - The video resolution. Any unsubstituted macros will be collapsed and removed from the filename.
	// +kubebuilder:validation:Required
	FilenamePattern *string `json:"filenamePattern" tf:"filename_pattern,omitempty"`

	// One or more output_file blocks as defined above.
	// +kubebuilder:validation:Optional
	OutputFile []TransportStreamOutputFileParameters `json:"outputFile,omitempty" tf:"output_file,omitempty"`
}

func (*TransportStreamParameters) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransportStreamParameters.

func (*TransportStreamParameters) DeepCopyInto added in v0.32.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VideoAnalyzerPresetObservation

type VideoAnalyzerPresetObservation struct {

	// Possible values are Basic or Standard. Determines the set of audio analysis operations to be performed. Default to Standard.
	AudioAnalysisMode *string `json:"audioAnalysisMode,omitempty" tf:"audio_analysis_mode,omitempty"`

	// The language for the audio payload in the input using the BCP-47 format of 'language tag-region' (e.g: 'en-US'). If you know the language of your content, it is recommended that you specify it. The language must be specified explicitly for AudioAnalysisMode:Basic, since automatic language detection is not included in basic mode. If the language isn't specified, automatic language detection will choose the first language detected and process with the selected language for the duration of the file. It does not currently support dynamically switching between languages after the first language is detected. The automatic detection works best with audio recordings with clearly discernible speech. If automatic detection fails to find the language, transcription would fall back to en-US. The list of supported languages is available here: https://go.microsoft.com/fwlink/?linkid=2109463.
	AudioLanguage *string `json:"audioLanguage,omitempty" tf:"audio_language,omitempty"`

	// Dictionary containing key value pairs for parameters not exposed in the preset itself.
	ExperimentalOptions map[string]*string `json:"experimentalOptions,omitempty" tf:"experimental_options,omitempty"`

	// Defines the type of insights that you want the service to generate. The allowed values are AudioInsightsOnly, VideoInsightsOnly, and AllInsights. If you set this to AllInsights and the input is audio only, then only audio insights are generated. Similarly, if the input is video only, then only video insights are generated. It is recommended that you not use AudioInsightsOnly if you expect some of your inputs to be video only; or use VideoInsightsOnly if you expect some of your inputs to be audio only. Your Jobs in such conditions would error out. Default to AllInsights.
	InsightsType *string `json:"insightsType,omitempty" tf:"insights_type,omitempty"`
}

func (*VideoAnalyzerPresetObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VideoAnalyzerPresetObservation.

func (*VideoAnalyzerPresetObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VideoAnalyzerPresetParameters

type VideoAnalyzerPresetParameters struct {

	// Possible values are Basic or Standard. Determines the set of audio analysis operations to be performed. Default to Standard.
	// +kubebuilder:validation:Optional
	AudioAnalysisMode *string `json:"audioAnalysisMode,omitempty" tf:"audio_analysis_mode,omitempty"`

	// The language for the audio payload in the input using the BCP-47 format of 'language tag-region' (e.g: 'en-US'). If you know the language of your content, it is recommended that you specify it. The language must be specified explicitly for AudioAnalysisMode:Basic, since automatic language detection is not included in basic mode. If the language isn't specified, automatic language detection will choose the first language detected and process with the selected language for the duration of the file. It does not currently support dynamically switching between languages after the first language is detected. The automatic detection works best with audio recordings with clearly discernible speech. If automatic detection fails to find the language, transcription would fall back to en-US. The list of supported languages is available here: https://go.microsoft.com/fwlink/?linkid=2109463.
	// +kubebuilder:validation:Optional
	AudioLanguage *string `json:"audioLanguage,omitempty" tf:"audio_language,omitempty"`

	// Dictionary containing key value pairs for parameters not exposed in the preset itself.
	// +kubebuilder:validation:Optional
	ExperimentalOptions map[string]*string `json:"experimentalOptions,omitempty" tf:"experimental_options,omitempty"`

	// Defines the type of insights that you want the service to generate. The allowed values are AudioInsightsOnly, VideoInsightsOnly, and AllInsights. If you set this to AllInsights and the input is audio only, then only audio insights are generated. Similarly, if the input is video only, then only video insights are generated. It is recommended that you not use AudioInsightsOnly if you expect some of your inputs to be video only; or use VideoInsightsOnly if you expect some of your inputs to be audio only. Your Jobs in such conditions would error out. Default to AllInsights.
	// +kubebuilder:validation:Optional
	InsightsType *string `json:"insightsType,omitempty" tf:"insights_type,omitempty"`
}

func (*VideoAnalyzerPresetParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VideoAnalyzerPresetParameters.

func (*VideoAnalyzerPresetParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VideoCropRectangleObservation added in v0.32.0

type VideoCropRectangleObservation struct {

	// The height of the rectangular region in pixels. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	Height *string `json:"height,omitempty" tf:"height,omitempty"`

	// The number of pixels from the left-margin. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	Left *string `json:"left,omitempty" tf:"left,omitempty"`

	// The number of pixels from the top-margin. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	Top *string `json:"top,omitempty" tf:"top,omitempty"`

	// The width of the rectangular region in pixels. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	Width *string `json:"width,omitempty" tf:"width,omitempty"`
}

func (*VideoCropRectangleObservation) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VideoCropRectangleObservation.

func (*VideoCropRectangleObservation) DeepCopyInto added in v0.32.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VideoCropRectangleParameters added in v0.32.0

type VideoCropRectangleParameters struct {

	// The height of the rectangular region in pixels. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	// +kubebuilder:validation:Optional
	Height *string `json:"height,omitempty" tf:"height,omitempty"`

	// The number of pixels from the left-margin. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	// +kubebuilder:validation:Optional
	Left *string `json:"left,omitempty" tf:"left,omitempty"`

	// The number of pixels from the top-margin. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	// +kubebuilder:validation:Optional
	Top *string `json:"top,omitempty" tf:"top,omitempty"`

	// The width of the rectangular region in pixels. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
	// +kubebuilder:validation:Optional
	Width *string `json:"width,omitempty" tf:"width,omitempty"`
}

func (*VideoCropRectangleParameters) DeepCopy added in v0.32.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VideoCropRectangleParameters.

func (*VideoCropRectangleParameters) DeepCopyInto added in v0.32.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VideoObservation added in v0.32.0

type VideoObservation struct {

	// The gain level of audio in the overlay. The value should be in range between 0 to 1.0. The default is 1.0.
	AudioGainLevel *float64 `json:"audioGainLevel,omitempty" tf:"audio_gain_level,omitempty"`

	// A crop_rectangle block as defined above.
	CropRectangle []VideoCropRectangleObservation `json:"cropRectangle,omitempty" tf:"crop_rectangle,omitempty"`

	// The end position, with reference to the input video, at which the overlay ends. The value should be in ISO 8601 format. For example, PT30S to end the overlay at 30 seconds into the input video. If not specified or the value is greater than the input video duration, the overlay will be applied until the end of the input video if the overlay media duration is greater than the input video duration, else the overlay will last as long as the overlay media duration.
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// The duration over which the overlay fades in onto the input video. The value should be in ISO 8601 duration format. If not specified the default behavior is to have no fade in (same as PT0S).
	FadeInDuration *string `json:"fadeInDuration,omitempty" tf:"fade_in_duration,omitempty"`

	// The duration over which the overlay fades out of the input video. The value should be in ISO 8601 duration format. If not specified the default behavior is to have no fade out (same as PT0S).
	FadeOutDuration *string `json:"fadeOutDuration,omitempty" tf:"fade_out_duration,omitempty"`

	// The label of the job input which is to be used as an overlay. The input must specify exact one file. You can specify an image file in JPG, PNG, GIF or BMP format, or an audio file (such as a WAV, MP3, WMA or M4A file), or a video file.
	InputLabel *string `json:"inputLabel,omitempty" tf:"input_label,omitempty"`

	// The opacity of the overlay. The value should be in the range between 0 to 1.0. Default to 1.0, which means the overlay is opaque.
	Opacity *float64 `json:"opacity,omitempty" tf:"opacity,omitempty"`

	// A position block as defined above.
	Position []PositionObservation `json:"position,omitempty" tf:"position,omitempty"`

	// The start position, with reference to the input video, at which the overlay starts. The value should be in ISO 8601 format. For example, PT05S to start the overlay at 5 seconds into the input video. If not specified the overlay starts from the beginning of the input video.
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*VideoObservation) DeepCopy added in v0.32.0

func (in *VideoObservation) DeepCopy() *VideoObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VideoObservation.

func (*VideoObservation) DeepCopyInto added in v0.32.0

func (in *VideoObservation) DeepCopyInto(out *VideoObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VideoParameters added in v0.32.0

type VideoParameters struct {

	// The gain level of audio in the overlay. The value should be in range between 0 to 1.0. The default is 1.0.
	// +kubebuilder:validation:Optional
	AudioGainLevel *float64 `json:"audioGainLevel,omitempty" tf:"audio_gain_level,omitempty"`

	// A crop_rectangle block as defined above.
	// +kubebuilder:validation:Optional
	CropRectangle []VideoCropRectangleParameters `json:"cropRectangle,omitempty" tf:"crop_rectangle,omitempty"`

	// The end position, with reference to the input video, at which the overlay ends. The value should be in ISO 8601 format. For example, PT30S to end the overlay at 30 seconds into the input video. If not specified or the value is greater than the input video duration, the overlay will be applied until the end of the input video if the overlay media duration is greater than the input video duration, else the overlay will last as long as the overlay media duration.
	// +kubebuilder:validation:Optional
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// The duration over which the overlay fades in onto the input video. The value should be in ISO 8601 duration format. If not specified the default behavior is to have no fade in (same as PT0S).
	// +kubebuilder:validation:Optional
	FadeInDuration *string `json:"fadeInDuration,omitempty" tf:"fade_in_duration,omitempty"`

	// The duration over which the overlay fades out of the input video. The value should be in ISO 8601 duration format. If not specified the default behavior is to have no fade out (same as PT0S).
	// +kubebuilder:validation:Optional
	FadeOutDuration *string `json:"fadeOutDuration,omitempty" tf:"fade_out_duration,omitempty"`

	// The label of the job input which is to be used as an overlay. The input must specify exact one file. You can specify an image file in JPG, PNG, GIF or BMP format, or an audio file (such as a WAV, MP3, WMA or M4A file), or a video file.
	// +kubebuilder:validation:Required
	InputLabel *string `json:"inputLabel" tf:"input_label,omitempty"`

	// The opacity of the overlay. The value should be in the range between 0 to 1.0. Default to 1.0, which means the overlay is opaque.
	// +kubebuilder:validation:Optional
	Opacity *float64 `json:"opacity,omitempty" tf:"opacity,omitempty"`

	// A position block as defined above.
	// +kubebuilder:validation:Optional
	Position []PositionParameters `json:"position,omitempty" tf:"position,omitempty"`

	// The start position, with reference to the input video, at which the overlay starts. The value should be in ISO 8601 format. For example, PT05S to start the overlay at 5 seconds into the input video. If not specified the overlay starts from the beginning of the input video.
	// +kubebuilder:validation:Optional
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*VideoParameters) DeepCopy added in v0.32.0

func (in *VideoParameters) DeepCopy() *VideoParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VideoParameters.

func (*VideoParameters) DeepCopyInto added in v0.32.0

func (in *VideoParameters) DeepCopyInto(out *VideoParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

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