v20180601preview

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AkamaiAccessControl

type AkamaiAccessControl struct {
	// authentication key list
	AkamaiSignatureHeaderAuthenticationKeyList []AkamaiSignatureHeaderAuthenticationKey `pulumi:"akamaiSignatureHeaderAuthenticationKeyList"`
}

Akamai access control

type AkamaiAccessControlArgs

type AkamaiAccessControlArgs struct {
	// authentication key list
	AkamaiSignatureHeaderAuthenticationKeyList AkamaiSignatureHeaderAuthenticationKeyArrayInput `pulumi:"akamaiSignatureHeaderAuthenticationKeyList"`
}

Akamai access control

func (AkamaiAccessControlArgs) ElementType

func (AkamaiAccessControlArgs) ElementType() reflect.Type

func (AkamaiAccessControlArgs) ToAkamaiAccessControlOutput

func (i AkamaiAccessControlArgs) ToAkamaiAccessControlOutput() AkamaiAccessControlOutput

func (AkamaiAccessControlArgs) ToAkamaiAccessControlOutputWithContext

func (i AkamaiAccessControlArgs) ToAkamaiAccessControlOutputWithContext(ctx context.Context) AkamaiAccessControlOutput

func (AkamaiAccessControlArgs) ToAkamaiAccessControlPtrOutput

func (i AkamaiAccessControlArgs) ToAkamaiAccessControlPtrOutput() AkamaiAccessControlPtrOutput

func (AkamaiAccessControlArgs) ToAkamaiAccessControlPtrOutputWithContext

func (i AkamaiAccessControlArgs) ToAkamaiAccessControlPtrOutputWithContext(ctx context.Context) AkamaiAccessControlPtrOutput

type AkamaiAccessControlInput

type AkamaiAccessControlInput interface {
	pulumi.Input

	ToAkamaiAccessControlOutput() AkamaiAccessControlOutput
	ToAkamaiAccessControlOutputWithContext(context.Context) AkamaiAccessControlOutput
}

AkamaiAccessControlInput is an input type that accepts AkamaiAccessControlArgs and AkamaiAccessControlOutput values. You can construct a concrete instance of `AkamaiAccessControlInput` via:

AkamaiAccessControlArgs{...}

type AkamaiAccessControlOutput

type AkamaiAccessControlOutput struct{ *pulumi.OutputState }

Akamai access control

func (AkamaiAccessControlOutput) AkamaiSignatureHeaderAuthenticationKeyList

func (o AkamaiAccessControlOutput) AkamaiSignatureHeaderAuthenticationKeyList() AkamaiSignatureHeaderAuthenticationKeyArrayOutput

authentication key list

func (AkamaiAccessControlOutput) ElementType

func (AkamaiAccessControlOutput) ElementType() reflect.Type

func (AkamaiAccessControlOutput) ToAkamaiAccessControlOutput

func (o AkamaiAccessControlOutput) ToAkamaiAccessControlOutput() AkamaiAccessControlOutput

func (AkamaiAccessControlOutput) ToAkamaiAccessControlOutputWithContext

func (o AkamaiAccessControlOutput) ToAkamaiAccessControlOutputWithContext(ctx context.Context) AkamaiAccessControlOutput

func (AkamaiAccessControlOutput) ToAkamaiAccessControlPtrOutput

func (o AkamaiAccessControlOutput) ToAkamaiAccessControlPtrOutput() AkamaiAccessControlPtrOutput

func (AkamaiAccessControlOutput) ToAkamaiAccessControlPtrOutputWithContext

func (o AkamaiAccessControlOutput) ToAkamaiAccessControlPtrOutputWithContext(ctx context.Context) AkamaiAccessControlPtrOutput

type AkamaiAccessControlPtrInput

type AkamaiAccessControlPtrInput interface {
	pulumi.Input

	ToAkamaiAccessControlPtrOutput() AkamaiAccessControlPtrOutput
	ToAkamaiAccessControlPtrOutputWithContext(context.Context) AkamaiAccessControlPtrOutput
}

AkamaiAccessControlPtrInput is an input type that accepts AkamaiAccessControlArgs, AkamaiAccessControlPtr and AkamaiAccessControlPtrOutput values. You can construct a concrete instance of `AkamaiAccessControlPtrInput` via:

        AkamaiAccessControlArgs{...}

or:

        nil

type AkamaiAccessControlPtrOutput

type AkamaiAccessControlPtrOutput struct{ *pulumi.OutputState }

func (AkamaiAccessControlPtrOutput) AkamaiSignatureHeaderAuthenticationKeyList

func (o AkamaiAccessControlPtrOutput) AkamaiSignatureHeaderAuthenticationKeyList() AkamaiSignatureHeaderAuthenticationKeyArrayOutput

authentication key list

func (AkamaiAccessControlPtrOutput) Elem

func (AkamaiAccessControlPtrOutput) ElementType

func (AkamaiAccessControlPtrOutput) ToAkamaiAccessControlPtrOutput

func (o AkamaiAccessControlPtrOutput) ToAkamaiAccessControlPtrOutput() AkamaiAccessControlPtrOutput

func (AkamaiAccessControlPtrOutput) ToAkamaiAccessControlPtrOutputWithContext

func (o AkamaiAccessControlPtrOutput) ToAkamaiAccessControlPtrOutputWithContext(ctx context.Context) AkamaiAccessControlPtrOutput

type AkamaiAccessControlResponse

type AkamaiAccessControlResponse struct {
	// authentication key list
	AkamaiSignatureHeaderAuthenticationKeyList []AkamaiSignatureHeaderAuthenticationKeyResponse `pulumi:"akamaiSignatureHeaderAuthenticationKeyList"`
}

Akamai access control

type AkamaiAccessControlResponseArgs

type AkamaiAccessControlResponseArgs struct {
	// authentication key list
	AkamaiSignatureHeaderAuthenticationKeyList AkamaiSignatureHeaderAuthenticationKeyResponseArrayInput `pulumi:"akamaiSignatureHeaderAuthenticationKeyList"`
}

Akamai access control

func (AkamaiAccessControlResponseArgs) ElementType

func (AkamaiAccessControlResponseArgs) ToAkamaiAccessControlResponseOutput

func (i AkamaiAccessControlResponseArgs) ToAkamaiAccessControlResponseOutput() AkamaiAccessControlResponseOutput

func (AkamaiAccessControlResponseArgs) ToAkamaiAccessControlResponseOutputWithContext

func (i AkamaiAccessControlResponseArgs) ToAkamaiAccessControlResponseOutputWithContext(ctx context.Context) AkamaiAccessControlResponseOutput

func (AkamaiAccessControlResponseArgs) ToAkamaiAccessControlResponsePtrOutput

func (i AkamaiAccessControlResponseArgs) ToAkamaiAccessControlResponsePtrOutput() AkamaiAccessControlResponsePtrOutput

func (AkamaiAccessControlResponseArgs) ToAkamaiAccessControlResponsePtrOutputWithContext

func (i AkamaiAccessControlResponseArgs) ToAkamaiAccessControlResponsePtrOutputWithContext(ctx context.Context) AkamaiAccessControlResponsePtrOutput

type AkamaiAccessControlResponseInput

type AkamaiAccessControlResponseInput interface {
	pulumi.Input

	ToAkamaiAccessControlResponseOutput() AkamaiAccessControlResponseOutput
	ToAkamaiAccessControlResponseOutputWithContext(context.Context) AkamaiAccessControlResponseOutput
}

AkamaiAccessControlResponseInput is an input type that accepts AkamaiAccessControlResponseArgs and AkamaiAccessControlResponseOutput values. You can construct a concrete instance of `AkamaiAccessControlResponseInput` via:

AkamaiAccessControlResponseArgs{...}

type AkamaiAccessControlResponseOutput

type AkamaiAccessControlResponseOutput struct{ *pulumi.OutputState }

Akamai access control

func (AkamaiAccessControlResponseOutput) AkamaiSignatureHeaderAuthenticationKeyList

authentication key list

func (AkamaiAccessControlResponseOutput) ElementType

func (AkamaiAccessControlResponseOutput) ToAkamaiAccessControlResponseOutput

func (o AkamaiAccessControlResponseOutput) ToAkamaiAccessControlResponseOutput() AkamaiAccessControlResponseOutput

func (AkamaiAccessControlResponseOutput) ToAkamaiAccessControlResponseOutputWithContext

func (o AkamaiAccessControlResponseOutput) ToAkamaiAccessControlResponseOutputWithContext(ctx context.Context) AkamaiAccessControlResponseOutput

func (AkamaiAccessControlResponseOutput) ToAkamaiAccessControlResponsePtrOutput

func (o AkamaiAccessControlResponseOutput) ToAkamaiAccessControlResponsePtrOutput() AkamaiAccessControlResponsePtrOutput

func (AkamaiAccessControlResponseOutput) ToAkamaiAccessControlResponsePtrOutputWithContext

func (o AkamaiAccessControlResponseOutput) ToAkamaiAccessControlResponsePtrOutputWithContext(ctx context.Context) AkamaiAccessControlResponsePtrOutput

type AkamaiAccessControlResponsePtrInput

type AkamaiAccessControlResponsePtrInput interface {
	pulumi.Input

	ToAkamaiAccessControlResponsePtrOutput() AkamaiAccessControlResponsePtrOutput
	ToAkamaiAccessControlResponsePtrOutputWithContext(context.Context) AkamaiAccessControlResponsePtrOutput
}

AkamaiAccessControlResponsePtrInput is an input type that accepts AkamaiAccessControlResponseArgs, AkamaiAccessControlResponsePtr and AkamaiAccessControlResponsePtrOutput values. You can construct a concrete instance of `AkamaiAccessControlResponsePtrInput` via:

        AkamaiAccessControlResponseArgs{...}

or:

        nil

type AkamaiAccessControlResponsePtrOutput

type AkamaiAccessControlResponsePtrOutput struct{ *pulumi.OutputState }

func (AkamaiAccessControlResponsePtrOutput) AkamaiSignatureHeaderAuthenticationKeyList

authentication key list

func (AkamaiAccessControlResponsePtrOutput) Elem

func (AkamaiAccessControlResponsePtrOutput) ElementType

func (AkamaiAccessControlResponsePtrOutput) ToAkamaiAccessControlResponsePtrOutput

func (o AkamaiAccessControlResponsePtrOutput) ToAkamaiAccessControlResponsePtrOutput() AkamaiAccessControlResponsePtrOutput

func (AkamaiAccessControlResponsePtrOutput) ToAkamaiAccessControlResponsePtrOutputWithContext

func (o AkamaiAccessControlResponsePtrOutput) ToAkamaiAccessControlResponsePtrOutputWithContext(ctx context.Context) AkamaiAccessControlResponsePtrOutput

type AkamaiSignatureHeaderAuthenticationKey

type AkamaiSignatureHeaderAuthenticationKey struct {
	// authentication key
	Base64Key *string `pulumi:"base64Key"`
	// The exact time the authentication key.
	Expiration *string `pulumi:"expiration"`
	// identifier of the key
	Identifier *string `pulumi:"identifier"`
}

Akamai Signature Header authentication key.

type AkamaiSignatureHeaderAuthenticationKeyArgs

type AkamaiSignatureHeaderAuthenticationKeyArgs struct {
	// authentication key
	Base64Key pulumi.StringPtrInput `pulumi:"base64Key"`
	// The exact time the authentication key.
	Expiration pulumi.StringPtrInput `pulumi:"expiration"`
	// identifier of the key
	Identifier pulumi.StringPtrInput `pulumi:"identifier"`
}

Akamai Signature Header authentication key.

func (AkamaiSignatureHeaderAuthenticationKeyArgs) ElementType

func (AkamaiSignatureHeaderAuthenticationKeyArgs) ToAkamaiSignatureHeaderAuthenticationKeyOutput

func (i AkamaiSignatureHeaderAuthenticationKeyArgs) ToAkamaiSignatureHeaderAuthenticationKeyOutput() AkamaiSignatureHeaderAuthenticationKeyOutput

func (AkamaiSignatureHeaderAuthenticationKeyArgs) ToAkamaiSignatureHeaderAuthenticationKeyOutputWithContext

func (i AkamaiSignatureHeaderAuthenticationKeyArgs) ToAkamaiSignatureHeaderAuthenticationKeyOutputWithContext(ctx context.Context) AkamaiSignatureHeaderAuthenticationKeyOutput

type AkamaiSignatureHeaderAuthenticationKeyArray

type AkamaiSignatureHeaderAuthenticationKeyArray []AkamaiSignatureHeaderAuthenticationKeyInput

func (AkamaiSignatureHeaderAuthenticationKeyArray) ElementType

func (AkamaiSignatureHeaderAuthenticationKeyArray) ToAkamaiSignatureHeaderAuthenticationKeyArrayOutput

func (i AkamaiSignatureHeaderAuthenticationKeyArray) ToAkamaiSignatureHeaderAuthenticationKeyArrayOutput() AkamaiSignatureHeaderAuthenticationKeyArrayOutput

func (AkamaiSignatureHeaderAuthenticationKeyArray) ToAkamaiSignatureHeaderAuthenticationKeyArrayOutputWithContext

func (i AkamaiSignatureHeaderAuthenticationKeyArray) ToAkamaiSignatureHeaderAuthenticationKeyArrayOutputWithContext(ctx context.Context) AkamaiSignatureHeaderAuthenticationKeyArrayOutput

type AkamaiSignatureHeaderAuthenticationKeyArrayInput

type AkamaiSignatureHeaderAuthenticationKeyArrayInput interface {
	pulumi.Input

	ToAkamaiSignatureHeaderAuthenticationKeyArrayOutput() AkamaiSignatureHeaderAuthenticationKeyArrayOutput
	ToAkamaiSignatureHeaderAuthenticationKeyArrayOutputWithContext(context.Context) AkamaiSignatureHeaderAuthenticationKeyArrayOutput
}

AkamaiSignatureHeaderAuthenticationKeyArrayInput is an input type that accepts AkamaiSignatureHeaderAuthenticationKeyArray and AkamaiSignatureHeaderAuthenticationKeyArrayOutput values. You can construct a concrete instance of `AkamaiSignatureHeaderAuthenticationKeyArrayInput` via:

AkamaiSignatureHeaderAuthenticationKeyArray{ AkamaiSignatureHeaderAuthenticationKeyArgs{...} }

type AkamaiSignatureHeaderAuthenticationKeyArrayOutput

type AkamaiSignatureHeaderAuthenticationKeyArrayOutput struct{ *pulumi.OutputState }

func (AkamaiSignatureHeaderAuthenticationKeyArrayOutput) ElementType

func (AkamaiSignatureHeaderAuthenticationKeyArrayOutput) Index

func (AkamaiSignatureHeaderAuthenticationKeyArrayOutput) ToAkamaiSignatureHeaderAuthenticationKeyArrayOutput

func (o AkamaiSignatureHeaderAuthenticationKeyArrayOutput) ToAkamaiSignatureHeaderAuthenticationKeyArrayOutput() AkamaiSignatureHeaderAuthenticationKeyArrayOutput

func (AkamaiSignatureHeaderAuthenticationKeyArrayOutput) ToAkamaiSignatureHeaderAuthenticationKeyArrayOutputWithContext

func (o AkamaiSignatureHeaderAuthenticationKeyArrayOutput) ToAkamaiSignatureHeaderAuthenticationKeyArrayOutputWithContext(ctx context.Context) AkamaiSignatureHeaderAuthenticationKeyArrayOutput

type AkamaiSignatureHeaderAuthenticationKeyInput

type AkamaiSignatureHeaderAuthenticationKeyInput interface {
	pulumi.Input

	ToAkamaiSignatureHeaderAuthenticationKeyOutput() AkamaiSignatureHeaderAuthenticationKeyOutput
	ToAkamaiSignatureHeaderAuthenticationKeyOutputWithContext(context.Context) AkamaiSignatureHeaderAuthenticationKeyOutput
}

AkamaiSignatureHeaderAuthenticationKeyInput is an input type that accepts AkamaiSignatureHeaderAuthenticationKeyArgs and AkamaiSignatureHeaderAuthenticationKeyOutput values. You can construct a concrete instance of `AkamaiSignatureHeaderAuthenticationKeyInput` via:

AkamaiSignatureHeaderAuthenticationKeyArgs{...}

type AkamaiSignatureHeaderAuthenticationKeyOutput

type AkamaiSignatureHeaderAuthenticationKeyOutput struct{ *pulumi.OutputState }

Akamai Signature Header authentication key.

func (AkamaiSignatureHeaderAuthenticationKeyOutput) Base64Key

authentication key

func (AkamaiSignatureHeaderAuthenticationKeyOutput) ElementType

func (AkamaiSignatureHeaderAuthenticationKeyOutput) Expiration

The exact time the authentication key.

func (AkamaiSignatureHeaderAuthenticationKeyOutput) Identifier

identifier of the key

func (AkamaiSignatureHeaderAuthenticationKeyOutput) ToAkamaiSignatureHeaderAuthenticationKeyOutput

func (o AkamaiSignatureHeaderAuthenticationKeyOutput) ToAkamaiSignatureHeaderAuthenticationKeyOutput() AkamaiSignatureHeaderAuthenticationKeyOutput

func (AkamaiSignatureHeaderAuthenticationKeyOutput) ToAkamaiSignatureHeaderAuthenticationKeyOutputWithContext

func (o AkamaiSignatureHeaderAuthenticationKeyOutput) ToAkamaiSignatureHeaderAuthenticationKeyOutputWithContext(ctx context.Context) AkamaiSignatureHeaderAuthenticationKeyOutput

type AkamaiSignatureHeaderAuthenticationKeyResponse

type AkamaiSignatureHeaderAuthenticationKeyResponse struct {
	// authentication key
	Base64Key *string `pulumi:"base64Key"`
	// The exact time the authentication key.
	Expiration *string `pulumi:"expiration"`
	// identifier of the key
	Identifier *string `pulumi:"identifier"`
}

Akamai Signature Header authentication key.

type AkamaiSignatureHeaderAuthenticationKeyResponseArgs

type AkamaiSignatureHeaderAuthenticationKeyResponseArgs struct {
	// authentication key
	Base64Key pulumi.StringPtrInput `pulumi:"base64Key"`
	// The exact time the authentication key.
	Expiration pulumi.StringPtrInput `pulumi:"expiration"`
	// identifier of the key
	Identifier pulumi.StringPtrInput `pulumi:"identifier"`
}

Akamai Signature Header authentication key.

func (AkamaiSignatureHeaderAuthenticationKeyResponseArgs) ElementType

func (AkamaiSignatureHeaderAuthenticationKeyResponseArgs) ToAkamaiSignatureHeaderAuthenticationKeyResponseOutput

func (i AkamaiSignatureHeaderAuthenticationKeyResponseArgs) ToAkamaiSignatureHeaderAuthenticationKeyResponseOutput() AkamaiSignatureHeaderAuthenticationKeyResponseOutput

func (AkamaiSignatureHeaderAuthenticationKeyResponseArgs) ToAkamaiSignatureHeaderAuthenticationKeyResponseOutputWithContext

func (i AkamaiSignatureHeaderAuthenticationKeyResponseArgs) ToAkamaiSignatureHeaderAuthenticationKeyResponseOutputWithContext(ctx context.Context) AkamaiSignatureHeaderAuthenticationKeyResponseOutput

type AkamaiSignatureHeaderAuthenticationKeyResponseArray

type AkamaiSignatureHeaderAuthenticationKeyResponseArray []AkamaiSignatureHeaderAuthenticationKeyResponseInput

func (AkamaiSignatureHeaderAuthenticationKeyResponseArray) ElementType

func (AkamaiSignatureHeaderAuthenticationKeyResponseArray) ToAkamaiSignatureHeaderAuthenticationKeyResponseArrayOutput

func (i AkamaiSignatureHeaderAuthenticationKeyResponseArray) ToAkamaiSignatureHeaderAuthenticationKeyResponseArrayOutput() AkamaiSignatureHeaderAuthenticationKeyResponseArrayOutput

func (AkamaiSignatureHeaderAuthenticationKeyResponseArray) ToAkamaiSignatureHeaderAuthenticationKeyResponseArrayOutputWithContext

func (i AkamaiSignatureHeaderAuthenticationKeyResponseArray) ToAkamaiSignatureHeaderAuthenticationKeyResponseArrayOutputWithContext(ctx context.Context) AkamaiSignatureHeaderAuthenticationKeyResponseArrayOutput

type AkamaiSignatureHeaderAuthenticationKeyResponseArrayInput

type AkamaiSignatureHeaderAuthenticationKeyResponseArrayInput interface {
	pulumi.Input

	ToAkamaiSignatureHeaderAuthenticationKeyResponseArrayOutput() AkamaiSignatureHeaderAuthenticationKeyResponseArrayOutput
	ToAkamaiSignatureHeaderAuthenticationKeyResponseArrayOutputWithContext(context.Context) AkamaiSignatureHeaderAuthenticationKeyResponseArrayOutput
}

AkamaiSignatureHeaderAuthenticationKeyResponseArrayInput is an input type that accepts AkamaiSignatureHeaderAuthenticationKeyResponseArray and AkamaiSignatureHeaderAuthenticationKeyResponseArrayOutput values. You can construct a concrete instance of `AkamaiSignatureHeaderAuthenticationKeyResponseArrayInput` via:

AkamaiSignatureHeaderAuthenticationKeyResponseArray{ AkamaiSignatureHeaderAuthenticationKeyResponseArgs{...} }

type AkamaiSignatureHeaderAuthenticationKeyResponseArrayOutput

type AkamaiSignatureHeaderAuthenticationKeyResponseArrayOutput struct{ *pulumi.OutputState }

func (AkamaiSignatureHeaderAuthenticationKeyResponseArrayOutput) ElementType

func (AkamaiSignatureHeaderAuthenticationKeyResponseArrayOutput) Index

func (AkamaiSignatureHeaderAuthenticationKeyResponseArrayOutput) ToAkamaiSignatureHeaderAuthenticationKeyResponseArrayOutput

func (AkamaiSignatureHeaderAuthenticationKeyResponseArrayOutput) ToAkamaiSignatureHeaderAuthenticationKeyResponseArrayOutputWithContext

func (o AkamaiSignatureHeaderAuthenticationKeyResponseArrayOutput) ToAkamaiSignatureHeaderAuthenticationKeyResponseArrayOutputWithContext(ctx context.Context) AkamaiSignatureHeaderAuthenticationKeyResponseArrayOutput

type AkamaiSignatureHeaderAuthenticationKeyResponseInput

type AkamaiSignatureHeaderAuthenticationKeyResponseInput interface {
	pulumi.Input

	ToAkamaiSignatureHeaderAuthenticationKeyResponseOutput() AkamaiSignatureHeaderAuthenticationKeyResponseOutput
	ToAkamaiSignatureHeaderAuthenticationKeyResponseOutputWithContext(context.Context) AkamaiSignatureHeaderAuthenticationKeyResponseOutput
}

AkamaiSignatureHeaderAuthenticationKeyResponseInput is an input type that accepts AkamaiSignatureHeaderAuthenticationKeyResponseArgs and AkamaiSignatureHeaderAuthenticationKeyResponseOutput values. You can construct a concrete instance of `AkamaiSignatureHeaderAuthenticationKeyResponseInput` via:

AkamaiSignatureHeaderAuthenticationKeyResponseArgs{...}

type AkamaiSignatureHeaderAuthenticationKeyResponseOutput

type AkamaiSignatureHeaderAuthenticationKeyResponseOutput struct{ *pulumi.OutputState }

Akamai Signature Header authentication key.

func (AkamaiSignatureHeaderAuthenticationKeyResponseOutput) Base64Key

authentication key

func (AkamaiSignatureHeaderAuthenticationKeyResponseOutput) ElementType

func (AkamaiSignatureHeaderAuthenticationKeyResponseOutput) Expiration

The exact time the authentication key.

func (AkamaiSignatureHeaderAuthenticationKeyResponseOutput) Identifier

identifier of the key

func (AkamaiSignatureHeaderAuthenticationKeyResponseOutput) ToAkamaiSignatureHeaderAuthenticationKeyResponseOutput

func (AkamaiSignatureHeaderAuthenticationKeyResponseOutput) ToAkamaiSignatureHeaderAuthenticationKeyResponseOutputWithContext

func (o AkamaiSignatureHeaderAuthenticationKeyResponseOutput) ToAkamaiSignatureHeaderAuthenticationKeyResponseOutputWithContext(ctx context.Context) AkamaiSignatureHeaderAuthenticationKeyResponseOutput

type Asset

type Asset struct {
	pulumi.CustomResourceState

	// The alternate ID of the Asset.
	AlternateId pulumi.StringPtrOutput `pulumi:"alternateId"`
	// The Asset ID.
	AssetId pulumi.StringOutput `pulumi:"assetId"`
	// The name of the asset blob container.
	Container pulumi.StringPtrOutput `pulumi:"container"`
	// The creation date of the Asset.
	Created pulumi.StringOutput `pulumi:"created"`
	// The Asset description.
	Description pulumi.StringPtrOutput `pulumi:"description"`
	// The last modified date of the Asset.
	LastModified pulumi.StringOutput `pulumi:"lastModified"`
	// The name of the resource.
	Name pulumi.StringOutput `pulumi:"name"`
	// The name of the storage account.
	StorageAccountName pulumi.StringPtrOutput `pulumi:"storageAccountName"`
	// The Asset encryption format. One of None or MediaStorageEncryption.
	StorageEncryptionFormat pulumi.StringOutput `pulumi:"storageEncryptionFormat"`
	// The type of the resource.
	Type pulumi.StringOutput `pulumi:"type"`
}

An Asset.

func GetAsset

func GetAsset(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *AssetState, opts ...pulumi.ResourceOption) (*Asset, error)

GetAsset gets an existing Asset resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewAsset

func NewAsset(ctx *pulumi.Context,
	name string, args *AssetArgs, opts ...pulumi.ResourceOption) (*Asset, error)

NewAsset registers a new resource with the given unique name, arguments, and options.

type AssetArgs

type AssetArgs struct {
	// The Media Services account name.
	AccountName pulumi.StringInput
	// The alternate ID of the Asset.
	AlternateId pulumi.StringPtrInput
	// The Asset name.
	AssetName pulumi.StringInput
	// The name of the asset blob container.
	Container pulumi.StringPtrInput
	// The Asset description.
	Description pulumi.StringPtrInput
	// The name of the resource group within the Azure subscription.
	ResourceGroupName pulumi.StringInput
	// The name of the storage account.
	StorageAccountName pulumi.StringPtrInput
}

The set of arguments for constructing a Asset resource.

func (AssetArgs) ElementType

func (AssetArgs) ElementType() reflect.Type

type AssetState

type AssetState struct {
	// The alternate ID of the Asset.
	AlternateId pulumi.StringPtrInput
	// The Asset ID.
	AssetId pulumi.StringPtrInput
	// The name of the asset blob container.
	Container pulumi.StringPtrInput
	// The creation date of the Asset.
	Created pulumi.StringPtrInput
	// The Asset description.
	Description pulumi.StringPtrInput
	// The last modified date of the Asset.
	LastModified pulumi.StringPtrInput
	// The name of the resource.
	Name pulumi.StringPtrInput
	// The name of the storage account.
	StorageAccountName pulumi.StringPtrInput
	// The Asset encryption format. One of None or MediaStorageEncryption.
	StorageEncryptionFormat pulumi.StringPtrInput
	// The type of the resource.
	Type pulumi.StringPtrInput
}

func (AssetState) ElementType

func (AssetState) ElementType() reflect.Type

type Audio

type Audio struct {
	// The bitrate, in bits per second, of the output encoded audio.
	Bitrate *int `pulumi:"bitrate"`
	// The number of channels in the audio.
	Channels *int `pulumi:"channels"`
	// An optional label for the codec. The label can be used to control muxing behavior.
	Label *string `pulumi:"label"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
	// The sampling rate to use for encoding in hertz.
	SamplingRate *int `pulumi:"samplingRate"`
}

Defines the common properties for all audio codecs.

type AudioAnalyzerPreset

type AudioAnalyzerPreset struct {
	// The language for the audio payload in the input using the BCP-47 format of 'language tag-region' (e.g: 'en-US'). The list of supported languages are, 'en-US', 'en-GB', 'es-ES', 'es-MX', 'fr-FR', 'it-IT', 'ja-JP', 'pt-BR', 'zh-CN'.
	AudioLanguage *string `pulumi:"audioLanguage"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

The Audio Analyzer preset applies a pre-defined set of AI-based analysis operations, including speech transcription. Currently, the preset supports processing of content with a single audio track.

type AudioAnalyzerPresetArgs

type AudioAnalyzerPresetArgs struct {
	// The language for the audio payload in the input using the BCP-47 format of 'language tag-region' (e.g: 'en-US'). The list of supported languages are, 'en-US', 'en-GB', 'es-ES', 'es-MX', 'fr-FR', 'it-IT', 'ja-JP', 'pt-BR', 'zh-CN'.
	AudioLanguage pulumi.StringPtrInput `pulumi:"audioLanguage"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

The Audio Analyzer preset applies a pre-defined set of AI-based analysis operations, including speech transcription. Currently, the preset supports processing of content with a single audio track.

func (AudioAnalyzerPresetArgs) ElementType

func (AudioAnalyzerPresetArgs) ElementType() reflect.Type

func (AudioAnalyzerPresetArgs) ToAudioAnalyzerPresetOutput

func (i AudioAnalyzerPresetArgs) ToAudioAnalyzerPresetOutput() AudioAnalyzerPresetOutput

func (AudioAnalyzerPresetArgs) ToAudioAnalyzerPresetOutputWithContext

func (i AudioAnalyzerPresetArgs) ToAudioAnalyzerPresetOutputWithContext(ctx context.Context) AudioAnalyzerPresetOutput

type AudioAnalyzerPresetInput

type AudioAnalyzerPresetInput interface {
	pulumi.Input

	ToAudioAnalyzerPresetOutput() AudioAnalyzerPresetOutput
	ToAudioAnalyzerPresetOutputWithContext(context.Context) AudioAnalyzerPresetOutput
}

AudioAnalyzerPresetInput is an input type that accepts AudioAnalyzerPresetArgs and AudioAnalyzerPresetOutput values. You can construct a concrete instance of `AudioAnalyzerPresetInput` via:

AudioAnalyzerPresetArgs{...}

type AudioAnalyzerPresetOutput

type AudioAnalyzerPresetOutput struct{ *pulumi.OutputState }

The Audio Analyzer preset applies a pre-defined set of AI-based analysis operations, including speech transcription. Currently, the preset supports processing of content with a single audio track.

func (AudioAnalyzerPresetOutput) AudioLanguage

The language for the audio payload in the input using the BCP-47 format of 'language tag-region' (e.g: 'en-US'). The list of supported languages are, 'en-US', 'en-GB', 'es-ES', 'es-MX', 'fr-FR', 'it-IT', 'ja-JP', 'pt-BR', 'zh-CN'.

func (AudioAnalyzerPresetOutput) ElementType

func (AudioAnalyzerPresetOutput) ElementType() reflect.Type

func (AudioAnalyzerPresetOutput) OdataType

The discriminator for derived types.

func (AudioAnalyzerPresetOutput) ToAudioAnalyzerPresetOutput

func (o AudioAnalyzerPresetOutput) ToAudioAnalyzerPresetOutput() AudioAnalyzerPresetOutput

func (AudioAnalyzerPresetOutput) ToAudioAnalyzerPresetOutputWithContext

func (o AudioAnalyzerPresetOutput) ToAudioAnalyzerPresetOutputWithContext(ctx context.Context) AudioAnalyzerPresetOutput

type AudioAnalyzerPresetResponse

type AudioAnalyzerPresetResponse struct {
	// The language for the audio payload in the input using the BCP-47 format of 'language tag-region' (e.g: 'en-US'). The list of supported languages are, 'en-US', 'en-GB', 'es-ES', 'es-MX', 'fr-FR', 'it-IT', 'ja-JP', 'pt-BR', 'zh-CN'.
	AudioLanguage *string `pulumi:"audioLanguage"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

The Audio Analyzer preset applies a pre-defined set of AI-based analysis operations, including speech transcription. Currently, the preset supports processing of content with a single audio track.

type AudioAnalyzerPresetResponseArgs

type AudioAnalyzerPresetResponseArgs struct {
	// The language for the audio payload in the input using the BCP-47 format of 'language tag-region' (e.g: 'en-US'). The list of supported languages are, 'en-US', 'en-GB', 'es-ES', 'es-MX', 'fr-FR', 'it-IT', 'ja-JP', 'pt-BR', 'zh-CN'.
	AudioLanguage pulumi.StringPtrInput `pulumi:"audioLanguage"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

The Audio Analyzer preset applies a pre-defined set of AI-based analysis operations, including speech transcription. Currently, the preset supports processing of content with a single audio track.

func (AudioAnalyzerPresetResponseArgs) ElementType

func (AudioAnalyzerPresetResponseArgs) ToAudioAnalyzerPresetResponseOutput

func (i AudioAnalyzerPresetResponseArgs) ToAudioAnalyzerPresetResponseOutput() AudioAnalyzerPresetResponseOutput

func (AudioAnalyzerPresetResponseArgs) ToAudioAnalyzerPresetResponseOutputWithContext

func (i AudioAnalyzerPresetResponseArgs) ToAudioAnalyzerPresetResponseOutputWithContext(ctx context.Context) AudioAnalyzerPresetResponseOutput

type AudioAnalyzerPresetResponseInput

type AudioAnalyzerPresetResponseInput interface {
	pulumi.Input

	ToAudioAnalyzerPresetResponseOutput() AudioAnalyzerPresetResponseOutput
	ToAudioAnalyzerPresetResponseOutputWithContext(context.Context) AudioAnalyzerPresetResponseOutput
}

AudioAnalyzerPresetResponseInput is an input type that accepts AudioAnalyzerPresetResponseArgs and AudioAnalyzerPresetResponseOutput values. You can construct a concrete instance of `AudioAnalyzerPresetResponseInput` via:

AudioAnalyzerPresetResponseArgs{...}

type AudioAnalyzerPresetResponseOutput

type AudioAnalyzerPresetResponseOutput struct{ *pulumi.OutputState }

The Audio Analyzer preset applies a pre-defined set of AI-based analysis operations, including speech transcription. Currently, the preset supports processing of content with a single audio track.

func (AudioAnalyzerPresetResponseOutput) AudioLanguage

The language for the audio payload in the input using the BCP-47 format of 'language tag-region' (e.g: 'en-US'). The list of supported languages are, 'en-US', 'en-GB', 'es-ES', 'es-MX', 'fr-FR', 'it-IT', 'ja-JP', 'pt-BR', 'zh-CN'.

func (AudioAnalyzerPresetResponseOutput) ElementType

func (AudioAnalyzerPresetResponseOutput) OdataType

The discriminator for derived types.

func (AudioAnalyzerPresetResponseOutput) ToAudioAnalyzerPresetResponseOutput

func (o AudioAnalyzerPresetResponseOutput) ToAudioAnalyzerPresetResponseOutput() AudioAnalyzerPresetResponseOutput

func (AudioAnalyzerPresetResponseOutput) ToAudioAnalyzerPresetResponseOutputWithContext

func (o AudioAnalyzerPresetResponseOutput) ToAudioAnalyzerPresetResponseOutputWithContext(ctx context.Context) AudioAnalyzerPresetResponseOutput

type AudioArgs

type AudioArgs struct {
	// The bitrate, in bits per second, of the output encoded audio.
	Bitrate pulumi.IntPtrInput `pulumi:"bitrate"`
	// The number of channels in the audio.
	Channels pulumi.IntPtrInput `pulumi:"channels"`
	// An optional label for the codec. The label can be used to control muxing behavior.
	Label pulumi.StringPtrInput `pulumi:"label"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
	// The sampling rate to use for encoding in hertz.
	SamplingRate pulumi.IntPtrInput `pulumi:"samplingRate"`
}

Defines the common properties for all audio codecs.

func (AudioArgs) ElementType

func (AudioArgs) ElementType() reflect.Type

func (AudioArgs) ToAudioOutput

func (i AudioArgs) ToAudioOutput() AudioOutput

func (AudioArgs) ToAudioOutputWithContext

func (i AudioArgs) ToAudioOutputWithContext(ctx context.Context) AudioOutput

type AudioInput

type AudioInput interface {
	pulumi.Input

	ToAudioOutput() AudioOutput
	ToAudioOutputWithContext(context.Context) AudioOutput
}

AudioInput is an input type that accepts AudioArgs and AudioOutput values. You can construct a concrete instance of `AudioInput` via:

AudioArgs{...}

type AudioOutput

type AudioOutput struct{ *pulumi.OutputState }

Defines the common properties for all audio codecs.

func (AudioOutput) Bitrate

func (o AudioOutput) Bitrate() pulumi.IntPtrOutput

The bitrate, in bits per second, of the output encoded audio.

func (AudioOutput) Channels

func (o AudioOutput) Channels() pulumi.IntPtrOutput

The number of channels in the audio.

func (AudioOutput) ElementType

func (AudioOutput) ElementType() reflect.Type

func (AudioOutput) Label

An optional label for the codec. The label can be used to control muxing behavior.

func (AudioOutput) OdataType

func (o AudioOutput) OdataType() pulumi.StringOutput

The discriminator for derived types.

func (AudioOutput) SamplingRate

func (o AudioOutput) SamplingRate() pulumi.IntPtrOutput

The sampling rate to use for encoding in hertz.

func (AudioOutput) ToAudioOutput

func (o AudioOutput) ToAudioOutput() AudioOutput

func (AudioOutput) ToAudioOutputWithContext

func (o AudioOutput) ToAudioOutputWithContext(ctx context.Context) AudioOutput

type AudioOverlay

type AudioOverlay struct {
	// The gain level of audio in the overlay. The value should be in the range [0, 1.0]. The default is 1.0.
	AudioGainLevel *float64 `pulumi:"audioGainLevel"`
	// The position in the input video at which the overlay ends. The value should be in ISO 8601 duration format. For example, PT30S to end the overlay at 30 seconds in to the input video. If not specified the overlay will be applied until the end of the input video if inputLoop is true. Else, if inputLoop is false, then overlay will last as long as the duration of the overlay media.
	End *string `pulumi:"end"`
	// 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 `pulumi:"fadeInDuration"`
	// 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 `pulumi:"fadeOutDuration"`
	// The label of the job input which is to be used as an overlay. The Input must specify exactly one file. You can specify an image file in JPG or PNG formats, or an audio file (such as a WAV, MP3, WMA or M4A file), or a video file. See https://aka.ms/mesformats for the complete list of supported audio and video file formats.
	InputLabel *string `pulumi:"inputLabel"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
	// 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 in to the input video. If not specified the overlay starts from the beginning of the input video.
	Start *string `pulumi:"start"`
}

Describes the properties of an audio overlay.

type AudioOverlayArgs

type AudioOverlayArgs struct {
	// The gain level of audio in the overlay. The value should be in the range [0, 1.0]. The default is 1.0.
	AudioGainLevel pulumi.Float64PtrInput `pulumi:"audioGainLevel"`
	// The position in the input video at which the overlay ends. The value should be in ISO 8601 duration format. For example, PT30S to end the overlay at 30 seconds in to the input video. If not specified the overlay will be applied until the end of the input video if inputLoop is true. Else, if inputLoop is false, then overlay will last as long as the duration of the overlay media.
	End pulumi.StringPtrInput `pulumi:"end"`
	// 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 pulumi.StringPtrInput `pulumi:"fadeInDuration"`
	// 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 pulumi.StringPtrInput `pulumi:"fadeOutDuration"`
	// The label of the job input which is to be used as an overlay. The Input must specify exactly one file. You can specify an image file in JPG or PNG formats, or an audio file (such as a WAV, MP3, WMA or M4A file), or a video file. See https://aka.ms/mesformats for the complete list of supported audio and video file formats.
	InputLabel pulumi.StringPtrInput `pulumi:"inputLabel"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
	// 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 in to the input video. If not specified the overlay starts from the beginning of the input video.
	Start pulumi.StringPtrInput `pulumi:"start"`
}

Describes the properties of an audio overlay.

func (AudioOverlayArgs) ElementType

func (AudioOverlayArgs) ElementType() reflect.Type

func (AudioOverlayArgs) ToAudioOverlayOutput

func (i AudioOverlayArgs) ToAudioOverlayOutput() AudioOverlayOutput

func (AudioOverlayArgs) ToAudioOverlayOutputWithContext

func (i AudioOverlayArgs) ToAudioOverlayOutputWithContext(ctx context.Context) AudioOverlayOutput

type AudioOverlayInput

type AudioOverlayInput interface {
	pulumi.Input

	ToAudioOverlayOutput() AudioOverlayOutput
	ToAudioOverlayOutputWithContext(context.Context) AudioOverlayOutput
}

AudioOverlayInput is an input type that accepts AudioOverlayArgs and AudioOverlayOutput values. You can construct a concrete instance of `AudioOverlayInput` via:

AudioOverlayArgs{...}

type AudioOverlayOutput

type AudioOverlayOutput struct{ *pulumi.OutputState }

Describes the properties of an audio overlay.

func (AudioOverlayOutput) AudioGainLevel

func (o AudioOverlayOutput) AudioGainLevel() pulumi.Float64PtrOutput

The gain level of audio in the overlay. The value should be in the range [0, 1.0]. The default is 1.0.

func (AudioOverlayOutput) ElementType

func (AudioOverlayOutput) ElementType() reflect.Type

func (AudioOverlayOutput) End

The position in the input video at which the overlay ends. The value should be in ISO 8601 duration format. For example, PT30S to end the overlay at 30 seconds in to the input video. If not specified the overlay will be applied until the end of the input video if inputLoop is true. Else, if inputLoop is false, then overlay will last as long as the duration of the overlay media.

func (AudioOverlayOutput) FadeInDuration

func (o AudioOverlayOutput) FadeInDuration() pulumi.StringPtrOutput

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).

func (AudioOverlayOutput) FadeOutDuration

func (o AudioOverlayOutput) FadeOutDuration() pulumi.StringPtrOutput

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).

func (AudioOverlayOutput) InputLabel

func (o AudioOverlayOutput) InputLabel() pulumi.StringPtrOutput

The label of the job input which is to be used as an overlay. The Input must specify exactly one file. You can specify an image file in JPG or PNG formats, or an audio file (such as a WAV, MP3, WMA or M4A file), or a video file. See https://aka.ms/mesformats for the complete list of supported audio and video file formats.

func (AudioOverlayOutput) OdataType

func (o AudioOverlayOutput) OdataType() pulumi.StringOutput

The discriminator for derived types.

func (AudioOverlayOutput) Start

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 in to the input video. If not specified the overlay starts from the beginning of the input video.

func (AudioOverlayOutput) ToAudioOverlayOutput

func (o AudioOverlayOutput) ToAudioOverlayOutput() AudioOverlayOutput

func (AudioOverlayOutput) ToAudioOverlayOutputWithContext

func (o AudioOverlayOutput) ToAudioOverlayOutputWithContext(ctx context.Context) AudioOverlayOutput

type AudioOverlayResponse

type AudioOverlayResponse struct {
	// The gain level of audio in the overlay. The value should be in the range [0, 1.0]. The default is 1.0.
	AudioGainLevel *float64 `pulumi:"audioGainLevel"`
	// The position in the input video at which the overlay ends. The value should be in ISO 8601 duration format. For example, PT30S to end the overlay at 30 seconds in to the input video. If not specified the overlay will be applied until the end of the input video if inputLoop is true. Else, if inputLoop is false, then overlay will last as long as the duration of the overlay media.
	End *string `pulumi:"end"`
	// 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 `pulumi:"fadeInDuration"`
	// 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 `pulumi:"fadeOutDuration"`
	// The label of the job input which is to be used as an overlay. The Input must specify exactly one file. You can specify an image file in JPG or PNG formats, or an audio file (such as a WAV, MP3, WMA or M4A file), or a video file. See https://aka.ms/mesformats for the complete list of supported audio and video file formats.
	InputLabel *string `pulumi:"inputLabel"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
	// 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 in to the input video. If not specified the overlay starts from the beginning of the input video.
	Start *string `pulumi:"start"`
}

Describes the properties of an audio overlay.

type AudioOverlayResponseArgs

type AudioOverlayResponseArgs struct {
	// The gain level of audio in the overlay. The value should be in the range [0, 1.0]. The default is 1.0.
	AudioGainLevel pulumi.Float64PtrInput `pulumi:"audioGainLevel"`
	// The position in the input video at which the overlay ends. The value should be in ISO 8601 duration format. For example, PT30S to end the overlay at 30 seconds in to the input video. If not specified the overlay will be applied until the end of the input video if inputLoop is true. Else, if inputLoop is false, then overlay will last as long as the duration of the overlay media.
	End pulumi.StringPtrInput `pulumi:"end"`
	// 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 pulumi.StringPtrInput `pulumi:"fadeInDuration"`
	// 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 pulumi.StringPtrInput `pulumi:"fadeOutDuration"`
	// The label of the job input which is to be used as an overlay. The Input must specify exactly one file. You can specify an image file in JPG or PNG formats, or an audio file (such as a WAV, MP3, WMA or M4A file), or a video file. See https://aka.ms/mesformats for the complete list of supported audio and video file formats.
	InputLabel pulumi.StringPtrInput `pulumi:"inputLabel"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
	// 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 in to the input video. If not specified the overlay starts from the beginning of the input video.
	Start pulumi.StringPtrInput `pulumi:"start"`
}

Describes the properties of an audio overlay.

func (AudioOverlayResponseArgs) ElementType

func (AudioOverlayResponseArgs) ElementType() reflect.Type

func (AudioOverlayResponseArgs) ToAudioOverlayResponseOutput

func (i AudioOverlayResponseArgs) ToAudioOverlayResponseOutput() AudioOverlayResponseOutput

func (AudioOverlayResponseArgs) ToAudioOverlayResponseOutputWithContext

func (i AudioOverlayResponseArgs) ToAudioOverlayResponseOutputWithContext(ctx context.Context) AudioOverlayResponseOutput

type AudioOverlayResponseInput

type AudioOverlayResponseInput interface {
	pulumi.Input

	ToAudioOverlayResponseOutput() AudioOverlayResponseOutput
	ToAudioOverlayResponseOutputWithContext(context.Context) AudioOverlayResponseOutput
}

AudioOverlayResponseInput is an input type that accepts AudioOverlayResponseArgs and AudioOverlayResponseOutput values. You can construct a concrete instance of `AudioOverlayResponseInput` via:

AudioOverlayResponseArgs{...}

type AudioOverlayResponseOutput

type AudioOverlayResponseOutput struct{ *pulumi.OutputState }

Describes the properties of an audio overlay.

func (AudioOverlayResponseOutput) AudioGainLevel

The gain level of audio in the overlay. The value should be in the range [0, 1.0]. The default is 1.0.

func (AudioOverlayResponseOutput) ElementType

func (AudioOverlayResponseOutput) ElementType() reflect.Type

func (AudioOverlayResponseOutput) End

The position in the input video at which the overlay ends. The value should be in ISO 8601 duration format. For example, PT30S to end the overlay at 30 seconds in to the input video. If not specified the overlay will be applied until the end of the input video if inputLoop is true. Else, if inputLoop is false, then overlay will last as long as the duration of the overlay media.

func (AudioOverlayResponseOutput) FadeInDuration

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).

func (AudioOverlayResponseOutput) FadeOutDuration

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).

func (AudioOverlayResponseOutput) InputLabel

The label of the job input which is to be used as an overlay. The Input must specify exactly one file. You can specify an image file in JPG or PNG formats, or an audio file (such as a WAV, MP3, WMA or M4A file), or a video file. See https://aka.ms/mesformats for the complete list of supported audio and video file formats.

func (AudioOverlayResponseOutput) OdataType

The discriminator for derived types.

func (AudioOverlayResponseOutput) Start

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 in to the input video. If not specified the overlay starts from the beginning of the input video.

func (AudioOverlayResponseOutput) ToAudioOverlayResponseOutput

func (o AudioOverlayResponseOutput) ToAudioOverlayResponseOutput() AudioOverlayResponseOutput

func (AudioOverlayResponseOutput) ToAudioOverlayResponseOutputWithContext

func (o AudioOverlayResponseOutput) ToAudioOverlayResponseOutputWithContext(ctx context.Context) AudioOverlayResponseOutput

type AudioResponse

type AudioResponse struct {
	// The bitrate, in bits per second, of the output encoded audio.
	Bitrate *int `pulumi:"bitrate"`
	// The number of channels in the audio.
	Channels *int `pulumi:"channels"`
	// An optional label for the codec. The label can be used to control muxing behavior.
	Label *string `pulumi:"label"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
	// The sampling rate to use for encoding in hertz.
	SamplingRate *int `pulumi:"samplingRate"`
}

Defines the common properties for all audio codecs.

type AudioResponseArgs

type AudioResponseArgs struct {
	// The bitrate, in bits per second, of the output encoded audio.
	Bitrate pulumi.IntPtrInput `pulumi:"bitrate"`
	// The number of channels in the audio.
	Channels pulumi.IntPtrInput `pulumi:"channels"`
	// An optional label for the codec. The label can be used to control muxing behavior.
	Label pulumi.StringPtrInput `pulumi:"label"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
	// The sampling rate to use for encoding in hertz.
	SamplingRate pulumi.IntPtrInput `pulumi:"samplingRate"`
}

Defines the common properties for all audio codecs.

func (AudioResponseArgs) ElementType

func (AudioResponseArgs) ElementType() reflect.Type

func (AudioResponseArgs) ToAudioResponseOutput

func (i AudioResponseArgs) ToAudioResponseOutput() AudioResponseOutput

func (AudioResponseArgs) ToAudioResponseOutputWithContext

func (i AudioResponseArgs) ToAudioResponseOutputWithContext(ctx context.Context) AudioResponseOutput

type AudioResponseInput

type AudioResponseInput interface {
	pulumi.Input

	ToAudioResponseOutput() AudioResponseOutput
	ToAudioResponseOutputWithContext(context.Context) AudioResponseOutput
}

AudioResponseInput is an input type that accepts AudioResponseArgs and AudioResponseOutput values. You can construct a concrete instance of `AudioResponseInput` via:

AudioResponseArgs{...}

type AudioResponseOutput

type AudioResponseOutput struct{ *pulumi.OutputState }

Defines the common properties for all audio codecs.

func (AudioResponseOutput) Bitrate

The bitrate, in bits per second, of the output encoded audio.

func (AudioResponseOutput) Channels

The number of channels in the audio.

func (AudioResponseOutput) ElementType

func (AudioResponseOutput) ElementType() reflect.Type

func (AudioResponseOutput) Label

An optional label for the codec. The label can be used to control muxing behavior.

func (AudioResponseOutput) OdataType

func (o AudioResponseOutput) OdataType() pulumi.StringOutput

The discriminator for derived types.

func (AudioResponseOutput) SamplingRate

func (o AudioResponseOutput) SamplingRate() pulumi.IntPtrOutput

The sampling rate to use for encoding in hertz.

func (AudioResponseOutput) ToAudioResponseOutput

func (o AudioResponseOutput) ToAudioResponseOutput() AudioResponseOutput

func (AudioResponseOutput) ToAudioResponseOutputWithContext

func (o AudioResponseOutput) ToAudioResponseOutputWithContext(ctx context.Context) AudioResponseOutput

type BuiltInStandardEncoderPreset

type BuiltInStandardEncoderPreset struct {
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
	// The built-in preset to be used for encoding videos.
	PresetName string `pulumi:"presetName"`
}

Describes a built-in preset for encoding the input video with the Standard Encoder.

type BuiltInStandardEncoderPresetArgs

type BuiltInStandardEncoderPresetArgs struct {
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
	// The built-in preset to be used for encoding videos.
	PresetName pulumi.StringInput `pulumi:"presetName"`
}

Describes a built-in preset for encoding the input video with the Standard Encoder.

func (BuiltInStandardEncoderPresetArgs) ElementType

func (BuiltInStandardEncoderPresetArgs) ToBuiltInStandardEncoderPresetOutput

func (i BuiltInStandardEncoderPresetArgs) ToBuiltInStandardEncoderPresetOutput() BuiltInStandardEncoderPresetOutput

func (BuiltInStandardEncoderPresetArgs) ToBuiltInStandardEncoderPresetOutputWithContext

func (i BuiltInStandardEncoderPresetArgs) ToBuiltInStandardEncoderPresetOutputWithContext(ctx context.Context) BuiltInStandardEncoderPresetOutput

type BuiltInStandardEncoderPresetInput

type BuiltInStandardEncoderPresetInput interface {
	pulumi.Input

	ToBuiltInStandardEncoderPresetOutput() BuiltInStandardEncoderPresetOutput
	ToBuiltInStandardEncoderPresetOutputWithContext(context.Context) BuiltInStandardEncoderPresetOutput
}

BuiltInStandardEncoderPresetInput is an input type that accepts BuiltInStandardEncoderPresetArgs and BuiltInStandardEncoderPresetOutput values. You can construct a concrete instance of `BuiltInStandardEncoderPresetInput` via:

BuiltInStandardEncoderPresetArgs{...}

type BuiltInStandardEncoderPresetOutput

type BuiltInStandardEncoderPresetOutput struct{ *pulumi.OutputState }

Describes a built-in preset for encoding the input video with the Standard Encoder.

func (BuiltInStandardEncoderPresetOutput) ElementType

func (BuiltInStandardEncoderPresetOutput) OdataType

The discriminator for derived types.

func (BuiltInStandardEncoderPresetOutput) PresetName

The built-in preset to be used for encoding videos.

func (BuiltInStandardEncoderPresetOutput) ToBuiltInStandardEncoderPresetOutput

func (o BuiltInStandardEncoderPresetOutput) ToBuiltInStandardEncoderPresetOutput() BuiltInStandardEncoderPresetOutput

func (BuiltInStandardEncoderPresetOutput) ToBuiltInStandardEncoderPresetOutputWithContext

func (o BuiltInStandardEncoderPresetOutput) ToBuiltInStandardEncoderPresetOutputWithContext(ctx context.Context) BuiltInStandardEncoderPresetOutput

type BuiltInStandardEncoderPresetResponse

type BuiltInStandardEncoderPresetResponse struct {
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
	// The built-in preset to be used for encoding videos.
	PresetName string `pulumi:"presetName"`
}

Describes a built-in preset for encoding the input video with the Standard Encoder.

type BuiltInStandardEncoderPresetResponseArgs

type BuiltInStandardEncoderPresetResponseArgs struct {
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
	// The built-in preset to be used for encoding videos.
	PresetName pulumi.StringInput `pulumi:"presetName"`
}

Describes a built-in preset for encoding the input video with the Standard Encoder.

func (BuiltInStandardEncoderPresetResponseArgs) ElementType

func (BuiltInStandardEncoderPresetResponseArgs) ToBuiltInStandardEncoderPresetResponseOutput

func (i BuiltInStandardEncoderPresetResponseArgs) ToBuiltInStandardEncoderPresetResponseOutput() BuiltInStandardEncoderPresetResponseOutput

func (BuiltInStandardEncoderPresetResponseArgs) ToBuiltInStandardEncoderPresetResponseOutputWithContext

func (i BuiltInStandardEncoderPresetResponseArgs) ToBuiltInStandardEncoderPresetResponseOutputWithContext(ctx context.Context) BuiltInStandardEncoderPresetResponseOutput

type BuiltInStandardEncoderPresetResponseInput

type BuiltInStandardEncoderPresetResponseInput interface {
	pulumi.Input

	ToBuiltInStandardEncoderPresetResponseOutput() BuiltInStandardEncoderPresetResponseOutput
	ToBuiltInStandardEncoderPresetResponseOutputWithContext(context.Context) BuiltInStandardEncoderPresetResponseOutput
}

BuiltInStandardEncoderPresetResponseInput is an input type that accepts BuiltInStandardEncoderPresetResponseArgs and BuiltInStandardEncoderPresetResponseOutput values. You can construct a concrete instance of `BuiltInStandardEncoderPresetResponseInput` via:

BuiltInStandardEncoderPresetResponseArgs{...}

type BuiltInStandardEncoderPresetResponseOutput

type BuiltInStandardEncoderPresetResponseOutput struct{ *pulumi.OutputState }

Describes a built-in preset for encoding the input video with the Standard Encoder.

func (BuiltInStandardEncoderPresetResponseOutput) ElementType

func (BuiltInStandardEncoderPresetResponseOutput) OdataType

The discriminator for derived types.

func (BuiltInStandardEncoderPresetResponseOutput) PresetName

The built-in preset to be used for encoding videos.

func (BuiltInStandardEncoderPresetResponseOutput) ToBuiltInStandardEncoderPresetResponseOutput

func (o BuiltInStandardEncoderPresetResponseOutput) ToBuiltInStandardEncoderPresetResponseOutput() BuiltInStandardEncoderPresetResponseOutput

func (BuiltInStandardEncoderPresetResponseOutput) ToBuiltInStandardEncoderPresetResponseOutputWithContext

func (o BuiltInStandardEncoderPresetResponseOutput) ToBuiltInStandardEncoderPresetResponseOutputWithContext(ctx context.Context) BuiltInStandardEncoderPresetResponseOutput

type CbcsDrmConfiguration

type CbcsDrmConfiguration struct {
	// FairPlay configurations
	FairPlay *StreamingPolicyFairPlayConfiguration `pulumi:"fairPlay"`
	// PlayReady configurations
	PlayReady *StreamingPolicyPlayReadyConfiguration `pulumi:"playReady"`
	// Widevine configurations
	Widevine *StreamingPolicyWidevineConfiguration `pulumi:"widevine"`
}

Class to specify DRM configurations of CommonEncryptionCbcs scheme in Streaming Policy

type CbcsDrmConfigurationArgs

type CbcsDrmConfigurationArgs struct {
	// FairPlay configurations
	FairPlay StreamingPolicyFairPlayConfigurationPtrInput `pulumi:"fairPlay"`
	// PlayReady configurations
	PlayReady StreamingPolicyPlayReadyConfigurationPtrInput `pulumi:"playReady"`
	// Widevine configurations
	Widevine StreamingPolicyWidevineConfigurationPtrInput `pulumi:"widevine"`
}

Class to specify DRM configurations of CommonEncryptionCbcs scheme in Streaming Policy

func (CbcsDrmConfigurationArgs) ElementType

func (CbcsDrmConfigurationArgs) ElementType() reflect.Type

func (CbcsDrmConfigurationArgs) ToCbcsDrmConfigurationOutput

func (i CbcsDrmConfigurationArgs) ToCbcsDrmConfigurationOutput() CbcsDrmConfigurationOutput

func (CbcsDrmConfigurationArgs) ToCbcsDrmConfigurationOutputWithContext

func (i CbcsDrmConfigurationArgs) ToCbcsDrmConfigurationOutputWithContext(ctx context.Context) CbcsDrmConfigurationOutput

func (CbcsDrmConfigurationArgs) ToCbcsDrmConfigurationPtrOutput

func (i CbcsDrmConfigurationArgs) ToCbcsDrmConfigurationPtrOutput() CbcsDrmConfigurationPtrOutput

func (CbcsDrmConfigurationArgs) ToCbcsDrmConfigurationPtrOutputWithContext

func (i CbcsDrmConfigurationArgs) ToCbcsDrmConfigurationPtrOutputWithContext(ctx context.Context) CbcsDrmConfigurationPtrOutput

type CbcsDrmConfigurationInput

type CbcsDrmConfigurationInput interface {
	pulumi.Input

	ToCbcsDrmConfigurationOutput() CbcsDrmConfigurationOutput
	ToCbcsDrmConfigurationOutputWithContext(context.Context) CbcsDrmConfigurationOutput
}

CbcsDrmConfigurationInput is an input type that accepts CbcsDrmConfigurationArgs and CbcsDrmConfigurationOutput values. You can construct a concrete instance of `CbcsDrmConfigurationInput` via:

CbcsDrmConfigurationArgs{...}

type CbcsDrmConfigurationOutput

type CbcsDrmConfigurationOutput struct{ *pulumi.OutputState }

Class to specify DRM configurations of CommonEncryptionCbcs scheme in Streaming Policy

func (CbcsDrmConfigurationOutput) ElementType

func (CbcsDrmConfigurationOutput) ElementType() reflect.Type

func (CbcsDrmConfigurationOutput) FairPlay

FairPlay configurations

func (CbcsDrmConfigurationOutput) PlayReady

PlayReady configurations

func (CbcsDrmConfigurationOutput) ToCbcsDrmConfigurationOutput

func (o CbcsDrmConfigurationOutput) ToCbcsDrmConfigurationOutput() CbcsDrmConfigurationOutput

func (CbcsDrmConfigurationOutput) ToCbcsDrmConfigurationOutputWithContext

func (o CbcsDrmConfigurationOutput) ToCbcsDrmConfigurationOutputWithContext(ctx context.Context) CbcsDrmConfigurationOutput

func (CbcsDrmConfigurationOutput) ToCbcsDrmConfigurationPtrOutput

func (o CbcsDrmConfigurationOutput) ToCbcsDrmConfigurationPtrOutput() CbcsDrmConfigurationPtrOutput

func (CbcsDrmConfigurationOutput) ToCbcsDrmConfigurationPtrOutputWithContext

func (o CbcsDrmConfigurationOutput) ToCbcsDrmConfigurationPtrOutputWithContext(ctx context.Context) CbcsDrmConfigurationPtrOutput

func (CbcsDrmConfigurationOutput) Widevine

Widevine configurations

type CbcsDrmConfigurationPtrInput

type CbcsDrmConfigurationPtrInput interface {
	pulumi.Input

	ToCbcsDrmConfigurationPtrOutput() CbcsDrmConfigurationPtrOutput
	ToCbcsDrmConfigurationPtrOutputWithContext(context.Context) CbcsDrmConfigurationPtrOutput
}

CbcsDrmConfigurationPtrInput is an input type that accepts CbcsDrmConfigurationArgs, CbcsDrmConfigurationPtr and CbcsDrmConfigurationPtrOutput values. You can construct a concrete instance of `CbcsDrmConfigurationPtrInput` via:

        CbcsDrmConfigurationArgs{...}

or:

        nil

type CbcsDrmConfigurationPtrOutput

type CbcsDrmConfigurationPtrOutput struct{ *pulumi.OutputState }

func (CbcsDrmConfigurationPtrOutput) Elem

func (CbcsDrmConfigurationPtrOutput) ElementType

func (CbcsDrmConfigurationPtrOutput) FairPlay

FairPlay configurations

func (CbcsDrmConfigurationPtrOutput) PlayReady

PlayReady configurations

func (CbcsDrmConfigurationPtrOutput) ToCbcsDrmConfigurationPtrOutput

func (o CbcsDrmConfigurationPtrOutput) ToCbcsDrmConfigurationPtrOutput() CbcsDrmConfigurationPtrOutput

func (CbcsDrmConfigurationPtrOutput) ToCbcsDrmConfigurationPtrOutputWithContext

func (o CbcsDrmConfigurationPtrOutput) ToCbcsDrmConfigurationPtrOutputWithContext(ctx context.Context) CbcsDrmConfigurationPtrOutput

func (CbcsDrmConfigurationPtrOutput) Widevine

Widevine configurations

type CbcsDrmConfigurationResponse

type CbcsDrmConfigurationResponse struct {
	// FairPlay configurations
	FairPlay *StreamingPolicyFairPlayConfigurationResponse `pulumi:"fairPlay"`
	// PlayReady configurations
	PlayReady *StreamingPolicyPlayReadyConfigurationResponse `pulumi:"playReady"`
	// Widevine configurations
	Widevine *StreamingPolicyWidevineConfigurationResponse `pulumi:"widevine"`
}

Class to specify DRM configurations of CommonEncryptionCbcs scheme in Streaming Policy

type CbcsDrmConfigurationResponseArgs

type CbcsDrmConfigurationResponseArgs struct {
	// FairPlay configurations
	FairPlay StreamingPolicyFairPlayConfigurationResponsePtrInput `pulumi:"fairPlay"`
	// PlayReady configurations
	PlayReady StreamingPolicyPlayReadyConfigurationResponsePtrInput `pulumi:"playReady"`
	// Widevine configurations
	Widevine StreamingPolicyWidevineConfigurationResponsePtrInput `pulumi:"widevine"`
}

Class to specify DRM configurations of CommonEncryptionCbcs scheme in Streaming Policy

func (CbcsDrmConfigurationResponseArgs) ElementType

func (CbcsDrmConfigurationResponseArgs) ToCbcsDrmConfigurationResponseOutput

func (i CbcsDrmConfigurationResponseArgs) ToCbcsDrmConfigurationResponseOutput() CbcsDrmConfigurationResponseOutput

func (CbcsDrmConfigurationResponseArgs) ToCbcsDrmConfigurationResponseOutputWithContext

func (i CbcsDrmConfigurationResponseArgs) ToCbcsDrmConfigurationResponseOutputWithContext(ctx context.Context) CbcsDrmConfigurationResponseOutput

func (CbcsDrmConfigurationResponseArgs) ToCbcsDrmConfigurationResponsePtrOutput

func (i CbcsDrmConfigurationResponseArgs) ToCbcsDrmConfigurationResponsePtrOutput() CbcsDrmConfigurationResponsePtrOutput

func (CbcsDrmConfigurationResponseArgs) ToCbcsDrmConfigurationResponsePtrOutputWithContext

func (i CbcsDrmConfigurationResponseArgs) ToCbcsDrmConfigurationResponsePtrOutputWithContext(ctx context.Context) CbcsDrmConfigurationResponsePtrOutput

type CbcsDrmConfigurationResponseInput

type CbcsDrmConfigurationResponseInput interface {
	pulumi.Input

	ToCbcsDrmConfigurationResponseOutput() CbcsDrmConfigurationResponseOutput
	ToCbcsDrmConfigurationResponseOutputWithContext(context.Context) CbcsDrmConfigurationResponseOutput
}

CbcsDrmConfigurationResponseInput is an input type that accepts CbcsDrmConfigurationResponseArgs and CbcsDrmConfigurationResponseOutput values. You can construct a concrete instance of `CbcsDrmConfigurationResponseInput` via:

CbcsDrmConfigurationResponseArgs{...}

type CbcsDrmConfigurationResponseOutput

type CbcsDrmConfigurationResponseOutput struct{ *pulumi.OutputState }

Class to specify DRM configurations of CommonEncryptionCbcs scheme in Streaming Policy

func (CbcsDrmConfigurationResponseOutput) ElementType

func (CbcsDrmConfigurationResponseOutput) FairPlay

FairPlay configurations

func (CbcsDrmConfigurationResponseOutput) PlayReady

PlayReady configurations

func (CbcsDrmConfigurationResponseOutput) ToCbcsDrmConfigurationResponseOutput

func (o CbcsDrmConfigurationResponseOutput) ToCbcsDrmConfigurationResponseOutput() CbcsDrmConfigurationResponseOutput

func (CbcsDrmConfigurationResponseOutput) ToCbcsDrmConfigurationResponseOutputWithContext

func (o CbcsDrmConfigurationResponseOutput) ToCbcsDrmConfigurationResponseOutputWithContext(ctx context.Context) CbcsDrmConfigurationResponseOutput

func (CbcsDrmConfigurationResponseOutput) ToCbcsDrmConfigurationResponsePtrOutput

func (o CbcsDrmConfigurationResponseOutput) ToCbcsDrmConfigurationResponsePtrOutput() CbcsDrmConfigurationResponsePtrOutput

func (CbcsDrmConfigurationResponseOutput) ToCbcsDrmConfigurationResponsePtrOutputWithContext

func (o CbcsDrmConfigurationResponseOutput) ToCbcsDrmConfigurationResponsePtrOutputWithContext(ctx context.Context) CbcsDrmConfigurationResponsePtrOutput

func (CbcsDrmConfigurationResponseOutput) Widevine

Widevine configurations

type CbcsDrmConfigurationResponsePtrInput

type CbcsDrmConfigurationResponsePtrInput interface {
	pulumi.Input

	ToCbcsDrmConfigurationResponsePtrOutput() CbcsDrmConfigurationResponsePtrOutput
	ToCbcsDrmConfigurationResponsePtrOutputWithContext(context.Context) CbcsDrmConfigurationResponsePtrOutput
}

CbcsDrmConfigurationResponsePtrInput is an input type that accepts CbcsDrmConfigurationResponseArgs, CbcsDrmConfigurationResponsePtr and CbcsDrmConfigurationResponsePtrOutput values. You can construct a concrete instance of `CbcsDrmConfigurationResponsePtrInput` via:

        CbcsDrmConfigurationResponseArgs{...}

or:

        nil

type CbcsDrmConfigurationResponsePtrOutput

type CbcsDrmConfigurationResponsePtrOutput struct{ *pulumi.OutputState }

func (CbcsDrmConfigurationResponsePtrOutput) Elem

func (CbcsDrmConfigurationResponsePtrOutput) ElementType

func (CbcsDrmConfigurationResponsePtrOutput) FairPlay

FairPlay configurations

func (CbcsDrmConfigurationResponsePtrOutput) PlayReady

PlayReady configurations

func (CbcsDrmConfigurationResponsePtrOutput) ToCbcsDrmConfigurationResponsePtrOutput

func (o CbcsDrmConfigurationResponsePtrOutput) ToCbcsDrmConfigurationResponsePtrOutput() CbcsDrmConfigurationResponsePtrOutput

func (CbcsDrmConfigurationResponsePtrOutput) ToCbcsDrmConfigurationResponsePtrOutputWithContext

func (o CbcsDrmConfigurationResponsePtrOutput) ToCbcsDrmConfigurationResponsePtrOutputWithContext(ctx context.Context) CbcsDrmConfigurationResponsePtrOutput

func (CbcsDrmConfigurationResponsePtrOutput) Widevine

Widevine configurations

type CencDrmConfiguration

type CencDrmConfiguration struct {
	// PlayReady configurations
	PlayReady *StreamingPolicyPlayReadyConfiguration `pulumi:"playReady"`
	// Widevine configurations
	Widevine *StreamingPolicyWidevineConfiguration `pulumi:"widevine"`
}

Class to specify DRM configurations of CommonEncryptionCenc scheme in Streaming Policy

type CencDrmConfigurationArgs

type CencDrmConfigurationArgs struct {
	// PlayReady configurations
	PlayReady StreamingPolicyPlayReadyConfigurationPtrInput `pulumi:"playReady"`
	// Widevine configurations
	Widevine StreamingPolicyWidevineConfigurationPtrInput `pulumi:"widevine"`
}

Class to specify DRM configurations of CommonEncryptionCenc scheme in Streaming Policy

func (CencDrmConfigurationArgs) ElementType

func (CencDrmConfigurationArgs) ElementType() reflect.Type

func (CencDrmConfigurationArgs) ToCencDrmConfigurationOutput

func (i CencDrmConfigurationArgs) ToCencDrmConfigurationOutput() CencDrmConfigurationOutput

func (CencDrmConfigurationArgs) ToCencDrmConfigurationOutputWithContext

func (i CencDrmConfigurationArgs) ToCencDrmConfigurationOutputWithContext(ctx context.Context) CencDrmConfigurationOutput

func (CencDrmConfigurationArgs) ToCencDrmConfigurationPtrOutput

func (i CencDrmConfigurationArgs) ToCencDrmConfigurationPtrOutput() CencDrmConfigurationPtrOutput

func (CencDrmConfigurationArgs) ToCencDrmConfigurationPtrOutputWithContext

func (i CencDrmConfigurationArgs) ToCencDrmConfigurationPtrOutputWithContext(ctx context.Context) CencDrmConfigurationPtrOutput

type CencDrmConfigurationInput

type CencDrmConfigurationInput interface {
	pulumi.Input

	ToCencDrmConfigurationOutput() CencDrmConfigurationOutput
	ToCencDrmConfigurationOutputWithContext(context.Context) CencDrmConfigurationOutput
}

CencDrmConfigurationInput is an input type that accepts CencDrmConfigurationArgs and CencDrmConfigurationOutput values. You can construct a concrete instance of `CencDrmConfigurationInput` via:

CencDrmConfigurationArgs{...}

type CencDrmConfigurationOutput

type CencDrmConfigurationOutput struct{ *pulumi.OutputState }

Class to specify DRM configurations of CommonEncryptionCenc scheme in Streaming Policy

func (CencDrmConfigurationOutput) ElementType

func (CencDrmConfigurationOutput) ElementType() reflect.Type

func (CencDrmConfigurationOutput) PlayReady

PlayReady configurations

func (CencDrmConfigurationOutput) ToCencDrmConfigurationOutput

func (o CencDrmConfigurationOutput) ToCencDrmConfigurationOutput() CencDrmConfigurationOutput

func (CencDrmConfigurationOutput) ToCencDrmConfigurationOutputWithContext

func (o CencDrmConfigurationOutput) ToCencDrmConfigurationOutputWithContext(ctx context.Context) CencDrmConfigurationOutput

func (CencDrmConfigurationOutput) ToCencDrmConfigurationPtrOutput

func (o CencDrmConfigurationOutput) ToCencDrmConfigurationPtrOutput() CencDrmConfigurationPtrOutput

func (CencDrmConfigurationOutput) ToCencDrmConfigurationPtrOutputWithContext

func (o CencDrmConfigurationOutput) ToCencDrmConfigurationPtrOutputWithContext(ctx context.Context) CencDrmConfigurationPtrOutput

func (CencDrmConfigurationOutput) Widevine

Widevine configurations

type CencDrmConfigurationPtrInput

type CencDrmConfigurationPtrInput interface {
	pulumi.Input

	ToCencDrmConfigurationPtrOutput() CencDrmConfigurationPtrOutput
	ToCencDrmConfigurationPtrOutputWithContext(context.Context) CencDrmConfigurationPtrOutput
}

CencDrmConfigurationPtrInput is an input type that accepts CencDrmConfigurationArgs, CencDrmConfigurationPtr and CencDrmConfigurationPtrOutput values. You can construct a concrete instance of `CencDrmConfigurationPtrInput` via:

        CencDrmConfigurationArgs{...}

or:

        nil

type CencDrmConfigurationPtrOutput

type CencDrmConfigurationPtrOutput struct{ *pulumi.OutputState }

func (CencDrmConfigurationPtrOutput) Elem

func (CencDrmConfigurationPtrOutput) ElementType

func (CencDrmConfigurationPtrOutput) PlayReady

PlayReady configurations

func (CencDrmConfigurationPtrOutput) ToCencDrmConfigurationPtrOutput

func (o CencDrmConfigurationPtrOutput) ToCencDrmConfigurationPtrOutput() CencDrmConfigurationPtrOutput

func (CencDrmConfigurationPtrOutput) ToCencDrmConfigurationPtrOutputWithContext

func (o CencDrmConfigurationPtrOutput) ToCencDrmConfigurationPtrOutputWithContext(ctx context.Context) CencDrmConfigurationPtrOutput

func (CencDrmConfigurationPtrOutput) Widevine

Widevine configurations

type CencDrmConfigurationResponse

type CencDrmConfigurationResponse struct {
	// PlayReady configurations
	PlayReady *StreamingPolicyPlayReadyConfigurationResponse `pulumi:"playReady"`
	// Widevine configurations
	Widevine *StreamingPolicyWidevineConfigurationResponse `pulumi:"widevine"`
}

Class to specify DRM configurations of CommonEncryptionCenc scheme in Streaming Policy

type CencDrmConfigurationResponseArgs

type CencDrmConfigurationResponseArgs struct {
	// PlayReady configurations
	PlayReady StreamingPolicyPlayReadyConfigurationResponsePtrInput `pulumi:"playReady"`
	// Widevine configurations
	Widevine StreamingPolicyWidevineConfigurationResponsePtrInput `pulumi:"widevine"`
}

Class to specify DRM configurations of CommonEncryptionCenc scheme in Streaming Policy

func (CencDrmConfigurationResponseArgs) ElementType

func (CencDrmConfigurationResponseArgs) ToCencDrmConfigurationResponseOutput

func (i CencDrmConfigurationResponseArgs) ToCencDrmConfigurationResponseOutput() CencDrmConfigurationResponseOutput

func (CencDrmConfigurationResponseArgs) ToCencDrmConfigurationResponseOutputWithContext

func (i CencDrmConfigurationResponseArgs) ToCencDrmConfigurationResponseOutputWithContext(ctx context.Context) CencDrmConfigurationResponseOutput

func (CencDrmConfigurationResponseArgs) ToCencDrmConfigurationResponsePtrOutput

func (i CencDrmConfigurationResponseArgs) ToCencDrmConfigurationResponsePtrOutput() CencDrmConfigurationResponsePtrOutput

func (CencDrmConfigurationResponseArgs) ToCencDrmConfigurationResponsePtrOutputWithContext

func (i CencDrmConfigurationResponseArgs) ToCencDrmConfigurationResponsePtrOutputWithContext(ctx context.Context) CencDrmConfigurationResponsePtrOutput

type CencDrmConfigurationResponseInput

type CencDrmConfigurationResponseInput interface {
	pulumi.Input

	ToCencDrmConfigurationResponseOutput() CencDrmConfigurationResponseOutput
	ToCencDrmConfigurationResponseOutputWithContext(context.Context) CencDrmConfigurationResponseOutput
}

CencDrmConfigurationResponseInput is an input type that accepts CencDrmConfigurationResponseArgs and CencDrmConfigurationResponseOutput values. You can construct a concrete instance of `CencDrmConfigurationResponseInput` via:

CencDrmConfigurationResponseArgs{...}

type CencDrmConfigurationResponseOutput

type CencDrmConfigurationResponseOutput struct{ *pulumi.OutputState }

Class to specify DRM configurations of CommonEncryptionCenc scheme in Streaming Policy

func (CencDrmConfigurationResponseOutput) ElementType

func (CencDrmConfigurationResponseOutput) PlayReady

PlayReady configurations

func (CencDrmConfigurationResponseOutput) ToCencDrmConfigurationResponseOutput

func (o CencDrmConfigurationResponseOutput) ToCencDrmConfigurationResponseOutput() CencDrmConfigurationResponseOutput

func (CencDrmConfigurationResponseOutput) ToCencDrmConfigurationResponseOutputWithContext

func (o CencDrmConfigurationResponseOutput) ToCencDrmConfigurationResponseOutputWithContext(ctx context.Context) CencDrmConfigurationResponseOutput

func (CencDrmConfigurationResponseOutput) ToCencDrmConfigurationResponsePtrOutput

func (o CencDrmConfigurationResponseOutput) ToCencDrmConfigurationResponsePtrOutput() CencDrmConfigurationResponsePtrOutput

func (CencDrmConfigurationResponseOutput) ToCencDrmConfigurationResponsePtrOutputWithContext

func (o CencDrmConfigurationResponseOutput) ToCencDrmConfigurationResponsePtrOutputWithContext(ctx context.Context) CencDrmConfigurationResponsePtrOutput

func (CencDrmConfigurationResponseOutput) Widevine

Widevine configurations

type CencDrmConfigurationResponsePtrInput

type CencDrmConfigurationResponsePtrInput interface {
	pulumi.Input

	ToCencDrmConfigurationResponsePtrOutput() CencDrmConfigurationResponsePtrOutput
	ToCencDrmConfigurationResponsePtrOutputWithContext(context.Context) CencDrmConfigurationResponsePtrOutput
}

CencDrmConfigurationResponsePtrInput is an input type that accepts CencDrmConfigurationResponseArgs, CencDrmConfigurationResponsePtr and CencDrmConfigurationResponsePtrOutput values. You can construct a concrete instance of `CencDrmConfigurationResponsePtrInput` via:

        CencDrmConfigurationResponseArgs{...}

or:

        nil

type CencDrmConfigurationResponsePtrOutput

type CencDrmConfigurationResponsePtrOutput struct{ *pulumi.OutputState }

func (CencDrmConfigurationResponsePtrOutput) Elem

func (CencDrmConfigurationResponsePtrOutput) ElementType

func (CencDrmConfigurationResponsePtrOutput) PlayReady

PlayReady configurations

func (CencDrmConfigurationResponsePtrOutput) ToCencDrmConfigurationResponsePtrOutput

func (o CencDrmConfigurationResponsePtrOutput) ToCencDrmConfigurationResponsePtrOutput() CencDrmConfigurationResponsePtrOutput

func (CencDrmConfigurationResponsePtrOutput) ToCencDrmConfigurationResponsePtrOutputWithContext

func (o CencDrmConfigurationResponsePtrOutput) ToCencDrmConfigurationResponsePtrOutputWithContext(ctx context.Context) CencDrmConfigurationResponsePtrOutput

func (CencDrmConfigurationResponsePtrOutput) Widevine

Widevine configurations

type CommonEncryptionCbcs

type CommonEncryptionCbcs struct {
	// Representing which tracks should not be encrypted
	ClearTracks []TrackSelection `pulumi:"clearTracks"`
	// Representing default content key for each encryption scheme and separate content keys for specific tracks
	ContentKeys *StreamingPolicyContentKeys `pulumi:"contentKeys"`
	// Configuration of DRMs for current encryption scheme
	Drm *CbcsDrmConfiguration `pulumi:"drm"`
	// Representing supported protocols
	EnabledProtocols *EnabledProtocols `pulumi:"enabledProtocols"`
}

Class for CommonEncryptionCbcs encryption scheme

type CommonEncryptionCbcsArgs

type CommonEncryptionCbcsArgs struct {
	// Representing which tracks should not be encrypted
	ClearTracks TrackSelectionArrayInput `pulumi:"clearTracks"`
	// Representing default content key for each encryption scheme and separate content keys for specific tracks
	ContentKeys StreamingPolicyContentKeysPtrInput `pulumi:"contentKeys"`
	// Configuration of DRMs for current encryption scheme
	Drm CbcsDrmConfigurationPtrInput `pulumi:"drm"`
	// Representing supported protocols
	EnabledProtocols EnabledProtocolsPtrInput `pulumi:"enabledProtocols"`
}

Class for CommonEncryptionCbcs encryption scheme

func (CommonEncryptionCbcsArgs) ElementType

func (CommonEncryptionCbcsArgs) ElementType() reflect.Type

func (CommonEncryptionCbcsArgs) ToCommonEncryptionCbcsOutput

func (i CommonEncryptionCbcsArgs) ToCommonEncryptionCbcsOutput() CommonEncryptionCbcsOutput

func (CommonEncryptionCbcsArgs) ToCommonEncryptionCbcsOutputWithContext

func (i CommonEncryptionCbcsArgs) ToCommonEncryptionCbcsOutputWithContext(ctx context.Context) CommonEncryptionCbcsOutput

func (CommonEncryptionCbcsArgs) ToCommonEncryptionCbcsPtrOutput

func (i CommonEncryptionCbcsArgs) ToCommonEncryptionCbcsPtrOutput() CommonEncryptionCbcsPtrOutput

func (CommonEncryptionCbcsArgs) ToCommonEncryptionCbcsPtrOutputWithContext

func (i CommonEncryptionCbcsArgs) ToCommonEncryptionCbcsPtrOutputWithContext(ctx context.Context) CommonEncryptionCbcsPtrOutput

type CommonEncryptionCbcsInput

type CommonEncryptionCbcsInput interface {
	pulumi.Input

	ToCommonEncryptionCbcsOutput() CommonEncryptionCbcsOutput
	ToCommonEncryptionCbcsOutputWithContext(context.Context) CommonEncryptionCbcsOutput
}

CommonEncryptionCbcsInput is an input type that accepts CommonEncryptionCbcsArgs and CommonEncryptionCbcsOutput values. You can construct a concrete instance of `CommonEncryptionCbcsInput` via:

CommonEncryptionCbcsArgs{...}

type CommonEncryptionCbcsOutput

type CommonEncryptionCbcsOutput struct{ *pulumi.OutputState }

Class for CommonEncryptionCbcs encryption scheme

func (CommonEncryptionCbcsOutput) ClearTracks

Representing which tracks should not be encrypted

func (CommonEncryptionCbcsOutput) ContentKeys

Representing default content key for each encryption scheme and separate content keys for specific tracks

func (CommonEncryptionCbcsOutput) Drm

Configuration of DRMs for current encryption scheme

func (CommonEncryptionCbcsOutput) ElementType

func (CommonEncryptionCbcsOutput) ElementType() reflect.Type

func (CommonEncryptionCbcsOutput) EnabledProtocols

Representing supported protocols

func (CommonEncryptionCbcsOutput) ToCommonEncryptionCbcsOutput

func (o CommonEncryptionCbcsOutput) ToCommonEncryptionCbcsOutput() CommonEncryptionCbcsOutput

func (CommonEncryptionCbcsOutput) ToCommonEncryptionCbcsOutputWithContext

func (o CommonEncryptionCbcsOutput) ToCommonEncryptionCbcsOutputWithContext(ctx context.Context) CommonEncryptionCbcsOutput

func (CommonEncryptionCbcsOutput) ToCommonEncryptionCbcsPtrOutput

func (o CommonEncryptionCbcsOutput) ToCommonEncryptionCbcsPtrOutput() CommonEncryptionCbcsPtrOutput

func (CommonEncryptionCbcsOutput) ToCommonEncryptionCbcsPtrOutputWithContext

func (o CommonEncryptionCbcsOutput) ToCommonEncryptionCbcsPtrOutputWithContext(ctx context.Context) CommonEncryptionCbcsPtrOutput

type CommonEncryptionCbcsPtrInput

type CommonEncryptionCbcsPtrInput interface {
	pulumi.Input

	ToCommonEncryptionCbcsPtrOutput() CommonEncryptionCbcsPtrOutput
	ToCommonEncryptionCbcsPtrOutputWithContext(context.Context) CommonEncryptionCbcsPtrOutput
}

CommonEncryptionCbcsPtrInput is an input type that accepts CommonEncryptionCbcsArgs, CommonEncryptionCbcsPtr and CommonEncryptionCbcsPtrOutput values. You can construct a concrete instance of `CommonEncryptionCbcsPtrInput` via:

        CommonEncryptionCbcsArgs{...}

or:

        nil

type CommonEncryptionCbcsPtrOutput

type CommonEncryptionCbcsPtrOutput struct{ *pulumi.OutputState }

func (CommonEncryptionCbcsPtrOutput) ClearTracks

Representing which tracks should not be encrypted

func (CommonEncryptionCbcsPtrOutput) ContentKeys

Representing default content key for each encryption scheme and separate content keys for specific tracks

func (CommonEncryptionCbcsPtrOutput) Drm

Configuration of DRMs for current encryption scheme

func (CommonEncryptionCbcsPtrOutput) Elem

func (CommonEncryptionCbcsPtrOutput) ElementType

func (CommonEncryptionCbcsPtrOutput) EnabledProtocols

Representing supported protocols

func (CommonEncryptionCbcsPtrOutput) ToCommonEncryptionCbcsPtrOutput

func (o CommonEncryptionCbcsPtrOutput) ToCommonEncryptionCbcsPtrOutput() CommonEncryptionCbcsPtrOutput

func (CommonEncryptionCbcsPtrOutput) ToCommonEncryptionCbcsPtrOutputWithContext

func (o CommonEncryptionCbcsPtrOutput) ToCommonEncryptionCbcsPtrOutputWithContext(ctx context.Context) CommonEncryptionCbcsPtrOutput

type CommonEncryptionCbcsResponse

type CommonEncryptionCbcsResponse struct {
	// Representing which tracks should not be encrypted
	ClearTracks []TrackSelectionResponse `pulumi:"clearTracks"`
	// Representing default content key for each encryption scheme and separate content keys for specific tracks
	ContentKeys *StreamingPolicyContentKeysResponse `pulumi:"contentKeys"`
	// Configuration of DRMs for current encryption scheme
	Drm *CbcsDrmConfigurationResponse `pulumi:"drm"`
	// Representing supported protocols
	EnabledProtocols *EnabledProtocolsResponse `pulumi:"enabledProtocols"`
}

Class for CommonEncryptionCbcs encryption scheme

type CommonEncryptionCbcsResponseArgs

type CommonEncryptionCbcsResponseArgs struct {
	// Representing which tracks should not be encrypted
	ClearTracks TrackSelectionResponseArrayInput `pulumi:"clearTracks"`
	// Representing default content key for each encryption scheme and separate content keys for specific tracks
	ContentKeys StreamingPolicyContentKeysResponsePtrInput `pulumi:"contentKeys"`
	// Configuration of DRMs for current encryption scheme
	Drm CbcsDrmConfigurationResponsePtrInput `pulumi:"drm"`
	// Representing supported protocols
	EnabledProtocols EnabledProtocolsResponsePtrInput `pulumi:"enabledProtocols"`
}

Class for CommonEncryptionCbcs encryption scheme

func (CommonEncryptionCbcsResponseArgs) ElementType

func (CommonEncryptionCbcsResponseArgs) ToCommonEncryptionCbcsResponseOutput

func (i CommonEncryptionCbcsResponseArgs) ToCommonEncryptionCbcsResponseOutput() CommonEncryptionCbcsResponseOutput

func (CommonEncryptionCbcsResponseArgs) ToCommonEncryptionCbcsResponseOutputWithContext

func (i CommonEncryptionCbcsResponseArgs) ToCommonEncryptionCbcsResponseOutputWithContext(ctx context.Context) CommonEncryptionCbcsResponseOutput

func (CommonEncryptionCbcsResponseArgs) ToCommonEncryptionCbcsResponsePtrOutput

func (i CommonEncryptionCbcsResponseArgs) ToCommonEncryptionCbcsResponsePtrOutput() CommonEncryptionCbcsResponsePtrOutput

func (CommonEncryptionCbcsResponseArgs) ToCommonEncryptionCbcsResponsePtrOutputWithContext

func (i CommonEncryptionCbcsResponseArgs) ToCommonEncryptionCbcsResponsePtrOutputWithContext(ctx context.Context) CommonEncryptionCbcsResponsePtrOutput

type CommonEncryptionCbcsResponseInput

type CommonEncryptionCbcsResponseInput interface {
	pulumi.Input

	ToCommonEncryptionCbcsResponseOutput() CommonEncryptionCbcsResponseOutput
	ToCommonEncryptionCbcsResponseOutputWithContext(context.Context) CommonEncryptionCbcsResponseOutput
}

CommonEncryptionCbcsResponseInput is an input type that accepts CommonEncryptionCbcsResponseArgs and CommonEncryptionCbcsResponseOutput values. You can construct a concrete instance of `CommonEncryptionCbcsResponseInput` via:

CommonEncryptionCbcsResponseArgs{...}

type CommonEncryptionCbcsResponseOutput

type CommonEncryptionCbcsResponseOutput struct{ *pulumi.OutputState }

Class for CommonEncryptionCbcs encryption scheme

func (CommonEncryptionCbcsResponseOutput) ClearTracks

Representing which tracks should not be encrypted

func (CommonEncryptionCbcsResponseOutput) ContentKeys

Representing default content key for each encryption scheme and separate content keys for specific tracks

func (CommonEncryptionCbcsResponseOutput) Drm

Configuration of DRMs for current encryption scheme

func (CommonEncryptionCbcsResponseOutput) ElementType

func (CommonEncryptionCbcsResponseOutput) EnabledProtocols

Representing supported protocols

func (CommonEncryptionCbcsResponseOutput) ToCommonEncryptionCbcsResponseOutput

func (o CommonEncryptionCbcsResponseOutput) ToCommonEncryptionCbcsResponseOutput() CommonEncryptionCbcsResponseOutput

func (CommonEncryptionCbcsResponseOutput) ToCommonEncryptionCbcsResponseOutputWithContext

func (o CommonEncryptionCbcsResponseOutput) ToCommonEncryptionCbcsResponseOutputWithContext(ctx context.Context) CommonEncryptionCbcsResponseOutput

func (CommonEncryptionCbcsResponseOutput) ToCommonEncryptionCbcsResponsePtrOutput

func (o CommonEncryptionCbcsResponseOutput) ToCommonEncryptionCbcsResponsePtrOutput() CommonEncryptionCbcsResponsePtrOutput

func (CommonEncryptionCbcsResponseOutput) ToCommonEncryptionCbcsResponsePtrOutputWithContext

func (o CommonEncryptionCbcsResponseOutput) ToCommonEncryptionCbcsResponsePtrOutputWithContext(ctx context.Context) CommonEncryptionCbcsResponsePtrOutput

type CommonEncryptionCbcsResponsePtrInput

type CommonEncryptionCbcsResponsePtrInput interface {
	pulumi.Input

	ToCommonEncryptionCbcsResponsePtrOutput() CommonEncryptionCbcsResponsePtrOutput
	ToCommonEncryptionCbcsResponsePtrOutputWithContext(context.Context) CommonEncryptionCbcsResponsePtrOutput
}

CommonEncryptionCbcsResponsePtrInput is an input type that accepts CommonEncryptionCbcsResponseArgs, CommonEncryptionCbcsResponsePtr and CommonEncryptionCbcsResponsePtrOutput values. You can construct a concrete instance of `CommonEncryptionCbcsResponsePtrInput` via:

        CommonEncryptionCbcsResponseArgs{...}

or:

        nil

type CommonEncryptionCbcsResponsePtrOutput

type CommonEncryptionCbcsResponsePtrOutput struct{ *pulumi.OutputState }

func (CommonEncryptionCbcsResponsePtrOutput) ClearTracks

Representing which tracks should not be encrypted

func (CommonEncryptionCbcsResponsePtrOutput) ContentKeys

Representing default content key for each encryption scheme and separate content keys for specific tracks

func (CommonEncryptionCbcsResponsePtrOutput) Drm

Configuration of DRMs for current encryption scheme

func (CommonEncryptionCbcsResponsePtrOutput) Elem

func (CommonEncryptionCbcsResponsePtrOutput) ElementType

func (CommonEncryptionCbcsResponsePtrOutput) EnabledProtocols

Representing supported protocols

func (CommonEncryptionCbcsResponsePtrOutput) ToCommonEncryptionCbcsResponsePtrOutput

func (o CommonEncryptionCbcsResponsePtrOutput) ToCommonEncryptionCbcsResponsePtrOutput() CommonEncryptionCbcsResponsePtrOutput

func (CommonEncryptionCbcsResponsePtrOutput) ToCommonEncryptionCbcsResponsePtrOutputWithContext

func (o CommonEncryptionCbcsResponsePtrOutput) ToCommonEncryptionCbcsResponsePtrOutputWithContext(ctx context.Context) CommonEncryptionCbcsResponsePtrOutput

type CommonEncryptionCenc

type CommonEncryptionCenc struct {
	// Representing which tracks should not be encrypted
	ClearTracks []TrackSelection `pulumi:"clearTracks"`
	// Representing default content key for each encryption scheme and separate content keys for specific tracks
	ContentKeys *StreamingPolicyContentKeys `pulumi:"contentKeys"`
	// Configuration of DRMs for CommonEncryptionCenc encryption scheme
	Drm *CencDrmConfiguration `pulumi:"drm"`
	// Representing supported protocols
	EnabledProtocols *EnabledProtocols `pulumi:"enabledProtocols"`
}

Class for envelope encryption scheme

type CommonEncryptionCencArgs

type CommonEncryptionCencArgs struct {
	// Representing which tracks should not be encrypted
	ClearTracks TrackSelectionArrayInput `pulumi:"clearTracks"`
	// Representing default content key for each encryption scheme and separate content keys for specific tracks
	ContentKeys StreamingPolicyContentKeysPtrInput `pulumi:"contentKeys"`
	// Configuration of DRMs for CommonEncryptionCenc encryption scheme
	Drm CencDrmConfigurationPtrInput `pulumi:"drm"`
	// Representing supported protocols
	EnabledProtocols EnabledProtocolsPtrInput `pulumi:"enabledProtocols"`
}

Class for envelope encryption scheme

func (CommonEncryptionCencArgs) ElementType

func (CommonEncryptionCencArgs) ElementType() reflect.Type

func (CommonEncryptionCencArgs) ToCommonEncryptionCencOutput

func (i CommonEncryptionCencArgs) ToCommonEncryptionCencOutput() CommonEncryptionCencOutput

func (CommonEncryptionCencArgs) ToCommonEncryptionCencOutputWithContext

func (i CommonEncryptionCencArgs) ToCommonEncryptionCencOutputWithContext(ctx context.Context) CommonEncryptionCencOutput

func (CommonEncryptionCencArgs) ToCommonEncryptionCencPtrOutput

func (i CommonEncryptionCencArgs) ToCommonEncryptionCencPtrOutput() CommonEncryptionCencPtrOutput

func (CommonEncryptionCencArgs) ToCommonEncryptionCencPtrOutputWithContext

func (i CommonEncryptionCencArgs) ToCommonEncryptionCencPtrOutputWithContext(ctx context.Context) CommonEncryptionCencPtrOutput

type CommonEncryptionCencInput

type CommonEncryptionCencInput interface {
	pulumi.Input

	ToCommonEncryptionCencOutput() CommonEncryptionCencOutput
	ToCommonEncryptionCencOutputWithContext(context.Context) CommonEncryptionCencOutput
}

CommonEncryptionCencInput is an input type that accepts CommonEncryptionCencArgs and CommonEncryptionCencOutput values. You can construct a concrete instance of `CommonEncryptionCencInput` via:

CommonEncryptionCencArgs{...}

type CommonEncryptionCencOutput

type CommonEncryptionCencOutput struct{ *pulumi.OutputState }

Class for envelope encryption scheme

func (CommonEncryptionCencOutput) ClearTracks

Representing which tracks should not be encrypted

func (CommonEncryptionCencOutput) ContentKeys

Representing default content key for each encryption scheme and separate content keys for specific tracks

func (CommonEncryptionCencOutput) Drm

Configuration of DRMs for CommonEncryptionCenc encryption scheme

func (CommonEncryptionCencOutput) ElementType

func (CommonEncryptionCencOutput) ElementType() reflect.Type

func (CommonEncryptionCencOutput) EnabledProtocols

Representing supported protocols

func (CommonEncryptionCencOutput) ToCommonEncryptionCencOutput

func (o CommonEncryptionCencOutput) ToCommonEncryptionCencOutput() CommonEncryptionCencOutput

func (CommonEncryptionCencOutput) ToCommonEncryptionCencOutputWithContext

func (o CommonEncryptionCencOutput) ToCommonEncryptionCencOutputWithContext(ctx context.Context) CommonEncryptionCencOutput

func (CommonEncryptionCencOutput) ToCommonEncryptionCencPtrOutput

func (o CommonEncryptionCencOutput) ToCommonEncryptionCencPtrOutput() CommonEncryptionCencPtrOutput

func (CommonEncryptionCencOutput) ToCommonEncryptionCencPtrOutputWithContext

func (o CommonEncryptionCencOutput) ToCommonEncryptionCencPtrOutputWithContext(ctx context.Context) CommonEncryptionCencPtrOutput

type CommonEncryptionCencPtrInput

type CommonEncryptionCencPtrInput interface {
	pulumi.Input

	ToCommonEncryptionCencPtrOutput() CommonEncryptionCencPtrOutput
	ToCommonEncryptionCencPtrOutputWithContext(context.Context) CommonEncryptionCencPtrOutput
}

CommonEncryptionCencPtrInput is an input type that accepts CommonEncryptionCencArgs, CommonEncryptionCencPtr and CommonEncryptionCencPtrOutput values. You can construct a concrete instance of `CommonEncryptionCencPtrInput` via:

        CommonEncryptionCencArgs{...}

or:

        nil

type CommonEncryptionCencPtrOutput

type CommonEncryptionCencPtrOutput struct{ *pulumi.OutputState }

func (CommonEncryptionCencPtrOutput) ClearTracks

Representing which tracks should not be encrypted

func (CommonEncryptionCencPtrOutput) ContentKeys

Representing default content key for each encryption scheme and separate content keys for specific tracks

func (CommonEncryptionCencPtrOutput) Drm

Configuration of DRMs for CommonEncryptionCenc encryption scheme

func (CommonEncryptionCencPtrOutput) Elem

func (CommonEncryptionCencPtrOutput) ElementType

func (CommonEncryptionCencPtrOutput) EnabledProtocols

Representing supported protocols

func (CommonEncryptionCencPtrOutput) ToCommonEncryptionCencPtrOutput

func (o CommonEncryptionCencPtrOutput) ToCommonEncryptionCencPtrOutput() CommonEncryptionCencPtrOutput

func (CommonEncryptionCencPtrOutput) ToCommonEncryptionCencPtrOutputWithContext

func (o CommonEncryptionCencPtrOutput) ToCommonEncryptionCencPtrOutputWithContext(ctx context.Context) CommonEncryptionCencPtrOutput

type CommonEncryptionCencResponse

type CommonEncryptionCencResponse struct {
	// Representing which tracks should not be encrypted
	ClearTracks []TrackSelectionResponse `pulumi:"clearTracks"`
	// Representing default content key for each encryption scheme and separate content keys for specific tracks
	ContentKeys *StreamingPolicyContentKeysResponse `pulumi:"contentKeys"`
	// Configuration of DRMs for CommonEncryptionCenc encryption scheme
	Drm *CencDrmConfigurationResponse `pulumi:"drm"`
	// Representing supported protocols
	EnabledProtocols *EnabledProtocolsResponse `pulumi:"enabledProtocols"`
}

Class for envelope encryption scheme

type CommonEncryptionCencResponseArgs

type CommonEncryptionCencResponseArgs struct {
	// Representing which tracks should not be encrypted
	ClearTracks TrackSelectionResponseArrayInput `pulumi:"clearTracks"`
	// Representing default content key for each encryption scheme and separate content keys for specific tracks
	ContentKeys StreamingPolicyContentKeysResponsePtrInput `pulumi:"contentKeys"`
	// Configuration of DRMs for CommonEncryptionCenc encryption scheme
	Drm CencDrmConfigurationResponsePtrInput `pulumi:"drm"`
	// Representing supported protocols
	EnabledProtocols EnabledProtocolsResponsePtrInput `pulumi:"enabledProtocols"`
}

Class for envelope encryption scheme

func (CommonEncryptionCencResponseArgs) ElementType

func (CommonEncryptionCencResponseArgs) ToCommonEncryptionCencResponseOutput

func (i CommonEncryptionCencResponseArgs) ToCommonEncryptionCencResponseOutput() CommonEncryptionCencResponseOutput

func (CommonEncryptionCencResponseArgs) ToCommonEncryptionCencResponseOutputWithContext

func (i CommonEncryptionCencResponseArgs) ToCommonEncryptionCencResponseOutputWithContext(ctx context.Context) CommonEncryptionCencResponseOutput

func (CommonEncryptionCencResponseArgs) ToCommonEncryptionCencResponsePtrOutput

func (i CommonEncryptionCencResponseArgs) ToCommonEncryptionCencResponsePtrOutput() CommonEncryptionCencResponsePtrOutput

func (CommonEncryptionCencResponseArgs) ToCommonEncryptionCencResponsePtrOutputWithContext

func (i CommonEncryptionCencResponseArgs) ToCommonEncryptionCencResponsePtrOutputWithContext(ctx context.Context) CommonEncryptionCencResponsePtrOutput

type CommonEncryptionCencResponseInput

type CommonEncryptionCencResponseInput interface {
	pulumi.Input

	ToCommonEncryptionCencResponseOutput() CommonEncryptionCencResponseOutput
	ToCommonEncryptionCencResponseOutputWithContext(context.Context) CommonEncryptionCencResponseOutput
}

CommonEncryptionCencResponseInput is an input type that accepts CommonEncryptionCencResponseArgs and CommonEncryptionCencResponseOutput values. You can construct a concrete instance of `CommonEncryptionCencResponseInput` via:

CommonEncryptionCencResponseArgs{...}

type CommonEncryptionCencResponseOutput

type CommonEncryptionCencResponseOutput struct{ *pulumi.OutputState }

Class for envelope encryption scheme

func (CommonEncryptionCencResponseOutput) ClearTracks

Representing which tracks should not be encrypted

func (CommonEncryptionCencResponseOutput) ContentKeys

Representing default content key for each encryption scheme and separate content keys for specific tracks

func (CommonEncryptionCencResponseOutput) Drm

Configuration of DRMs for CommonEncryptionCenc encryption scheme

func (CommonEncryptionCencResponseOutput) ElementType

func (CommonEncryptionCencResponseOutput) EnabledProtocols

Representing supported protocols

func (CommonEncryptionCencResponseOutput) ToCommonEncryptionCencResponseOutput

func (o CommonEncryptionCencResponseOutput) ToCommonEncryptionCencResponseOutput() CommonEncryptionCencResponseOutput

func (CommonEncryptionCencResponseOutput) ToCommonEncryptionCencResponseOutputWithContext

func (o CommonEncryptionCencResponseOutput) ToCommonEncryptionCencResponseOutputWithContext(ctx context.Context) CommonEncryptionCencResponseOutput

func (CommonEncryptionCencResponseOutput) ToCommonEncryptionCencResponsePtrOutput

func (o CommonEncryptionCencResponseOutput) ToCommonEncryptionCencResponsePtrOutput() CommonEncryptionCencResponsePtrOutput

func (CommonEncryptionCencResponseOutput) ToCommonEncryptionCencResponsePtrOutputWithContext

func (o CommonEncryptionCencResponseOutput) ToCommonEncryptionCencResponsePtrOutputWithContext(ctx context.Context) CommonEncryptionCencResponsePtrOutput

type CommonEncryptionCencResponsePtrInput

type CommonEncryptionCencResponsePtrInput interface {
	pulumi.Input

	ToCommonEncryptionCencResponsePtrOutput() CommonEncryptionCencResponsePtrOutput
	ToCommonEncryptionCencResponsePtrOutputWithContext(context.Context) CommonEncryptionCencResponsePtrOutput
}

CommonEncryptionCencResponsePtrInput is an input type that accepts CommonEncryptionCencResponseArgs, CommonEncryptionCencResponsePtr and CommonEncryptionCencResponsePtrOutput values. You can construct a concrete instance of `CommonEncryptionCencResponsePtrInput` via:

        CommonEncryptionCencResponseArgs{...}

or:

        nil

type CommonEncryptionCencResponsePtrOutput

type CommonEncryptionCencResponsePtrOutput struct{ *pulumi.OutputState }

func (CommonEncryptionCencResponsePtrOutput) ClearTracks

Representing which tracks should not be encrypted

func (CommonEncryptionCencResponsePtrOutput) ContentKeys

Representing default content key for each encryption scheme and separate content keys for specific tracks

func (CommonEncryptionCencResponsePtrOutput) Drm

Configuration of DRMs for CommonEncryptionCenc encryption scheme

func (CommonEncryptionCencResponsePtrOutput) Elem

func (CommonEncryptionCencResponsePtrOutput) ElementType

func (CommonEncryptionCencResponsePtrOutput) EnabledProtocols

Representing supported protocols

func (CommonEncryptionCencResponsePtrOutput) ToCommonEncryptionCencResponsePtrOutput

func (o CommonEncryptionCencResponsePtrOutput) ToCommonEncryptionCencResponsePtrOutput() CommonEncryptionCencResponsePtrOutput

func (CommonEncryptionCencResponsePtrOutput) ToCommonEncryptionCencResponsePtrOutputWithContext

func (o CommonEncryptionCencResponsePtrOutput) ToCommonEncryptionCencResponsePtrOutputWithContext(ctx context.Context) CommonEncryptionCencResponsePtrOutput

type ContentKeyPolicy

type ContentKeyPolicy struct {
	pulumi.CustomResourceState

	// The creation date of the Policy
	Created pulumi.StringOutput `pulumi:"created"`
	// A description for the Policy.
	Description pulumi.StringPtrOutput `pulumi:"description"`
	// The last modified date of the Policy
	LastModified pulumi.StringOutput `pulumi:"lastModified"`
	// The name of the resource.
	Name pulumi.StringOutput `pulumi:"name"`
	// The Key Policy options.
	Options ContentKeyPolicyOptionResponseArrayOutput `pulumi:"options"`
	// The legacy Policy ID.
	PolicyId pulumi.StringOutput `pulumi:"policyId"`
	// The type of the resource.
	Type pulumi.StringOutput `pulumi:"type"`
}

A Content Key Policy resource.

func GetContentKeyPolicy

func GetContentKeyPolicy(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *ContentKeyPolicyState, opts ...pulumi.ResourceOption) (*ContentKeyPolicy, error)

GetContentKeyPolicy gets an existing ContentKeyPolicy resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewContentKeyPolicy

func NewContentKeyPolicy(ctx *pulumi.Context,
	name string, args *ContentKeyPolicyArgs, opts ...pulumi.ResourceOption) (*ContentKeyPolicy, error)

NewContentKeyPolicy registers a new resource with the given unique name, arguments, and options.

type ContentKeyPolicyArgs

type ContentKeyPolicyArgs struct {
	// The Media Services account name.
	AccountName pulumi.StringInput
	// The Content Key Policy name.
	ContentKeyPolicyName pulumi.StringInput
	// A description for the Policy.
	Description pulumi.StringPtrInput
	// The Key Policy options.
	Options ContentKeyPolicyOptionArrayInput
	// The name of the resource group within the Azure subscription.
	ResourceGroupName pulumi.StringInput
}

The set of arguments for constructing a ContentKeyPolicy resource.

func (ContentKeyPolicyArgs) ElementType

func (ContentKeyPolicyArgs) ElementType() reflect.Type

type ContentKeyPolicyClearKeyConfiguration

type ContentKeyPolicyClearKeyConfiguration struct {
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

Represents a configuration for non-DRM keys.

type ContentKeyPolicyClearKeyConfigurationArgs

type ContentKeyPolicyClearKeyConfigurationArgs struct {
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

Represents a configuration for non-DRM keys.

func (ContentKeyPolicyClearKeyConfigurationArgs) ElementType

func (ContentKeyPolicyClearKeyConfigurationArgs) ToContentKeyPolicyClearKeyConfigurationOutput

func (i ContentKeyPolicyClearKeyConfigurationArgs) ToContentKeyPolicyClearKeyConfigurationOutput() ContentKeyPolicyClearKeyConfigurationOutput

func (ContentKeyPolicyClearKeyConfigurationArgs) ToContentKeyPolicyClearKeyConfigurationOutputWithContext

func (i ContentKeyPolicyClearKeyConfigurationArgs) ToContentKeyPolicyClearKeyConfigurationOutputWithContext(ctx context.Context) ContentKeyPolicyClearKeyConfigurationOutput

type ContentKeyPolicyClearKeyConfigurationInput

type ContentKeyPolicyClearKeyConfigurationInput interface {
	pulumi.Input

	ToContentKeyPolicyClearKeyConfigurationOutput() ContentKeyPolicyClearKeyConfigurationOutput
	ToContentKeyPolicyClearKeyConfigurationOutputWithContext(context.Context) ContentKeyPolicyClearKeyConfigurationOutput
}

ContentKeyPolicyClearKeyConfigurationInput is an input type that accepts ContentKeyPolicyClearKeyConfigurationArgs and ContentKeyPolicyClearKeyConfigurationOutput values. You can construct a concrete instance of `ContentKeyPolicyClearKeyConfigurationInput` via:

ContentKeyPolicyClearKeyConfigurationArgs{...}

type ContentKeyPolicyClearKeyConfigurationOutput

type ContentKeyPolicyClearKeyConfigurationOutput struct{ *pulumi.OutputState }

Represents a configuration for non-DRM keys.

func (ContentKeyPolicyClearKeyConfigurationOutput) ElementType

func (ContentKeyPolicyClearKeyConfigurationOutput) OdataType

The discriminator for derived types.

func (ContentKeyPolicyClearKeyConfigurationOutput) ToContentKeyPolicyClearKeyConfigurationOutput

func (o ContentKeyPolicyClearKeyConfigurationOutput) ToContentKeyPolicyClearKeyConfigurationOutput() ContentKeyPolicyClearKeyConfigurationOutput

func (ContentKeyPolicyClearKeyConfigurationOutput) ToContentKeyPolicyClearKeyConfigurationOutputWithContext

func (o ContentKeyPolicyClearKeyConfigurationOutput) ToContentKeyPolicyClearKeyConfigurationOutputWithContext(ctx context.Context) ContentKeyPolicyClearKeyConfigurationOutput

type ContentKeyPolicyClearKeyConfigurationResponse

type ContentKeyPolicyClearKeyConfigurationResponse struct {
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

Represents a configuration for non-DRM keys.

type ContentKeyPolicyClearKeyConfigurationResponseArgs

type ContentKeyPolicyClearKeyConfigurationResponseArgs struct {
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

Represents a configuration for non-DRM keys.

func (ContentKeyPolicyClearKeyConfigurationResponseArgs) ElementType

func (ContentKeyPolicyClearKeyConfigurationResponseArgs) ToContentKeyPolicyClearKeyConfigurationResponseOutput

func (i ContentKeyPolicyClearKeyConfigurationResponseArgs) ToContentKeyPolicyClearKeyConfigurationResponseOutput() ContentKeyPolicyClearKeyConfigurationResponseOutput

func (ContentKeyPolicyClearKeyConfigurationResponseArgs) ToContentKeyPolicyClearKeyConfigurationResponseOutputWithContext

func (i ContentKeyPolicyClearKeyConfigurationResponseArgs) ToContentKeyPolicyClearKeyConfigurationResponseOutputWithContext(ctx context.Context) ContentKeyPolicyClearKeyConfigurationResponseOutput

type ContentKeyPolicyClearKeyConfigurationResponseInput

type ContentKeyPolicyClearKeyConfigurationResponseInput interface {
	pulumi.Input

	ToContentKeyPolicyClearKeyConfigurationResponseOutput() ContentKeyPolicyClearKeyConfigurationResponseOutput
	ToContentKeyPolicyClearKeyConfigurationResponseOutputWithContext(context.Context) ContentKeyPolicyClearKeyConfigurationResponseOutput
}

ContentKeyPolicyClearKeyConfigurationResponseInput is an input type that accepts ContentKeyPolicyClearKeyConfigurationResponseArgs and ContentKeyPolicyClearKeyConfigurationResponseOutput values. You can construct a concrete instance of `ContentKeyPolicyClearKeyConfigurationResponseInput` via:

ContentKeyPolicyClearKeyConfigurationResponseArgs{...}

type ContentKeyPolicyClearKeyConfigurationResponseOutput

type ContentKeyPolicyClearKeyConfigurationResponseOutput struct{ *pulumi.OutputState }

Represents a configuration for non-DRM keys.

func (ContentKeyPolicyClearKeyConfigurationResponseOutput) ElementType

func (ContentKeyPolicyClearKeyConfigurationResponseOutput) OdataType

The discriminator for derived types.

func (ContentKeyPolicyClearKeyConfigurationResponseOutput) ToContentKeyPolicyClearKeyConfigurationResponseOutput

func (o ContentKeyPolicyClearKeyConfigurationResponseOutput) ToContentKeyPolicyClearKeyConfigurationResponseOutput() ContentKeyPolicyClearKeyConfigurationResponseOutput

func (ContentKeyPolicyClearKeyConfigurationResponseOutput) ToContentKeyPolicyClearKeyConfigurationResponseOutputWithContext

func (o ContentKeyPolicyClearKeyConfigurationResponseOutput) ToContentKeyPolicyClearKeyConfigurationResponseOutputWithContext(ctx context.Context) ContentKeyPolicyClearKeyConfigurationResponseOutput

type ContentKeyPolicyFairPlayConfiguration

type ContentKeyPolicyFairPlayConfiguration struct {
	// The key that must be used as FairPlay ASk.
	Ask string `pulumi:"ask"`
	// The Base64 representation of FairPlay certificate in PKCS 12 (pfx) format (including private key).
	FairPlayPfx string `pulumi:"fairPlayPfx"`
	// The password encrypting FairPlay certificate in PKCS 12 (pfx) format.
	FairPlayPfxPassword string `pulumi:"fairPlayPfxPassword"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
	// The rental and lease key type.
	RentalAndLeaseKeyType string `pulumi:"rentalAndLeaseKeyType"`
	// The rental duration. Must be greater than or equal to 0.
	RentalDuration int `pulumi:"rentalDuration"`
}

Specifies a configuration for FairPlay licenses.

type ContentKeyPolicyFairPlayConfigurationArgs

type ContentKeyPolicyFairPlayConfigurationArgs struct {
	// The key that must be used as FairPlay ASk.
	Ask pulumi.StringInput `pulumi:"ask"`
	// The Base64 representation of FairPlay certificate in PKCS 12 (pfx) format (including private key).
	FairPlayPfx pulumi.StringInput `pulumi:"fairPlayPfx"`
	// The password encrypting FairPlay certificate in PKCS 12 (pfx) format.
	FairPlayPfxPassword pulumi.StringInput `pulumi:"fairPlayPfxPassword"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
	// The rental and lease key type.
	RentalAndLeaseKeyType pulumi.StringInput `pulumi:"rentalAndLeaseKeyType"`
	// The rental duration. Must be greater than or equal to 0.
	RentalDuration pulumi.IntInput `pulumi:"rentalDuration"`
}

Specifies a configuration for FairPlay licenses.

func (ContentKeyPolicyFairPlayConfigurationArgs) ElementType

func (ContentKeyPolicyFairPlayConfigurationArgs) ToContentKeyPolicyFairPlayConfigurationOutput

func (i ContentKeyPolicyFairPlayConfigurationArgs) ToContentKeyPolicyFairPlayConfigurationOutput() ContentKeyPolicyFairPlayConfigurationOutput

func (ContentKeyPolicyFairPlayConfigurationArgs) ToContentKeyPolicyFairPlayConfigurationOutputWithContext

func (i ContentKeyPolicyFairPlayConfigurationArgs) ToContentKeyPolicyFairPlayConfigurationOutputWithContext(ctx context.Context) ContentKeyPolicyFairPlayConfigurationOutput

type ContentKeyPolicyFairPlayConfigurationInput

type ContentKeyPolicyFairPlayConfigurationInput interface {
	pulumi.Input

	ToContentKeyPolicyFairPlayConfigurationOutput() ContentKeyPolicyFairPlayConfigurationOutput
	ToContentKeyPolicyFairPlayConfigurationOutputWithContext(context.Context) ContentKeyPolicyFairPlayConfigurationOutput
}

ContentKeyPolicyFairPlayConfigurationInput is an input type that accepts ContentKeyPolicyFairPlayConfigurationArgs and ContentKeyPolicyFairPlayConfigurationOutput values. You can construct a concrete instance of `ContentKeyPolicyFairPlayConfigurationInput` via:

ContentKeyPolicyFairPlayConfigurationArgs{...}

type ContentKeyPolicyFairPlayConfigurationOutput

type ContentKeyPolicyFairPlayConfigurationOutput struct{ *pulumi.OutputState }

Specifies a configuration for FairPlay licenses.

func (ContentKeyPolicyFairPlayConfigurationOutput) Ask

The key that must be used as FairPlay ASk.

func (ContentKeyPolicyFairPlayConfigurationOutput) ElementType

func (ContentKeyPolicyFairPlayConfigurationOutput) FairPlayPfx

The Base64 representation of FairPlay certificate in PKCS 12 (pfx) format (including private key).

func (ContentKeyPolicyFairPlayConfigurationOutput) FairPlayPfxPassword

The password encrypting FairPlay certificate in PKCS 12 (pfx) format.

func (ContentKeyPolicyFairPlayConfigurationOutput) OdataType

The discriminator for derived types.

func (ContentKeyPolicyFairPlayConfigurationOutput) RentalAndLeaseKeyType

The rental and lease key type.

func (ContentKeyPolicyFairPlayConfigurationOutput) RentalDuration

The rental duration. Must be greater than or equal to 0.

func (ContentKeyPolicyFairPlayConfigurationOutput) ToContentKeyPolicyFairPlayConfigurationOutput

func (o ContentKeyPolicyFairPlayConfigurationOutput) ToContentKeyPolicyFairPlayConfigurationOutput() ContentKeyPolicyFairPlayConfigurationOutput

func (ContentKeyPolicyFairPlayConfigurationOutput) ToContentKeyPolicyFairPlayConfigurationOutputWithContext

func (o ContentKeyPolicyFairPlayConfigurationOutput) ToContentKeyPolicyFairPlayConfigurationOutputWithContext(ctx context.Context) ContentKeyPolicyFairPlayConfigurationOutput

type ContentKeyPolicyFairPlayConfigurationResponse

type ContentKeyPolicyFairPlayConfigurationResponse struct {
	// The key that must be used as FairPlay ASk.
	Ask string `pulumi:"ask"`
	// The Base64 representation of FairPlay certificate in PKCS 12 (pfx) format (including private key).
	FairPlayPfx string `pulumi:"fairPlayPfx"`
	// The password encrypting FairPlay certificate in PKCS 12 (pfx) format.
	FairPlayPfxPassword string `pulumi:"fairPlayPfxPassword"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
	// The rental and lease key type.
	RentalAndLeaseKeyType string `pulumi:"rentalAndLeaseKeyType"`
	// The rental duration. Must be greater than or equal to 0.
	RentalDuration int `pulumi:"rentalDuration"`
}

Specifies a configuration for FairPlay licenses.

type ContentKeyPolicyFairPlayConfigurationResponseArgs

type ContentKeyPolicyFairPlayConfigurationResponseArgs struct {
	// The key that must be used as FairPlay ASk.
	Ask pulumi.StringInput `pulumi:"ask"`
	// The Base64 representation of FairPlay certificate in PKCS 12 (pfx) format (including private key).
	FairPlayPfx pulumi.StringInput `pulumi:"fairPlayPfx"`
	// The password encrypting FairPlay certificate in PKCS 12 (pfx) format.
	FairPlayPfxPassword pulumi.StringInput `pulumi:"fairPlayPfxPassword"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
	// The rental and lease key type.
	RentalAndLeaseKeyType pulumi.StringInput `pulumi:"rentalAndLeaseKeyType"`
	// The rental duration. Must be greater than or equal to 0.
	RentalDuration pulumi.IntInput `pulumi:"rentalDuration"`
}

Specifies a configuration for FairPlay licenses.

func (ContentKeyPolicyFairPlayConfigurationResponseArgs) ElementType

func (ContentKeyPolicyFairPlayConfigurationResponseArgs) ToContentKeyPolicyFairPlayConfigurationResponseOutput

func (i ContentKeyPolicyFairPlayConfigurationResponseArgs) ToContentKeyPolicyFairPlayConfigurationResponseOutput() ContentKeyPolicyFairPlayConfigurationResponseOutput

func (ContentKeyPolicyFairPlayConfigurationResponseArgs) ToContentKeyPolicyFairPlayConfigurationResponseOutputWithContext

func (i ContentKeyPolicyFairPlayConfigurationResponseArgs) ToContentKeyPolicyFairPlayConfigurationResponseOutputWithContext(ctx context.Context) ContentKeyPolicyFairPlayConfigurationResponseOutput

type ContentKeyPolicyFairPlayConfigurationResponseInput

type ContentKeyPolicyFairPlayConfigurationResponseInput interface {
	pulumi.Input

	ToContentKeyPolicyFairPlayConfigurationResponseOutput() ContentKeyPolicyFairPlayConfigurationResponseOutput
	ToContentKeyPolicyFairPlayConfigurationResponseOutputWithContext(context.Context) ContentKeyPolicyFairPlayConfigurationResponseOutput
}

ContentKeyPolicyFairPlayConfigurationResponseInput is an input type that accepts ContentKeyPolicyFairPlayConfigurationResponseArgs and ContentKeyPolicyFairPlayConfigurationResponseOutput values. You can construct a concrete instance of `ContentKeyPolicyFairPlayConfigurationResponseInput` via:

ContentKeyPolicyFairPlayConfigurationResponseArgs{...}

type ContentKeyPolicyFairPlayConfigurationResponseOutput

type ContentKeyPolicyFairPlayConfigurationResponseOutput struct{ *pulumi.OutputState }

Specifies a configuration for FairPlay licenses.

func (ContentKeyPolicyFairPlayConfigurationResponseOutput) Ask

The key that must be used as FairPlay ASk.

func (ContentKeyPolicyFairPlayConfigurationResponseOutput) ElementType

func (ContentKeyPolicyFairPlayConfigurationResponseOutput) FairPlayPfx

The Base64 representation of FairPlay certificate in PKCS 12 (pfx) format (including private key).

func (ContentKeyPolicyFairPlayConfigurationResponseOutput) FairPlayPfxPassword

The password encrypting FairPlay certificate in PKCS 12 (pfx) format.

func (ContentKeyPolicyFairPlayConfigurationResponseOutput) OdataType

The discriminator for derived types.

func (ContentKeyPolicyFairPlayConfigurationResponseOutput) RentalAndLeaseKeyType

The rental and lease key type.

func (ContentKeyPolicyFairPlayConfigurationResponseOutput) RentalDuration

The rental duration. Must be greater than or equal to 0.

func (ContentKeyPolicyFairPlayConfigurationResponseOutput) ToContentKeyPolicyFairPlayConfigurationResponseOutput

func (o ContentKeyPolicyFairPlayConfigurationResponseOutput) ToContentKeyPolicyFairPlayConfigurationResponseOutput() ContentKeyPolicyFairPlayConfigurationResponseOutput

func (ContentKeyPolicyFairPlayConfigurationResponseOutput) ToContentKeyPolicyFairPlayConfigurationResponseOutputWithContext

func (o ContentKeyPolicyFairPlayConfigurationResponseOutput) ToContentKeyPolicyFairPlayConfigurationResponseOutputWithContext(ctx context.Context) ContentKeyPolicyFairPlayConfigurationResponseOutput

type ContentKeyPolicyOpenRestriction

type ContentKeyPolicyOpenRestriction struct {
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

Represents an open restriction. License or key will be delivered on every request.

type ContentKeyPolicyOpenRestrictionArgs

type ContentKeyPolicyOpenRestrictionArgs struct {
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

Represents an open restriction. License or key will be delivered on every request.

func (ContentKeyPolicyOpenRestrictionArgs) ElementType

func (ContentKeyPolicyOpenRestrictionArgs) ToContentKeyPolicyOpenRestrictionOutput

func (i ContentKeyPolicyOpenRestrictionArgs) ToContentKeyPolicyOpenRestrictionOutput() ContentKeyPolicyOpenRestrictionOutput

func (ContentKeyPolicyOpenRestrictionArgs) ToContentKeyPolicyOpenRestrictionOutputWithContext

func (i ContentKeyPolicyOpenRestrictionArgs) ToContentKeyPolicyOpenRestrictionOutputWithContext(ctx context.Context) ContentKeyPolicyOpenRestrictionOutput

type ContentKeyPolicyOpenRestrictionInput

type ContentKeyPolicyOpenRestrictionInput interface {
	pulumi.Input

	ToContentKeyPolicyOpenRestrictionOutput() ContentKeyPolicyOpenRestrictionOutput
	ToContentKeyPolicyOpenRestrictionOutputWithContext(context.Context) ContentKeyPolicyOpenRestrictionOutput
}

ContentKeyPolicyOpenRestrictionInput is an input type that accepts ContentKeyPolicyOpenRestrictionArgs and ContentKeyPolicyOpenRestrictionOutput values. You can construct a concrete instance of `ContentKeyPolicyOpenRestrictionInput` via:

ContentKeyPolicyOpenRestrictionArgs{...}

type ContentKeyPolicyOpenRestrictionOutput

type ContentKeyPolicyOpenRestrictionOutput struct{ *pulumi.OutputState }

Represents an open restriction. License or key will be delivered on every request.

func (ContentKeyPolicyOpenRestrictionOutput) ElementType

func (ContentKeyPolicyOpenRestrictionOutput) OdataType

The discriminator for derived types.

func (ContentKeyPolicyOpenRestrictionOutput) ToContentKeyPolicyOpenRestrictionOutput

func (o ContentKeyPolicyOpenRestrictionOutput) ToContentKeyPolicyOpenRestrictionOutput() ContentKeyPolicyOpenRestrictionOutput

func (ContentKeyPolicyOpenRestrictionOutput) ToContentKeyPolicyOpenRestrictionOutputWithContext

func (o ContentKeyPolicyOpenRestrictionOutput) ToContentKeyPolicyOpenRestrictionOutputWithContext(ctx context.Context) ContentKeyPolicyOpenRestrictionOutput

type ContentKeyPolicyOpenRestrictionResponse

type ContentKeyPolicyOpenRestrictionResponse struct {
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

Represents an open restriction. License or key will be delivered on every request.

type ContentKeyPolicyOpenRestrictionResponseArgs

type ContentKeyPolicyOpenRestrictionResponseArgs struct {
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

Represents an open restriction. License or key will be delivered on every request.

func (ContentKeyPolicyOpenRestrictionResponseArgs) ElementType

func (ContentKeyPolicyOpenRestrictionResponseArgs) ToContentKeyPolicyOpenRestrictionResponseOutput

func (i ContentKeyPolicyOpenRestrictionResponseArgs) ToContentKeyPolicyOpenRestrictionResponseOutput() ContentKeyPolicyOpenRestrictionResponseOutput

func (ContentKeyPolicyOpenRestrictionResponseArgs) ToContentKeyPolicyOpenRestrictionResponseOutputWithContext

func (i ContentKeyPolicyOpenRestrictionResponseArgs) ToContentKeyPolicyOpenRestrictionResponseOutputWithContext(ctx context.Context) ContentKeyPolicyOpenRestrictionResponseOutput

type ContentKeyPolicyOpenRestrictionResponseInput

type ContentKeyPolicyOpenRestrictionResponseInput interface {
	pulumi.Input

	ToContentKeyPolicyOpenRestrictionResponseOutput() ContentKeyPolicyOpenRestrictionResponseOutput
	ToContentKeyPolicyOpenRestrictionResponseOutputWithContext(context.Context) ContentKeyPolicyOpenRestrictionResponseOutput
}

ContentKeyPolicyOpenRestrictionResponseInput is an input type that accepts ContentKeyPolicyOpenRestrictionResponseArgs and ContentKeyPolicyOpenRestrictionResponseOutput values. You can construct a concrete instance of `ContentKeyPolicyOpenRestrictionResponseInput` via:

ContentKeyPolicyOpenRestrictionResponseArgs{...}

type ContentKeyPolicyOpenRestrictionResponseOutput

type ContentKeyPolicyOpenRestrictionResponseOutput struct{ *pulumi.OutputState }

Represents an open restriction. License or key will be delivered on every request.

func (ContentKeyPolicyOpenRestrictionResponseOutput) ElementType

func (ContentKeyPolicyOpenRestrictionResponseOutput) OdataType

The discriminator for derived types.

func (ContentKeyPolicyOpenRestrictionResponseOutput) ToContentKeyPolicyOpenRestrictionResponseOutput

func (o ContentKeyPolicyOpenRestrictionResponseOutput) ToContentKeyPolicyOpenRestrictionResponseOutput() ContentKeyPolicyOpenRestrictionResponseOutput

func (ContentKeyPolicyOpenRestrictionResponseOutput) ToContentKeyPolicyOpenRestrictionResponseOutputWithContext

func (o ContentKeyPolicyOpenRestrictionResponseOutput) ToContentKeyPolicyOpenRestrictionResponseOutputWithContext(ctx context.Context) ContentKeyPolicyOpenRestrictionResponseOutput

type ContentKeyPolicyOption

type ContentKeyPolicyOption struct {
	// The key delivery configuration.
	Configuration interface{} `pulumi:"configuration"`
	// The Policy Option description.
	Name *string `pulumi:"name"`
	// The requirements that must be met to deliver keys with this configuration
	Restriction interface{} `pulumi:"restriction"`
}

Represents a policy option.

type ContentKeyPolicyOptionArgs

type ContentKeyPolicyOptionArgs struct {
	// The key delivery configuration.
	Configuration pulumi.Input `pulumi:"configuration"`
	// The Policy Option description.
	Name pulumi.StringPtrInput `pulumi:"name"`
	// The requirements that must be met to deliver keys with this configuration
	Restriction pulumi.Input `pulumi:"restriction"`
}

Represents a policy option.

func (ContentKeyPolicyOptionArgs) ElementType

func (ContentKeyPolicyOptionArgs) ElementType() reflect.Type

func (ContentKeyPolicyOptionArgs) ToContentKeyPolicyOptionOutput

func (i ContentKeyPolicyOptionArgs) ToContentKeyPolicyOptionOutput() ContentKeyPolicyOptionOutput

func (ContentKeyPolicyOptionArgs) ToContentKeyPolicyOptionOutputWithContext

func (i ContentKeyPolicyOptionArgs) ToContentKeyPolicyOptionOutputWithContext(ctx context.Context) ContentKeyPolicyOptionOutput

type ContentKeyPolicyOptionArray

type ContentKeyPolicyOptionArray []ContentKeyPolicyOptionInput

func (ContentKeyPolicyOptionArray) ElementType

func (ContentKeyPolicyOptionArray) ToContentKeyPolicyOptionArrayOutput

func (i ContentKeyPolicyOptionArray) ToContentKeyPolicyOptionArrayOutput() ContentKeyPolicyOptionArrayOutput

func (ContentKeyPolicyOptionArray) ToContentKeyPolicyOptionArrayOutputWithContext

func (i ContentKeyPolicyOptionArray) ToContentKeyPolicyOptionArrayOutputWithContext(ctx context.Context) ContentKeyPolicyOptionArrayOutput

type ContentKeyPolicyOptionArrayInput

type ContentKeyPolicyOptionArrayInput interface {
	pulumi.Input

	ToContentKeyPolicyOptionArrayOutput() ContentKeyPolicyOptionArrayOutput
	ToContentKeyPolicyOptionArrayOutputWithContext(context.Context) ContentKeyPolicyOptionArrayOutput
}

ContentKeyPolicyOptionArrayInput is an input type that accepts ContentKeyPolicyOptionArray and ContentKeyPolicyOptionArrayOutput values. You can construct a concrete instance of `ContentKeyPolicyOptionArrayInput` via:

ContentKeyPolicyOptionArray{ ContentKeyPolicyOptionArgs{...} }

type ContentKeyPolicyOptionArrayOutput

type ContentKeyPolicyOptionArrayOutput struct{ *pulumi.OutputState }

func (ContentKeyPolicyOptionArrayOutput) ElementType

func (ContentKeyPolicyOptionArrayOutput) Index

func (ContentKeyPolicyOptionArrayOutput) ToContentKeyPolicyOptionArrayOutput

func (o ContentKeyPolicyOptionArrayOutput) ToContentKeyPolicyOptionArrayOutput() ContentKeyPolicyOptionArrayOutput

func (ContentKeyPolicyOptionArrayOutput) ToContentKeyPolicyOptionArrayOutputWithContext

func (o ContentKeyPolicyOptionArrayOutput) ToContentKeyPolicyOptionArrayOutputWithContext(ctx context.Context) ContentKeyPolicyOptionArrayOutput

type ContentKeyPolicyOptionInput

type ContentKeyPolicyOptionInput interface {
	pulumi.Input

	ToContentKeyPolicyOptionOutput() ContentKeyPolicyOptionOutput
	ToContentKeyPolicyOptionOutputWithContext(context.Context) ContentKeyPolicyOptionOutput
}

ContentKeyPolicyOptionInput is an input type that accepts ContentKeyPolicyOptionArgs and ContentKeyPolicyOptionOutput values. You can construct a concrete instance of `ContentKeyPolicyOptionInput` via:

ContentKeyPolicyOptionArgs{...}

type ContentKeyPolicyOptionOutput

type ContentKeyPolicyOptionOutput struct{ *pulumi.OutputState }

Represents a policy option.

func (ContentKeyPolicyOptionOutput) Configuration

func (o ContentKeyPolicyOptionOutput) Configuration() pulumi.AnyOutput

The key delivery configuration.

func (ContentKeyPolicyOptionOutput) ElementType

func (ContentKeyPolicyOptionOutput) Name

The Policy Option description.

func (ContentKeyPolicyOptionOutput) Restriction

The requirements that must be met to deliver keys with this configuration

func (ContentKeyPolicyOptionOutput) ToContentKeyPolicyOptionOutput

func (o ContentKeyPolicyOptionOutput) ToContentKeyPolicyOptionOutput() ContentKeyPolicyOptionOutput

func (ContentKeyPolicyOptionOutput) ToContentKeyPolicyOptionOutputWithContext

func (o ContentKeyPolicyOptionOutput) ToContentKeyPolicyOptionOutputWithContext(ctx context.Context) ContentKeyPolicyOptionOutput

type ContentKeyPolicyOptionResponse

type ContentKeyPolicyOptionResponse struct {
	// The key delivery configuration.
	Configuration interface{} `pulumi:"configuration"`
	// The Policy Option description.
	Name *string `pulumi:"name"`
	// The legacy Policy Option ID.
	PolicyOptionId string `pulumi:"policyOptionId"`
	// The requirements that must be met to deliver keys with this configuration
	Restriction interface{} `pulumi:"restriction"`
}

Represents a policy option.

type ContentKeyPolicyOptionResponseArgs

type ContentKeyPolicyOptionResponseArgs struct {
	// The key delivery configuration.
	Configuration pulumi.Input `pulumi:"configuration"`
	// The Policy Option description.
	Name pulumi.StringPtrInput `pulumi:"name"`
	// The legacy Policy Option ID.
	PolicyOptionId pulumi.StringInput `pulumi:"policyOptionId"`
	// The requirements that must be met to deliver keys with this configuration
	Restriction pulumi.Input `pulumi:"restriction"`
}

Represents a policy option.

func (ContentKeyPolicyOptionResponseArgs) ElementType

func (ContentKeyPolicyOptionResponseArgs) ToContentKeyPolicyOptionResponseOutput

func (i ContentKeyPolicyOptionResponseArgs) ToContentKeyPolicyOptionResponseOutput() ContentKeyPolicyOptionResponseOutput

func (ContentKeyPolicyOptionResponseArgs) ToContentKeyPolicyOptionResponseOutputWithContext

func (i ContentKeyPolicyOptionResponseArgs) ToContentKeyPolicyOptionResponseOutputWithContext(ctx context.Context) ContentKeyPolicyOptionResponseOutput

type ContentKeyPolicyOptionResponseArray

type ContentKeyPolicyOptionResponseArray []ContentKeyPolicyOptionResponseInput

func (ContentKeyPolicyOptionResponseArray) ElementType

func (ContentKeyPolicyOptionResponseArray) ToContentKeyPolicyOptionResponseArrayOutput

func (i ContentKeyPolicyOptionResponseArray) ToContentKeyPolicyOptionResponseArrayOutput() ContentKeyPolicyOptionResponseArrayOutput

func (ContentKeyPolicyOptionResponseArray) ToContentKeyPolicyOptionResponseArrayOutputWithContext

func (i ContentKeyPolicyOptionResponseArray) ToContentKeyPolicyOptionResponseArrayOutputWithContext(ctx context.Context) ContentKeyPolicyOptionResponseArrayOutput

type ContentKeyPolicyOptionResponseArrayInput

type ContentKeyPolicyOptionResponseArrayInput interface {
	pulumi.Input

	ToContentKeyPolicyOptionResponseArrayOutput() ContentKeyPolicyOptionResponseArrayOutput
	ToContentKeyPolicyOptionResponseArrayOutputWithContext(context.Context) ContentKeyPolicyOptionResponseArrayOutput
}

ContentKeyPolicyOptionResponseArrayInput is an input type that accepts ContentKeyPolicyOptionResponseArray and ContentKeyPolicyOptionResponseArrayOutput values. You can construct a concrete instance of `ContentKeyPolicyOptionResponseArrayInput` via:

ContentKeyPolicyOptionResponseArray{ ContentKeyPolicyOptionResponseArgs{...} }

type ContentKeyPolicyOptionResponseArrayOutput

type ContentKeyPolicyOptionResponseArrayOutput struct{ *pulumi.OutputState }

func (ContentKeyPolicyOptionResponseArrayOutput) ElementType

func (ContentKeyPolicyOptionResponseArrayOutput) Index

func (ContentKeyPolicyOptionResponseArrayOutput) ToContentKeyPolicyOptionResponseArrayOutput

func (o ContentKeyPolicyOptionResponseArrayOutput) ToContentKeyPolicyOptionResponseArrayOutput() ContentKeyPolicyOptionResponseArrayOutput

func (ContentKeyPolicyOptionResponseArrayOutput) ToContentKeyPolicyOptionResponseArrayOutputWithContext

func (o ContentKeyPolicyOptionResponseArrayOutput) ToContentKeyPolicyOptionResponseArrayOutputWithContext(ctx context.Context) ContentKeyPolicyOptionResponseArrayOutput

type ContentKeyPolicyOptionResponseInput

type ContentKeyPolicyOptionResponseInput interface {
	pulumi.Input

	ToContentKeyPolicyOptionResponseOutput() ContentKeyPolicyOptionResponseOutput
	ToContentKeyPolicyOptionResponseOutputWithContext(context.Context) ContentKeyPolicyOptionResponseOutput
}

ContentKeyPolicyOptionResponseInput is an input type that accepts ContentKeyPolicyOptionResponseArgs and ContentKeyPolicyOptionResponseOutput values. You can construct a concrete instance of `ContentKeyPolicyOptionResponseInput` via:

ContentKeyPolicyOptionResponseArgs{...}

type ContentKeyPolicyOptionResponseOutput

type ContentKeyPolicyOptionResponseOutput struct{ *pulumi.OutputState }

Represents a policy option.

func (ContentKeyPolicyOptionResponseOutput) Configuration

The key delivery configuration.

func (ContentKeyPolicyOptionResponseOutput) ElementType

func (ContentKeyPolicyOptionResponseOutput) Name

The Policy Option description.

func (ContentKeyPolicyOptionResponseOutput) PolicyOptionId

The legacy Policy Option ID.

func (ContentKeyPolicyOptionResponseOutput) Restriction

The requirements that must be met to deliver keys with this configuration

func (ContentKeyPolicyOptionResponseOutput) ToContentKeyPolicyOptionResponseOutput

func (o ContentKeyPolicyOptionResponseOutput) ToContentKeyPolicyOptionResponseOutput() ContentKeyPolicyOptionResponseOutput

func (ContentKeyPolicyOptionResponseOutput) ToContentKeyPolicyOptionResponseOutputWithContext

func (o ContentKeyPolicyOptionResponseOutput) ToContentKeyPolicyOptionResponseOutputWithContext(ctx context.Context) ContentKeyPolicyOptionResponseOutput

type ContentKeyPolicyPlayReadyConfiguration

type ContentKeyPolicyPlayReadyConfiguration struct {
	// The PlayReady licenses.
	Licenses []ContentKeyPolicyPlayReadyLicense `pulumi:"licenses"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
	// The custom response data.
	ResponseCustomData *string `pulumi:"responseCustomData"`
}

Specifies a configuration for PlayReady licenses.

type ContentKeyPolicyPlayReadyConfigurationArgs

type ContentKeyPolicyPlayReadyConfigurationArgs struct {
	// The PlayReady licenses.
	Licenses ContentKeyPolicyPlayReadyLicenseArrayInput `pulumi:"licenses"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
	// The custom response data.
	ResponseCustomData pulumi.StringPtrInput `pulumi:"responseCustomData"`
}

Specifies a configuration for PlayReady licenses.

func (ContentKeyPolicyPlayReadyConfigurationArgs) ElementType

func (ContentKeyPolicyPlayReadyConfigurationArgs) ToContentKeyPolicyPlayReadyConfigurationOutput

func (i ContentKeyPolicyPlayReadyConfigurationArgs) ToContentKeyPolicyPlayReadyConfigurationOutput() ContentKeyPolicyPlayReadyConfigurationOutput

func (ContentKeyPolicyPlayReadyConfigurationArgs) ToContentKeyPolicyPlayReadyConfigurationOutputWithContext

func (i ContentKeyPolicyPlayReadyConfigurationArgs) ToContentKeyPolicyPlayReadyConfigurationOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyConfigurationOutput

type ContentKeyPolicyPlayReadyConfigurationInput

type ContentKeyPolicyPlayReadyConfigurationInput interface {
	pulumi.Input

	ToContentKeyPolicyPlayReadyConfigurationOutput() ContentKeyPolicyPlayReadyConfigurationOutput
	ToContentKeyPolicyPlayReadyConfigurationOutputWithContext(context.Context) ContentKeyPolicyPlayReadyConfigurationOutput
}

ContentKeyPolicyPlayReadyConfigurationInput is an input type that accepts ContentKeyPolicyPlayReadyConfigurationArgs and ContentKeyPolicyPlayReadyConfigurationOutput values. You can construct a concrete instance of `ContentKeyPolicyPlayReadyConfigurationInput` via:

ContentKeyPolicyPlayReadyConfigurationArgs{...}

type ContentKeyPolicyPlayReadyConfigurationOutput

type ContentKeyPolicyPlayReadyConfigurationOutput struct{ *pulumi.OutputState }

Specifies a configuration for PlayReady licenses.

func (ContentKeyPolicyPlayReadyConfigurationOutput) ElementType

func (ContentKeyPolicyPlayReadyConfigurationOutput) Licenses

The PlayReady licenses.

func (ContentKeyPolicyPlayReadyConfigurationOutput) OdataType

The discriminator for derived types.

func (ContentKeyPolicyPlayReadyConfigurationOutput) ResponseCustomData

The custom response data.

func (ContentKeyPolicyPlayReadyConfigurationOutput) ToContentKeyPolicyPlayReadyConfigurationOutput

func (o ContentKeyPolicyPlayReadyConfigurationOutput) ToContentKeyPolicyPlayReadyConfigurationOutput() ContentKeyPolicyPlayReadyConfigurationOutput

func (ContentKeyPolicyPlayReadyConfigurationOutput) ToContentKeyPolicyPlayReadyConfigurationOutputWithContext

func (o ContentKeyPolicyPlayReadyConfigurationOutput) ToContentKeyPolicyPlayReadyConfigurationOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyConfigurationOutput

type ContentKeyPolicyPlayReadyConfigurationResponse

type ContentKeyPolicyPlayReadyConfigurationResponse struct {
	// The PlayReady licenses.
	Licenses []ContentKeyPolicyPlayReadyLicenseResponse `pulumi:"licenses"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
	// The custom response data.
	ResponseCustomData *string `pulumi:"responseCustomData"`
}

Specifies a configuration for PlayReady licenses.

type ContentKeyPolicyPlayReadyConfigurationResponseArgs

type ContentKeyPolicyPlayReadyConfigurationResponseArgs struct {
	// The PlayReady licenses.
	Licenses ContentKeyPolicyPlayReadyLicenseResponseArrayInput `pulumi:"licenses"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
	// The custom response data.
	ResponseCustomData pulumi.StringPtrInput `pulumi:"responseCustomData"`
}

Specifies a configuration for PlayReady licenses.

func (ContentKeyPolicyPlayReadyConfigurationResponseArgs) ElementType

func (ContentKeyPolicyPlayReadyConfigurationResponseArgs) ToContentKeyPolicyPlayReadyConfigurationResponseOutput

func (i ContentKeyPolicyPlayReadyConfigurationResponseArgs) ToContentKeyPolicyPlayReadyConfigurationResponseOutput() ContentKeyPolicyPlayReadyConfigurationResponseOutput

func (ContentKeyPolicyPlayReadyConfigurationResponseArgs) ToContentKeyPolicyPlayReadyConfigurationResponseOutputWithContext

func (i ContentKeyPolicyPlayReadyConfigurationResponseArgs) ToContentKeyPolicyPlayReadyConfigurationResponseOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyConfigurationResponseOutput

type ContentKeyPolicyPlayReadyConfigurationResponseInput

type ContentKeyPolicyPlayReadyConfigurationResponseInput interface {
	pulumi.Input

	ToContentKeyPolicyPlayReadyConfigurationResponseOutput() ContentKeyPolicyPlayReadyConfigurationResponseOutput
	ToContentKeyPolicyPlayReadyConfigurationResponseOutputWithContext(context.Context) ContentKeyPolicyPlayReadyConfigurationResponseOutput
}

ContentKeyPolicyPlayReadyConfigurationResponseInput is an input type that accepts ContentKeyPolicyPlayReadyConfigurationResponseArgs and ContentKeyPolicyPlayReadyConfigurationResponseOutput values. You can construct a concrete instance of `ContentKeyPolicyPlayReadyConfigurationResponseInput` via:

ContentKeyPolicyPlayReadyConfigurationResponseArgs{...}

type ContentKeyPolicyPlayReadyConfigurationResponseOutput

type ContentKeyPolicyPlayReadyConfigurationResponseOutput struct{ *pulumi.OutputState }

Specifies a configuration for PlayReady licenses.

func (ContentKeyPolicyPlayReadyConfigurationResponseOutput) ElementType

func (ContentKeyPolicyPlayReadyConfigurationResponseOutput) Licenses

The PlayReady licenses.

func (ContentKeyPolicyPlayReadyConfigurationResponseOutput) OdataType

The discriminator for derived types.

func (ContentKeyPolicyPlayReadyConfigurationResponseOutput) ResponseCustomData

The custom response data.

func (ContentKeyPolicyPlayReadyConfigurationResponseOutput) ToContentKeyPolicyPlayReadyConfigurationResponseOutput

func (ContentKeyPolicyPlayReadyConfigurationResponseOutput) ToContentKeyPolicyPlayReadyConfigurationResponseOutputWithContext

func (o ContentKeyPolicyPlayReadyConfigurationResponseOutput) ToContentKeyPolicyPlayReadyConfigurationResponseOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyConfigurationResponseOutput

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeader

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeader struct {
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

Specifies that the content key ID is in the PlayReady header.

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderArgs

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderArgs struct {
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

Specifies that the content key ID is in the PlayReady header.

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderArgs) ElementType

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderArgs) ToContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderOutput

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderArgs) ToContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderOutputWithContext

func (i ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderArgs) ToContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderOutput

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderInput

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderInput interface {
	pulumi.Input

	ToContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderOutput() ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderOutput
	ToContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderOutputWithContext(context.Context) ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderOutput
}

ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderInput is an input type that accepts ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderArgs and ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderOutput values. You can construct a concrete instance of `ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderInput` via:

ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderArgs{...}

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderOutput

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderOutput struct{ *pulumi.OutputState }

Specifies that the content key ID is in the PlayReady header.

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderOutput) ElementType

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderOutput) OdataType

The discriminator for derived types.

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderOutput) ToContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderOutput

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderOutput) ToContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderOutputWithContext

func (o ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderOutput) ToContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderOutput

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponse

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponse struct {
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

Specifies that the content key ID is in the PlayReady header.

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseArgs

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseArgs struct {
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

Specifies that the content key ID is in the PlayReady header.

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseArgs) ElementType

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseArgs) ToContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseOutput

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseArgs) ToContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseOutputWithContext

func (i ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseArgs) ToContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseOutput

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseInput

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseInput interface {
	pulumi.Input

	ToContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseOutput() ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseOutput
	ToContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseOutputWithContext(context.Context) ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseOutput
}

ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseInput is an input type that accepts ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseArgs and ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseOutput values. You can construct a concrete instance of `ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseInput` via:

ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseArgs{...}

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseOutput

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseOutput struct{ *pulumi.OutputState }

Specifies that the content key ID is in the PlayReady header.

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseOutput) ElementType

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseOutput) OdataType

The discriminator for derived types.

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseOutput) ToContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseOutput

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseOutput) ToContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseOutputWithContext

func (o ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseOutput) ToContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeaderResponseOutput

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier struct {
	// The content key ID.
	KeyId string `pulumi:"keyId"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

Specifies that the content key ID is specified in the PlayReady configuration.

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierArgs

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierArgs struct {
	// The content key ID.
	KeyId pulumi.StringInput `pulumi:"keyId"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

Specifies that the content key ID is specified in the PlayReady configuration.

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierArgs) ElementType

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierArgs) ToContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierOutput

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierArgs) ToContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierOutputWithContext

func (i ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierArgs) ToContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierOutput

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierInput

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierInput interface {
	pulumi.Input

	ToContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierOutput() ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierOutput
	ToContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierOutputWithContext(context.Context) ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierOutput
}

ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierInput is an input type that accepts ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierArgs and ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierOutput values. You can construct a concrete instance of `ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierInput` via:

ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierArgs{...}

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierOutput

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierOutput struct{ *pulumi.OutputState }

Specifies that the content key ID is specified in the PlayReady configuration.

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierOutput) ElementType

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierOutput) KeyId

The content key ID.

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierOutput) OdataType

The discriminator for derived types.

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierOutput) ToContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierOutput

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierOutput) ToContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierOutputWithContext

func (o ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierOutput) ToContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierOutput

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponse

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponse struct {
	// The content key ID.
	KeyId string `pulumi:"keyId"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

Specifies that the content key ID is specified in the PlayReady configuration.

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponseArgs

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponseArgs struct {
	// The content key ID.
	KeyId pulumi.StringInput `pulumi:"keyId"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

Specifies that the content key ID is specified in the PlayReady configuration.

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponseArgs) ElementType

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponseArgs) ToContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponseOutput

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponseArgs) ToContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponseOutputWithContext

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponseInput

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponseInput interface {
	pulumi.Input

	ToContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponseOutput() ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponseOutput
	ToContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponseOutputWithContext(context.Context) ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponseOutput
}

ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponseInput is an input type that accepts ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponseArgs and ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponseOutput values. You can construct a concrete instance of `ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponseInput` via:

ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponseArgs{...}

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponseOutput

type ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponseOutput struct{ *pulumi.OutputState }

Specifies that the content key ID is specified in the PlayReady configuration.

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponseOutput) ElementType

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponseOutput) KeyId

The content key ID.

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponseOutput) OdataType

The discriminator for derived types.

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponseOutput) ToContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponseOutput

func (ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponseOutput) ToContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierResponseOutputWithContext

type ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction

type ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction struct {
	// Indicates whether this restriction is enforced on a Best Effort basis.
	BestEffort bool `pulumi:"bestEffort"`
	// Configures the restriction control bits. Must be between 0 and 3 inclusive.
	ConfigurationData int `pulumi:"configurationData"`
}

Configures the Explicit Analog Television Output Restriction control bits. For further details see the PlayReady Compliance Rules.

type ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionArgs

type ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionArgs struct {
	// Indicates whether this restriction is enforced on a Best Effort basis.
	BestEffort pulumi.BoolInput `pulumi:"bestEffort"`
	// Configures the restriction control bits. Must be between 0 and 3 inclusive.
	ConfigurationData pulumi.IntInput `pulumi:"configurationData"`
}

Configures the Explicit Analog Television Output Restriction control bits. For further details see the PlayReady Compliance Rules.

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionArgs) ElementType

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionArgs) ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionOutput

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionArgs) ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionOutputWithContext

func (i ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionArgs) ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionOutput

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionArgs) ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrOutput

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionArgs) ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrOutputWithContext

func (i ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionArgs) ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrOutput

type ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionInput

type ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionInput interface {
	pulumi.Input

	ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionOutput() ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionOutput
	ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionOutputWithContext(context.Context) ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionOutput
}

ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionInput is an input type that accepts ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionArgs and ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionOutput values. You can construct a concrete instance of `ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionInput` via:

ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionArgs{...}

type ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionOutput

type ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionOutput struct{ *pulumi.OutputState }

Configures the Explicit Analog Television Output Restriction control bits. For further details see the PlayReady Compliance Rules.

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionOutput) BestEffort

Indicates whether this restriction is enforced on a Best Effort basis.

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionOutput) ConfigurationData

Configures the restriction control bits. Must be between 0 and 3 inclusive.

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionOutput) ElementType

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionOutput) ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionOutput

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionOutput) ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionOutputWithContext

func (o ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionOutput) ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionOutput

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionOutput) ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrOutput

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionOutput) ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrOutputWithContext

func (o ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionOutput) ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrOutput

type ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrInput

type ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrInput interface {
	pulumi.Input

	ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrOutput() ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrOutput
	ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrOutputWithContext(context.Context) ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrOutput
}

ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrInput is an input type that accepts ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionArgs, ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtr and ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrOutput values. You can construct a concrete instance of `ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrInput` via:

        ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionArgs{...}

or:

        nil

type ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrOutput

type ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrOutput struct{ *pulumi.OutputState }

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrOutput) BestEffort

Indicates whether this restriction is enforced on a Best Effort basis.

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrOutput) ConfigurationData

Configures the restriction control bits. Must be between 0 and 3 inclusive.

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrOutput) Elem

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrOutput) ElementType

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrOutput) ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrOutput

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrOutput) ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrOutputWithContext

func (o ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrOutput) ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrOutput

type ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponse

type ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponse struct {
	// Indicates whether this restriction is enforced on a Best Effort basis.
	BestEffort bool `pulumi:"bestEffort"`
	// Configures the restriction control bits. Must be between 0 and 3 inclusive.
	ConfigurationData int `pulumi:"configurationData"`
}

Configures the Explicit Analog Television Output Restriction control bits. For further details see the PlayReady Compliance Rules.

type ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseArgs

type ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseArgs struct {
	// Indicates whether this restriction is enforced on a Best Effort basis.
	BestEffort pulumi.BoolInput `pulumi:"bestEffort"`
	// Configures the restriction control bits. Must be between 0 and 3 inclusive.
	ConfigurationData pulumi.IntInput `pulumi:"configurationData"`
}

Configures the Explicit Analog Television Output Restriction control bits. For further details see the PlayReady Compliance Rules.

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseArgs) ElementType

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseArgs) ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseOutput

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseArgs) ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseOutputWithContext

func (i ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseArgs) ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseOutput

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseArgs) ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtrOutput

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseArgs) ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtrOutputWithContext

func (i ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseArgs) ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtrOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtrOutput

type ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseInput

type ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseInput interface {
	pulumi.Input

	ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseOutput() ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseOutput
	ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseOutputWithContext(context.Context) ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseOutput
}

ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseInput is an input type that accepts ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseArgs and ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseOutput values. You can construct a concrete instance of `ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseInput` via:

ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseArgs{...}

type ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseOutput

type ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseOutput struct{ *pulumi.OutputState }

Configures the Explicit Analog Television Output Restriction control bits. For further details see the PlayReady Compliance Rules.

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseOutput) BestEffort

Indicates whether this restriction is enforced on a Best Effort basis.

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseOutput) ConfigurationData

Configures the restriction control bits. Must be between 0 and 3 inclusive.

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseOutput) ElementType

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseOutput) ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseOutput

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseOutput) ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseOutputWithContext

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseOutput) ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtrOutput

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseOutput) ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtrOutputWithContext

func (o ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseOutput) ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtrOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtrOutput

type ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtrInput

type ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtrInput interface {
	pulumi.Input

	ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtrOutput() ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtrOutput
	ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtrOutputWithContext(context.Context) ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtrOutput
}

ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtrInput is an input type that accepts ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseArgs, ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtr and ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtrOutput values. You can construct a concrete instance of `ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtrInput` via:

        ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponseArgs{...}

or:

        nil

type ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtrOutput

type ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtrOutput struct{ *pulumi.OutputState }

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtrOutput) BestEffort

Indicates whether this restriction is enforced on a Best Effort basis.

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtrOutput) ConfigurationData

Configures the restriction control bits. Must be between 0 and 3 inclusive.

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtrOutput) Elem

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtrOutput) ElementType

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtrOutput) ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtrOutput

func (ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtrOutput) ToContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtrOutputWithContext

type ContentKeyPolicyPlayReadyLicense

type ContentKeyPolicyPlayReadyLicense struct {
	// A flag indicating whether test devices can use the license.
	AllowTestDevices bool `pulumi:"allowTestDevices"`
	// The begin date of license
	BeginDate *string `pulumi:"beginDate"`
	// The content key location.
	ContentKeyLocation interface{} `pulumi:"contentKeyLocation"`
	// The PlayReady content type.
	ContentType string `pulumi:"contentType"`
	// The expiration date of license.
	ExpirationDate *string `pulumi:"expirationDate"`
	// The grace period of license.
	GracePeriod *string `pulumi:"gracePeriod"`
	// The license type.
	LicenseType string `pulumi:"licenseType"`
	// The license PlayRight
	PlayRight *ContentKeyPolicyPlayReadyPlayRight `pulumi:"playRight"`
	// The relative begin date of license.
	RelativeBeginDate *string `pulumi:"relativeBeginDate"`
	// The relative expiration date of license.
	RelativeExpirationDate *string `pulumi:"relativeExpirationDate"`
}

The PlayReady license

type ContentKeyPolicyPlayReadyLicenseArgs

type ContentKeyPolicyPlayReadyLicenseArgs struct {
	// A flag indicating whether test devices can use the license.
	AllowTestDevices pulumi.BoolInput `pulumi:"allowTestDevices"`
	// The begin date of license
	BeginDate pulumi.StringPtrInput `pulumi:"beginDate"`
	// The content key location.
	ContentKeyLocation pulumi.Input `pulumi:"contentKeyLocation"`
	// The PlayReady content type.
	ContentType pulumi.StringInput `pulumi:"contentType"`
	// The expiration date of license.
	ExpirationDate pulumi.StringPtrInput `pulumi:"expirationDate"`
	// The grace period of license.
	GracePeriod pulumi.StringPtrInput `pulumi:"gracePeriod"`
	// The license type.
	LicenseType pulumi.StringInput `pulumi:"licenseType"`
	// The license PlayRight
	PlayRight ContentKeyPolicyPlayReadyPlayRightPtrInput `pulumi:"playRight"`
	// The relative begin date of license.
	RelativeBeginDate pulumi.StringPtrInput `pulumi:"relativeBeginDate"`
	// The relative expiration date of license.
	RelativeExpirationDate pulumi.StringPtrInput `pulumi:"relativeExpirationDate"`
}

The PlayReady license

func (ContentKeyPolicyPlayReadyLicenseArgs) ElementType

func (ContentKeyPolicyPlayReadyLicenseArgs) ToContentKeyPolicyPlayReadyLicenseOutput

func (i ContentKeyPolicyPlayReadyLicenseArgs) ToContentKeyPolicyPlayReadyLicenseOutput() ContentKeyPolicyPlayReadyLicenseOutput

func (ContentKeyPolicyPlayReadyLicenseArgs) ToContentKeyPolicyPlayReadyLicenseOutputWithContext

func (i ContentKeyPolicyPlayReadyLicenseArgs) ToContentKeyPolicyPlayReadyLicenseOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyLicenseOutput

type ContentKeyPolicyPlayReadyLicenseArray

type ContentKeyPolicyPlayReadyLicenseArray []ContentKeyPolicyPlayReadyLicenseInput

func (ContentKeyPolicyPlayReadyLicenseArray) ElementType

func (ContentKeyPolicyPlayReadyLicenseArray) ToContentKeyPolicyPlayReadyLicenseArrayOutput

func (i ContentKeyPolicyPlayReadyLicenseArray) ToContentKeyPolicyPlayReadyLicenseArrayOutput() ContentKeyPolicyPlayReadyLicenseArrayOutput

func (ContentKeyPolicyPlayReadyLicenseArray) ToContentKeyPolicyPlayReadyLicenseArrayOutputWithContext

func (i ContentKeyPolicyPlayReadyLicenseArray) ToContentKeyPolicyPlayReadyLicenseArrayOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyLicenseArrayOutput

type ContentKeyPolicyPlayReadyLicenseArrayInput

type ContentKeyPolicyPlayReadyLicenseArrayInput interface {
	pulumi.Input

	ToContentKeyPolicyPlayReadyLicenseArrayOutput() ContentKeyPolicyPlayReadyLicenseArrayOutput
	ToContentKeyPolicyPlayReadyLicenseArrayOutputWithContext(context.Context) ContentKeyPolicyPlayReadyLicenseArrayOutput
}

ContentKeyPolicyPlayReadyLicenseArrayInput is an input type that accepts ContentKeyPolicyPlayReadyLicenseArray and ContentKeyPolicyPlayReadyLicenseArrayOutput values. You can construct a concrete instance of `ContentKeyPolicyPlayReadyLicenseArrayInput` via:

ContentKeyPolicyPlayReadyLicenseArray{ ContentKeyPolicyPlayReadyLicenseArgs{...} }

type ContentKeyPolicyPlayReadyLicenseArrayOutput

type ContentKeyPolicyPlayReadyLicenseArrayOutput struct{ *pulumi.OutputState }

func (ContentKeyPolicyPlayReadyLicenseArrayOutput) ElementType

func (ContentKeyPolicyPlayReadyLicenseArrayOutput) Index

func (ContentKeyPolicyPlayReadyLicenseArrayOutput) ToContentKeyPolicyPlayReadyLicenseArrayOutput

func (o ContentKeyPolicyPlayReadyLicenseArrayOutput) ToContentKeyPolicyPlayReadyLicenseArrayOutput() ContentKeyPolicyPlayReadyLicenseArrayOutput

func (ContentKeyPolicyPlayReadyLicenseArrayOutput) ToContentKeyPolicyPlayReadyLicenseArrayOutputWithContext

func (o ContentKeyPolicyPlayReadyLicenseArrayOutput) ToContentKeyPolicyPlayReadyLicenseArrayOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyLicenseArrayOutput

type ContentKeyPolicyPlayReadyLicenseInput

type ContentKeyPolicyPlayReadyLicenseInput interface {
	pulumi.Input

	ToContentKeyPolicyPlayReadyLicenseOutput() ContentKeyPolicyPlayReadyLicenseOutput
	ToContentKeyPolicyPlayReadyLicenseOutputWithContext(context.Context) ContentKeyPolicyPlayReadyLicenseOutput
}

ContentKeyPolicyPlayReadyLicenseInput is an input type that accepts ContentKeyPolicyPlayReadyLicenseArgs and ContentKeyPolicyPlayReadyLicenseOutput values. You can construct a concrete instance of `ContentKeyPolicyPlayReadyLicenseInput` via:

ContentKeyPolicyPlayReadyLicenseArgs{...}

type ContentKeyPolicyPlayReadyLicenseOutput

type ContentKeyPolicyPlayReadyLicenseOutput struct{ *pulumi.OutputState }

The PlayReady license

func (ContentKeyPolicyPlayReadyLicenseOutput) AllowTestDevices

A flag indicating whether test devices can use the license.

func (ContentKeyPolicyPlayReadyLicenseOutput) BeginDate

The begin date of license

func (ContentKeyPolicyPlayReadyLicenseOutput) ContentKeyLocation

The content key location.

func (ContentKeyPolicyPlayReadyLicenseOutput) ContentType

The PlayReady content type.

func (ContentKeyPolicyPlayReadyLicenseOutput) ElementType

func (ContentKeyPolicyPlayReadyLicenseOutput) ExpirationDate

The expiration date of license.

func (ContentKeyPolicyPlayReadyLicenseOutput) GracePeriod

The grace period of license.

func (ContentKeyPolicyPlayReadyLicenseOutput) LicenseType

The license type.

func (ContentKeyPolicyPlayReadyLicenseOutput) PlayRight

The license PlayRight

func (ContentKeyPolicyPlayReadyLicenseOutput) RelativeBeginDate

The relative begin date of license.

func (ContentKeyPolicyPlayReadyLicenseOutput) RelativeExpirationDate

The relative expiration date of license.

func (ContentKeyPolicyPlayReadyLicenseOutput) ToContentKeyPolicyPlayReadyLicenseOutput

func (o ContentKeyPolicyPlayReadyLicenseOutput) ToContentKeyPolicyPlayReadyLicenseOutput() ContentKeyPolicyPlayReadyLicenseOutput

func (ContentKeyPolicyPlayReadyLicenseOutput) ToContentKeyPolicyPlayReadyLicenseOutputWithContext

func (o ContentKeyPolicyPlayReadyLicenseOutput) ToContentKeyPolicyPlayReadyLicenseOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyLicenseOutput

type ContentKeyPolicyPlayReadyLicenseResponse

type ContentKeyPolicyPlayReadyLicenseResponse struct {
	// A flag indicating whether test devices can use the license.
	AllowTestDevices bool `pulumi:"allowTestDevices"`
	// The begin date of license
	BeginDate *string `pulumi:"beginDate"`
	// The content key location.
	ContentKeyLocation interface{} `pulumi:"contentKeyLocation"`
	// The PlayReady content type.
	ContentType string `pulumi:"contentType"`
	// The expiration date of license.
	ExpirationDate *string `pulumi:"expirationDate"`
	// The grace period of license.
	GracePeriod *string `pulumi:"gracePeriod"`
	// The license type.
	LicenseType string `pulumi:"licenseType"`
	// The license PlayRight
	PlayRight *ContentKeyPolicyPlayReadyPlayRightResponse `pulumi:"playRight"`
	// The relative begin date of license.
	RelativeBeginDate *string `pulumi:"relativeBeginDate"`
	// The relative expiration date of license.
	RelativeExpirationDate *string `pulumi:"relativeExpirationDate"`
}

The PlayReady license

type ContentKeyPolicyPlayReadyLicenseResponseArgs

type ContentKeyPolicyPlayReadyLicenseResponseArgs struct {
	// A flag indicating whether test devices can use the license.
	AllowTestDevices pulumi.BoolInput `pulumi:"allowTestDevices"`
	// The begin date of license
	BeginDate pulumi.StringPtrInput `pulumi:"beginDate"`
	// The content key location.
	ContentKeyLocation pulumi.Input `pulumi:"contentKeyLocation"`
	// The PlayReady content type.
	ContentType pulumi.StringInput `pulumi:"contentType"`
	// The expiration date of license.
	ExpirationDate pulumi.StringPtrInput `pulumi:"expirationDate"`
	// The grace period of license.
	GracePeriod pulumi.StringPtrInput `pulumi:"gracePeriod"`
	// The license type.
	LicenseType pulumi.StringInput `pulumi:"licenseType"`
	// The license PlayRight
	PlayRight ContentKeyPolicyPlayReadyPlayRightResponsePtrInput `pulumi:"playRight"`
	// The relative begin date of license.
	RelativeBeginDate pulumi.StringPtrInput `pulumi:"relativeBeginDate"`
	// The relative expiration date of license.
	RelativeExpirationDate pulumi.StringPtrInput `pulumi:"relativeExpirationDate"`
}

The PlayReady license

func (ContentKeyPolicyPlayReadyLicenseResponseArgs) ElementType

func (ContentKeyPolicyPlayReadyLicenseResponseArgs) ToContentKeyPolicyPlayReadyLicenseResponseOutput

func (i ContentKeyPolicyPlayReadyLicenseResponseArgs) ToContentKeyPolicyPlayReadyLicenseResponseOutput() ContentKeyPolicyPlayReadyLicenseResponseOutput

func (ContentKeyPolicyPlayReadyLicenseResponseArgs) ToContentKeyPolicyPlayReadyLicenseResponseOutputWithContext

func (i ContentKeyPolicyPlayReadyLicenseResponseArgs) ToContentKeyPolicyPlayReadyLicenseResponseOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyLicenseResponseOutput

type ContentKeyPolicyPlayReadyLicenseResponseArray

type ContentKeyPolicyPlayReadyLicenseResponseArray []ContentKeyPolicyPlayReadyLicenseResponseInput

func (ContentKeyPolicyPlayReadyLicenseResponseArray) ElementType

func (ContentKeyPolicyPlayReadyLicenseResponseArray) ToContentKeyPolicyPlayReadyLicenseResponseArrayOutput

func (i ContentKeyPolicyPlayReadyLicenseResponseArray) ToContentKeyPolicyPlayReadyLicenseResponseArrayOutput() ContentKeyPolicyPlayReadyLicenseResponseArrayOutput

func (ContentKeyPolicyPlayReadyLicenseResponseArray) ToContentKeyPolicyPlayReadyLicenseResponseArrayOutputWithContext

func (i ContentKeyPolicyPlayReadyLicenseResponseArray) ToContentKeyPolicyPlayReadyLicenseResponseArrayOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyLicenseResponseArrayOutput

type ContentKeyPolicyPlayReadyLicenseResponseArrayInput

type ContentKeyPolicyPlayReadyLicenseResponseArrayInput interface {
	pulumi.Input

	ToContentKeyPolicyPlayReadyLicenseResponseArrayOutput() ContentKeyPolicyPlayReadyLicenseResponseArrayOutput
	ToContentKeyPolicyPlayReadyLicenseResponseArrayOutputWithContext(context.Context) ContentKeyPolicyPlayReadyLicenseResponseArrayOutput
}

ContentKeyPolicyPlayReadyLicenseResponseArrayInput is an input type that accepts ContentKeyPolicyPlayReadyLicenseResponseArray and ContentKeyPolicyPlayReadyLicenseResponseArrayOutput values. You can construct a concrete instance of `ContentKeyPolicyPlayReadyLicenseResponseArrayInput` via:

ContentKeyPolicyPlayReadyLicenseResponseArray{ ContentKeyPolicyPlayReadyLicenseResponseArgs{...} }

type ContentKeyPolicyPlayReadyLicenseResponseArrayOutput

type ContentKeyPolicyPlayReadyLicenseResponseArrayOutput struct{ *pulumi.OutputState }

func (ContentKeyPolicyPlayReadyLicenseResponseArrayOutput) ElementType

func (ContentKeyPolicyPlayReadyLicenseResponseArrayOutput) Index

func (ContentKeyPolicyPlayReadyLicenseResponseArrayOutput) ToContentKeyPolicyPlayReadyLicenseResponseArrayOutput

func (o ContentKeyPolicyPlayReadyLicenseResponseArrayOutput) ToContentKeyPolicyPlayReadyLicenseResponseArrayOutput() ContentKeyPolicyPlayReadyLicenseResponseArrayOutput

func (ContentKeyPolicyPlayReadyLicenseResponseArrayOutput) ToContentKeyPolicyPlayReadyLicenseResponseArrayOutputWithContext

func (o ContentKeyPolicyPlayReadyLicenseResponseArrayOutput) ToContentKeyPolicyPlayReadyLicenseResponseArrayOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyLicenseResponseArrayOutput

type ContentKeyPolicyPlayReadyLicenseResponseInput

type ContentKeyPolicyPlayReadyLicenseResponseInput interface {
	pulumi.Input

	ToContentKeyPolicyPlayReadyLicenseResponseOutput() ContentKeyPolicyPlayReadyLicenseResponseOutput
	ToContentKeyPolicyPlayReadyLicenseResponseOutputWithContext(context.Context) ContentKeyPolicyPlayReadyLicenseResponseOutput
}

ContentKeyPolicyPlayReadyLicenseResponseInput is an input type that accepts ContentKeyPolicyPlayReadyLicenseResponseArgs and ContentKeyPolicyPlayReadyLicenseResponseOutput values. You can construct a concrete instance of `ContentKeyPolicyPlayReadyLicenseResponseInput` via:

ContentKeyPolicyPlayReadyLicenseResponseArgs{...}

type ContentKeyPolicyPlayReadyLicenseResponseOutput

type ContentKeyPolicyPlayReadyLicenseResponseOutput struct{ *pulumi.OutputState }

The PlayReady license

func (ContentKeyPolicyPlayReadyLicenseResponseOutput) AllowTestDevices

A flag indicating whether test devices can use the license.

func (ContentKeyPolicyPlayReadyLicenseResponseOutput) BeginDate

The begin date of license

func (ContentKeyPolicyPlayReadyLicenseResponseOutput) ContentKeyLocation

The content key location.

func (ContentKeyPolicyPlayReadyLicenseResponseOutput) ContentType

The PlayReady content type.

func (ContentKeyPolicyPlayReadyLicenseResponseOutput) ElementType

func (ContentKeyPolicyPlayReadyLicenseResponseOutput) ExpirationDate

The expiration date of license.

func (ContentKeyPolicyPlayReadyLicenseResponseOutput) GracePeriod

The grace period of license.

func (ContentKeyPolicyPlayReadyLicenseResponseOutput) LicenseType

The license type.

func (ContentKeyPolicyPlayReadyLicenseResponseOutput) PlayRight

The license PlayRight

func (ContentKeyPolicyPlayReadyLicenseResponseOutput) RelativeBeginDate

The relative begin date of license.

func (ContentKeyPolicyPlayReadyLicenseResponseOutput) RelativeExpirationDate

The relative expiration date of license.

func (ContentKeyPolicyPlayReadyLicenseResponseOutput) ToContentKeyPolicyPlayReadyLicenseResponseOutput

func (o ContentKeyPolicyPlayReadyLicenseResponseOutput) ToContentKeyPolicyPlayReadyLicenseResponseOutput() ContentKeyPolicyPlayReadyLicenseResponseOutput

func (ContentKeyPolicyPlayReadyLicenseResponseOutput) ToContentKeyPolicyPlayReadyLicenseResponseOutputWithContext

func (o ContentKeyPolicyPlayReadyLicenseResponseOutput) ToContentKeyPolicyPlayReadyLicenseResponseOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyLicenseResponseOutput

type ContentKeyPolicyPlayReadyPlayRight

type ContentKeyPolicyPlayReadyPlayRight struct {
	// Configures Automatic Gain Control (AGC) and Color Stripe in the license. Must be between 0 and 3 inclusive.
	AgcAndColorStripeRestriction *int `pulumi:"agcAndColorStripeRestriction"`
	// Configures Unknown output handling settings of the license.
	AllowPassingVideoContentToUnknownOutput string `pulumi:"allowPassingVideoContentToUnknownOutput"`
	// Specifies the output protection level for compressed digital audio.
	AnalogVideoOpl *int `pulumi:"analogVideoOpl"`
	// Specifies the output protection level for compressed digital audio.
	CompressedDigitalAudioOpl *int `pulumi:"compressedDigitalAudioOpl"`
	// Specifies the output protection level for compressed digital video.
	CompressedDigitalVideoOpl *int `pulumi:"compressedDigitalVideoOpl"`
	// Enables the Image Constraint For Analog Component Video Restriction in the license.
	DigitalVideoOnlyContentRestriction bool `pulumi:"digitalVideoOnlyContentRestriction"`
	// Configures the Explicit Analog Television Output Restriction in the license. Configuration data must be between 0 and 3 inclusive.
	ExplicitAnalogTelevisionOutputRestriction *ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction `pulumi:"explicitAnalogTelevisionOutputRestriction"`
	// The amount of time that the license is valid after the license is first used to play content.
	FirstPlayExpiration *string `pulumi:"firstPlayExpiration"`
	// Enables the Image Constraint For Analog Component Video Restriction in the license.
	ImageConstraintForAnalogComponentVideoRestriction bool `pulumi:"imageConstraintForAnalogComponentVideoRestriction"`
	// Enables the Image Constraint For Analog Component Video Restriction in the license.
	ImageConstraintForAnalogComputerMonitorRestriction bool `pulumi:"imageConstraintForAnalogComputerMonitorRestriction"`
	// Configures the Serial Copy Management System (SCMS) in the license. Must be between 0 and 3 inclusive.
	ScmsRestriction *int `pulumi:"scmsRestriction"`
	// Specifies the output protection level for uncompressed digital audio.
	UncompressedDigitalAudioOpl *int `pulumi:"uncompressedDigitalAudioOpl"`
	// Specifies the output protection level for uncompressed digital video.
	UncompressedDigitalVideoOpl *int `pulumi:"uncompressedDigitalVideoOpl"`
}

Configures the Play Right in the PlayReady license.

type ContentKeyPolicyPlayReadyPlayRightArgs

type ContentKeyPolicyPlayReadyPlayRightArgs struct {
	// Configures Automatic Gain Control (AGC) and Color Stripe in the license. Must be between 0 and 3 inclusive.
	AgcAndColorStripeRestriction pulumi.IntPtrInput `pulumi:"agcAndColorStripeRestriction"`
	// Configures Unknown output handling settings of the license.
	AllowPassingVideoContentToUnknownOutput pulumi.StringInput `pulumi:"allowPassingVideoContentToUnknownOutput"`
	// Specifies the output protection level for compressed digital audio.
	AnalogVideoOpl pulumi.IntPtrInput `pulumi:"analogVideoOpl"`
	// Specifies the output protection level for compressed digital audio.
	CompressedDigitalAudioOpl pulumi.IntPtrInput `pulumi:"compressedDigitalAudioOpl"`
	// Specifies the output protection level for compressed digital video.
	CompressedDigitalVideoOpl pulumi.IntPtrInput `pulumi:"compressedDigitalVideoOpl"`
	// Enables the Image Constraint For Analog Component Video Restriction in the license.
	DigitalVideoOnlyContentRestriction pulumi.BoolInput `pulumi:"digitalVideoOnlyContentRestriction"`
	// Configures the Explicit Analog Television Output Restriction in the license. Configuration data must be between 0 and 3 inclusive.
	ExplicitAnalogTelevisionOutputRestriction ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionPtrInput `pulumi:"explicitAnalogTelevisionOutputRestriction"`
	// The amount of time that the license is valid after the license is first used to play content.
	FirstPlayExpiration pulumi.StringPtrInput `pulumi:"firstPlayExpiration"`
	// Enables the Image Constraint For Analog Component Video Restriction in the license.
	ImageConstraintForAnalogComponentVideoRestriction pulumi.BoolInput `pulumi:"imageConstraintForAnalogComponentVideoRestriction"`
	// Enables the Image Constraint For Analog Component Video Restriction in the license.
	ImageConstraintForAnalogComputerMonitorRestriction pulumi.BoolInput `pulumi:"imageConstraintForAnalogComputerMonitorRestriction"`
	// Configures the Serial Copy Management System (SCMS) in the license. Must be between 0 and 3 inclusive.
	ScmsRestriction pulumi.IntPtrInput `pulumi:"scmsRestriction"`
	// Specifies the output protection level for uncompressed digital audio.
	UncompressedDigitalAudioOpl pulumi.IntPtrInput `pulumi:"uncompressedDigitalAudioOpl"`
	// Specifies the output protection level for uncompressed digital video.
	UncompressedDigitalVideoOpl pulumi.IntPtrInput `pulumi:"uncompressedDigitalVideoOpl"`
}

Configures the Play Right in the PlayReady license.

func (ContentKeyPolicyPlayReadyPlayRightArgs) ElementType

func (ContentKeyPolicyPlayReadyPlayRightArgs) ToContentKeyPolicyPlayReadyPlayRightOutput

func (i ContentKeyPolicyPlayReadyPlayRightArgs) ToContentKeyPolicyPlayReadyPlayRightOutput() ContentKeyPolicyPlayReadyPlayRightOutput

func (ContentKeyPolicyPlayReadyPlayRightArgs) ToContentKeyPolicyPlayReadyPlayRightOutputWithContext

func (i ContentKeyPolicyPlayReadyPlayRightArgs) ToContentKeyPolicyPlayReadyPlayRightOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyPlayRightOutput

func (ContentKeyPolicyPlayReadyPlayRightArgs) ToContentKeyPolicyPlayReadyPlayRightPtrOutput

func (i ContentKeyPolicyPlayReadyPlayRightArgs) ToContentKeyPolicyPlayReadyPlayRightPtrOutput() ContentKeyPolicyPlayReadyPlayRightPtrOutput

func (ContentKeyPolicyPlayReadyPlayRightArgs) ToContentKeyPolicyPlayReadyPlayRightPtrOutputWithContext

func (i ContentKeyPolicyPlayReadyPlayRightArgs) ToContentKeyPolicyPlayReadyPlayRightPtrOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyPlayRightPtrOutput

type ContentKeyPolicyPlayReadyPlayRightInput

type ContentKeyPolicyPlayReadyPlayRightInput interface {
	pulumi.Input

	ToContentKeyPolicyPlayReadyPlayRightOutput() ContentKeyPolicyPlayReadyPlayRightOutput
	ToContentKeyPolicyPlayReadyPlayRightOutputWithContext(context.Context) ContentKeyPolicyPlayReadyPlayRightOutput
}

ContentKeyPolicyPlayReadyPlayRightInput is an input type that accepts ContentKeyPolicyPlayReadyPlayRightArgs and ContentKeyPolicyPlayReadyPlayRightOutput values. You can construct a concrete instance of `ContentKeyPolicyPlayReadyPlayRightInput` via:

ContentKeyPolicyPlayReadyPlayRightArgs{...}

type ContentKeyPolicyPlayReadyPlayRightOutput

type ContentKeyPolicyPlayReadyPlayRightOutput struct{ *pulumi.OutputState }

Configures the Play Right in the PlayReady license.

func (ContentKeyPolicyPlayReadyPlayRightOutput) AgcAndColorStripeRestriction

func (o ContentKeyPolicyPlayReadyPlayRightOutput) AgcAndColorStripeRestriction() pulumi.IntPtrOutput

Configures Automatic Gain Control (AGC) and Color Stripe in the license. Must be between 0 and 3 inclusive.

func (ContentKeyPolicyPlayReadyPlayRightOutput) AllowPassingVideoContentToUnknownOutput

func (o ContentKeyPolicyPlayReadyPlayRightOutput) AllowPassingVideoContentToUnknownOutput() pulumi.StringOutput

Configures Unknown output handling settings of the license.

func (ContentKeyPolicyPlayReadyPlayRightOutput) AnalogVideoOpl

Specifies the output protection level for compressed digital audio.

func (ContentKeyPolicyPlayReadyPlayRightOutput) CompressedDigitalAudioOpl

func (o ContentKeyPolicyPlayReadyPlayRightOutput) CompressedDigitalAudioOpl() pulumi.IntPtrOutput

Specifies the output protection level for compressed digital audio.

func (ContentKeyPolicyPlayReadyPlayRightOutput) CompressedDigitalVideoOpl

func (o ContentKeyPolicyPlayReadyPlayRightOutput) CompressedDigitalVideoOpl() pulumi.IntPtrOutput

Specifies the output protection level for compressed digital video.

func (ContentKeyPolicyPlayReadyPlayRightOutput) DigitalVideoOnlyContentRestriction

func (o ContentKeyPolicyPlayReadyPlayRightOutput) DigitalVideoOnlyContentRestriction() pulumi.BoolOutput

Enables the Image Constraint For Analog Component Video Restriction in the license.

func (ContentKeyPolicyPlayReadyPlayRightOutput) ElementType

func (ContentKeyPolicyPlayReadyPlayRightOutput) ExplicitAnalogTelevisionOutputRestriction

Configures the Explicit Analog Television Output Restriction in the license. Configuration data must be between 0 and 3 inclusive.

func (ContentKeyPolicyPlayReadyPlayRightOutput) FirstPlayExpiration

The amount of time that the license is valid after the license is first used to play content.

func (ContentKeyPolicyPlayReadyPlayRightOutput) ImageConstraintForAnalogComponentVideoRestriction

func (o ContentKeyPolicyPlayReadyPlayRightOutput) ImageConstraintForAnalogComponentVideoRestriction() pulumi.BoolOutput

Enables the Image Constraint For Analog Component Video Restriction in the license.

func (ContentKeyPolicyPlayReadyPlayRightOutput) ImageConstraintForAnalogComputerMonitorRestriction

func (o ContentKeyPolicyPlayReadyPlayRightOutput) ImageConstraintForAnalogComputerMonitorRestriction() pulumi.BoolOutput

Enables the Image Constraint For Analog Component Video Restriction in the license.

func (ContentKeyPolicyPlayReadyPlayRightOutput) ScmsRestriction

Configures the Serial Copy Management System (SCMS) in the license. Must be between 0 and 3 inclusive.

func (ContentKeyPolicyPlayReadyPlayRightOutput) ToContentKeyPolicyPlayReadyPlayRightOutput

func (o ContentKeyPolicyPlayReadyPlayRightOutput) ToContentKeyPolicyPlayReadyPlayRightOutput() ContentKeyPolicyPlayReadyPlayRightOutput

func (ContentKeyPolicyPlayReadyPlayRightOutput) ToContentKeyPolicyPlayReadyPlayRightOutputWithContext

func (o ContentKeyPolicyPlayReadyPlayRightOutput) ToContentKeyPolicyPlayReadyPlayRightOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyPlayRightOutput

func (ContentKeyPolicyPlayReadyPlayRightOutput) ToContentKeyPolicyPlayReadyPlayRightPtrOutput

func (o ContentKeyPolicyPlayReadyPlayRightOutput) ToContentKeyPolicyPlayReadyPlayRightPtrOutput() ContentKeyPolicyPlayReadyPlayRightPtrOutput

func (ContentKeyPolicyPlayReadyPlayRightOutput) ToContentKeyPolicyPlayReadyPlayRightPtrOutputWithContext

func (o ContentKeyPolicyPlayReadyPlayRightOutput) ToContentKeyPolicyPlayReadyPlayRightPtrOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyPlayRightPtrOutput

func (ContentKeyPolicyPlayReadyPlayRightOutput) UncompressedDigitalAudioOpl

func (o ContentKeyPolicyPlayReadyPlayRightOutput) UncompressedDigitalAudioOpl() pulumi.IntPtrOutput

Specifies the output protection level for uncompressed digital audio.

func (ContentKeyPolicyPlayReadyPlayRightOutput) UncompressedDigitalVideoOpl

func (o ContentKeyPolicyPlayReadyPlayRightOutput) UncompressedDigitalVideoOpl() pulumi.IntPtrOutput

Specifies the output protection level for uncompressed digital video.

type ContentKeyPolicyPlayReadyPlayRightPtrInput

type ContentKeyPolicyPlayReadyPlayRightPtrInput interface {
	pulumi.Input

	ToContentKeyPolicyPlayReadyPlayRightPtrOutput() ContentKeyPolicyPlayReadyPlayRightPtrOutput
	ToContentKeyPolicyPlayReadyPlayRightPtrOutputWithContext(context.Context) ContentKeyPolicyPlayReadyPlayRightPtrOutput
}

ContentKeyPolicyPlayReadyPlayRightPtrInput is an input type that accepts ContentKeyPolicyPlayReadyPlayRightArgs, ContentKeyPolicyPlayReadyPlayRightPtr and ContentKeyPolicyPlayReadyPlayRightPtrOutput values. You can construct a concrete instance of `ContentKeyPolicyPlayReadyPlayRightPtrInput` via:

        ContentKeyPolicyPlayReadyPlayRightArgs{...}

or:

        nil

type ContentKeyPolicyPlayReadyPlayRightPtrOutput

type ContentKeyPolicyPlayReadyPlayRightPtrOutput struct{ *pulumi.OutputState }

func (ContentKeyPolicyPlayReadyPlayRightPtrOutput) AgcAndColorStripeRestriction

func (o ContentKeyPolicyPlayReadyPlayRightPtrOutput) AgcAndColorStripeRestriction() pulumi.IntPtrOutput

Configures Automatic Gain Control (AGC) and Color Stripe in the license. Must be between 0 and 3 inclusive.

func (ContentKeyPolicyPlayReadyPlayRightPtrOutput) AllowPassingVideoContentToUnknownOutput

func (o ContentKeyPolicyPlayReadyPlayRightPtrOutput) AllowPassingVideoContentToUnknownOutput() pulumi.StringPtrOutput

Configures Unknown output handling settings of the license.

func (ContentKeyPolicyPlayReadyPlayRightPtrOutput) AnalogVideoOpl

Specifies the output protection level for compressed digital audio.

func (ContentKeyPolicyPlayReadyPlayRightPtrOutput) CompressedDigitalAudioOpl

func (o ContentKeyPolicyPlayReadyPlayRightPtrOutput) CompressedDigitalAudioOpl() pulumi.IntPtrOutput

Specifies the output protection level for compressed digital audio.

func (ContentKeyPolicyPlayReadyPlayRightPtrOutput) CompressedDigitalVideoOpl

func (o ContentKeyPolicyPlayReadyPlayRightPtrOutput) CompressedDigitalVideoOpl() pulumi.IntPtrOutput

Specifies the output protection level for compressed digital video.

func (ContentKeyPolicyPlayReadyPlayRightPtrOutput) DigitalVideoOnlyContentRestriction

func (o ContentKeyPolicyPlayReadyPlayRightPtrOutput) DigitalVideoOnlyContentRestriction() pulumi.BoolPtrOutput

Enables the Image Constraint For Analog Component Video Restriction in the license.

func (ContentKeyPolicyPlayReadyPlayRightPtrOutput) Elem

func (ContentKeyPolicyPlayReadyPlayRightPtrOutput) ElementType

func (ContentKeyPolicyPlayReadyPlayRightPtrOutput) ExplicitAnalogTelevisionOutputRestriction

Configures the Explicit Analog Television Output Restriction in the license. Configuration data must be between 0 and 3 inclusive.

func (ContentKeyPolicyPlayReadyPlayRightPtrOutput) FirstPlayExpiration

The amount of time that the license is valid after the license is first used to play content.

func (ContentKeyPolicyPlayReadyPlayRightPtrOutput) ImageConstraintForAnalogComponentVideoRestriction

func (o ContentKeyPolicyPlayReadyPlayRightPtrOutput) ImageConstraintForAnalogComponentVideoRestriction() pulumi.BoolPtrOutput

Enables the Image Constraint For Analog Component Video Restriction in the license.

func (ContentKeyPolicyPlayReadyPlayRightPtrOutput) ImageConstraintForAnalogComputerMonitorRestriction

func (o ContentKeyPolicyPlayReadyPlayRightPtrOutput) ImageConstraintForAnalogComputerMonitorRestriction() pulumi.BoolPtrOutput

Enables the Image Constraint For Analog Component Video Restriction in the license.

func (ContentKeyPolicyPlayReadyPlayRightPtrOutput) ScmsRestriction

Configures the Serial Copy Management System (SCMS) in the license. Must be between 0 and 3 inclusive.

func (ContentKeyPolicyPlayReadyPlayRightPtrOutput) ToContentKeyPolicyPlayReadyPlayRightPtrOutput

func (o ContentKeyPolicyPlayReadyPlayRightPtrOutput) ToContentKeyPolicyPlayReadyPlayRightPtrOutput() ContentKeyPolicyPlayReadyPlayRightPtrOutput

func (ContentKeyPolicyPlayReadyPlayRightPtrOutput) ToContentKeyPolicyPlayReadyPlayRightPtrOutputWithContext

func (o ContentKeyPolicyPlayReadyPlayRightPtrOutput) ToContentKeyPolicyPlayReadyPlayRightPtrOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyPlayRightPtrOutput

func (ContentKeyPolicyPlayReadyPlayRightPtrOutput) UncompressedDigitalAudioOpl

func (o ContentKeyPolicyPlayReadyPlayRightPtrOutput) UncompressedDigitalAudioOpl() pulumi.IntPtrOutput

Specifies the output protection level for uncompressed digital audio.

func (ContentKeyPolicyPlayReadyPlayRightPtrOutput) UncompressedDigitalVideoOpl

func (o ContentKeyPolicyPlayReadyPlayRightPtrOutput) UncompressedDigitalVideoOpl() pulumi.IntPtrOutput

Specifies the output protection level for uncompressed digital video.

type ContentKeyPolicyPlayReadyPlayRightResponse

type ContentKeyPolicyPlayReadyPlayRightResponse struct {
	// Configures Automatic Gain Control (AGC) and Color Stripe in the license. Must be between 0 and 3 inclusive.
	AgcAndColorStripeRestriction *int `pulumi:"agcAndColorStripeRestriction"`
	// Configures Unknown output handling settings of the license.
	AllowPassingVideoContentToUnknownOutput string `pulumi:"allowPassingVideoContentToUnknownOutput"`
	// Specifies the output protection level for compressed digital audio.
	AnalogVideoOpl *int `pulumi:"analogVideoOpl"`
	// Specifies the output protection level for compressed digital audio.
	CompressedDigitalAudioOpl *int `pulumi:"compressedDigitalAudioOpl"`
	// Specifies the output protection level for compressed digital video.
	CompressedDigitalVideoOpl *int `pulumi:"compressedDigitalVideoOpl"`
	// Enables the Image Constraint For Analog Component Video Restriction in the license.
	DigitalVideoOnlyContentRestriction bool `pulumi:"digitalVideoOnlyContentRestriction"`
	// Configures the Explicit Analog Television Output Restriction in the license. Configuration data must be between 0 and 3 inclusive.
	ExplicitAnalogTelevisionOutputRestriction *ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponse `pulumi:"explicitAnalogTelevisionOutputRestriction"`
	// The amount of time that the license is valid after the license is first used to play content.
	FirstPlayExpiration *string `pulumi:"firstPlayExpiration"`
	// Enables the Image Constraint For Analog Component Video Restriction in the license.
	ImageConstraintForAnalogComponentVideoRestriction bool `pulumi:"imageConstraintForAnalogComponentVideoRestriction"`
	// Enables the Image Constraint For Analog Component Video Restriction in the license.
	ImageConstraintForAnalogComputerMonitorRestriction bool `pulumi:"imageConstraintForAnalogComputerMonitorRestriction"`
	// Configures the Serial Copy Management System (SCMS) in the license. Must be between 0 and 3 inclusive.
	ScmsRestriction *int `pulumi:"scmsRestriction"`
	// Specifies the output protection level for uncompressed digital audio.
	UncompressedDigitalAudioOpl *int `pulumi:"uncompressedDigitalAudioOpl"`
	// Specifies the output protection level for uncompressed digital video.
	UncompressedDigitalVideoOpl *int `pulumi:"uncompressedDigitalVideoOpl"`
}

Configures the Play Right in the PlayReady license.

type ContentKeyPolicyPlayReadyPlayRightResponseArgs

type ContentKeyPolicyPlayReadyPlayRightResponseArgs struct {
	// Configures Automatic Gain Control (AGC) and Color Stripe in the license. Must be between 0 and 3 inclusive.
	AgcAndColorStripeRestriction pulumi.IntPtrInput `pulumi:"agcAndColorStripeRestriction"`
	// Configures Unknown output handling settings of the license.
	AllowPassingVideoContentToUnknownOutput pulumi.StringInput `pulumi:"allowPassingVideoContentToUnknownOutput"`
	// Specifies the output protection level for compressed digital audio.
	AnalogVideoOpl pulumi.IntPtrInput `pulumi:"analogVideoOpl"`
	// Specifies the output protection level for compressed digital audio.
	CompressedDigitalAudioOpl pulumi.IntPtrInput `pulumi:"compressedDigitalAudioOpl"`
	// Specifies the output protection level for compressed digital video.
	CompressedDigitalVideoOpl pulumi.IntPtrInput `pulumi:"compressedDigitalVideoOpl"`
	// Enables the Image Constraint For Analog Component Video Restriction in the license.
	DigitalVideoOnlyContentRestriction pulumi.BoolInput `pulumi:"digitalVideoOnlyContentRestriction"`
	// Configures the Explicit Analog Television Output Restriction in the license. Configuration data must be between 0 and 3 inclusive.
	ExplicitAnalogTelevisionOutputRestriction ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponsePtrInput `pulumi:"explicitAnalogTelevisionOutputRestriction"`
	// The amount of time that the license is valid after the license is first used to play content.
	FirstPlayExpiration pulumi.StringPtrInput `pulumi:"firstPlayExpiration"`
	// Enables the Image Constraint For Analog Component Video Restriction in the license.
	ImageConstraintForAnalogComponentVideoRestriction pulumi.BoolInput `pulumi:"imageConstraintForAnalogComponentVideoRestriction"`
	// Enables the Image Constraint For Analog Component Video Restriction in the license.
	ImageConstraintForAnalogComputerMonitorRestriction pulumi.BoolInput `pulumi:"imageConstraintForAnalogComputerMonitorRestriction"`
	// Configures the Serial Copy Management System (SCMS) in the license. Must be between 0 and 3 inclusive.
	ScmsRestriction pulumi.IntPtrInput `pulumi:"scmsRestriction"`
	// Specifies the output protection level for uncompressed digital audio.
	UncompressedDigitalAudioOpl pulumi.IntPtrInput `pulumi:"uncompressedDigitalAudioOpl"`
	// Specifies the output protection level for uncompressed digital video.
	UncompressedDigitalVideoOpl pulumi.IntPtrInput `pulumi:"uncompressedDigitalVideoOpl"`
}

Configures the Play Right in the PlayReady license.

func (ContentKeyPolicyPlayReadyPlayRightResponseArgs) ElementType

func (ContentKeyPolicyPlayReadyPlayRightResponseArgs) ToContentKeyPolicyPlayReadyPlayRightResponseOutput

func (i ContentKeyPolicyPlayReadyPlayRightResponseArgs) ToContentKeyPolicyPlayReadyPlayRightResponseOutput() ContentKeyPolicyPlayReadyPlayRightResponseOutput

func (ContentKeyPolicyPlayReadyPlayRightResponseArgs) ToContentKeyPolicyPlayReadyPlayRightResponseOutputWithContext

func (i ContentKeyPolicyPlayReadyPlayRightResponseArgs) ToContentKeyPolicyPlayReadyPlayRightResponseOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyPlayRightResponseOutput

func (ContentKeyPolicyPlayReadyPlayRightResponseArgs) ToContentKeyPolicyPlayReadyPlayRightResponsePtrOutput

func (i ContentKeyPolicyPlayReadyPlayRightResponseArgs) ToContentKeyPolicyPlayReadyPlayRightResponsePtrOutput() ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput

func (ContentKeyPolicyPlayReadyPlayRightResponseArgs) ToContentKeyPolicyPlayReadyPlayRightResponsePtrOutputWithContext

func (i ContentKeyPolicyPlayReadyPlayRightResponseArgs) ToContentKeyPolicyPlayReadyPlayRightResponsePtrOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput

type ContentKeyPolicyPlayReadyPlayRightResponseInput

type ContentKeyPolicyPlayReadyPlayRightResponseInput interface {
	pulumi.Input

	ToContentKeyPolicyPlayReadyPlayRightResponseOutput() ContentKeyPolicyPlayReadyPlayRightResponseOutput
	ToContentKeyPolicyPlayReadyPlayRightResponseOutputWithContext(context.Context) ContentKeyPolicyPlayReadyPlayRightResponseOutput
}

ContentKeyPolicyPlayReadyPlayRightResponseInput is an input type that accepts ContentKeyPolicyPlayReadyPlayRightResponseArgs and ContentKeyPolicyPlayReadyPlayRightResponseOutput values. You can construct a concrete instance of `ContentKeyPolicyPlayReadyPlayRightResponseInput` via:

ContentKeyPolicyPlayReadyPlayRightResponseArgs{...}

type ContentKeyPolicyPlayReadyPlayRightResponseOutput

type ContentKeyPolicyPlayReadyPlayRightResponseOutput struct{ *pulumi.OutputState }

Configures the Play Right in the PlayReady license.

func (ContentKeyPolicyPlayReadyPlayRightResponseOutput) AgcAndColorStripeRestriction

func (o ContentKeyPolicyPlayReadyPlayRightResponseOutput) AgcAndColorStripeRestriction() pulumi.IntPtrOutput

Configures Automatic Gain Control (AGC) and Color Stripe in the license. Must be between 0 and 3 inclusive.

func (ContentKeyPolicyPlayReadyPlayRightResponseOutput) AllowPassingVideoContentToUnknownOutput

func (o ContentKeyPolicyPlayReadyPlayRightResponseOutput) AllowPassingVideoContentToUnknownOutput() pulumi.StringOutput

Configures Unknown output handling settings of the license.

func (ContentKeyPolicyPlayReadyPlayRightResponseOutput) AnalogVideoOpl

Specifies the output protection level for compressed digital audio.

func (ContentKeyPolicyPlayReadyPlayRightResponseOutput) CompressedDigitalAudioOpl

Specifies the output protection level for compressed digital audio.

func (ContentKeyPolicyPlayReadyPlayRightResponseOutput) CompressedDigitalVideoOpl

Specifies the output protection level for compressed digital video.

func (ContentKeyPolicyPlayReadyPlayRightResponseOutput) DigitalVideoOnlyContentRestriction

func (o ContentKeyPolicyPlayReadyPlayRightResponseOutput) DigitalVideoOnlyContentRestriction() pulumi.BoolOutput

Enables the Image Constraint For Analog Component Video Restriction in the license.

func (ContentKeyPolicyPlayReadyPlayRightResponseOutput) ElementType

func (ContentKeyPolicyPlayReadyPlayRightResponseOutput) ExplicitAnalogTelevisionOutputRestriction

Configures the Explicit Analog Television Output Restriction in the license. Configuration data must be between 0 and 3 inclusive.

func (ContentKeyPolicyPlayReadyPlayRightResponseOutput) FirstPlayExpiration

The amount of time that the license is valid after the license is first used to play content.

func (ContentKeyPolicyPlayReadyPlayRightResponseOutput) ImageConstraintForAnalogComponentVideoRestriction

func (o ContentKeyPolicyPlayReadyPlayRightResponseOutput) ImageConstraintForAnalogComponentVideoRestriction() pulumi.BoolOutput

Enables the Image Constraint For Analog Component Video Restriction in the license.

func (ContentKeyPolicyPlayReadyPlayRightResponseOutput) ImageConstraintForAnalogComputerMonitorRestriction

func (o ContentKeyPolicyPlayReadyPlayRightResponseOutput) ImageConstraintForAnalogComputerMonitorRestriction() pulumi.BoolOutput

Enables the Image Constraint For Analog Component Video Restriction in the license.

func (ContentKeyPolicyPlayReadyPlayRightResponseOutput) ScmsRestriction

Configures the Serial Copy Management System (SCMS) in the license. Must be between 0 and 3 inclusive.

func (ContentKeyPolicyPlayReadyPlayRightResponseOutput) ToContentKeyPolicyPlayReadyPlayRightResponseOutput

func (o ContentKeyPolicyPlayReadyPlayRightResponseOutput) ToContentKeyPolicyPlayReadyPlayRightResponseOutput() ContentKeyPolicyPlayReadyPlayRightResponseOutput

func (ContentKeyPolicyPlayReadyPlayRightResponseOutput) ToContentKeyPolicyPlayReadyPlayRightResponseOutputWithContext

func (o ContentKeyPolicyPlayReadyPlayRightResponseOutput) ToContentKeyPolicyPlayReadyPlayRightResponseOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyPlayRightResponseOutput

func (ContentKeyPolicyPlayReadyPlayRightResponseOutput) ToContentKeyPolicyPlayReadyPlayRightResponsePtrOutput

func (o ContentKeyPolicyPlayReadyPlayRightResponseOutput) ToContentKeyPolicyPlayReadyPlayRightResponsePtrOutput() ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput

func (ContentKeyPolicyPlayReadyPlayRightResponseOutput) ToContentKeyPolicyPlayReadyPlayRightResponsePtrOutputWithContext

func (o ContentKeyPolicyPlayReadyPlayRightResponseOutput) ToContentKeyPolicyPlayReadyPlayRightResponsePtrOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput

func (ContentKeyPolicyPlayReadyPlayRightResponseOutput) UncompressedDigitalAudioOpl

Specifies the output protection level for uncompressed digital audio.

func (ContentKeyPolicyPlayReadyPlayRightResponseOutput) UncompressedDigitalVideoOpl

Specifies the output protection level for uncompressed digital video.

type ContentKeyPolicyPlayReadyPlayRightResponsePtrInput

type ContentKeyPolicyPlayReadyPlayRightResponsePtrInput interface {
	pulumi.Input

	ToContentKeyPolicyPlayReadyPlayRightResponsePtrOutput() ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput
	ToContentKeyPolicyPlayReadyPlayRightResponsePtrOutputWithContext(context.Context) ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput
}

ContentKeyPolicyPlayReadyPlayRightResponsePtrInput is an input type that accepts ContentKeyPolicyPlayReadyPlayRightResponseArgs, ContentKeyPolicyPlayReadyPlayRightResponsePtr and ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput values. You can construct a concrete instance of `ContentKeyPolicyPlayReadyPlayRightResponsePtrInput` via:

        ContentKeyPolicyPlayReadyPlayRightResponseArgs{...}

or:

        nil

type ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput

type ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput struct{ *pulumi.OutputState }

func (ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput) AgcAndColorStripeRestriction

Configures Automatic Gain Control (AGC) and Color Stripe in the license. Must be between 0 and 3 inclusive.

func (ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput) AllowPassingVideoContentToUnknownOutput

func (o ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput) AllowPassingVideoContentToUnknownOutput() pulumi.StringPtrOutput

Configures Unknown output handling settings of the license.

func (ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput) AnalogVideoOpl

Specifies the output protection level for compressed digital audio.

func (ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput) CompressedDigitalAudioOpl

Specifies the output protection level for compressed digital audio.

func (ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput) CompressedDigitalVideoOpl

Specifies the output protection level for compressed digital video.

func (ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput) DigitalVideoOnlyContentRestriction

func (o ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput) DigitalVideoOnlyContentRestriction() pulumi.BoolPtrOutput

Enables the Image Constraint For Analog Component Video Restriction in the license.

func (ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput) Elem

func (ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput) ElementType

func (ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput) ExplicitAnalogTelevisionOutputRestriction

Configures the Explicit Analog Television Output Restriction in the license. Configuration data must be between 0 and 3 inclusive.

func (ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput) FirstPlayExpiration

The amount of time that the license is valid after the license is first used to play content.

func (ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput) ImageConstraintForAnalogComponentVideoRestriction

func (o ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput) ImageConstraintForAnalogComponentVideoRestriction() pulumi.BoolPtrOutput

Enables the Image Constraint For Analog Component Video Restriction in the license.

func (ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput) ImageConstraintForAnalogComputerMonitorRestriction

func (o ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput) ImageConstraintForAnalogComputerMonitorRestriction() pulumi.BoolPtrOutput

Enables the Image Constraint For Analog Component Video Restriction in the license.

func (ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput) ScmsRestriction

Configures the Serial Copy Management System (SCMS) in the license. Must be between 0 and 3 inclusive.

func (ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput) ToContentKeyPolicyPlayReadyPlayRightResponsePtrOutput

func (o ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput) ToContentKeyPolicyPlayReadyPlayRightResponsePtrOutput() ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput

func (ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput) ToContentKeyPolicyPlayReadyPlayRightResponsePtrOutputWithContext

func (o ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput) ToContentKeyPolicyPlayReadyPlayRightResponsePtrOutputWithContext(ctx context.Context) ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput

func (ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput) UncompressedDigitalAudioOpl

Specifies the output protection level for uncompressed digital audio.

func (ContentKeyPolicyPlayReadyPlayRightResponsePtrOutput) UncompressedDigitalVideoOpl

Specifies the output protection level for uncompressed digital video.

type ContentKeyPolicyRsaTokenKey

type ContentKeyPolicyRsaTokenKey struct {
	// The RSA Parameter exponent
	Exponent string `pulumi:"exponent"`
	// The RSA Parameter modulus
	Modulus string `pulumi:"modulus"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

Specifies a RSA key for token validation

type ContentKeyPolicyRsaTokenKeyArgs

type ContentKeyPolicyRsaTokenKeyArgs struct {
	// The RSA Parameter exponent
	Exponent pulumi.StringInput `pulumi:"exponent"`
	// The RSA Parameter modulus
	Modulus pulumi.StringInput `pulumi:"modulus"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

Specifies a RSA key for token validation

func (ContentKeyPolicyRsaTokenKeyArgs) ElementType

func (ContentKeyPolicyRsaTokenKeyArgs) ToContentKeyPolicyRsaTokenKeyOutput

func (i ContentKeyPolicyRsaTokenKeyArgs) ToContentKeyPolicyRsaTokenKeyOutput() ContentKeyPolicyRsaTokenKeyOutput

func (ContentKeyPolicyRsaTokenKeyArgs) ToContentKeyPolicyRsaTokenKeyOutputWithContext

func (i ContentKeyPolicyRsaTokenKeyArgs) ToContentKeyPolicyRsaTokenKeyOutputWithContext(ctx context.Context) ContentKeyPolicyRsaTokenKeyOutput

type ContentKeyPolicyRsaTokenKeyInput

type ContentKeyPolicyRsaTokenKeyInput interface {
	pulumi.Input

	ToContentKeyPolicyRsaTokenKeyOutput() ContentKeyPolicyRsaTokenKeyOutput
	ToContentKeyPolicyRsaTokenKeyOutputWithContext(context.Context) ContentKeyPolicyRsaTokenKeyOutput
}

ContentKeyPolicyRsaTokenKeyInput is an input type that accepts ContentKeyPolicyRsaTokenKeyArgs and ContentKeyPolicyRsaTokenKeyOutput values. You can construct a concrete instance of `ContentKeyPolicyRsaTokenKeyInput` via:

ContentKeyPolicyRsaTokenKeyArgs{...}

type ContentKeyPolicyRsaTokenKeyOutput

type ContentKeyPolicyRsaTokenKeyOutput struct{ *pulumi.OutputState }

Specifies a RSA key for token validation

func (ContentKeyPolicyRsaTokenKeyOutput) ElementType

func (ContentKeyPolicyRsaTokenKeyOutput) Exponent

The RSA Parameter exponent

func (ContentKeyPolicyRsaTokenKeyOutput) Modulus

The RSA Parameter modulus

func (ContentKeyPolicyRsaTokenKeyOutput) OdataType

The discriminator for derived types.

func (ContentKeyPolicyRsaTokenKeyOutput) ToContentKeyPolicyRsaTokenKeyOutput

func (o ContentKeyPolicyRsaTokenKeyOutput) ToContentKeyPolicyRsaTokenKeyOutput() ContentKeyPolicyRsaTokenKeyOutput

func (ContentKeyPolicyRsaTokenKeyOutput) ToContentKeyPolicyRsaTokenKeyOutputWithContext

func (o ContentKeyPolicyRsaTokenKeyOutput) ToContentKeyPolicyRsaTokenKeyOutputWithContext(ctx context.Context) ContentKeyPolicyRsaTokenKeyOutput

type ContentKeyPolicyRsaTokenKeyResponse

type ContentKeyPolicyRsaTokenKeyResponse struct {
	// The RSA Parameter exponent
	Exponent string `pulumi:"exponent"`
	// The RSA Parameter modulus
	Modulus string `pulumi:"modulus"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

Specifies a RSA key for token validation

type ContentKeyPolicyRsaTokenKeyResponseArgs

type ContentKeyPolicyRsaTokenKeyResponseArgs struct {
	// The RSA Parameter exponent
	Exponent pulumi.StringInput `pulumi:"exponent"`
	// The RSA Parameter modulus
	Modulus pulumi.StringInput `pulumi:"modulus"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

Specifies a RSA key for token validation

func (ContentKeyPolicyRsaTokenKeyResponseArgs) ElementType

func (ContentKeyPolicyRsaTokenKeyResponseArgs) ToContentKeyPolicyRsaTokenKeyResponseOutput

func (i ContentKeyPolicyRsaTokenKeyResponseArgs) ToContentKeyPolicyRsaTokenKeyResponseOutput() ContentKeyPolicyRsaTokenKeyResponseOutput

func (ContentKeyPolicyRsaTokenKeyResponseArgs) ToContentKeyPolicyRsaTokenKeyResponseOutputWithContext

func (i ContentKeyPolicyRsaTokenKeyResponseArgs) ToContentKeyPolicyRsaTokenKeyResponseOutputWithContext(ctx context.Context) ContentKeyPolicyRsaTokenKeyResponseOutput

type ContentKeyPolicyRsaTokenKeyResponseInput

type ContentKeyPolicyRsaTokenKeyResponseInput interface {
	pulumi.Input

	ToContentKeyPolicyRsaTokenKeyResponseOutput() ContentKeyPolicyRsaTokenKeyResponseOutput
	ToContentKeyPolicyRsaTokenKeyResponseOutputWithContext(context.Context) ContentKeyPolicyRsaTokenKeyResponseOutput
}

ContentKeyPolicyRsaTokenKeyResponseInput is an input type that accepts ContentKeyPolicyRsaTokenKeyResponseArgs and ContentKeyPolicyRsaTokenKeyResponseOutput values. You can construct a concrete instance of `ContentKeyPolicyRsaTokenKeyResponseInput` via:

ContentKeyPolicyRsaTokenKeyResponseArgs{...}

type ContentKeyPolicyRsaTokenKeyResponseOutput

type ContentKeyPolicyRsaTokenKeyResponseOutput struct{ *pulumi.OutputState }

Specifies a RSA key for token validation

func (ContentKeyPolicyRsaTokenKeyResponseOutput) ElementType

func (ContentKeyPolicyRsaTokenKeyResponseOutput) Exponent

The RSA Parameter exponent

func (ContentKeyPolicyRsaTokenKeyResponseOutput) Modulus

The RSA Parameter modulus

func (ContentKeyPolicyRsaTokenKeyResponseOutput) OdataType

The discriminator for derived types.

func (ContentKeyPolicyRsaTokenKeyResponseOutput) ToContentKeyPolicyRsaTokenKeyResponseOutput

func (o ContentKeyPolicyRsaTokenKeyResponseOutput) ToContentKeyPolicyRsaTokenKeyResponseOutput() ContentKeyPolicyRsaTokenKeyResponseOutput

func (ContentKeyPolicyRsaTokenKeyResponseOutput) ToContentKeyPolicyRsaTokenKeyResponseOutputWithContext

func (o ContentKeyPolicyRsaTokenKeyResponseOutput) ToContentKeyPolicyRsaTokenKeyResponseOutputWithContext(ctx context.Context) ContentKeyPolicyRsaTokenKeyResponseOutput

type ContentKeyPolicyState

type ContentKeyPolicyState struct {
	// The creation date of the Policy
	Created pulumi.StringPtrInput
	// A description for the Policy.
	Description pulumi.StringPtrInput
	// The last modified date of the Policy
	LastModified pulumi.StringPtrInput
	// The name of the resource.
	Name pulumi.StringPtrInput
	// The Key Policy options.
	Options ContentKeyPolicyOptionResponseArrayInput
	// The legacy Policy ID.
	PolicyId pulumi.StringPtrInput
	// The type of the resource.
	Type pulumi.StringPtrInput
}

func (ContentKeyPolicyState) ElementType

func (ContentKeyPolicyState) ElementType() reflect.Type

type ContentKeyPolicySymmetricTokenKey

type ContentKeyPolicySymmetricTokenKey struct {
	// The key value of the key
	KeyValue string `pulumi:"keyValue"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

Specifies a symmetric key for token validation.

type ContentKeyPolicySymmetricTokenKeyArgs

type ContentKeyPolicySymmetricTokenKeyArgs struct {
	// The key value of the key
	KeyValue pulumi.StringInput `pulumi:"keyValue"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

Specifies a symmetric key for token validation.

func (ContentKeyPolicySymmetricTokenKeyArgs) ElementType

func (ContentKeyPolicySymmetricTokenKeyArgs) ToContentKeyPolicySymmetricTokenKeyOutput

func (i ContentKeyPolicySymmetricTokenKeyArgs) ToContentKeyPolicySymmetricTokenKeyOutput() ContentKeyPolicySymmetricTokenKeyOutput

func (ContentKeyPolicySymmetricTokenKeyArgs) ToContentKeyPolicySymmetricTokenKeyOutputWithContext

func (i ContentKeyPolicySymmetricTokenKeyArgs) ToContentKeyPolicySymmetricTokenKeyOutputWithContext(ctx context.Context) ContentKeyPolicySymmetricTokenKeyOutput

type ContentKeyPolicySymmetricTokenKeyInput

type ContentKeyPolicySymmetricTokenKeyInput interface {
	pulumi.Input

	ToContentKeyPolicySymmetricTokenKeyOutput() ContentKeyPolicySymmetricTokenKeyOutput
	ToContentKeyPolicySymmetricTokenKeyOutputWithContext(context.Context) ContentKeyPolicySymmetricTokenKeyOutput
}

ContentKeyPolicySymmetricTokenKeyInput is an input type that accepts ContentKeyPolicySymmetricTokenKeyArgs and ContentKeyPolicySymmetricTokenKeyOutput values. You can construct a concrete instance of `ContentKeyPolicySymmetricTokenKeyInput` via:

ContentKeyPolicySymmetricTokenKeyArgs{...}

type ContentKeyPolicySymmetricTokenKeyOutput

type ContentKeyPolicySymmetricTokenKeyOutput struct{ *pulumi.OutputState }

Specifies a symmetric key for token validation.

func (ContentKeyPolicySymmetricTokenKeyOutput) ElementType

func (ContentKeyPolicySymmetricTokenKeyOutput) KeyValue

The key value of the key

func (ContentKeyPolicySymmetricTokenKeyOutput) OdataType

The discriminator for derived types.

func (ContentKeyPolicySymmetricTokenKeyOutput) ToContentKeyPolicySymmetricTokenKeyOutput

func (o ContentKeyPolicySymmetricTokenKeyOutput) ToContentKeyPolicySymmetricTokenKeyOutput() ContentKeyPolicySymmetricTokenKeyOutput

func (ContentKeyPolicySymmetricTokenKeyOutput) ToContentKeyPolicySymmetricTokenKeyOutputWithContext

func (o ContentKeyPolicySymmetricTokenKeyOutput) ToContentKeyPolicySymmetricTokenKeyOutputWithContext(ctx context.Context) ContentKeyPolicySymmetricTokenKeyOutput

type ContentKeyPolicySymmetricTokenKeyResponse

type ContentKeyPolicySymmetricTokenKeyResponse struct {
	// The key value of the key
	KeyValue string `pulumi:"keyValue"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

Specifies a symmetric key for token validation.

type ContentKeyPolicySymmetricTokenKeyResponseArgs

type ContentKeyPolicySymmetricTokenKeyResponseArgs struct {
	// The key value of the key
	KeyValue pulumi.StringInput `pulumi:"keyValue"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

Specifies a symmetric key for token validation.

func (ContentKeyPolicySymmetricTokenKeyResponseArgs) ElementType

func (ContentKeyPolicySymmetricTokenKeyResponseArgs) ToContentKeyPolicySymmetricTokenKeyResponseOutput

func (i ContentKeyPolicySymmetricTokenKeyResponseArgs) ToContentKeyPolicySymmetricTokenKeyResponseOutput() ContentKeyPolicySymmetricTokenKeyResponseOutput

func (ContentKeyPolicySymmetricTokenKeyResponseArgs) ToContentKeyPolicySymmetricTokenKeyResponseOutputWithContext

func (i ContentKeyPolicySymmetricTokenKeyResponseArgs) ToContentKeyPolicySymmetricTokenKeyResponseOutputWithContext(ctx context.Context) ContentKeyPolicySymmetricTokenKeyResponseOutput

type ContentKeyPolicySymmetricTokenKeyResponseInput

type ContentKeyPolicySymmetricTokenKeyResponseInput interface {
	pulumi.Input

	ToContentKeyPolicySymmetricTokenKeyResponseOutput() ContentKeyPolicySymmetricTokenKeyResponseOutput
	ToContentKeyPolicySymmetricTokenKeyResponseOutputWithContext(context.Context) ContentKeyPolicySymmetricTokenKeyResponseOutput
}

ContentKeyPolicySymmetricTokenKeyResponseInput is an input type that accepts ContentKeyPolicySymmetricTokenKeyResponseArgs and ContentKeyPolicySymmetricTokenKeyResponseOutput values. You can construct a concrete instance of `ContentKeyPolicySymmetricTokenKeyResponseInput` via:

ContentKeyPolicySymmetricTokenKeyResponseArgs{...}

type ContentKeyPolicySymmetricTokenKeyResponseOutput

type ContentKeyPolicySymmetricTokenKeyResponseOutput struct{ *pulumi.OutputState }

Specifies a symmetric key for token validation.

func (ContentKeyPolicySymmetricTokenKeyResponseOutput) ElementType

func (ContentKeyPolicySymmetricTokenKeyResponseOutput) KeyValue

The key value of the key

func (ContentKeyPolicySymmetricTokenKeyResponseOutput) OdataType

The discriminator for derived types.

func (ContentKeyPolicySymmetricTokenKeyResponseOutput) ToContentKeyPolicySymmetricTokenKeyResponseOutput

func (o ContentKeyPolicySymmetricTokenKeyResponseOutput) ToContentKeyPolicySymmetricTokenKeyResponseOutput() ContentKeyPolicySymmetricTokenKeyResponseOutput

func (ContentKeyPolicySymmetricTokenKeyResponseOutput) ToContentKeyPolicySymmetricTokenKeyResponseOutputWithContext

func (o ContentKeyPolicySymmetricTokenKeyResponseOutput) ToContentKeyPolicySymmetricTokenKeyResponseOutputWithContext(ctx context.Context) ContentKeyPolicySymmetricTokenKeyResponseOutput

type ContentKeyPolicyTokenClaim

type ContentKeyPolicyTokenClaim struct {
	// Token claim type.
	ClaimType *string `pulumi:"claimType"`
	// Token claim value.
	ClaimValue *string `pulumi:"claimValue"`
}

Represents a token claim.

type ContentKeyPolicyTokenClaimArgs

type ContentKeyPolicyTokenClaimArgs struct {
	// Token claim type.
	ClaimType pulumi.StringPtrInput `pulumi:"claimType"`
	// Token claim value.
	ClaimValue pulumi.StringPtrInput `pulumi:"claimValue"`
}

Represents a token claim.

func (ContentKeyPolicyTokenClaimArgs) ElementType

func (ContentKeyPolicyTokenClaimArgs) ToContentKeyPolicyTokenClaimOutput

func (i ContentKeyPolicyTokenClaimArgs) ToContentKeyPolicyTokenClaimOutput() ContentKeyPolicyTokenClaimOutput

func (ContentKeyPolicyTokenClaimArgs) ToContentKeyPolicyTokenClaimOutputWithContext

func (i ContentKeyPolicyTokenClaimArgs) ToContentKeyPolicyTokenClaimOutputWithContext(ctx context.Context) ContentKeyPolicyTokenClaimOutput

type ContentKeyPolicyTokenClaimArray

type ContentKeyPolicyTokenClaimArray []ContentKeyPolicyTokenClaimInput

func (ContentKeyPolicyTokenClaimArray) ElementType

func (ContentKeyPolicyTokenClaimArray) ToContentKeyPolicyTokenClaimArrayOutput

func (i ContentKeyPolicyTokenClaimArray) ToContentKeyPolicyTokenClaimArrayOutput() ContentKeyPolicyTokenClaimArrayOutput

func (ContentKeyPolicyTokenClaimArray) ToContentKeyPolicyTokenClaimArrayOutputWithContext

func (i ContentKeyPolicyTokenClaimArray) ToContentKeyPolicyTokenClaimArrayOutputWithContext(ctx context.Context) ContentKeyPolicyTokenClaimArrayOutput

type ContentKeyPolicyTokenClaimArrayInput

type ContentKeyPolicyTokenClaimArrayInput interface {
	pulumi.Input

	ToContentKeyPolicyTokenClaimArrayOutput() ContentKeyPolicyTokenClaimArrayOutput
	ToContentKeyPolicyTokenClaimArrayOutputWithContext(context.Context) ContentKeyPolicyTokenClaimArrayOutput
}

ContentKeyPolicyTokenClaimArrayInput is an input type that accepts ContentKeyPolicyTokenClaimArray and ContentKeyPolicyTokenClaimArrayOutput values. You can construct a concrete instance of `ContentKeyPolicyTokenClaimArrayInput` via:

ContentKeyPolicyTokenClaimArray{ ContentKeyPolicyTokenClaimArgs{...} }

type ContentKeyPolicyTokenClaimArrayOutput

type ContentKeyPolicyTokenClaimArrayOutput struct{ *pulumi.OutputState }

func (ContentKeyPolicyTokenClaimArrayOutput) ElementType

func (ContentKeyPolicyTokenClaimArrayOutput) Index

func (ContentKeyPolicyTokenClaimArrayOutput) ToContentKeyPolicyTokenClaimArrayOutput

func (o ContentKeyPolicyTokenClaimArrayOutput) ToContentKeyPolicyTokenClaimArrayOutput() ContentKeyPolicyTokenClaimArrayOutput

func (ContentKeyPolicyTokenClaimArrayOutput) ToContentKeyPolicyTokenClaimArrayOutputWithContext

func (o ContentKeyPolicyTokenClaimArrayOutput) ToContentKeyPolicyTokenClaimArrayOutputWithContext(ctx context.Context) ContentKeyPolicyTokenClaimArrayOutput

type ContentKeyPolicyTokenClaimInput

type ContentKeyPolicyTokenClaimInput interface {
	pulumi.Input

	ToContentKeyPolicyTokenClaimOutput() ContentKeyPolicyTokenClaimOutput
	ToContentKeyPolicyTokenClaimOutputWithContext(context.Context) ContentKeyPolicyTokenClaimOutput
}

ContentKeyPolicyTokenClaimInput is an input type that accepts ContentKeyPolicyTokenClaimArgs and ContentKeyPolicyTokenClaimOutput values. You can construct a concrete instance of `ContentKeyPolicyTokenClaimInput` via:

ContentKeyPolicyTokenClaimArgs{...}

type ContentKeyPolicyTokenClaimOutput

type ContentKeyPolicyTokenClaimOutput struct{ *pulumi.OutputState }

Represents a token claim.

func (ContentKeyPolicyTokenClaimOutput) ClaimType

Token claim type.

func (ContentKeyPolicyTokenClaimOutput) ClaimValue

Token claim value.

func (ContentKeyPolicyTokenClaimOutput) ElementType

func (ContentKeyPolicyTokenClaimOutput) ToContentKeyPolicyTokenClaimOutput

func (o ContentKeyPolicyTokenClaimOutput) ToContentKeyPolicyTokenClaimOutput() ContentKeyPolicyTokenClaimOutput

func (ContentKeyPolicyTokenClaimOutput) ToContentKeyPolicyTokenClaimOutputWithContext

func (o ContentKeyPolicyTokenClaimOutput) ToContentKeyPolicyTokenClaimOutputWithContext(ctx context.Context) ContentKeyPolicyTokenClaimOutput

type ContentKeyPolicyTokenClaimResponse

type ContentKeyPolicyTokenClaimResponse struct {
	// Token claim type.
	ClaimType *string `pulumi:"claimType"`
	// Token claim value.
	ClaimValue *string `pulumi:"claimValue"`
}

Represents a token claim.

type ContentKeyPolicyTokenClaimResponseArgs

type ContentKeyPolicyTokenClaimResponseArgs struct {
	// Token claim type.
	ClaimType pulumi.StringPtrInput `pulumi:"claimType"`
	// Token claim value.
	ClaimValue pulumi.StringPtrInput `pulumi:"claimValue"`
}

Represents a token claim.

func (ContentKeyPolicyTokenClaimResponseArgs) ElementType

func (ContentKeyPolicyTokenClaimResponseArgs) ToContentKeyPolicyTokenClaimResponseOutput

func (i ContentKeyPolicyTokenClaimResponseArgs) ToContentKeyPolicyTokenClaimResponseOutput() ContentKeyPolicyTokenClaimResponseOutput

func (ContentKeyPolicyTokenClaimResponseArgs) ToContentKeyPolicyTokenClaimResponseOutputWithContext

func (i ContentKeyPolicyTokenClaimResponseArgs) ToContentKeyPolicyTokenClaimResponseOutputWithContext(ctx context.Context) ContentKeyPolicyTokenClaimResponseOutput

type ContentKeyPolicyTokenClaimResponseArray

type ContentKeyPolicyTokenClaimResponseArray []ContentKeyPolicyTokenClaimResponseInput

func (ContentKeyPolicyTokenClaimResponseArray) ElementType

func (ContentKeyPolicyTokenClaimResponseArray) ToContentKeyPolicyTokenClaimResponseArrayOutput

func (i ContentKeyPolicyTokenClaimResponseArray) ToContentKeyPolicyTokenClaimResponseArrayOutput() ContentKeyPolicyTokenClaimResponseArrayOutput

func (ContentKeyPolicyTokenClaimResponseArray) ToContentKeyPolicyTokenClaimResponseArrayOutputWithContext

func (i ContentKeyPolicyTokenClaimResponseArray) ToContentKeyPolicyTokenClaimResponseArrayOutputWithContext(ctx context.Context) ContentKeyPolicyTokenClaimResponseArrayOutput

type ContentKeyPolicyTokenClaimResponseArrayInput

type ContentKeyPolicyTokenClaimResponseArrayInput interface {
	pulumi.Input

	ToContentKeyPolicyTokenClaimResponseArrayOutput() ContentKeyPolicyTokenClaimResponseArrayOutput
	ToContentKeyPolicyTokenClaimResponseArrayOutputWithContext(context.Context) ContentKeyPolicyTokenClaimResponseArrayOutput
}

ContentKeyPolicyTokenClaimResponseArrayInput is an input type that accepts ContentKeyPolicyTokenClaimResponseArray and ContentKeyPolicyTokenClaimResponseArrayOutput values. You can construct a concrete instance of `ContentKeyPolicyTokenClaimResponseArrayInput` via:

ContentKeyPolicyTokenClaimResponseArray{ ContentKeyPolicyTokenClaimResponseArgs{...} }

type ContentKeyPolicyTokenClaimResponseArrayOutput

type ContentKeyPolicyTokenClaimResponseArrayOutput struct{ *pulumi.OutputState }

func (ContentKeyPolicyTokenClaimResponseArrayOutput) ElementType

func (ContentKeyPolicyTokenClaimResponseArrayOutput) Index

func (ContentKeyPolicyTokenClaimResponseArrayOutput) ToContentKeyPolicyTokenClaimResponseArrayOutput

func (o ContentKeyPolicyTokenClaimResponseArrayOutput) ToContentKeyPolicyTokenClaimResponseArrayOutput() ContentKeyPolicyTokenClaimResponseArrayOutput

func (ContentKeyPolicyTokenClaimResponseArrayOutput) ToContentKeyPolicyTokenClaimResponseArrayOutputWithContext

func (o ContentKeyPolicyTokenClaimResponseArrayOutput) ToContentKeyPolicyTokenClaimResponseArrayOutputWithContext(ctx context.Context) ContentKeyPolicyTokenClaimResponseArrayOutput

type ContentKeyPolicyTokenClaimResponseInput

type ContentKeyPolicyTokenClaimResponseInput interface {
	pulumi.Input

	ToContentKeyPolicyTokenClaimResponseOutput() ContentKeyPolicyTokenClaimResponseOutput
	ToContentKeyPolicyTokenClaimResponseOutputWithContext(context.Context) ContentKeyPolicyTokenClaimResponseOutput
}

ContentKeyPolicyTokenClaimResponseInput is an input type that accepts ContentKeyPolicyTokenClaimResponseArgs and ContentKeyPolicyTokenClaimResponseOutput values. You can construct a concrete instance of `ContentKeyPolicyTokenClaimResponseInput` via:

ContentKeyPolicyTokenClaimResponseArgs{...}

type ContentKeyPolicyTokenClaimResponseOutput

type ContentKeyPolicyTokenClaimResponseOutput struct{ *pulumi.OutputState }

Represents a token claim.

func (ContentKeyPolicyTokenClaimResponseOutput) ClaimType

Token claim type.

func (ContentKeyPolicyTokenClaimResponseOutput) ClaimValue

Token claim value.

func (ContentKeyPolicyTokenClaimResponseOutput) ElementType

func (ContentKeyPolicyTokenClaimResponseOutput) ToContentKeyPolicyTokenClaimResponseOutput

func (o ContentKeyPolicyTokenClaimResponseOutput) ToContentKeyPolicyTokenClaimResponseOutput() ContentKeyPolicyTokenClaimResponseOutput

func (ContentKeyPolicyTokenClaimResponseOutput) ToContentKeyPolicyTokenClaimResponseOutputWithContext

func (o ContentKeyPolicyTokenClaimResponseOutput) ToContentKeyPolicyTokenClaimResponseOutputWithContext(ctx context.Context) ContentKeyPolicyTokenClaimResponseOutput

type ContentKeyPolicyTokenRestriction

type ContentKeyPolicyTokenRestriction struct {
	// A list of alternative verification keys.
	AlternateVerificationKeys []interface{} `pulumi:"alternateVerificationKeys"`
	// The audience for the token.
	Audience string `pulumi:"audience"`
	// The token issuer.
	Issuer string `pulumi:"issuer"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
	// The OpenID connect discovery document.
	OpenIdConnectDiscoveryDocument *string `pulumi:"openIdConnectDiscoveryDocument"`
	// The primary verification key.
	PrimaryVerificationKey interface{} `pulumi:"primaryVerificationKey"`
	// A list of required token claims.
	RequiredClaims []ContentKeyPolicyTokenClaim `pulumi:"requiredClaims"`
	// The type of token.
	RestrictionTokenType string `pulumi:"restrictionTokenType"`
}

Represents a token restriction. Provided token must match these requirements for successful license or key delivery.

type ContentKeyPolicyTokenRestrictionArgs

type ContentKeyPolicyTokenRestrictionArgs struct {
	// A list of alternative verification keys.
	AlternateVerificationKeys pulumi.ArrayInput `pulumi:"alternateVerificationKeys"`
	// The audience for the token.
	Audience pulumi.StringInput `pulumi:"audience"`
	// The token issuer.
	Issuer pulumi.StringInput `pulumi:"issuer"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
	// The OpenID connect discovery document.
	OpenIdConnectDiscoveryDocument pulumi.StringPtrInput `pulumi:"openIdConnectDiscoveryDocument"`
	// The primary verification key.
	PrimaryVerificationKey pulumi.Input `pulumi:"primaryVerificationKey"`
	// A list of required token claims.
	RequiredClaims ContentKeyPolicyTokenClaimArrayInput `pulumi:"requiredClaims"`
	// The type of token.
	RestrictionTokenType pulumi.StringInput `pulumi:"restrictionTokenType"`
}

Represents a token restriction. Provided token must match these requirements for successful license or key delivery.

func (ContentKeyPolicyTokenRestrictionArgs) ElementType

func (ContentKeyPolicyTokenRestrictionArgs) ToContentKeyPolicyTokenRestrictionOutput

func (i ContentKeyPolicyTokenRestrictionArgs) ToContentKeyPolicyTokenRestrictionOutput() ContentKeyPolicyTokenRestrictionOutput

func (ContentKeyPolicyTokenRestrictionArgs) ToContentKeyPolicyTokenRestrictionOutputWithContext

func (i ContentKeyPolicyTokenRestrictionArgs) ToContentKeyPolicyTokenRestrictionOutputWithContext(ctx context.Context) ContentKeyPolicyTokenRestrictionOutput

type ContentKeyPolicyTokenRestrictionInput

type ContentKeyPolicyTokenRestrictionInput interface {
	pulumi.Input

	ToContentKeyPolicyTokenRestrictionOutput() ContentKeyPolicyTokenRestrictionOutput
	ToContentKeyPolicyTokenRestrictionOutputWithContext(context.Context) ContentKeyPolicyTokenRestrictionOutput
}

ContentKeyPolicyTokenRestrictionInput is an input type that accepts ContentKeyPolicyTokenRestrictionArgs and ContentKeyPolicyTokenRestrictionOutput values. You can construct a concrete instance of `ContentKeyPolicyTokenRestrictionInput` via:

ContentKeyPolicyTokenRestrictionArgs{...}

type ContentKeyPolicyTokenRestrictionOutput

type ContentKeyPolicyTokenRestrictionOutput struct{ *pulumi.OutputState }

Represents a token restriction. Provided token must match these requirements for successful license or key delivery.

func (ContentKeyPolicyTokenRestrictionOutput) AlternateVerificationKeys

func (o ContentKeyPolicyTokenRestrictionOutput) AlternateVerificationKeys() pulumi.ArrayOutput

A list of alternative verification keys.

func (ContentKeyPolicyTokenRestrictionOutput) Audience

The audience for the token.

func (ContentKeyPolicyTokenRestrictionOutput) ElementType

func (ContentKeyPolicyTokenRestrictionOutput) Issuer

The token issuer.

func (ContentKeyPolicyTokenRestrictionOutput) OdataType

The discriminator for derived types.

func (ContentKeyPolicyTokenRestrictionOutput) OpenIdConnectDiscoveryDocument

func (o ContentKeyPolicyTokenRestrictionOutput) OpenIdConnectDiscoveryDocument() pulumi.StringPtrOutput

The OpenID connect discovery document.

func (ContentKeyPolicyTokenRestrictionOutput) PrimaryVerificationKey

func (o ContentKeyPolicyTokenRestrictionOutput) PrimaryVerificationKey() pulumi.AnyOutput

The primary verification key.

func (ContentKeyPolicyTokenRestrictionOutput) RequiredClaims

A list of required token claims.

func (ContentKeyPolicyTokenRestrictionOutput) RestrictionTokenType

The type of token.

func (ContentKeyPolicyTokenRestrictionOutput) ToContentKeyPolicyTokenRestrictionOutput

func (o ContentKeyPolicyTokenRestrictionOutput) ToContentKeyPolicyTokenRestrictionOutput() ContentKeyPolicyTokenRestrictionOutput

func (ContentKeyPolicyTokenRestrictionOutput) ToContentKeyPolicyTokenRestrictionOutputWithContext

func (o ContentKeyPolicyTokenRestrictionOutput) ToContentKeyPolicyTokenRestrictionOutputWithContext(ctx context.Context) ContentKeyPolicyTokenRestrictionOutput

type ContentKeyPolicyTokenRestrictionResponse

type ContentKeyPolicyTokenRestrictionResponse struct {
	// A list of alternative verification keys.
	AlternateVerificationKeys []interface{} `pulumi:"alternateVerificationKeys"`
	// The audience for the token.
	Audience string `pulumi:"audience"`
	// The token issuer.
	Issuer string `pulumi:"issuer"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
	// The OpenID connect discovery document.
	OpenIdConnectDiscoveryDocument *string `pulumi:"openIdConnectDiscoveryDocument"`
	// The primary verification key.
	PrimaryVerificationKey interface{} `pulumi:"primaryVerificationKey"`
	// A list of required token claims.
	RequiredClaims []ContentKeyPolicyTokenClaimResponse `pulumi:"requiredClaims"`
	// The type of token.
	RestrictionTokenType string `pulumi:"restrictionTokenType"`
}

Represents a token restriction. Provided token must match these requirements for successful license or key delivery.

type ContentKeyPolicyTokenRestrictionResponseArgs

type ContentKeyPolicyTokenRestrictionResponseArgs struct {
	// A list of alternative verification keys.
	AlternateVerificationKeys pulumi.ArrayInput `pulumi:"alternateVerificationKeys"`
	// The audience for the token.
	Audience pulumi.StringInput `pulumi:"audience"`
	// The token issuer.
	Issuer pulumi.StringInput `pulumi:"issuer"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
	// The OpenID connect discovery document.
	OpenIdConnectDiscoveryDocument pulumi.StringPtrInput `pulumi:"openIdConnectDiscoveryDocument"`
	// The primary verification key.
	PrimaryVerificationKey pulumi.Input `pulumi:"primaryVerificationKey"`
	// A list of required token claims.
	RequiredClaims ContentKeyPolicyTokenClaimResponseArrayInput `pulumi:"requiredClaims"`
	// The type of token.
	RestrictionTokenType pulumi.StringInput `pulumi:"restrictionTokenType"`
}

Represents a token restriction. Provided token must match these requirements for successful license or key delivery.

func (ContentKeyPolicyTokenRestrictionResponseArgs) ElementType

func (ContentKeyPolicyTokenRestrictionResponseArgs) ToContentKeyPolicyTokenRestrictionResponseOutput

func (i ContentKeyPolicyTokenRestrictionResponseArgs) ToContentKeyPolicyTokenRestrictionResponseOutput() ContentKeyPolicyTokenRestrictionResponseOutput

func (ContentKeyPolicyTokenRestrictionResponseArgs) ToContentKeyPolicyTokenRestrictionResponseOutputWithContext

func (i ContentKeyPolicyTokenRestrictionResponseArgs) ToContentKeyPolicyTokenRestrictionResponseOutputWithContext(ctx context.Context) ContentKeyPolicyTokenRestrictionResponseOutput

type ContentKeyPolicyTokenRestrictionResponseInput

type ContentKeyPolicyTokenRestrictionResponseInput interface {
	pulumi.Input

	ToContentKeyPolicyTokenRestrictionResponseOutput() ContentKeyPolicyTokenRestrictionResponseOutput
	ToContentKeyPolicyTokenRestrictionResponseOutputWithContext(context.Context) ContentKeyPolicyTokenRestrictionResponseOutput
}

ContentKeyPolicyTokenRestrictionResponseInput is an input type that accepts ContentKeyPolicyTokenRestrictionResponseArgs and ContentKeyPolicyTokenRestrictionResponseOutput values. You can construct a concrete instance of `ContentKeyPolicyTokenRestrictionResponseInput` via:

ContentKeyPolicyTokenRestrictionResponseArgs{...}

type ContentKeyPolicyTokenRestrictionResponseOutput

type ContentKeyPolicyTokenRestrictionResponseOutput struct{ *pulumi.OutputState }

Represents a token restriction. Provided token must match these requirements for successful license or key delivery.

func (ContentKeyPolicyTokenRestrictionResponseOutput) AlternateVerificationKeys

A list of alternative verification keys.

func (ContentKeyPolicyTokenRestrictionResponseOutput) Audience

The audience for the token.

func (ContentKeyPolicyTokenRestrictionResponseOutput) ElementType

func (ContentKeyPolicyTokenRestrictionResponseOutput) Issuer

The token issuer.

func (ContentKeyPolicyTokenRestrictionResponseOutput) OdataType

The discriminator for derived types.

func (ContentKeyPolicyTokenRestrictionResponseOutput) OpenIdConnectDiscoveryDocument

func (o ContentKeyPolicyTokenRestrictionResponseOutput) OpenIdConnectDiscoveryDocument() pulumi.StringPtrOutput

The OpenID connect discovery document.

func (ContentKeyPolicyTokenRestrictionResponseOutput) PrimaryVerificationKey

The primary verification key.

func (ContentKeyPolicyTokenRestrictionResponseOutput) RequiredClaims

A list of required token claims.

func (ContentKeyPolicyTokenRestrictionResponseOutput) RestrictionTokenType

The type of token.

func (ContentKeyPolicyTokenRestrictionResponseOutput) ToContentKeyPolicyTokenRestrictionResponseOutput

func (o ContentKeyPolicyTokenRestrictionResponseOutput) ToContentKeyPolicyTokenRestrictionResponseOutput() ContentKeyPolicyTokenRestrictionResponseOutput

func (ContentKeyPolicyTokenRestrictionResponseOutput) ToContentKeyPolicyTokenRestrictionResponseOutputWithContext

func (o ContentKeyPolicyTokenRestrictionResponseOutput) ToContentKeyPolicyTokenRestrictionResponseOutputWithContext(ctx context.Context) ContentKeyPolicyTokenRestrictionResponseOutput

type ContentKeyPolicyUnknownConfiguration

type ContentKeyPolicyUnknownConfiguration struct {
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

Represents a ContentKeyPolicyConfiguration that is unavailable in the current API version.

type ContentKeyPolicyUnknownConfigurationArgs

type ContentKeyPolicyUnknownConfigurationArgs struct {
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

Represents a ContentKeyPolicyConfiguration that is unavailable in the current API version.

func (ContentKeyPolicyUnknownConfigurationArgs) ElementType

func (ContentKeyPolicyUnknownConfigurationArgs) ToContentKeyPolicyUnknownConfigurationOutput

func (i ContentKeyPolicyUnknownConfigurationArgs) ToContentKeyPolicyUnknownConfigurationOutput() ContentKeyPolicyUnknownConfigurationOutput

func (ContentKeyPolicyUnknownConfigurationArgs) ToContentKeyPolicyUnknownConfigurationOutputWithContext

func (i ContentKeyPolicyUnknownConfigurationArgs) ToContentKeyPolicyUnknownConfigurationOutputWithContext(ctx context.Context) ContentKeyPolicyUnknownConfigurationOutput

type ContentKeyPolicyUnknownConfigurationInput

type ContentKeyPolicyUnknownConfigurationInput interface {
	pulumi.Input

	ToContentKeyPolicyUnknownConfigurationOutput() ContentKeyPolicyUnknownConfigurationOutput
	ToContentKeyPolicyUnknownConfigurationOutputWithContext(context.Context) ContentKeyPolicyUnknownConfigurationOutput
}

ContentKeyPolicyUnknownConfigurationInput is an input type that accepts ContentKeyPolicyUnknownConfigurationArgs and ContentKeyPolicyUnknownConfigurationOutput values. You can construct a concrete instance of `ContentKeyPolicyUnknownConfigurationInput` via:

ContentKeyPolicyUnknownConfigurationArgs{...}

type ContentKeyPolicyUnknownConfigurationOutput

type ContentKeyPolicyUnknownConfigurationOutput struct{ *pulumi.OutputState }

Represents a ContentKeyPolicyConfiguration that is unavailable in the current API version.

func (ContentKeyPolicyUnknownConfigurationOutput) ElementType

func (ContentKeyPolicyUnknownConfigurationOutput) OdataType

The discriminator for derived types.

func (ContentKeyPolicyUnknownConfigurationOutput) ToContentKeyPolicyUnknownConfigurationOutput

func (o ContentKeyPolicyUnknownConfigurationOutput) ToContentKeyPolicyUnknownConfigurationOutput() ContentKeyPolicyUnknownConfigurationOutput

func (ContentKeyPolicyUnknownConfigurationOutput) ToContentKeyPolicyUnknownConfigurationOutputWithContext

func (o ContentKeyPolicyUnknownConfigurationOutput) ToContentKeyPolicyUnknownConfigurationOutputWithContext(ctx context.Context) ContentKeyPolicyUnknownConfigurationOutput

type ContentKeyPolicyUnknownConfigurationResponse

type ContentKeyPolicyUnknownConfigurationResponse struct {
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

Represents a ContentKeyPolicyConfiguration that is unavailable in the current API version.

type ContentKeyPolicyUnknownConfigurationResponseArgs

type ContentKeyPolicyUnknownConfigurationResponseArgs struct {
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

Represents a ContentKeyPolicyConfiguration that is unavailable in the current API version.

func (ContentKeyPolicyUnknownConfigurationResponseArgs) ElementType

func (ContentKeyPolicyUnknownConfigurationResponseArgs) ToContentKeyPolicyUnknownConfigurationResponseOutput

func (i ContentKeyPolicyUnknownConfigurationResponseArgs) ToContentKeyPolicyUnknownConfigurationResponseOutput() ContentKeyPolicyUnknownConfigurationResponseOutput

func (ContentKeyPolicyUnknownConfigurationResponseArgs) ToContentKeyPolicyUnknownConfigurationResponseOutputWithContext

func (i ContentKeyPolicyUnknownConfigurationResponseArgs) ToContentKeyPolicyUnknownConfigurationResponseOutputWithContext(ctx context.Context) ContentKeyPolicyUnknownConfigurationResponseOutput

type ContentKeyPolicyUnknownConfigurationResponseInput

type ContentKeyPolicyUnknownConfigurationResponseInput interface {
	pulumi.Input

	ToContentKeyPolicyUnknownConfigurationResponseOutput() ContentKeyPolicyUnknownConfigurationResponseOutput
	ToContentKeyPolicyUnknownConfigurationResponseOutputWithContext(context.Context) ContentKeyPolicyUnknownConfigurationResponseOutput
}

ContentKeyPolicyUnknownConfigurationResponseInput is an input type that accepts ContentKeyPolicyUnknownConfigurationResponseArgs and ContentKeyPolicyUnknownConfigurationResponseOutput values. You can construct a concrete instance of `ContentKeyPolicyUnknownConfigurationResponseInput` via:

ContentKeyPolicyUnknownConfigurationResponseArgs{...}

type ContentKeyPolicyUnknownConfigurationResponseOutput

type ContentKeyPolicyUnknownConfigurationResponseOutput struct{ *pulumi.OutputState }

Represents a ContentKeyPolicyConfiguration that is unavailable in the current API version.

func (ContentKeyPolicyUnknownConfigurationResponseOutput) ElementType

func (ContentKeyPolicyUnknownConfigurationResponseOutput) OdataType

The discriminator for derived types.

func (ContentKeyPolicyUnknownConfigurationResponseOutput) ToContentKeyPolicyUnknownConfigurationResponseOutput

func (o ContentKeyPolicyUnknownConfigurationResponseOutput) ToContentKeyPolicyUnknownConfigurationResponseOutput() ContentKeyPolicyUnknownConfigurationResponseOutput

func (ContentKeyPolicyUnknownConfigurationResponseOutput) ToContentKeyPolicyUnknownConfigurationResponseOutputWithContext

func (o ContentKeyPolicyUnknownConfigurationResponseOutput) ToContentKeyPolicyUnknownConfigurationResponseOutputWithContext(ctx context.Context) ContentKeyPolicyUnknownConfigurationResponseOutput

type ContentKeyPolicyUnknownRestriction

type ContentKeyPolicyUnknownRestriction struct {
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

Represents a ContentKeyPolicyRestriction that is unavailable in the current API version.

type ContentKeyPolicyUnknownRestrictionArgs

type ContentKeyPolicyUnknownRestrictionArgs struct {
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

Represents a ContentKeyPolicyRestriction that is unavailable in the current API version.

func (ContentKeyPolicyUnknownRestrictionArgs) ElementType

func (ContentKeyPolicyUnknownRestrictionArgs) ToContentKeyPolicyUnknownRestrictionOutput

func (i ContentKeyPolicyUnknownRestrictionArgs) ToContentKeyPolicyUnknownRestrictionOutput() ContentKeyPolicyUnknownRestrictionOutput

func (ContentKeyPolicyUnknownRestrictionArgs) ToContentKeyPolicyUnknownRestrictionOutputWithContext

func (i ContentKeyPolicyUnknownRestrictionArgs) ToContentKeyPolicyUnknownRestrictionOutputWithContext(ctx context.Context) ContentKeyPolicyUnknownRestrictionOutput

type ContentKeyPolicyUnknownRestrictionInput

type ContentKeyPolicyUnknownRestrictionInput interface {
	pulumi.Input

	ToContentKeyPolicyUnknownRestrictionOutput() ContentKeyPolicyUnknownRestrictionOutput
	ToContentKeyPolicyUnknownRestrictionOutputWithContext(context.Context) ContentKeyPolicyUnknownRestrictionOutput
}

ContentKeyPolicyUnknownRestrictionInput is an input type that accepts ContentKeyPolicyUnknownRestrictionArgs and ContentKeyPolicyUnknownRestrictionOutput values. You can construct a concrete instance of `ContentKeyPolicyUnknownRestrictionInput` via:

ContentKeyPolicyUnknownRestrictionArgs{...}

type ContentKeyPolicyUnknownRestrictionOutput

type ContentKeyPolicyUnknownRestrictionOutput struct{ *pulumi.OutputState }

Represents a ContentKeyPolicyRestriction that is unavailable in the current API version.

func (ContentKeyPolicyUnknownRestrictionOutput) ElementType

func (ContentKeyPolicyUnknownRestrictionOutput) OdataType

The discriminator for derived types.

func (ContentKeyPolicyUnknownRestrictionOutput) ToContentKeyPolicyUnknownRestrictionOutput

func (o ContentKeyPolicyUnknownRestrictionOutput) ToContentKeyPolicyUnknownRestrictionOutput() ContentKeyPolicyUnknownRestrictionOutput

func (ContentKeyPolicyUnknownRestrictionOutput) ToContentKeyPolicyUnknownRestrictionOutputWithContext

func (o ContentKeyPolicyUnknownRestrictionOutput) ToContentKeyPolicyUnknownRestrictionOutputWithContext(ctx context.Context) ContentKeyPolicyUnknownRestrictionOutput

type ContentKeyPolicyUnknownRestrictionResponse

type ContentKeyPolicyUnknownRestrictionResponse struct {
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

Represents a ContentKeyPolicyRestriction that is unavailable in the current API version.

type ContentKeyPolicyUnknownRestrictionResponseArgs

type ContentKeyPolicyUnknownRestrictionResponseArgs struct {
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

Represents a ContentKeyPolicyRestriction that is unavailable in the current API version.

func (ContentKeyPolicyUnknownRestrictionResponseArgs) ElementType

func (ContentKeyPolicyUnknownRestrictionResponseArgs) ToContentKeyPolicyUnknownRestrictionResponseOutput

func (i ContentKeyPolicyUnknownRestrictionResponseArgs) ToContentKeyPolicyUnknownRestrictionResponseOutput() ContentKeyPolicyUnknownRestrictionResponseOutput

func (ContentKeyPolicyUnknownRestrictionResponseArgs) ToContentKeyPolicyUnknownRestrictionResponseOutputWithContext

func (i ContentKeyPolicyUnknownRestrictionResponseArgs) ToContentKeyPolicyUnknownRestrictionResponseOutputWithContext(ctx context.Context) ContentKeyPolicyUnknownRestrictionResponseOutput

type ContentKeyPolicyUnknownRestrictionResponseInput

type ContentKeyPolicyUnknownRestrictionResponseInput interface {
	pulumi.Input

	ToContentKeyPolicyUnknownRestrictionResponseOutput() ContentKeyPolicyUnknownRestrictionResponseOutput
	ToContentKeyPolicyUnknownRestrictionResponseOutputWithContext(context.Context) ContentKeyPolicyUnknownRestrictionResponseOutput
}

ContentKeyPolicyUnknownRestrictionResponseInput is an input type that accepts ContentKeyPolicyUnknownRestrictionResponseArgs and ContentKeyPolicyUnknownRestrictionResponseOutput values. You can construct a concrete instance of `ContentKeyPolicyUnknownRestrictionResponseInput` via:

ContentKeyPolicyUnknownRestrictionResponseArgs{...}

type ContentKeyPolicyUnknownRestrictionResponseOutput

type ContentKeyPolicyUnknownRestrictionResponseOutput struct{ *pulumi.OutputState }

Represents a ContentKeyPolicyRestriction that is unavailable in the current API version.

func (ContentKeyPolicyUnknownRestrictionResponseOutput) ElementType

func (ContentKeyPolicyUnknownRestrictionResponseOutput) OdataType

The discriminator for derived types.

func (ContentKeyPolicyUnknownRestrictionResponseOutput) ToContentKeyPolicyUnknownRestrictionResponseOutput

func (o ContentKeyPolicyUnknownRestrictionResponseOutput) ToContentKeyPolicyUnknownRestrictionResponseOutput() ContentKeyPolicyUnknownRestrictionResponseOutput

func (ContentKeyPolicyUnknownRestrictionResponseOutput) ToContentKeyPolicyUnknownRestrictionResponseOutputWithContext

func (o ContentKeyPolicyUnknownRestrictionResponseOutput) ToContentKeyPolicyUnknownRestrictionResponseOutputWithContext(ctx context.Context) ContentKeyPolicyUnknownRestrictionResponseOutput

type ContentKeyPolicyWidevineConfiguration

type ContentKeyPolicyWidevineConfiguration struct {
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
	// The Widevine template.
	WidevineTemplate string `pulumi:"widevineTemplate"`
}

Specifies a configuration for Widevine licenses.

type ContentKeyPolicyWidevineConfigurationArgs

type ContentKeyPolicyWidevineConfigurationArgs struct {
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
	// The Widevine template.
	WidevineTemplate pulumi.StringInput `pulumi:"widevineTemplate"`
}

Specifies a configuration for Widevine licenses.

func (ContentKeyPolicyWidevineConfigurationArgs) ElementType

func (ContentKeyPolicyWidevineConfigurationArgs) ToContentKeyPolicyWidevineConfigurationOutput

func (i ContentKeyPolicyWidevineConfigurationArgs) ToContentKeyPolicyWidevineConfigurationOutput() ContentKeyPolicyWidevineConfigurationOutput

func (ContentKeyPolicyWidevineConfigurationArgs) ToContentKeyPolicyWidevineConfigurationOutputWithContext

func (i ContentKeyPolicyWidevineConfigurationArgs) ToContentKeyPolicyWidevineConfigurationOutputWithContext(ctx context.Context) ContentKeyPolicyWidevineConfigurationOutput

type ContentKeyPolicyWidevineConfigurationInput

type ContentKeyPolicyWidevineConfigurationInput interface {
	pulumi.Input

	ToContentKeyPolicyWidevineConfigurationOutput() ContentKeyPolicyWidevineConfigurationOutput
	ToContentKeyPolicyWidevineConfigurationOutputWithContext(context.Context) ContentKeyPolicyWidevineConfigurationOutput
}

ContentKeyPolicyWidevineConfigurationInput is an input type that accepts ContentKeyPolicyWidevineConfigurationArgs and ContentKeyPolicyWidevineConfigurationOutput values. You can construct a concrete instance of `ContentKeyPolicyWidevineConfigurationInput` via:

ContentKeyPolicyWidevineConfigurationArgs{...}

type ContentKeyPolicyWidevineConfigurationOutput

type ContentKeyPolicyWidevineConfigurationOutput struct{ *pulumi.OutputState }

Specifies a configuration for Widevine licenses.

func (ContentKeyPolicyWidevineConfigurationOutput) ElementType

func (ContentKeyPolicyWidevineConfigurationOutput) OdataType

The discriminator for derived types.

func (ContentKeyPolicyWidevineConfigurationOutput) ToContentKeyPolicyWidevineConfigurationOutput

func (o ContentKeyPolicyWidevineConfigurationOutput) ToContentKeyPolicyWidevineConfigurationOutput() ContentKeyPolicyWidevineConfigurationOutput

func (ContentKeyPolicyWidevineConfigurationOutput) ToContentKeyPolicyWidevineConfigurationOutputWithContext

func (o ContentKeyPolicyWidevineConfigurationOutput) ToContentKeyPolicyWidevineConfigurationOutputWithContext(ctx context.Context) ContentKeyPolicyWidevineConfigurationOutput

func (ContentKeyPolicyWidevineConfigurationOutput) WidevineTemplate

The Widevine template.

type ContentKeyPolicyWidevineConfigurationResponse

type ContentKeyPolicyWidevineConfigurationResponse struct {
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
	// The Widevine template.
	WidevineTemplate string `pulumi:"widevineTemplate"`
}

Specifies a configuration for Widevine licenses.

type ContentKeyPolicyWidevineConfigurationResponseArgs

type ContentKeyPolicyWidevineConfigurationResponseArgs struct {
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
	// The Widevine template.
	WidevineTemplate pulumi.StringInput `pulumi:"widevineTemplate"`
}

Specifies a configuration for Widevine licenses.

func (ContentKeyPolicyWidevineConfigurationResponseArgs) ElementType

func (ContentKeyPolicyWidevineConfigurationResponseArgs) ToContentKeyPolicyWidevineConfigurationResponseOutput

func (i ContentKeyPolicyWidevineConfigurationResponseArgs) ToContentKeyPolicyWidevineConfigurationResponseOutput() ContentKeyPolicyWidevineConfigurationResponseOutput

func (ContentKeyPolicyWidevineConfigurationResponseArgs) ToContentKeyPolicyWidevineConfigurationResponseOutputWithContext

func (i ContentKeyPolicyWidevineConfigurationResponseArgs) ToContentKeyPolicyWidevineConfigurationResponseOutputWithContext(ctx context.Context) ContentKeyPolicyWidevineConfigurationResponseOutput

type ContentKeyPolicyWidevineConfigurationResponseInput

type ContentKeyPolicyWidevineConfigurationResponseInput interface {
	pulumi.Input

	ToContentKeyPolicyWidevineConfigurationResponseOutput() ContentKeyPolicyWidevineConfigurationResponseOutput
	ToContentKeyPolicyWidevineConfigurationResponseOutputWithContext(context.Context) ContentKeyPolicyWidevineConfigurationResponseOutput
}

ContentKeyPolicyWidevineConfigurationResponseInput is an input type that accepts ContentKeyPolicyWidevineConfigurationResponseArgs and ContentKeyPolicyWidevineConfigurationResponseOutput values. You can construct a concrete instance of `ContentKeyPolicyWidevineConfigurationResponseInput` via:

ContentKeyPolicyWidevineConfigurationResponseArgs{...}

type ContentKeyPolicyWidevineConfigurationResponseOutput

type ContentKeyPolicyWidevineConfigurationResponseOutput struct{ *pulumi.OutputState }

Specifies a configuration for Widevine licenses.

func (ContentKeyPolicyWidevineConfigurationResponseOutput) ElementType

func (ContentKeyPolicyWidevineConfigurationResponseOutput) OdataType

The discriminator for derived types.

func (ContentKeyPolicyWidevineConfigurationResponseOutput) ToContentKeyPolicyWidevineConfigurationResponseOutput

func (o ContentKeyPolicyWidevineConfigurationResponseOutput) ToContentKeyPolicyWidevineConfigurationResponseOutput() ContentKeyPolicyWidevineConfigurationResponseOutput

func (ContentKeyPolicyWidevineConfigurationResponseOutput) ToContentKeyPolicyWidevineConfigurationResponseOutputWithContext

func (o ContentKeyPolicyWidevineConfigurationResponseOutput) ToContentKeyPolicyWidevineConfigurationResponseOutputWithContext(ctx context.Context) ContentKeyPolicyWidevineConfigurationResponseOutput

func (ContentKeyPolicyWidevineConfigurationResponseOutput) WidevineTemplate

The Widevine template.

type ContentKeyPolicyX509CertificateTokenKey

type ContentKeyPolicyX509CertificateTokenKey struct {
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
	// The raw data field of a certificate in PKCS 12 format (X509Certificate2 in .NET)
	RawBody string `pulumi:"rawBody"`
}

Specifies a certificate for token validation.

type ContentKeyPolicyX509CertificateTokenKeyArgs

type ContentKeyPolicyX509CertificateTokenKeyArgs struct {
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
	// The raw data field of a certificate in PKCS 12 format (X509Certificate2 in .NET)
	RawBody pulumi.StringInput `pulumi:"rawBody"`
}

Specifies a certificate for token validation.

func (ContentKeyPolicyX509CertificateTokenKeyArgs) ElementType

func (ContentKeyPolicyX509CertificateTokenKeyArgs) ToContentKeyPolicyX509CertificateTokenKeyOutput

func (i ContentKeyPolicyX509CertificateTokenKeyArgs) ToContentKeyPolicyX509CertificateTokenKeyOutput() ContentKeyPolicyX509CertificateTokenKeyOutput

func (ContentKeyPolicyX509CertificateTokenKeyArgs) ToContentKeyPolicyX509CertificateTokenKeyOutputWithContext

func (i ContentKeyPolicyX509CertificateTokenKeyArgs) ToContentKeyPolicyX509CertificateTokenKeyOutputWithContext(ctx context.Context) ContentKeyPolicyX509CertificateTokenKeyOutput

type ContentKeyPolicyX509CertificateTokenKeyInput

type ContentKeyPolicyX509CertificateTokenKeyInput interface {
	pulumi.Input

	ToContentKeyPolicyX509CertificateTokenKeyOutput() ContentKeyPolicyX509CertificateTokenKeyOutput
	ToContentKeyPolicyX509CertificateTokenKeyOutputWithContext(context.Context) ContentKeyPolicyX509CertificateTokenKeyOutput
}

ContentKeyPolicyX509CertificateTokenKeyInput is an input type that accepts ContentKeyPolicyX509CertificateTokenKeyArgs and ContentKeyPolicyX509CertificateTokenKeyOutput values. You can construct a concrete instance of `ContentKeyPolicyX509CertificateTokenKeyInput` via:

ContentKeyPolicyX509CertificateTokenKeyArgs{...}

type ContentKeyPolicyX509CertificateTokenKeyOutput

type ContentKeyPolicyX509CertificateTokenKeyOutput struct{ *pulumi.OutputState }

Specifies a certificate for token validation.

func (ContentKeyPolicyX509CertificateTokenKeyOutput) ElementType

func (ContentKeyPolicyX509CertificateTokenKeyOutput) OdataType

The discriminator for derived types.

func (ContentKeyPolicyX509CertificateTokenKeyOutput) RawBody

The raw data field of a certificate in PKCS 12 format (X509Certificate2 in .NET)

func (ContentKeyPolicyX509CertificateTokenKeyOutput) ToContentKeyPolicyX509CertificateTokenKeyOutput

func (o ContentKeyPolicyX509CertificateTokenKeyOutput) ToContentKeyPolicyX509CertificateTokenKeyOutput() ContentKeyPolicyX509CertificateTokenKeyOutput

func (ContentKeyPolicyX509CertificateTokenKeyOutput) ToContentKeyPolicyX509CertificateTokenKeyOutputWithContext

func (o ContentKeyPolicyX509CertificateTokenKeyOutput) ToContentKeyPolicyX509CertificateTokenKeyOutputWithContext(ctx context.Context) ContentKeyPolicyX509CertificateTokenKeyOutput

type ContentKeyPolicyX509CertificateTokenKeyResponse

type ContentKeyPolicyX509CertificateTokenKeyResponse struct {
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
	// The raw data field of a certificate in PKCS 12 format (X509Certificate2 in .NET)
	RawBody string `pulumi:"rawBody"`
}

Specifies a certificate for token validation.

type ContentKeyPolicyX509CertificateTokenKeyResponseArgs

type ContentKeyPolicyX509CertificateTokenKeyResponseArgs struct {
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
	// The raw data field of a certificate in PKCS 12 format (X509Certificate2 in .NET)
	RawBody pulumi.StringInput `pulumi:"rawBody"`
}

Specifies a certificate for token validation.

func (ContentKeyPolicyX509CertificateTokenKeyResponseArgs) ElementType

func (ContentKeyPolicyX509CertificateTokenKeyResponseArgs) ToContentKeyPolicyX509CertificateTokenKeyResponseOutput

func (i ContentKeyPolicyX509CertificateTokenKeyResponseArgs) ToContentKeyPolicyX509CertificateTokenKeyResponseOutput() ContentKeyPolicyX509CertificateTokenKeyResponseOutput

func (ContentKeyPolicyX509CertificateTokenKeyResponseArgs) ToContentKeyPolicyX509CertificateTokenKeyResponseOutputWithContext

func (i ContentKeyPolicyX509CertificateTokenKeyResponseArgs) ToContentKeyPolicyX509CertificateTokenKeyResponseOutputWithContext(ctx context.Context) ContentKeyPolicyX509CertificateTokenKeyResponseOutput

type ContentKeyPolicyX509CertificateTokenKeyResponseInput

type ContentKeyPolicyX509CertificateTokenKeyResponseInput interface {
	pulumi.Input

	ToContentKeyPolicyX509CertificateTokenKeyResponseOutput() ContentKeyPolicyX509CertificateTokenKeyResponseOutput
	ToContentKeyPolicyX509CertificateTokenKeyResponseOutputWithContext(context.Context) ContentKeyPolicyX509CertificateTokenKeyResponseOutput
}

ContentKeyPolicyX509CertificateTokenKeyResponseInput is an input type that accepts ContentKeyPolicyX509CertificateTokenKeyResponseArgs and ContentKeyPolicyX509CertificateTokenKeyResponseOutput values. You can construct a concrete instance of `ContentKeyPolicyX509CertificateTokenKeyResponseInput` via:

ContentKeyPolicyX509CertificateTokenKeyResponseArgs{...}

type ContentKeyPolicyX509CertificateTokenKeyResponseOutput

type ContentKeyPolicyX509CertificateTokenKeyResponseOutput struct{ *pulumi.OutputState }

Specifies a certificate for token validation.

func (ContentKeyPolicyX509CertificateTokenKeyResponseOutput) ElementType

func (ContentKeyPolicyX509CertificateTokenKeyResponseOutput) OdataType

The discriminator for derived types.

func (ContentKeyPolicyX509CertificateTokenKeyResponseOutput) RawBody

The raw data field of a certificate in PKCS 12 format (X509Certificate2 in .NET)

func (ContentKeyPolicyX509CertificateTokenKeyResponseOutput) ToContentKeyPolicyX509CertificateTokenKeyResponseOutput

func (ContentKeyPolicyX509CertificateTokenKeyResponseOutput) ToContentKeyPolicyX509CertificateTokenKeyResponseOutputWithContext

func (o ContentKeyPolicyX509CertificateTokenKeyResponseOutput) ToContentKeyPolicyX509CertificateTokenKeyResponseOutputWithContext(ctx context.Context) ContentKeyPolicyX509CertificateTokenKeyResponseOutput

type CopyAudio

type CopyAudio struct {
	// An optional label for the codec. The label can be used to control muxing behavior.
	Label *string `pulumi:"label"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

A codec flag, which tells the encoder to copy the input audio bitstream.

type CopyAudioArgs

type CopyAudioArgs struct {
	// An optional label for the codec. The label can be used to control muxing behavior.
	Label pulumi.StringPtrInput `pulumi:"label"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

A codec flag, which tells the encoder to copy the input audio bitstream.

func (CopyAudioArgs) ElementType

func (CopyAudioArgs) ElementType() reflect.Type

func (CopyAudioArgs) ToCopyAudioOutput

func (i CopyAudioArgs) ToCopyAudioOutput() CopyAudioOutput

func (CopyAudioArgs) ToCopyAudioOutputWithContext

func (i CopyAudioArgs) ToCopyAudioOutputWithContext(ctx context.Context) CopyAudioOutput

type CopyAudioInput

type CopyAudioInput interface {
	pulumi.Input

	ToCopyAudioOutput() CopyAudioOutput
	ToCopyAudioOutputWithContext(context.Context) CopyAudioOutput
}

CopyAudioInput is an input type that accepts CopyAudioArgs and CopyAudioOutput values. You can construct a concrete instance of `CopyAudioInput` via:

CopyAudioArgs{...}

type CopyAudioOutput

type CopyAudioOutput struct{ *pulumi.OutputState }

A codec flag, which tells the encoder to copy the input audio bitstream.

func (CopyAudioOutput) ElementType

func (CopyAudioOutput) ElementType() reflect.Type

func (CopyAudioOutput) Label

An optional label for the codec. The label can be used to control muxing behavior.

func (CopyAudioOutput) OdataType

func (o CopyAudioOutput) OdataType() pulumi.StringOutput

The discriminator for derived types.

func (CopyAudioOutput) ToCopyAudioOutput

func (o CopyAudioOutput) ToCopyAudioOutput() CopyAudioOutput

func (CopyAudioOutput) ToCopyAudioOutputWithContext

func (o CopyAudioOutput) ToCopyAudioOutputWithContext(ctx context.Context) CopyAudioOutput

type CopyAudioResponse

type CopyAudioResponse struct {
	// An optional label for the codec. The label can be used to control muxing behavior.
	Label *string `pulumi:"label"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

A codec flag, which tells the encoder to copy the input audio bitstream.

type CopyAudioResponseArgs

type CopyAudioResponseArgs struct {
	// An optional label for the codec. The label can be used to control muxing behavior.
	Label pulumi.StringPtrInput `pulumi:"label"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

A codec flag, which tells the encoder to copy the input audio bitstream.

func (CopyAudioResponseArgs) ElementType

func (CopyAudioResponseArgs) ElementType() reflect.Type

func (CopyAudioResponseArgs) ToCopyAudioResponseOutput

func (i CopyAudioResponseArgs) ToCopyAudioResponseOutput() CopyAudioResponseOutput

func (CopyAudioResponseArgs) ToCopyAudioResponseOutputWithContext

func (i CopyAudioResponseArgs) ToCopyAudioResponseOutputWithContext(ctx context.Context) CopyAudioResponseOutput

type CopyAudioResponseInput

type CopyAudioResponseInput interface {
	pulumi.Input

	ToCopyAudioResponseOutput() CopyAudioResponseOutput
	ToCopyAudioResponseOutputWithContext(context.Context) CopyAudioResponseOutput
}

CopyAudioResponseInput is an input type that accepts CopyAudioResponseArgs and CopyAudioResponseOutput values. You can construct a concrete instance of `CopyAudioResponseInput` via:

CopyAudioResponseArgs{...}

type CopyAudioResponseOutput

type CopyAudioResponseOutput struct{ *pulumi.OutputState }

A codec flag, which tells the encoder to copy the input audio bitstream.

func (CopyAudioResponseOutput) ElementType

func (CopyAudioResponseOutput) ElementType() reflect.Type

func (CopyAudioResponseOutput) Label

An optional label for the codec. The label can be used to control muxing behavior.

func (CopyAudioResponseOutput) OdataType

The discriminator for derived types.

func (CopyAudioResponseOutput) ToCopyAudioResponseOutput

func (o CopyAudioResponseOutput) ToCopyAudioResponseOutput() CopyAudioResponseOutput

func (CopyAudioResponseOutput) ToCopyAudioResponseOutputWithContext

func (o CopyAudioResponseOutput) ToCopyAudioResponseOutputWithContext(ctx context.Context) CopyAudioResponseOutput

type CopyVideo

type CopyVideo struct {
	// An optional label for the codec. The label can be used to control muxing behavior.
	Label *string `pulumi:"label"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

A codec flag, which tells the encoder to copy the input video bitstream without re-encoding.

type CopyVideoArgs

type CopyVideoArgs struct {
	// An optional label for the codec. The label can be used to control muxing behavior.
	Label pulumi.StringPtrInput `pulumi:"label"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

A codec flag, which tells the encoder to copy the input video bitstream without re-encoding.

func (CopyVideoArgs) ElementType

func (CopyVideoArgs) ElementType() reflect.Type

func (CopyVideoArgs) ToCopyVideoOutput

func (i CopyVideoArgs) ToCopyVideoOutput() CopyVideoOutput

func (CopyVideoArgs) ToCopyVideoOutputWithContext

func (i CopyVideoArgs) ToCopyVideoOutputWithContext(ctx context.Context) CopyVideoOutput

type CopyVideoInput

type CopyVideoInput interface {
	pulumi.Input

	ToCopyVideoOutput() CopyVideoOutput
	ToCopyVideoOutputWithContext(context.Context) CopyVideoOutput
}

CopyVideoInput is an input type that accepts CopyVideoArgs and CopyVideoOutput values. You can construct a concrete instance of `CopyVideoInput` via:

CopyVideoArgs{...}

type CopyVideoOutput

type CopyVideoOutput struct{ *pulumi.OutputState }

A codec flag, which tells the encoder to copy the input video bitstream without re-encoding.

func (CopyVideoOutput) ElementType

func (CopyVideoOutput) ElementType() reflect.Type

func (CopyVideoOutput) Label

An optional label for the codec. The label can be used to control muxing behavior.

func (CopyVideoOutput) OdataType

func (o CopyVideoOutput) OdataType() pulumi.StringOutput

The discriminator for derived types.

func (CopyVideoOutput) ToCopyVideoOutput

func (o CopyVideoOutput) ToCopyVideoOutput() CopyVideoOutput

func (CopyVideoOutput) ToCopyVideoOutputWithContext

func (o CopyVideoOutput) ToCopyVideoOutputWithContext(ctx context.Context) CopyVideoOutput

type CopyVideoResponse

type CopyVideoResponse struct {
	// An optional label for the codec. The label can be used to control muxing behavior.
	Label *string `pulumi:"label"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

A codec flag, which tells the encoder to copy the input video bitstream without re-encoding.

type CopyVideoResponseArgs

type CopyVideoResponseArgs struct {
	// An optional label for the codec. The label can be used to control muxing behavior.
	Label pulumi.StringPtrInput `pulumi:"label"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

A codec flag, which tells the encoder to copy the input video bitstream without re-encoding.

func (CopyVideoResponseArgs) ElementType

func (CopyVideoResponseArgs) ElementType() reflect.Type

func (CopyVideoResponseArgs) ToCopyVideoResponseOutput

func (i CopyVideoResponseArgs) ToCopyVideoResponseOutput() CopyVideoResponseOutput

func (CopyVideoResponseArgs) ToCopyVideoResponseOutputWithContext

func (i CopyVideoResponseArgs) ToCopyVideoResponseOutputWithContext(ctx context.Context) CopyVideoResponseOutput

type CopyVideoResponseInput

type CopyVideoResponseInput interface {
	pulumi.Input

	ToCopyVideoResponseOutput() CopyVideoResponseOutput
	ToCopyVideoResponseOutputWithContext(context.Context) CopyVideoResponseOutput
}

CopyVideoResponseInput is an input type that accepts CopyVideoResponseArgs and CopyVideoResponseOutput values. You can construct a concrete instance of `CopyVideoResponseInput` via:

CopyVideoResponseArgs{...}

type CopyVideoResponseOutput

type CopyVideoResponseOutput struct{ *pulumi.OutputState }

A codec flag, which tells the encoder to copy the input video bitstream without re-encoding.

func (CopyVideoResponseOutput) ElementType

func (CopyVideoResponseOutput) ElementType() reflect.Type

func (CopyVideoResponseOutput) Label

An optional label for the codec. The label can be used to control muxing behavior.

func (CopyVideoResponseOutput) OdataType

The discriminator for derived types.

func (CopyVideoResponseOutput) ToCopyVideoResponseOutput

func (o CopyVideoResponseOutput) ToCopyVideoResponseOutput() CopyVideoResponseOutput

func (CopyVideoResponseOutput) ToCopyVideoResponseOutputWithContext

func (o CopyVideoResponseOutput) ToCopyVideoResponseOutputWithContext(ctx context.Context) CopyVideoResponseOutput

type CrossSiteAccessPolicies

type CrossSiteAccessPolicies struct {
	// The content of clientaccesspolicy.xml used by Silverlight.
	ClientAccessPolicy *string `pulumi:"clientAccessPolicy"`
	// The content of crossdomain.xml used by Silverlight.
	CrossDomainPolicy *string `pulumi:"crossDomainPolicy"`
}

The client access policy.

type CrossSiteAccessPoliciesArgs

type CrossSiteAccessPoliciesArgs struct {
	// The content of clientaccesspolicy.xml used by Silverlight.
	ClientAccessPolicy pulumi.StringPtrInput `pulumi:"clientAccessPolicy"`
	// The content of crossdomain.xml used by Silverlight.
	CrossDomainPolicy pulumi.StringPtrInput `pulumi:"crossDomainPolicy"`
}

The client access policy.

func (CrossSiteAccessPoliciesArgs) ElementType

func (CrossSiteAccessPoliciesArgs) ToCrossSiteAccessPoliciesOutput

func (i CrossSiteAccessPoliciesArgs) ToCrossSiteAccessPoliciesOutput() CrossSiteAccessPoliciesOutput

func (CrossSiteAccessPoliciesArgs) ToCrossSiteAccessPoliciesOutputWithContext

func (i CrossSiteAccessPoliciesArgs) ToCrossSiteAccessPoliciesOutputWithContext(ctx context.Context) CrossSiteAccessPoliciesOutput

func (CrossSiteAccessPoliciesArgs) ToCrossSiteAccessPoliciesPtrOutput

func (i CrossSiteAccessPoliciesArgs) ToCrossSiteAccessPoliciesPtrOutput() CrossSiteAccessPoliciesPtrOutput

func (CrossSiteAccessPoliciesArgs) ToCrossSiteAccessPoliciesPtrOutputWithContext

func (i CrossSiteAccessPoliciesArgs) ToCrossSiteAccessPoliciesPtrOutputWithContext(ctx context.Context) CrossSiteAccessPoliciesPtrOutput

type CrossSiteAccessPoliciesInput

type CrossSiteAccessPoliciesInput interface {
	pulumi.Input

	ToCrossSiteAccessPoliciesOutput() CrossSiteAccessPoliciesOutput
	ToCrossSiteAccessPoliciesOutputWithContext(context.Context) CrossSiteAccessPoliciesOutput
}

CrossSiteAccessPoliciesInput is an input type that accepts CrossSiteAccessPoliciesArgs and CrossSiteAccessPoliciesOutput values. You can construct a concrete instance of `CrossSiteAccessPoliciesInput` via:

CrossSiteAccessPoliciesArgs{...}

type CrossSiteAccessPoliciesOutput

type CrossSiteAccessPoliciesOutput struct{ *pulumi.OutputState }

The client access policy.

func (CrossSiteAccessPoliciesOutput) ClientAccessPolicy

func (o CrossSiteAccessPoliciesOutput) ClientAccessPolicy() pulumi.StringPtrOutput

The content of clientaccesspolicy.xml used by Silverlight.

func (CrossSiteAccessPoliciesOutput) CrossDomainPolicy

The content of crossdomain.xml used by Silverlight.

func (CrossSiteAccessPoliciesOutput) ElementType

func (CrossSiteAccessPoliciesOutput) ToCrossSiteAccessPoliciesOutput

func (o CrossSiteAccessPoliciesOutput) ToCrossSiteAccessPoliciesOutput() CrossSiteAccessPoliciesOutput

func (CrossSiteAccessPoliciesOutput) ToCrossSiteAccessPoliciesOutputWithContext

func (o CrossSiteAccessPoliciesOutput) ToCrossSiteAccessPoliciesOutputWithContext(ctx context.Context) CrossSiteAccessPoliciesOutput

func (CrossSiteAccessPoliciesOutput) ToCrossSiteAccessPoliciesPtrOutput

func (o CrossSiteAccessPoliciesOutput) ToCrossSiteAccessPoliciesPtrOutput() CrossSiteAccessPoliciesPtrOutput

func (CrossSiteAccessPoliciesOutput) ToCrossSiteAccessPoliciesPtrOutputWithContext

func (o CrossSiteAccessPoliciesOutput) ToCrossSiteAccessPoliciesPtrOutputWithContext(ctx context.Context) CrossSiteAccessPoliciesPtrOutput

type CrossSiteAccessPoliciesPtrInput

type CrossSiteAccessPoliciesPtrInput interface {
	pulumi.Input

	ToCrossSiteAccessPoliciesPtrOutput() CrossSiteAccessPoliciesPtrOutput
	ToCrossSiteAccessPoliciesPtrOutputWithContext(context.Context) CrossSiteAccessPoliciesPtrOutput
}

CrossSiteAccessPoliciesPtrInput is an input type that accepts CrossSiteAccessPoliciesArgs, CrossSiteAccessPoliciesPtr and CrossSiteAccessPoliciesPtrOutput values. You can construct a concrete instance of `CrossSiteAccessPoliciesPtrInput` via:

        CrossSiteAccessPoliciesArgs{...}

or:

        nil

type CrossSiteAccessPoliciesPtrOutput

type CrossSiteAccessPoliciesPtrOutput struct{ *pulumi.OutputState }

func (CrossSiteAccessPoliciesPtrOutput) ClientAccessPolicy

The content of clientaccesspolicy.xml used by Silverlight.

func (CrossSiteAccessPoliciesPtrOutput) CrossDomainPolicy

The content of crossdomain.xml used by Silverlight.

func (CrossSiteAccessPoliciesPtrOutput) Elem

func (CrossSiteAccessPoliciesPtrOutput) ElementType

func (CrossSiteAccessPoliciesPtrOutput) ToCrossSiteAccessPoliciesPtrOutput

func (o CrossSiteAccessPoliciesPtrOutput) ToCrossSiteAccessPoliciesPtrOutput() CrossSiteAccessPoliciesPtrOutput

func (CrossSiteAccessPoliciesPtrOutput) ToCrossSiteAccessPoliciesPtrOutputWithContext

func (o CrossSiteAccessPoliciesPtrOutput) ToCrossSiteAccessPoliciesPtrOutputWithContext(ctx context.Context) CrossSiteAccessPoliciesPtrOutput

type CrossSiteAccessPoliciesResponse

type CrossSiteAccessPoliciesResponse struct {
	// The content of clientaccesspolicy.xml used by Silverlight.
	ClientAccessPolicy *string `pulumi:"clientAccessPolicy"`
	// The content of crossdomain.xml used by Silverlight.
	CrossDomainPolicy *string `pulumi:"crossDomainPolicy"`
}

The client access policy.

type CrossSiteAccessPoliciesResponseArgs

type CrossSiteAccessPoliciesResponseArgs struct {
	// The content of clientaccesspolicy.xml used by Silverlight.
	ClientAccessPolicy pulumi.StringPtrInput `pulumi:"clientAccessPolicy"`
	// The content of crossdomain.xml used by Silverlight.
	CrossDomainPolicy pulumi.StringPtrInput `pulumi:"crossDomainPolicy"`
}

The client access policy.

func (CrossSiteAccessPoliciesResponseArgs) ElementType

func (CrossSiteAccessPoliciesResponseArgs) ToCrossSiteAccessPoliciesResponseOutput

func (i CrossSiteAccessPoliciesResponseArgs) ToCrossSiteAccessPoliciesResponseOutput() CrossSiteAccessPoliciesResponseOutput

func (CrossSiteAccessPoliciesResponseArgs) ToCrossSiteAccessPoliciesResponseOutputWithContext

func (i CrossSiteAccessPoliciesResponseArgs) ToCrossSiteAccessPoliciesResponseOutputWithContext(ctx context.Context) CrossSiteAccessPoliciesResponseOutput

func (CrossSiteAccessPoliciesResponseArgs) ToCrossSiteAccessPoliciesResponsePtrOutput

func (i CrossSiteAccessPoliciesResponseArgs) ToCrossSiteAccessPoliciesResponsePtrOutput() CrossSiteAccessPoliciesResponsePtrOutput

func (CrossSiteAccessPoliciesResponseArgs) ToCrossSiteAccessPoliciesResponsePtrOutputWithContext

func (i CrossSiteAccessPoliciesResponseArgs) ToCrossSiteAccessPoliciesResponsePtrOutputWithContext(ctx context.Context) CrossSiteAccessPoliciesResponsePtrOutput

type CrossSiteAccessPoliciesResponseInput

type CrossSiteAccessPoliciesResponseInput interface {
	pulumi.Input

	ToCrossSiteAccessPoliciesResponseOutput() CrossSiteAccessPoliciesResponseOutput
	ToCrossSiteAccessPoliciesResponseOutputWithContext(context.Context) CrossSiteAccessPoliciesResponseOutput
}

CrossSiteAccessPoliciesResponseInput is an input type that accepts CrossSiteAccessPoliciesResponseArgs and CrossSiteAccessPoliciesResponseOutput values. You can construct a concrete instance of `CrossSiteAccessPoliciesResponseInput` via:

CrossSiteAccessPoliciesResponseArgs{...}

type CrossSiteAccessPoliciesResponseOutput

type CrossSiteAccessPoliciesResponseOutput struct{ *pulumi.OutputState }

The client access policy.

func (CrossSiteAccessPoliciesResponseOutput) ClientAccessPolicy

The content of clientaccesspolicy.xml used by Silverlight.

func (CrossSiteAccessPoliciesResponseOutput) CrossDomainPolicy

The content of crossdomain.xml used by Silverlight.

func (CrossSiteAccessPoliciesResponseOutput) ElementType

func (CrossSiteAccessPoliciesResponseOutput) ToCrossSiteAccessPoliciesResponseOutput

func (o CrossSiteAccessPoliciesResponseOutput) ToCrossSiteAccessPoliciesResponseOutput() CrossSiteAccessPoliciesResponseOutput

func (CrossSiteAccessPoliciesResponseOutput) ToCrossSiteAccessPoliciesResponseOutputWithContext

func (o CrossSiteAccessPoliciesResponseOutput) ToCrossSiteAccessPoliciesResponseOutputWithContext(ctx context.Context) CrossSiteAccessPoliciesResponseOutput

func (CrossSiteAccessPoliciesResponseOutput) ToCrossSiteAccessPoliciesResponsePtrOutput

func (o CrossSiteAccessPoliciesResponseOutput) ToCrossSiteAccessPoliciesResponsePtrOutput() CrossSiteAccessPoliciesResponsePtrOutput

func (CrossSiteAccessPoliciesResponseOutput) ToCrossSiteAccessPoliciesResponsePtrOutputWithContext

func (o CrossSiteAccessPoliciesResponseOutput) ToCrossSiteAccessPoliciesResponsePtrOutputWithContext(ctx context.Context) CrossSiteAccessPoliciesResponsePtrOutput

type CrossSiteAccessPoliciesResponsePtrInput

type CrossSiteAccessPoliciesResponsePtrInput interface {
	pulumi.Input

	ToCrossSiteAccessPoliciesResponsePtrOutput() CrossSiteAccessPoliciesResponsePtrOutput
	ToCrossSiteAccessPoliciesResponsePtrOutputWithContext(context.Context) CrossSiteAccessPoliciesResponsePtrOutput
}

CrossSiteAccessPoliciesResponsePtrInput is an input type that accepts CrossSiteAccessPoliciesResponseArgs, CrossSiteAccessPoliciesResponsePtr and CrossSiteAccessPoliciesResponsePtrOutput values. You can construct a concrete instance of `CrossSiteAccessPoliciesResponsePtrInput` via:

        CrossSiteAccessPoliciesResponseArgs{...}

or:

        nil

type CrossSiteAccessPoliciesResponsePtrOutput

type CrossSiteAccessPoliciesResponsePtrOutput struct{ *pulumi.OutputState }

func (CrossSiteAccessPoliciesResponsePtrOutput) ClientAccessPolicy

The content of clientaccesspolicy.xml used by Silverlight.

func (CrossSiteAccessPoliciesResponsePtrOutput) CrossDomainPolicy

The content of crossdomain.xml used by Silverlight.

func (CrossSiteAccessPoliciesResponsePtrOutput) Elem

func (CrossSiteAccessPoliciesResponsePtrOutput) ElementType

func (CrossSiteAccessPoliciesResponsePtrOutput) ToCrossSiteAccessPoliciesResponsePtrOutput

func (o CrossSiteAccessPoliciesResponsePtrOutput) ToCrossSiteAccessPoliciesResponsePtrOutput() CrossSiteAccessPoliciesResponsePtrOutput

func (CrossSiteAccessPoliciesResponsePtrOutput) ToCrossSiteAccessPoliciesResponsePtrOutputWithContext

func (o CrossSiteAccessPoliciesResponsePtrOutput) ToCrossSiteAccessPoliciesResponsePtrOutputWithContext(ctx context.Context) CrossSiteAccessPoliciesResponsePtrOutput

type DefaultKey

type DefaultKey struct {
	// Label can be used to specify Content Key when creating a Streaming Locator
	Label *string `pulumi:"label"`
	// Policy used by Default Key
	PolicyName *string `pulumi:"policyName"`
}

Class to specify properties of default content key for each encryption scheme

type DefaultKeyArgs

type DefaultKeyArgs struct {
	// Label can be used to specify Content Key when creating a Streaming Locator
	Label pulumi.StringPtrInput `pulumi:"label"`
	// Policy used by Default Key
	PolicyName pulumi.StringPtrInput `pulumi:"policyName"`
}

Class to specify properties of default content key for each encryption scheme

func (DefaultKeyArgs) ElementType

func (DefaultKeyArgs) ElementType() reflect.Type

func (DefaultKeyArgs) ToDefaultKeyOutput

func (i DefaultKeyArgs) ToDefaultKeyOutput() DefaultKeyOutput

func (DefaultKeyArgs) ToDefaultKeyOutputWithContext

func (i DefaultKeyArgs) ToDefaultKeyOutputWithContext(ctx context.Context) DefaultKeyOutput

func (DefaultKeyArgs) ToDefaultKeyPtrOutput

func (i DefaultKeyArgs) ToDefaultKeyPtrOutput() DefaultKeyPtrOutput

func (DefaultKeyArgs) ToDefaultKeyPtrOutputWithContext

func (i DefaultKeyArgs) ToDefaultKeyPtrOutputWithContext(ctx context.Context) DefaultKeyPtrOutput

type DefaultKeyInput

type DefaultKeyInput interface {
	pulumi.Input

	ToDefaultKeyOutput() DefaultKeyOutput
	ToDefaultKeyOutputWithContext(context.Context) DefaultKeyOutput
}

DefaultKeyInput is an input type that accepts DefaultKeyArgs and DefaultKeyOutput values. You can construct a concrete instance of `DefaultKeyInput` via:

DefaultKeyArgs{...}

type DefaultKeyOutput

type DefaultKeyOutput struct{ *pulumi.OutputState }

Class to specify properties of default content key for each encryption scheme

func (DefaultKeyOutput) ElementType

func (DefaultKeyOutput) ElementType() reflect.Type

func (DefaultKeyOutput) Label

Label can be used to specify Content Key when creating a Streaming Locator

func (DefaultKeyOutput) PolicyName

func (o DefaultKeyOutput) PolicyName() pulumi.StringPtrOutput

Policy used by Default Key

func (DefaultKeyOutput) ToDefaultKeyOutput

func (o DefaultKeyOutput) ToDefaultKeyOutput() DefaultKeyOutput

func (DefaultKeyOutput) ToDefaultKeyOutputWithContext

func (o DefaultKeyOutput) ToDefaultKeyOutputWithContext(ctx context.Context) DefaultKeyOutput

func (DefaultKeyOutput) ToDefaultKeyPtrOutput

func (o DefaultKeyOutput) ToDefaultKeyPtrOutput() DefaultKeyPtrOutput

func (DefaultKeyOutput) ToDefaultKeyPtrOutputWithContext

func (o DefaultKeyOutput) ToDefaultKeyPtrOutputWithContext(ctx context.Context) DefaultKeyPtrOutput

type DefaultKeyPtrInput

type DefaultKeyPtrInput interface {
	pulumi.Input

	ToDefaultKeyPtrOutput() DefaultKeyPtrOutput
	ToDefaultKeyPtrOutputWithContext(context.Context) DefaultKeyPtrOutput
}

DefaultKeyPtrInput is an input type that accepts DefaultKeyArgs, DefaultKeyPtr and DefaultKeyPtrOutput values. You can construct a concrete instance of `DefaultKeyPtrInput` via:

        DefaultKeyArgs{...}

or:

        nil

func DefaultKeyPtr

func DefaultKeyPtr(v *DefaultKeyArgs) DefaultKeyPtrInput

type DefaultKeyPtrOutput

type DefaultKeyPtrOutput struct{ *pulumi.OutputState }

func (DefaultKeyPtrOutput) Elem

func (DefaultKeyPtrOutput) ElementType

func (DefaultKeyPtrOutput) ElementType() reflect.Type

func (DefaultKeyPtrOutput) Label

Label can be used to specify Content Key when creating a Streaming Locator

func (DefaultKeyPtrOutput) PolicyName

Policy used by Default Key

func (DefaultKeyPtrOutput) ToDefaultKeyPtrOutput

func (o DefaultKeyPtrOutput) ToDefaultKeyPtrOutput() DefaultKeyPtrOutput

func (DefaultKeyPtrOutput) ToDefaultKeyPtrOutputWithContext

func (o DefaultKeyPtrOutput) ToDefaultKeyPtrOutputWithContext(ctx context.Context) DefaultKeyPtrOutput

type DefaultKeyResponse

type DefaultKeyResponse struct {
	// Label can be used to specify Content Key when creating a Streaming Locator
	Label *string `pulumi:"label"`
	// Policy used by Default Key
	PolicyName *string `pulumi:"policyName"`
}

Class to specify properties of default content key for each encryption scheme

type DefaultKeyResponseArgs

type DefaultKeyResponseArgs struct {
	// Label can be used to specify Content Key when creating a Streaming Locator
	Label pulumi.StringPtrInput `pulumi:"label"`
	// Policy used by Default Key
	PolicyName pulumi.StringPtrInput `pulumi:"policyName"`
}

Class to specify properties of default content key for each encryption scheme

func (DefaultKeyResponseArgs) ElementType

func (DefaultKeyResponseArgs) ElementType() reflect.Type

func (DefaultKeyResponseArgs) ToDefaultKeyResponseOutput

func (i DefaultKeyResponseArgs) ToDefaultKeyResponseOutput() DefaultKeyResponseOutput

func (DefaultKeyResponseArgs) ToDefaultKeyResponseOutputWithContext

func (i DefaultKeyResponseArgs) ToDefaultKeyResponseOutputWithContext(ctx context.Context) DefaultKeyResponseOutput

func (DefaultKeyResponseArgs) ToDefaultKeyResponsePtrOutput

func (i DefaultKeyResponseArgs) ToDefaultKeyResponsePtrOutput() DefaultKeyResponsePtrOutput

func (DefaultKeyResponseArgs) ToDefaultKeyResponsePtrOutputWithContext

func (i DefaultKeyResponseArgs) ToDefaultKeyResponsePtrOutputWithContext(ctx context.Context) DefaultKeyResponsePtrOutput

type DefaultKeyResponseInput

type DefaultKeyResponseInput interface {
	pulumi.Input

	ToDefaultKeyResponseOutput() DefaultKeyResponseOutput
	ToDefaultKeyResponseOutputWithContext(context.Context) DefaultKeyResponseOutput
}

DefaultKeyResponseInput is an input type that accepts DefaultKeyResponseArgs and DefaultKeyResponseOutput values. You can construct a concrete instance of `DefaultKeyResponseInput` via:

DefaultKeyResponseArgs{...}

type DefaultKeyResponseOutput

type DefaultKeyResponseOutput struct{ *pulumi.OutputState }

Class to specify properties of default content key for each encryption scheme

func (DefaultKeyResponseOutput) ElementType

func (DefaultKeyResponseOutput) ElementType() reflect.Type

func (DefaultKeyResponseOutput) Label

Label can be used to specify Content Key when creating a Streaming Locator

func (DefaultKeyResponseOutput) PolicyName

Policy used by Default Key

func (DefaultKeyResponseOutput) ToDefaultKeyResponseOutput

func (o DefaultKeyResponseOutput) ToDefaultKeyResponseOutput() DefaultKeyResponseOutput

func (DefaultKeyResponseOutput) ToDefaultKeyResponseOutputWithContext

func (o DefaultKeyResponseOutput) ToDefaultKeyResponseOutputWithContext(ctx context.Context) DefaultKeyResponseOutput

func (DefaultKeyResponseOutput) ToDefaultKeyResponsePtrOutput

func (o DefaultKeyResponseOutput) ToDefaultKeyResponsePtrOutput() DefaultKeyResponsePtrOutput

func (DefaultKeyResponseOutput) ToDefaultKeyResponsePtrOutputWithContext

func (o DefaultKeyResponseOutput) ToDefaultKeyResponsePtrOutputWithContext(ctx context.Context) DefaultKeyResponsePtrOutput

type DefaultKeyResponsePtrInput

type DefaultKeyResponsePtrInput interface {
	pulumi.Input

	ToDefaultKeyResponsePtrOutput() DefaultKeyResponsePtrOutput
	ToDefaultKeyResponsePtrOutputWithContext(context.Context) DefaultKeyResponsePtrOutput
}

DefaultKeyResponsePtrInput is an input type that accepts DefaultKeyResponseArgs, DefaultKeyResponsePtr and DefaultKeyResponsePtrOutput values. You can construct a concrete instance of `DefaultKeyResponsePtrInput` via:

        DefaultKeyResponseArgs{...}

or:

        nil

type DefaultKeyResponsePtrOutput

type DefaultKeyResponsePtrOutput struct{ *pulumi.OutputState }

func (DefaultKeyResponsePtrOutput) Elem

func (DefaultKeyResponsePtrOutput) ElementType

func (DefaultKeyResponsePtrOutput) Label

Label can be used to specify Content Key when creating a Streaming Locator

func (DefaultKeyResponsePtrOutput) PolicyName

Policy used by Default Key

func (DefaultKeyResponsePtrOutput) ToDefaultKeyResponsePtrOutput

func (o DefaultKeyResponsePtrOutput) ToDefaultKeyResponsePtrOutput() DefaultKeyResponsePtrOutput

func (DefaultKeyResponsePtrOutput) ToDefaultKeyResponsePtrOutputWithContext

func (o DefaultKeyResponsePtrOutput) ToDefaultKeyResponsePtrOutputWithContext(ctx context.Context) DefaultKeyResponsePtrOutput

type Deinterlace

type Deinterlace struct {
	// The deinterlacing mode. Defaults to AutoPixelAdaptive.
	Mode *string `pulumi:"mode"`
	// The field parity for de-interlacing, defaults to Auto.
	Parity *string `pulumi:"parity"`
}

Describes the de-interlacing settings.

type DeinterlaceArgs

type DeinterlaceArgs struct {
	// The deinterlacing mode. Defaults to AutoPixelAdaptive.
	Mode pulumi.StringPtrInput `pulumi:"mode"`
	// The field parity for de-interlacing, defaults to Auto.
	Parity pulumi.StringPtrInput `pulumi:"parity"`
}

Describes the de-interlacing settings.

func (DeinterlaceArgs) ElementType

func (DeinterlaceArgs) ElementType() reflect.Type

func (DeinterlaceArgs) ToDeinterlaceOutput

func (i DeinterlaceArgs) ToDeinterlaceOutput() DeinterlaceOutput

func (DeinterlaceArgs) ToDeinterlaceOutputWithContext

func (i DeinterlaceArgs) ToDeinterlaceOutputWithContext(ctx context.Context) DeinterlaceOutput

func (DeinterlaceArgs) ToDeinterlacePtrOutput

func (i DeinterlaceArgs) ToDeinterlacePtrOutput() DeinterlacePtrOutput

func (DeinterlaceArgs) ToDeinterlacePtrOutputWithContext

func (i DeinterlaceArgs) ToDeinterlacePtrOutputWithContext(ctx context.Context) DeinterlacePtrOutput

type DeinterlaceInput

type DeinterlaceInput interface {
	pulumi.Input

	ToDeinterlaceOutput() DeinterlaceOutput
	ToDeinterlaceOutputWithContext(context.Context) DeinterlaceOutput
}

DeinterlaceInput is an input type that accepts DeinterlaceArgs and DeinterlaceOutput values. You can construct a concrete instance of `DeinterlaceInput` via:

DeinterlaceArgs{...}

type DeinterlaceOutput

type DeinterlaceOutput struct{ *pulumi.OutputState }

Describes the de-interlacing settings.

func (DeinterlaceOutput) ElementType

func (DeinterlaceOutput) ElementType() reflect.Type

func (DeinterlaceOutput) Mode

The deinterlacing mode. Defaults to AutoPixelAdaptive.

func (DeinterlaceOutput) Parity

The field parity for de-interlacing, defaults to Auto.

func (DeinterlaceOutput) ToDeinterlaceOutput

func (o DeinterlaceOutput) ToDeinterlaceOutput() DeinterlaceOutput

func (DeinterlaceOutput) ToDeinterlaceOutputWithContext

func (o DeinterlaceOutput) ToDeinterlaceOutputWithContext(ctx context.Context) DeinterlaceOutput

func (DeinterlaceOutput) ToDeinterlacePtrOutput

func (o DeinterlaceOutput) ToDeinterlacePtrOutput() DeinterlacePtrOutput

func (DeinterlaceOutput) ToDeinterlacePtrOutputWithContext

func (o DeinterlaceOutput) ToDeinterlacePtrOutputWithContext(ctx context.Context) DeinterlacePtrOutput

type DeinterlacePtrInput

type DeinterlacePtrInput interface {
	pulumi.Input

	ToDeinterlacePtrOutput() DeinterlacePtrOutput
	ToDeinterlacePtrOutputWithContext(context.Context) DeinterlacePtrOutput
}

DeinterlacePtrInput is an input type that accepts DeinterlaceArgs, DeinterlacePtr and DeinterlacePtrOutput values. You can construct a concrete instance of `DeinterlacePtrInput` via:

        DeinterlaceArgs{...}

or:

        nil

func DeinterlacePtr

func DeinterlacePtr(v *DeinterlaceArgs) DeinterlacePtrInput

type DeinterlacePtrOutput

type DeinterlacePtrOutput struct{ *pulumi.OutputState }

func (DeinterlacePtrOutput) Elem

func (DeinterlacePtrOutput) ElementType

func (DeinterlacePtrOutput) ElementType() reflect.Type

func (DeinterlacePtrOutput) Mode

The deinterlacing mode. Defaults to AutoPixelAdaptive.

func (DeinterlacePtrOutput) Parity

The field parity for de-interlacing, defaults to Auto.

func (DeinterlacePtrOutput) ToDeinterlacePtrOutput

func (o DeinterlacePtrOutput) ToDeinterlacePtrOutput() DeinterlacePtrOutput

func (DeinterlacePtrOutput) ToDeinterlacePtrOutputWithContext

func (o DeinterlacePtrOutput) ToDeinterlacePtrOutputWithContext(ctx context.Context) DeinterlacePtrOutput

type DeinterlaceResponse

type DeinterlaceResponse struct {
	// The deinterlacing mode. Defaults to AutoPixelAdaptive.
	Mode *string `pulumi:"mode"`
	// The field parity for de-interlacing, defaults to Auto.
	Parity *string `pulumi:"parity"`
}

Describes the de-interlacing settings.

type DeinterlaceResponseArgs

type DeinterlaceResponseArgs struct {
	// The deinterlacing mode. Defaults to AutoPixelAdaptive.
	Mode pulumi.StringPtrInput `pulumi:"mode"`
	// The field parity for de-interlacing, defaults to Auto.
	Parity pulumi.StringPtrInput `pulumi:"parity"`
}

Describes the de-interlacing settings.

func (DeinterlaceResponseArgs) ElementType

func (DeinterlaceResponseArgs) ElementType() reflect.Type

func (DeinterlaceResponseArgs) ToDeinterlaceResponseOutput

func (i DeinterlaceResponseArgs) ToDeinterlaceResponseOutput() DeinterlaceResponseOutput

func (DeinterlaceResponseArgs) ToDeinterlaceResponseOutputWithContext

func (i DeinterlaceResponseArgs) ToDeinterlaceResponseOutputWithContext(ctx context.Context) DeinterlaceResponseOutput

func (DeinterlaceResponseArgs) ToDeinterlaceResponsePtrOutput

func (i DeinterlaceResponseArgs) ToDeinterlaceResponsePtrOutput() DeinterlaceResponsePtrOutput

func (DeinterlaceResponseArgs) ToDeinterlaceResponsePtrOutputWithContext

func (i DeinterlaceResponseArgs) ToDeinterlaceResponsePtrOutputWithContext(ctx context.Context) DeinterlaceResponsePtrOutput

type DeinterlaceResponseInput

type DeinterlaceResponseInput interface {
	pulumi.Input

	ToDeinterlaceResponseOutput() DeinterlaceResponseOutput
	ToDeinterlaceResponseOutputWithContext(context.Context) DeinterlaceResponseOutput
}

DeinterlaceResponseInput is an input type that accepts DeinterlaceResponseArgs and DeinterlaceResponseOutput values. You can construct a concrete instance of `DeinterlaceResponseInput` via:

DeinterlaceResponseArgs{...}

type DeinterlaceResponseOutput

type DeinterlaceResponseOutput struct{ *pulumi.OutputState }

Describes the de-interlacing settings.

func (DeinterlaceResponseOutput) ElementType

func (DeinterlaceResponseOutput) ElementType() reflect.Type

func (DeinterlaceResponseOutput) Mode

The deinterlacing mode. Defaults to AutoPixelAdaptive.

func (DeinterlaceResponseOutput) Parity

The field parity for de-interlacing, defaults to Auto.

func (DeinterlaceResponseOutput) ToDeinterlaceResponseOutput

func (o DeinterlaceResponseOutput) ToDeinterlaceResponseOutput() DeinterlaceResponseOutput

func (DeinterlaceResponseOutput) ToDeinterlaceResponseOutputWithContext

func (o DeinterlaceResponseOutput) ToDeinterlaceResponseOutputWithContext(ctx context.Context) DeinterlaceResponseOutput

func (DeinterlaceResponseOutput) ToDeinterlaceResponsePtrOutput

func (o DeinterlaceResponseOutput) ToDeinterlaceResponsePtrOutput() DeinterlaceResponsePtrOutput

func (DeinterlaceResponseOutput) ToDeinterlaceResponsePtrOutputWithContext

func (o DeinterlaceResponseOutput) ToDeinterlaceResponsePtrOutputWithContext(ctx context.Context) DeinterlaceResponsePtrOutput

type DeinterlaceResponsePtrInput

type DeinterlaceResponsePtrInput interface {
	pulumi.Input

	ToDeinterlaceResponsePtrOutput() DeinterlaceResponsePtrOutput
	ToDeinterlaceResponsePtrOutputWithContext(context.Context) DeinterlaceResponsePtrOutput
}

DeinterlaceResponsePtrInput is an input type that accepts DeinterlaceResponseArgs, DeinterlaceResponsePtr and DeinterlaceResponsePtrOutput values. You can construct a concrete instance of `DeinterlaceResponsePtrInput` via:

        DeinterlaceResponseArgs{...}

or:

        nil

type DeinterlaceResponsePtrOutput

type DeinterlaceResponsePtrOutput struct{ *pulumi.OutputState }

func (DeinterlaceResponsePtrOutput) Elem

func (DeinterlaceResponsePtrOutput) ElementType

func (DeinterlaceResponsePtrOutput) Mode

The deinterlacing mode. Defaults to AutoPixelAdaptive.

func (DeinterlaceResponsePtrOutput) Parity

The field parity for de-interlacing, defaults to Auto.

func (DeinterlaceResponsePtrOutput) ToDeinterlaceResponsePtrOutput

func (o DeinterlaceResponsePtrOutput) ToDeinterlaceResponsePtrOutput() DeinterlaceResponsePtrOutput

func (DeinterlaceResponsePtrOutput) ToDeinterlaceResponsePtrOutputWithContext

func (o DeinterlaceResponsePtrOutput) ToDeinterlaceResponsePtrOutputWithContext(ctx context.Context) DeinterlaceResponsePtrOutput

type EnabledProtocols

type EnabledProtocols struct {
	// Enable DASH protocol or not
	Dash bool `pulumi:"dash"`
	// Enable Download protocol or not
	Download bool `pulumi:"download"`
	// Enable HLS protocol or not
	Hls bool `pulumi:"hls"`
	// Enable SmoothStreaming protocol or not
	SmoothStreaming bool `pulumi:"smoothStreaming"`
}

Class to specify which protocols are enabled

type EnabledProtocolsArgs

type EnabledProtocolsArgs struct {
	// Enable DASH protocol or not
	Dash pulumi.BoolInput `pulumi:"dash"`
	// Enable Download protocol or not
	Download pulumi.BoolInput `pulumi:"download"`
	// Enable HLS protocol or not
	Hls pulumi.BoolInput `pulumi:"hls"`
	// Enable SmoothStreaming protocol or not
	SmoothStreaming pulumi.BoolInput `pulumi:"smoothStreaming"`
}

Class to specify which protocols are enabled

func (EnabledProtocolsArgs) ElementType

func (EnabledProtocolsArgs) ElementType() reflect.Type

func (EnabledProtocolsArgs) ToEnabledProtocolsOutput

func (i EnabledProtocolsArgs) ToEnabledProtocolsOutput() EnabledProtocolsOutput

func (EnabledProtocolsArgs) ToEnabledProtocolsOutputWithContext

func (i EnabledProtocolsArgs) ToEnabledProtocolsOutputWithContext(ctx context.Context) EnabledProtocolsOutput

func (EnabledProtocolsArgs) ToEnabledProtocolsPtrOutput

func (i EnabledProtocolsArgs) ToEnabledProtocolsPtrOutput() EnabledProtocolsPtrOutput

func (EnabledProtocolsArgs) ToEnabledProtocolsPtrOutputWithContext

func (i EnabledProtocolsArgs) ToEnabledProtocolsPtrOutputWithContext(ctx context.Context) EnabledProtocolsPtrOutput

type EnabledProtocolsInput

type EnabledProtocolsInput interface {
	pulumi.Input

	ToEnabledProtocolsOutput() EnabledProtocolsOutput
	ToEnabledProtocolsOutputWithContext(context.Context) EnabledProtocolsOutput
}

EnabledProtocolsInput is an input type that accepts EnabledProtocolsArgs and EnabledProtocolsOutput values. You can construct a concrete instance of `EnabledProtocolsInput` via:

EnabledProtocolsArgs{...}

type EnabledProtocolsOutput

type EnabledProtocolsOutput struct{ *pulumi.OutputState }

Class to specify which protocols are enabled

func (EnabledProtocolsOutput) Dash

Enable DASH protocol or not

func (EnabledProtocolsOutput) Download

Enable Download protocol or not

func (EnabledProtocolsOutput) ElementType

func (EnabledProtocolsOutput) ElementType() reflect.Type

func (EnabledProtocolsOutput) Hls

Enable HLS protocol or not

func (EnabledProtocolsOutput) SmoothStreaming

func (o EnabledProtocolsOutput) SmoothStreaming() pulumi.BoolOutput

Enable SmoothStreaming protocol or not

func (EnabledProtocolsOutput) ToEnabledProtocolsOutput

func (o EnabledProtocolsOutput) ToEnabledProtocolsOutput() EnabledProtocolsOutput

func (EnabledProtocolsOutput) ToEnabledProtocolsOutputWithContext

func (o EnabledProtocolsOutput) ToEnabledProtocolsOutputWithContext(ctx context.Context) EnabledProtocolsOutput

func (EnabledProtocolsOutput) ToEnabledProtocolsPtrOutput

func (o EnabledProtocolsOutput) ToEnabledProtocolsPtrOutput() EnabledProtocolsPtrOutput

func (EnabledProtocolsOutput) ToEnabledProtocolsPtrOutputWithContext

func (o EnabledProtocolsOutput) ToEnabledProtocolsPtrOutputWithContext(ctx context.Context) EnabledProtocolsPtrOutput

type EnabledProtocolsPtrInput

type EnabledProtocolsPtrInput interface {
	pulumi.Input

	ToEnabledProtocolsPtrOutput() EnabledProtocolsPtrOutput
	ToEnabledProtocolsPtrOutputWithContext(context.Context) EnabledProtocolsPtrOutput
}

EnabledProtocolsPtrInput is an input type that accepts EnabledProtocolsArgs, EnabledProtocolsPtr and EnabledProtocolsPtrOutput values. You can construct a concrete instance of `EnabledProtocolsPtrInput` via:

        EnabledProtocolsArgs{...}

or:

        nil

type EnabledProtocolsPtrOutput

type EnabledProtocolsPtrOutput struct{ *pulumi.OutputState }

func (EnabledProtocolsPtrOutput) Dash

Enable DASH protocol or not

func (EnabledProtocolsPtrOutput) Download

Enable Download protocol or not

func (EnabledProtocolsPtrOutput) Elem

func (EnabledProtocolsPtrOutput) ElementType

func (EnabledProtocolsPtrOutput) ElementType() reflect.Type

func (EnabledProtocolsPtrOutput) Hls

Enable HLS protocol or not

func (EnabledProtocolsPtrOutput) SmoothStreaming

func (o EnabledProtocolsPtrOutput) SmoothStreaming() pulumi.BoolPtrOutput

Enable SmoothStreaming protocol or not

func (EnabledProtocolsPtrOutput) ToEnabledProtocolsPtrOutput

func (o EnabledProtocolsPtrOutput) ToEnabledProtocolsPtrOutput() EnabledProtocolsPtrOutput

func (EnabledProtocolsPtrOutput) ToEnabledProtocolsPtrOutputWithContext

func (o EnabledProtocolsPtrOutput) ToEnabledProtocolsPtrOutputWithContext(ctx context.Context) EnabledProtocolsPtrOutput

type EnabledProtocolsResponse

type EnabledProtocolsResponse struct {
	// Enable DASH protocol or not
	Dash bool `pulumi:"dash"`
	// Enable Download protocol or not
	Download bool `pulumi:"download"`
	// Enable HLS protocol or not
	Hls bool `pulumi:"hls"`
	// Enable SmoothStreaming protocol or not
	SmoothStreaming bool `pulumi:"smoothStreaming"`
}

Class to specify which protocols are enabled

type EnabledProtocolsResponseArgs

type EnabledProtocolsResponseArgs struct {
	// Enable DASH protocol or not
	Dash pulumi.BoolInput `pulumi:"dash"`
	// Enable Download protocol or not
	Download pulumi.BoolInput `pulumi:"download"`
	// Enable HLS protocol or not
	Hls pulumi.BoolInput `pulumi:"hls"`
	// Enable SmoothStreaming protocol or not
	SmoothStreaming pulumi.BoolInput `pulumi:"smoothStreaming"`
}

Class to specify which protocols are enabled

func (EnabledProtocolsResponseArgs) ElementType

func (EnabledProtocolsResponseArgs) ToEnabledProtocolsResponseOutput

func (i EnabledProtocolsResponseArgs) ToEnabledProtocolsResponseOutput() EnabledProtocolsResponseOutput

func (EnabledProtocolsResponseArgs) ToEnabledProtocolsResponseOutputWithContext

func (i EnabledProtocolsResponseArgs) ToEnabledProtocolsResponseOutputWithContext(ctx context.Context) EnabledProtocolsResponseOutput

func (EnabledProtocolsResponseArgs) ToEnabledProtocolsResponsePtrOutput

func (i EnabledProtocolsResponseArgs) ToEnabledProtocolsResponsePtrOutput() EnabledProtocolsResponsePtrOutput

func (EnabledProtocolsResponseArgs) ToEnabledProtocolsResponsePtrOutputWithContext

func (i EnabledProtocolsResponseArgs) ToEnabledProtocolsResponsePtrOutputWithContext(ctx context.Context) EnabledProtocolsResponsePtrOutput

type EnabledProtocolsResponseInput

type EnabledProtocolsResponseInput interface {
	pulumi.Input

	ToEnabledProtocolsResponseOutput() EnabledProtocolsResponseOutput
	ToEnabledProtocolsResponseOutputWithContext(context.Context) EnabledProtocolsResponseOutput
}

EnabledProtocolsResponseInput is an input type that accepts EnabledProtocolsResponseArgs and EnabledProtocolsResponseOutput values. You can construct a concrete instance of `EnabledProtocolsResponseInput` via:

EnabledProtocolsResponseArgs{...}

type EnabledProtocolsResponseOutput

type EnabledProtocolsResponseOutput struct{ *pulumi.OutputState }

Class to specify which protocols are enabled

func (EnabledProtocolsResponseOutput) Dash

Enable DASH protocol or not

func (EnabledProtocolsResponseOutput) Download

Enable Download protocol or not

func (EnabledProtocolsResponseOutput) ElementType

func (EnabledProtocolsResponseOutput) Hls

Enable HLS protocol or not

func (EnabledProtocolsResponseOutput) SmoothStreaming

func (o EnabledProtocolsResponseOutput) SmoothStreaming() pulumi.BoolOutput

Enable SmoothStreaming protocol or not

func (EnabledProtocolsResponseOutput) ToEnabledProtocolsResponseOutput

func (o EnabledProtocolsResponseOutput) ToEnabledProtocolsResponseOutput() EnabledProtocolsResponseOutput

func (EnabledProtocolsResponseOutput) ToEnabledProtocolsResponseOutputWithContext

func (o EnabledProtocolsResponseOutput) ToEnabledProtocolsResponseOutputWithContext(ctx context.Context) EnabledProtocolsResponseOutput

func (EnabledProtocolsResponseOutput) ToEnabledProtocolsResponsePtrOutput

func (o EnabledProtocolsResponseOutput) ToEnabledProtocolsResponsePtrOutput() EnabledProtocolsResponsePtrOutput

func (EnabledProtocolsResponseOutput) ToEnabledProtocolsResponsePtrOutputWithContext

func (o EnabledProtocolsResponseOutput) ToEnabledProtocolsResponsePtrOutputWithContext(ctx context.Context) EnabledProtocolsResponsePtrOutput

type EnabledProtocolsResponsePtrInput

type EnabledProtocolsResponsePtrInput interface {
	pulumi.Input

	ToEnabledProtocolsResponsePtrOutput() EnabledProtocolsResponsePtrOutput
	ToEnabledProtocolsResponsePtrOutputWithContext(context.Context) EnabledProtocolsResponsePtrOutput
}

EnabledProtocolsResponsePtrInput is an input type that accepts EnabledProtocolsResponseArgs, EnabledProtocolsResponsePtr and EnabledProtocolsResponsePtrOutput values. You can construct a concrete instance of `EnabledProtocolsResponsePtrInput` via:

        EnabledProtocolsResponseArgs{...}

or:

        nil

type EnabledProtocolsResponsePtrOutput

type EnabledProtocolsResponsePtrOutput struct{ *pulumi.OutputState }

func (EnabledProtocolsResponsePtrOutput) Dash

Enable DASH protocol or not

func (EnabledProtocolsResponsePtrOutput) Download

Enable Download protocol or not

func (EnabledProtocolsResponsePtrOutput) Elem

func (EnabledProtocolsResponsePtrOutput) ElementType

func (EnabledProtocolsResponsePtrOutput) Hls

Enable HLS protocol or not

func (EnabledProtocolsResponsePtrOutput) SmoothStreaming

Enable SmoothStreaming protocol or not

func (EnabledProtocolsResponsePtrOutput) ToEnabledProtocolsResponsePtrOutput

func (o EnabledProtocolsResponsePtrOutput) ToEnabledProtocolsResponsePtrOutput() EnabledProtocolsResponsePtrOutput

func (EnabledProtocolsResponsePtrOutput) ToEnabledProtocolsResponsePtrOutputWithContext

func (o EnabledProtocolsResponsePtrOutput) ToEnabledProtocolsResponsePtrOutputWithContext(ctx context.Context) EnabledProtocolsResponsePtrOutput

type EnvelopeEncryption

type EnvelopeEncryption struct {
	// Representing which tracks should not be encrypted
	ClearTracks []TrackSelection `pulumi:"clearTracks"`
	// Representing default content key for each encryption scheme and separate content keys for specific tracks
	ContentKeys *StreamingPolicyContentKeys `pulumi:"contentKeys"`
	// KeyAcquisitionUrlTemplate is used to point to user specified service to delivery content keys
	CustomKeyAcquisitionUrlTemplate *string `pulumi:"customKeyAcquisitionUrlTemplate"`
	// Representing supported protocols
	EnabledProtocols *EnabledProtocols `pulumi:"enabledProtocols"`
}

Class for EnvelopeEncryption encryption scheme

type EnvelopeEncryptionArgs

type EnvelopeEncryptionArgs struct {
	// Representing which tracks should not be encrypted
	ClearTracks TrackSelectionArrayInput `pulumi:"clearTracks"`
	// Representing default content key for each encryption scheme and separate content keys for specific tracks
	ContentKeys StreamingPolicyContentKeysPtrInput `pulumi:"contentKeys"`
	// KeyAcquisitionUrlTemplate is used to point to user specified service to delivery content keys
	CustomKeyAcquisitionUrlTemplate pulumi.StringPtrInput `pulumi:"customKeyAcquisitionUrlTemplate"`
	// Representing supported protocols
	EnabledProtocols EnabledProtocolsPtrInput `pulumi:"enabledProtocols"`
}

Class for EnvelopeEncryption encryption scheme

func (EnvelopeEncryptionArgs) ElementType

func (EnvelopeEncryptionArgs) ElementType() reflect.Type

func (EnvelopeEncryptionArgs) ToEnvelopeEncryptionOutput

func (i EnvelopeEncryptionArgs) ToEnvelopeEncryptionOutput() EnvelopeEncryptionOutput

func (EnvelopeEncryptionArgs) ToEnvelopeEncryptionOutputWithContext

func (i EnvelopeEncryptionArgs) ToEnvelopeEncryptionOutputWithContext(ctx context.Context) EnvelopeEncryptionOutput

func (EnvelopeEncryptionArgs) ToEnvelopeEncryptionPtrOutput

func (i EnvelopeEncryptionArgs) ToEnvelopeEncryptionPtrOutput() EnvelopeEncryptionPtrOutput

func (EnvelopeEncryptionArgs) ToEnvelopeEncryptionPtrOutputWithContext

func (i EnvelopeEncryptionArgs) ToEnvelopeEncryptionPtrOutputWithContext(ctx context.Context) EnvelopeEncryptionPtrOutput

type EnvelopeEncryptionInput

type EnvelopeEncryptionInput interface {
	pulumi.Input

	ToEnvelopeEncryptionOutput() EnvelopeEncryptionOutput
	ToEnvelopeEncryptionOutputWithContext(context.Context) EnvelopeEncryptionOutput
}

EnvelopeEncryptionInput is an input type that accepts EnvelopeEncryptionArgs and EnvelopeEncryptionOutput values. You can construct a concrete instance of `EnvelopeEncryptionInput` via:

EnvelopeEncryptionArgs{...}

type EnvelopeEncryptionOutput

type EnvelopeEncryptionOutput struct{ *pulumi.OutputState }

Class for EnvelopeEncryption encryption scheme

func (EnvelopeEncryptionOutput) ClearTracks

Representing which tracks should not be encrypted

func (EnvelopeEncryptionOutput) ContentKeys

Representing default content key for each encryption scheme and separate content keys for specific tracks

func (EnvelopeEncryptionOutput) CustomKeyAcquisitionUrlTemplate

func (o EnvelopeEncryptionOutput) CustomKeyAcquisitionUrlTemplate() pulumi.StringPtrOutput

KeyAcquisitionUrlTemplate is used to point to user specified service to delivery content keys

func (EnvelopeEncryptionOutput) ElementType

func (EnvelopeEncryptionOutput) ElementType() reflect.Type

func (EnvelopeEncryptionOutput) EnabledProtocols

Representing supported protocols

func (EnvelopeEncryptionOutput) ToEnvelopeEncryptionOutput

func (o EnvelopeEncryptionOutput) ToEnvelopeEncryptionOutput() EnvelopeEncryptionOutput

func (EnvelopeEncryptionOutput) ToEnvelopeEncryptionOutputWithContext

func (o EnvelopeEncryptionOutput) ToEnvelopeEncryptionOutputWithContext(ctx context.Context) EnvelopeEncryptionOutput

func (EnvelopeEncryptionOutput) ToEnvelopeEncryptionPtrOutput

func (o EnvelopeEncryptionOutput) ToEnvelopeEncryptionPtrOutput() EnvelopeEncryptionPtrOutput

func (EnvelopeEncryptionOutput) ToEnvelopeEncryptionPtrOutputWithContext

func (o EnvelopeEncryptionOutput) ToEnvelopeEncryptionPtrOutputWithContext(ctx context.Context) EnvelopeEncryptionPtrOutput

type EnvelopeEncryptionPtrInput

type EnvelopeEncryptionPtrInput interface {
	pulumi.Input

	ToEnvelopeEncryptionPtrOutput() EnvelopeEncryptionPtrOutput
	ToEnvelopeEncryptionPtrOutputWithContext(context.Context) EnvelopeEncryptionPtrOutput
}

EnvelopeEncryptionPtrInput is an input type that accepts EnvelopeEncryptionArgs, EnvelopeEncryptionPtr and EnvelopeEncryptionPtrOutput values. You can construct a concrete instance of `EnvelopeEncryptionPtrInput` via:

        EnvelopeEncryptionArgs{...}

or:

        nil

type EnvelopeEncryptionPtrOutput

type EnvelopeEncryptionPtrOutput struct{ *pulumi.OutputState }

func (EnvelopeEncryptionPtrOutput) ClearTracks

Representing which tracks should not be encrypted

func (EnvelopeEncryptionPtrOutput) ContentKeys

Representing default content key for each encryption scheme and separate content keys for specific tracks

func (EnvelopeEncryptionPtrOutput) CustomKeyAcquisitionUrlTemplate

func (o EnvelopeEncryptionPtrOutput) CustomKeyAcquisitionUrlTemplate() pulumi.StringPtrOutput

KeyAcquisitionUrlTemplate is used to point to user specified service to delivery content keys

func (EnvelopeEncryptionPtrOutput) Elem

func (EnvelopeEncryptionPtrOutput) ElementType

func (EnvelopeEncryptionPtrOutput) EnabledProtocols

Representing supported protocols

func (EnvelopeEncryptionPtrOutput) ToEnvelopeEncryptionPtrOutput

func (o EnvelopeEncryptionPtrOutput) ToEnvelopeEncryptionPtrOutput() EnvelopeEncryptionPtrOutput

func (EnvelopeEncryptionPtrOutput) ToEnvelopeEncryptionPtrOutputWithContext

func (o EnvelopeEncryptionPtrOutput) ToEnvelopeEncryptionPtrOutputWithContext(ctx context.Context) EnvelopeEncryptionPtrOutput

type EnvelopeEncryptionResponse

type EnvelopeEncryptionResponse struct {
	// Representing which tracks should not be encrypted
	ClearTracks []TrackSelectionResponse `pulumi:"clearTracks"`
	// Representing default content key for each encryption scheme and separate content keys for specific tracks
	ContentKeys *StreamingPolicyContentKeysResponse `pulumi:"contentKeys"`
	// KeyAcquisitionUrlTemplate is used to point to user specified service to delivery content keys
	CustomKeyAcquisitionUrlTemplate *string `pulumi:"customKeyAcquisitionUrlTemplate"`
	// Representing supported protocols
	EnabledProtocols *EnabledProtocolsResponse `pulumi:"enabledProtocols"`
}

Class for EnvelopeEncryption encryption scheme

type EnvelopeEncryptionResponseArgs

type EnvelopeEncryptionResponseArgs struct {
	// Representing which tracks should not be encrypted
	ClearTracks TrackSelectionResponseArrayInput `pulumi:"clearTracks"`
	// Representing default content key for each encryption scheme and separate content keys for specific tracks
	ContentKeys StreamingPolicyContentKeysResponsePtrInput `pulumi:"contentKeys"`
	// KeyAcquisitionUrlTemplate is used to point to user specified service to delivery content keys
	CustomKeyAcquisitionUrlTemplate pulumi.StringPtrInput `pulumi:"customKeyAcquisitionUrlTemplate"`
	// Representing supported protocols
	EnabledProtocols EnabledProtocolsResponsePtrInput `pulumi:"enabledProtocols"`
}

Class for EnvelopeEncryption encryption scheme

func (EnvelopeEncryptionResponseArgs) ElementType

func (EnvelopeEncryptionResponseArgs) ToEnvelopeEncryptionResponseOutput

func (i EnvelopeEncryptionResponseArgs) ToEnvelopeEncryptionResponseOutput() EnvelopeEncryptionResponseOutput

func (EnvelopeEncryptionResponseArgs) ToEnvelopeEncryptionResponseOutputWithContext

func (i EnvelopeEncryptionResponseArgs) ToEnvelopeEncryptionResponseOutputWithContext(ctx context.Context) EnvelopeEncryptionResponseOutput

func (EnvelopeEncryptionResponseArgs) ToEnvelopeEncryptionResponsePtrOutput

func (i EnvelopeEncryptionResponseArgs) ToEnvelopeEncryptionResponsePtrOutput() EnvelopeEncryptionResponsePtrOutput

func (EnvelopeEncryptionResponseArgs) ToEnvelopeEncryptionResponsePtrOutputWithContext

func (i EnvelopeEncryptionResponseArgs) ToEnvelopeEncryptionResponsePtrOutputWithContext(ctx context.Context) EnvelopeEncryptionResponsePtrOutput

type EnvelopeEncryptionResponseInput

type EnvelopeEncryptionResponseInput interface {
	pulumi.Input

	ToEnvelopeEncryptionResponseOutput() EnvelopeEncryptionResponseOutput
	ToEnvelopeEncryptionResponseOutputWithContext(context.Context) EnvelopeEncryptionResponseOutput
}

EnvelopeEncryptionResponseInput is an input type that accepts EnvelopeEncryptionResponseArgs and EnvelopeEncryptionResponseOutput values. You can construct a concrete instance of `EnvelopeEncryptionResponseInput` via:

EnvelopeEncryptionResponseArgs{...}

type EnvelopeEncryptionResponseOutput

type EnvelopeEncryptionResponseOutput struct{ *pulumi.OutputState }

Class for EnvelopeEncryption encryption scheme

func (EnvelopeEncryptionResponseOutput) ClearTracks

Representing which tracks should not be encrypted

func (EnvelopeEncryptionResponseOutput) ContentKeys

Representing default content key for each encryption scheme and separate content keys for specific tracks

func (EnvelopeEncryptionResponseOutput) CustomKeyAcquisitionUrlTemplate

func (o EnvelopeEncryptionResponseOutput) CustomKeyAcquisitionUrlTemplate() pulumi.StringPtrOutput

KeyAcquisitionUrlTemplate is used to point to user specified service to delivery content keys

func (EnvelopeEncryptionResponseOutput) ElementType

func (EnvelopeEncryptionResponseOutput) EnabledProtocols

Representing supported protocols

func (EnvelopeEncryptionResponseOutput) ToEnvelopeEncryptionResponseOutput

func (o EnvelopeEncryptionResponseOutput) ToEnvelopeEncryptionResponseOutput() EnvelopeEncryptionResponseOutput

func (EnvelopeEncryptionResponseOutput) ToEnvelopeEncryptionResponseOutputWithContext

func (o EnvelopeEncryptionResponseOutput) ToEnvelopeEncryptionResponseOutputWithContext(ctx context.Context) EnvelopeEncryptionResponseOutput

func (EnvelopeEncryptionResponseOutput) ToEnvelopeEncryptionResponsePtrOutput

func (o EnvelopeEncryptionResponseOutput) ToEnvelopeEncryptionResponsePtrOutput() EnvelopeEncryptionResponsePtrOutput

func (EnvelopeEncryptionResponseOutput) ToEnvelopeEncryptionResponsePtrOutputWithContext

func (o EnvelopeEncryptionResponseOutput) ToEnvelopeEncryptionResponsePtrOutputWithContext(ctx context.Context) EnvelopeEncryptionResponsePtrOutput

type EnvelopeEncryptionResponsePtrInput

type EnvelopeEncryptionResponsePtrInput interface {
	pulumi.Input

	ToEnvelopeEncryptionResponsePtrOutput() EnvelopeEncryptionResponsePtrOutput
	ToEnvelopeEncryptionResponsePtrOutputWithContext(context.Context) EnvelopeEncryptionResponsePtrOutput
}

EnvelopeEncryptionResponsePtrInput is an input type that accepts EnvelopeEncryptionResponseArgs, EnvelopeEncryptionResponsePtr and EnvelopeEncryptionResponsePtrOutput values. You can construct a concrete instance of `EnvelopeEncryptionResponsePtrInput` via:

        EnvelopeEncryptionResponseArgs{...}

or:

        nil

type EnvelopeEncryptionResponsePtrOutput

type EnvelopeEncryptionResponsePtrOutput struct{ *pulumi.OutputState }

func (EnvelopeEncryptionResponsePtrOutput) ClearTracks

Representing which tracks should not be encrypted

func (EnvelopeEncryptionResponsePtrOutput) ContentKeys

Representing default content key for each encryption scheme and separate content keys for specific tracks

func (EnvelopeEncryptionResponsePtrOutput) CustomKeyAcquisitionUrlTemplate

func (o EnvelopeEncryptionResponsePtrOutput) CustomKeyAcquisitionUrlTemplate() pulumi.StringPtrOutput

KeyAcquisitionUrlTemplate is used to point to user specified service to delivery content keys

func (EnvelopeEncryptionResponsePtrOutput) Elem

func (EnvelopeEncryptionResponsePtrOutput) ElementType

func (EnvelopeEncryptionResponsePtrOutput) EnabledProtocols

Representing supported protocols

func (EnvelopeEncryptionResponsePtrOutput) ToEnvelopeEncryptionResponsePtrOutput

func (o EnvelopeEncryptionResponsePtrOutput) ToEnvelopeEncryptionResponsePtrOutput() EnvelopeEncryptionResponsePtrOutput

func (EnvelopeEncryptionResponsePtrOutput) ToEnvelopeEncryptionResponsePtrOutputWithContext

func (o EnvelopeEncryptionResponsePtrOutput) ToEnvelopeEncryptionResponsePtrOutputWithContext(ctx context.Context) EnvelopeEncryptionResponsePtrOutput

type Filters

type Filters struct {
	// The parameters for the rectangular window with which to crop the input video.
	Crop *Rectangle `pulumi:"crop"`
	// The de-interlacing settings.
	Deinterlace *Deinterlace `pulumi:"deinterlace"`
	// The properties of overlays to be applied to the input video. These could be audio, image or video overlays.
	Overlays []interface{} `pulumi:"overlays"`
	// The rotation, if any, to be applied to the input video, before it is encoded. Default is Auto
	Rotation *string `pulumi:"rotation"`
}

Describes all the filtering operations, such as de-interlacing, rotation etc. that are to be applied to the input media before encoding.

type FiltersArgs

type FiltersArgs struct {
	// The parameters for the rectangular window with which to crop the input video.
	Crop RectanglePtrInput `pulumi:"crop"`
	// The de-interlacing settings.
	Deinterlace DeinterlacePtrInput `pulumi:"deinterlace"`
	// The properties of overlays to be applied to the input video. These could be audio, image or video overlays.
	Overlays pulumi.ArrayInput `pulumi:"overlays"`
	// The rotation, if any, to be applied to the input video, before it is encoded. Default is Auto
	Rotation pulumi.StringPtrInput `pulumi:"rotation"`
}

Describes all the filtering operations, such as de-interlacing, rotation etc. that are to be applied to the input media before encoding.

func (FiltersArgs) ElementType

func (FiltersArgs) ElementType() reflect.Type

func (FiltersArgs) ToFiltersOutput

func (i FiltersArgs) ToFiltersOutput() FiltersOutput

func (FiltersArgs) ToFiltersOutputWithContext

func (i FiltersArgs) ToFiltersOutputWithContext(ctx context.Context) FiltersOutput

func (FiltersArgs) ToFiltersPtrOutput

func (i FiltersArgs) ToFiltersPtrOutput() FiltersPtrOutput

func (FiltersArgs) ToFiltersPtrOutputWithContext

func (i FiltersArgs) ToFiltersPtrOutputWithContext(ctx context.Context) FiltersPtrOutput

type FiltersInput

type FiltersInput interface {
	pulumi.Input

	ToFiltersOutput() FiltersOutput
	ToFiltersOutputWithContext(context.Context) FiltersOutput
}

FiltersInput is an input type that accepts FiltersArgs and FiltersOutput values. You can construct a concrete instance of `FiltersInput` via:

FiltersArgs{...}

type FiltersOutput

type FiltersOutput struct{ *pulumi.OutputState }

Describes all the filtering operations, such as de-interlacing, rotation etc. that are to be applied to the input media before encoding.

func (FiltersOutput) Crop

The parameters for the rectangular window with which to crop the input video.

func (FiltersOutput) Deinterlace

func (o FiltersOutput) Deinterlace() DeinterlacePtrOutput

The de-interlacing settings.

func (FiltersOutput) ElementType

func (FiltersOutput) ElementType() reflect.Type

func (FiltersOutput) Overlays

func (o FiltersOutput) Overlays() pulumi.ArrayOutput

The properties of overlays to be applied to the input video. These could be audio, image or video overlays.

func (FiltersOutput) Rotation

func (o FiltersOutput) Rotation() pulumi.StringPtrOutput

The rotation, if any, to be applied to the input video, before it is encoded. Default is Auto

func (FiltersOutput) ToFiltersOutput

func (o FiltersOutput) ToFiltersOutput() FiltersOutput

func (FiltersOutput) ToFiltersOutputWithContext

func (o FiltersOutput) ToFiltersOutputWithContext(ctx context.Context) FiltersOutput

func (FiltersOutput) ToFiltersPtrOutput

func (o FiltersOutput) ToFiltersPtrOutput() FiltersPtrOutput

func (FiltersOutput) ToFiltersPtrOutputWithContext

func (o FiltersOutput) ToFiltersPtrOutputWithContext(ctx context.Context) FiltersPtrOutput

type FiltersPtrInput

type FiltersPtrInput interface {
	pulumi.Input

	ToFiltersPtrOutput() FiltersPtrOutput
	ToFiltersPtrOutputWithContext(context.Context) FiltersPtrOutput
}

FiltersPtrInput is an input type that accepts FiltersArgs, FiltersPtr and FiltersPtrOutput values. You can construct a concrete instance of `FiltersPtrInput` via:

        FiltersArgs{...}

or:

        nil

func FiltersPtr

func FiltersPtr(v *FiltersArgs) FiltersPtrInput

type FiltersPtrOutput

type FiltersPtrOutput struct{ *pulumi.OutputState }

func (FiltersPtrOutput) Crop

The parameters for the rectangular window with which to crop the input video.

func (FiltersPtrOutput) Deinterlace

func (o FiltersPtrOutput) Deinterlace() DeinterlacePtrOutput

The de-interlacing settings.

func (FiltersPtrOutput) Elem

func (FiltersPtrOutput) ElementType

func (FiltersPtrOutput) ElementType() reflect.Type

func (FiltersPtrOutput) Overlays

func (o FiltersPtrOutput) Overlays() pulumi.ArrayOutput

The properties of overlays to be applied to the input video. These could be audio, image or video overlays.

func (FiltersPtrOutput) Rotation

The rotation, if any, to be applied to the input video, before it is encoded. Default is Auto

func (FiltersPtrOutput) ToFiltersPtrOutput

func (o FiltersPtrOutput) ToFiltersPtrOutput() FiltersPtrOutput

func (FiltersPtrOutput) ToFiltersPtrOutputWithContext

func (o FiltersPtrOutput) ToFiltersPtrOutputWithContext(ctx context.Context) FiltersPtrOutput

type FiltersResponse

type FiltersResponse struct {
	// The parameters for the rectangular window with which to crop the input video.
	Crop *RectangleResponse `pulumi:"crop"`
	// The de-interlacing settings.
	Deinterlace *DeinterlaceResponse `pulumi:"deinterlace"`
	// The properties of overlays to be applied to the input video. These could be audio, image or video overlays.
	Overlays []interface{} `pulumi:"overlays"`
	// The rotation, if any, to be applied to the input video, before it is encoded. Default is Auto
	Rotation *string `pulumi:"rotation"`
}

Describes all the filtering operations, such as de-interlacing, rotation etc. that are to be applied to the input media before encoding.

type FiltersResponseArgs

type FiltersResponseArgs struct {
	// The parameters for the rectangular window with which to crop the input video.
	Crop RectangleResponsePtrInput `pulumi:"crop"`
	// The de-interlacing settings.
	Deinterlace DeinterlaceResponsePtrInput `pulumi:"deinterlace"`
	// The properties of overlays to be applied to the input video. These could be audio, image or video overlays.
	Overlays pulumi.ArrayInput `pulumi:"overlays"`
	// The rotation, if any, to be applied to the input video, before it is encoded. Default is Auto
	Rotation pulumi.StringPtrInput `pulumi:"rotation"`
}

Describes all the filtering operations, such as de-interlacing, rotation etc. that are to be applied to the input media before encoding.

func (FiltersResponseArgs) ElementType

func (FiltersResponseArgs) ElementType() reflect.Type

func (FiltersResponseArgs) ToFiltersResponseOutput

func (i FiltersResponseArgs) ToFiltersResponseOutput() FiltersResponseOutput

func (FiltersResponseArgs) ToFiltersResponseOutputWithContext

func (i FiltersResponseArgs) ToFiltersResponseOutputWithContext(ctx context.Context) FiltersResponseOutput

func (FiltersResponseArgs) ToFiltersResponsePtrOutput

func (i FiltersResponseArgs) ToFiltersResponsePtrOutput() FiltersResponsePtrOutput

func (FiltersResponseArgs) ToFiltersResponsePtrOutputWithContext

func (i FiltersResponseArgs) ToFiltersResponsePtrOutputWithContext(ctx context.Context) FiltersResponsePtrOutput

type FiltersResponseInput

type FiltersResponseInput interface {
	pulumi.Input

	ToFiltersResponseOutput() FiltersResponseOutput
	ToFiltersResponseOutputWithContext(context.Context) FiltersResponseOutput
}

FiltersResponseInput is an input type that accepts FiltersResponseArgs and FiltersResponseOutput values. You can construct a concrete instance of `FiltersResponseInput` via:

FiltersResponseArgs{...}

type FiltersResponseOutput

type FiltersResponseOutput struct{ *pulumi.OutputState }

Describes all the filtering operations, such as de-interlacing, rotation etc. that are to be applied to the input media before encoding.

func (FiltersResponseOutput) Crop

The parameters for the rectangular window with which to crop the input video.

func (FiltersResponseOutput) Deinterlace

The de-interlacing settings.

func (FiltersResponseOutput) ElementType

func (FiltersResponseOutput) ElementType() reflect.Type

func (FiltersResponseOutput) Overlays

The properties of overlays to be applied to the input video. These could be audio, image or video overlays.

func (FiltersResponseOutput) Rotation

The rotation, if any, to be applied to the input video, before it is encoded. Default is Auto

func (FiltersResponseOutput) ToFiltersResponseOutput

func (o FiltersResponseOutput) ToFiltersResponseOutput() FiltersResponseOutput

func (FiltersResponseOutput) ToFiltersResponseOutputWithContext

func (o FiltersResponseOutput) ToFiltersResponseOutputWithContext(ctx context.Context) FiltersResponseOutput

func (FiltersResponseOutput) ToFiltersResponsePtrOutput

func (o FiltersResponseOutput) ToFiltersResponsePtrOutput() FiltersResponsePtrOutput

func (FiltersResponseOutput) ToFiltersResponsePtrOutputWithContext

func (o FiltersResponseOutput) ToFiltersResponsePtrOutputWithContext(ctx context.Context) FiltersResponsePtrOutput

type FiltersResponsePtrInput

type FiltersResponsePtrInput interface {
	pulumi.Input

	ToFiltersResponsePtrOutput() FiltersResponsePtrOutput
	ToFiltersResponsePtrOutputWithContext(context.Context) FiltersResponsePtrOutput
}

FiltersResponsePtrInput is an input type that accepts FiltersResponseArgs, FiltersResponsePtr and FiltersResponsePtrOutput values. You can construct a concrete instance of `FiltersResponsePtrInput` via:

        FiltersResponseArgs{...}

or:

        nil

type FiltersResponsePtrOutput

type FiltersResponsePtrOutput struct{ *pulumi.OutputState }

func (FiltersResponsePtrOutput) Crop

The parameters for the rectangular window with which to crop the input video.

func (FiltersResponsePtrOutput) Deinterlace

The de-interlacing settings.

func (FiltersResponsePtrOutput) Elem

func (FiltersResponsePtrOutput) ElementType

func (FiltersResponsePtrOutput) ElementType() reflect.Type

func (FiltersResponsePtrOutput) Overlays

The properties of overlays to be applied to the input video. These could be audio, image or video overlays.

func (FiltersResponsePtrOutput) Rotation

The rotation, if any, to be applied to the input video, before it is encoded. Default is Auto

func (FiltersResponsePtrOutput) ToFiltersResponsePtrOutput

func (o FiltersResponsePtrOutput) ToFiltersResponsePtrOutput() FiltersResponsePtrOutput

func (FiltersResponsePtrOutput) ToFiltersResponsePtrOutputWithContext

func (o FiltersResponsePtrOutput) ToFiltersResponsePtrOutputWithContext(ctx context.Context) FiltersResponsePtrOutput

type Hls

type Hls struct {
	// The amount of fragments per HTTP Live Streaming (HLS) segment.
	FragmentsPerTsSegment *int `pulumi:"fragmentsPerTsSegment"`
}

The HLS configuration.

type HlsArgs

type HlsArgs struct {
	// The amount of fragments per HTTP Live Streaming (HLS) segment.
	FragmentsPerTsSegment pulumi.IntPtrInput `pulumi:"fragmentsPerTsSegment"`
}

The HLS configuration.

func (HlsArgs) ElementType

func (HlsArgs) ElementType() reflect.Type

func (HlsArgs) ToHlsOutput

func (i HlsArgs) ToHlsOutput() HlsOutput

func (HlsArgs) ToHlsOutputWithContext

func (i HlsArgs) ToHlsOutputWithContext(ctx context.Context) HlsOutput

func (HlsArgs) ToHlsPtrOutput

func (i HlsArgs) ToHlsPtrOutput() HlsPtrOutput

func (HlsArgs) ToHlsPtrOutputWithContext

func (i HlsArgs) ToHlsPtrOutputWithContext(ctx context.Context) HlsPtrOutput

type HlsInput

type HlsInput interface {
	pulumi.Input

	ToHlsOutput() HlsOutput
	ToHlsOutputWithContext(context.Context) HlsOutput
}

HlsInput is an input type that accepts HlsArgs and HlsOutput values. You can construct a concrete instance of `HlsInput` via:

HlsArgs{...}

type HlsOutput

type HlsOutput struct{ *pulumi.OutputState }

The HLS configuration.

func (HlsOutput) ElementType

func (HlsOutput) ElementType() reflect.Type

func (HlsOutput) FragmentsPerTsSegment

func (o HlsOutput) FragmentsPerTsSegment() pulumi.IntPtrOutput

The amount of fragments per HTTP Live Streaming (HLS) segment.

func (HlsOutput) ToHlsOutput

func (o HlsOutput) ToHlsOutput() HlsOutput

func (HlsOutput) ToHlsOutputWithContext

func (o HlsOutput) ToHlsOutputWithContext(ctx context.Context) HlsOutput

func (HlsOutput) ToHlsPtrOutput

func (o HlsOutput) ToHlsPtrOutput() HlsPtrOutput

func (HlsOutput) ToHlsPtrOutputWithContext

func (o HlsOutput) ToHlsPtrOutputWithContext(ctx context.Context) HlsPtrOutput

type HlsPtrInput

type HlsPtrInput interface {
	pulumi.Input

	ToHlsPtrOutput() HlsPtrOutput
	ToHlsPtrOutputWithContext(context.Context) HlsPtrOutput
}

HlsPtrInput is an input type that accepts HlsArgs, HlsPtr and HlsPtrOutput values. You can construct a concrete instance of `HlsPtrInput` via:

        HlsArgs{...}

or:

        nil

func HlsPtr

func HlsPtr(v *HlsArgs) HlsPtrInput

type HlsPtrOutput

type HlsPtrOutput struct{ *pulumi.OutputState }

func (HlsPtrOutput) Elem

func (o HlsPtrOutput) Elem() HlsOutput

func (HlsPtrOutput) ElementType

func (HlsPtrOutput) ElementType() reflect.Type

func (HlsPtrOutput) FragmentsPerTsSegment

func (o HlsPtrOutput) FragmentsPerTsSegment() pulumi.IntPtrOutput

The amount of fragments per HTTP Live Streaming (HLS) segment.

func (HlsPtrOutput) ToHlsPtrOutput

func (o HlsPtrOutput) ToHlsPtrOutput() HlsPtrOutput

func (HlsPtrOutput) ToHlsPtrOutputWithContext

func (o HlsPtrOutput) ToHlsPtrOutputWithContext(ctx context.Context) HlsPtrOutput

type HlsResponse

type HlsResponse struct {
	// The amount of fragments per HTTP Live Streaming (HLS) segment.
	FragmentsPerTsSegment *int `pulumi:"fragmentsPerTsSegment"`
}

The HLS configuration.

type HlsResponseArgs

type HlsResponseArgs struct {
	// The amount of fragments per HTTP Live Streaming (HLS) segment.
	FragmentsPerTsSegment pulumi.IntPtrInput `pulumi:"fragmentsPerTsSegment"`
}

The HLS configuration.

func (HlsResponseArgs) ElementType

func (HlsResponseArgs) ElementType() reflect.Type

func (HlsResponseArgs) ToHlsResponseOutput

func (i HlsResponseArgs) ToHlsResponseOutput() HlsResponseOutput

func (HlsResponseArgs) ToHlsResponseOutputWithContext

func (i HlsResponseArgs) ToHlsResponseOutputWithContext(ctx context.Context) HlsResponseOutput

func (HlsResponseArgs) ToHlsResponsePtrOutput

func (i HlsResponseArgs) ToHlsResponsePtrOutput() HlsResponsePtrOutput

func (HlsResponseArgs) ToHlsResponsePtrOutputWithContext

func (i HlsResponseArgs) ToHlsResponsePtrOutputWithContext(ctx context.Context) HlsResponsePtrOutput

type HlsResponseInput

type HlsResponseInput interface {
	pulumi.Input

	ToHlsResponseOutput() HlsResponseOutput
	ToHlsResponseOutputWithContext(context.Context) HlsResponseOutput
}

HlsResponseInput is an input type that accepts HlsResponseArgs and HlsResponseOutput values. You can construct a concrete instance of `HlsResponseInput` via:

HlsResponseArgs{...}

type HlsResponseOutput

type HlsResponseOutput struct{ *pulumi.OutputState }

The HLS configuration.

func (HlsResponseOutput) ElementType

func (HlsResponseOutput) ElementType() reflect.Type

func (HlsResponseOutput) FragmentsPerTsSegment

func (o HlsResponseOutput) FragmentsPerTsSegment() pulumi.IntPtrOutput

The amount of fragments per HTTP Live Streaming (HLS) segment.

func (HlsResponseOutput) ToHlsResponseOutput

func (o HlsResponseOutput) ToHlsResponseOutput() HlsResponseOutput

func (HlsResponseOutput) ToHlsResponseOutputWithContext

func (o HlsResponseOutput) ToHlsResponseOutputWithContext(ctx context.Context) HlsResponseOutput

func (HlsResponseOutput) ToHlsResponsePtrOutput

func (o HlsResponseOutput) ToHlsResponsePtrOutput() HlsResponsePtrOutput

func (HlsResponseOutput) ToHlsResponsePtrOutputWithContext

func (o HlsResponseOutput) ToHlsResponsePtrOutputWithContext(ctx context.Context) HlsResponsePtrOutput

type HlsResponsePtrInput

type HlsResponsePtrInput interface {
	pulumi.Input

	ToHlsResponsePtrOutput() HlsResponsePtrOutput
	ToHlsResponsePtrOutputWithContext(context.Context) HlsResponsePtrOutput
}

HlsResponsePtrInput is an input type that accepts HlsResponseArgs, HlsResponsePtr and HlsResponsePtrOutput values. You can construct a concrete instance of `HlsResponsePtrInput` via:

        HlsResponseArgs{...}

or:

        nil

func HlsResponsePtr

func HlsResponsePtr(v *HlsResponseArgs) HlsResponsePtrInput

type HlsResponsePtrOutput

type HlsResponsePtrOutput struct{ *pulumi.OutputState }

func (HlsResponsePtrOutput) Elem

func (HlsResponsePtrOutput) ElementType

func (HlsResponsePtrOutput) ElementType() reflect.Type

func (HlsResponsePtrOutput) FragmentsPerTsSegment

func (o HlsResponsePtrOutput) FragmentsPerTsSegment() pulumi.IntPtrOutput

The amount of fragments per HTTP Live Streaming (HLS) segment.

func (HlsResponsePtrOutput) ToHlsResponsePtrOutput

func (o HlsResponsePtrOutput) ToHlsResponsePtrOutput() HlsResponsePtrOutput

func (HlsResponsePtrOutput) ToHlsResponsePtrOutputWithContext

func (o HlsResponsePtrOutput) ToHlsResponsePtrOutputWithContext(ctx context.Context) HlsResponsePtrOutput

type IPAccessControl

type IPAccessControl struct {
	// The IP allow list.
	Allow []IPRange `pulumi:"allow"`
}

The IP access control.

type IPAccessControlArgs

type IPAccessControlArgs struct {
	// The IP allow list.
	Allow IPRangeArrayInput `pulumi:"allow"`
}

The IP access control.

func (IPAccessControlArgs) ElementType

func (IPAccessControlArgs) ElementType() reflect.Type

func (IPAccessControlArgs) ToIPAccessControlOutput

func (i IPAccessControlArgs) ToIPAccessControlOutput() IPAccessControlOutput

func (IPAccessControlArgs) ToIPAccessControlOutputWithContext

func (i IPAccessControlArgs) ToIPAccessControlOutputWithContext(ctx context.Context) IPAccessControlOutput

func (IPAccessControlArgs) ToIPAccessControlPtrOutput

func (i IPAccessControlArgs) ToIPAccessControlPtrOutput() IPAccessControlPtrOutput

func (IPAccessControlArgs) ToIPAccessControlPtrOutputWithContext

func (i IPAccessControlArgs) ToIPAccessControlPtrOutputWithContext(ctx context.Context) IPAccessControlPtrOutput

type IPAccessControlInput

type IPAccessControlInput interface {
	pulumi.Input

	ToIPAccessControlOutput() IPAccessControlOutput
	ToIPAccessControlOutputWithContext(context.Context) IPAccessControlOutput
}

IPAccessControlInput is an input type that accepts IPAccessControlArgs and IPAccessControlOutput values. You can construct a concrete instance of `IPAccessControlInput` via:

IPAccessControlArgs{...}

type IPAccessControlOutput

type IPAccessControlOutput struct{ *pulumi.OutputState }

The IP access control.

func (IPAccessControlOutput) Allow

The IP allow list.

func (IPAccessControlOutput) ElementType

func (IPAccessControlOutput) ElementType() reflect.Type

func (IPAccessControlOutput) ToIPAccessControlOutput

func (o IPAccessControlOutput) ToIPAccessControlOutput() IPAccessControlOutput

func (IPAccessControlOutput) ToIPAccessControlOutputWithContext

func (o IPAccessControlOutput) ToIPAccessControlOutputWithContext(ctx context.Context) IPAccessControlOutput

func (IPAccessControlOutput) ToIPAccessControlPtrOutput

func (o IPAccessControlOutput) ToIPAccessControlPtrOutput() IPAccessControlPtrOutput

func (IPAccessControlOutput) ToIPAccessControlPtrOutputWithContext

func (o IPAccessControlOutput) ToIPAccessControlPtrOutputWithContext(ctx context.Context) IPAccessControlPtrOutput

type IPAccessControlPtrInput

type IPAccessControlPtrInput interface {
	pulumi.Input

	ToIPAccessControlPtrOutput() IPAccessControlPtrOutput
	ToIPAccessControlPtrOutputWithContext(context.Context) IPAccessControlPtrOutput
}

IPAccessControlPtrInput is an input type that accepts IPAccessControlArgs, IPAccessControlPtr and IPAccessControlPtrOutput values. You can construct a concrete instance of `IPAccessControlPtrInput` via:

        IPAccessControlArgs{...}

or:

        nil

type IPAccessControlPtrOutput

type IPAccessControlPtrOutput struct{ *pulumi.OutputState }

func (IPAccessControlPtrOutput) Allow

The IP allow list.

func (IPAccessControlPtrOutput) Elem

func (IPAccessControlPtrOutput) ElementType

func (IPAccessControlPtrOutput) ElementType() reflect.Type

func (IPAccessControlPtrOutput) ToIPAccessControlPtrOutput

func (o IPAccessControlPtrOutput) ToIPAccessControlPtrOutput() IPAccessControlPtrOutput

func (IPAccessControlPtrOutput) ToIPAccessControlPtrOutputWithContext

func (o IPAccessControlPtrOutput) ToIPAccessControlPtrOutputWithContext(ctx context.Context) IPAccessControlPtrOutput

type IPAccessControlResponse

type IPAccessControlResponse struct {
	// The IP allow list.
	Allow []IPRangeResponse `pulumi:"allow"`
}

The IP access control.

type IPAccessControlResponseArgs

type IPAccessControlResponseArgs struct {
	// The IP allow list.
	Allow IPRangeResponseArrayInput `pulumi:"allow"`
}

The IP access control.

func (IPAccessControlResponseArgs) ElementType

func (IPAccessControlResponseArgs) ToIPAccessControlResponseOutput

func (i IPAccessControlResponseArgs) ToIPAccessControlResponseOutput() IPAccessControlResponseOutput

func (IPAccessControlResponseArgs) ToIPAccessControlResponseOutputWithContext

func (i IPAccessControlResponseArgs) ToIPAccessControlResponseOutputWithContext(ctx context.Context) IPAccessControlResponseOutput

func (IPAccessControlResponseArgs) ToIPAccessControlResponsePtrOutput

func (i IPAccessControlResponseArgs) ToIPAccessControlResponsePtrOutput() IPAccessControlResponsePtrOutput

func (IPAccessControlResponseArgs) ToIPAccessControlResponsePtrOutputWithContext

func (i IPAccessControlResponseArgs) ToIPAccessControlResponsePtrOutputWithContext(ctx context.Context) IPAccessControlResponsePtrOutput

type IPAccessControlResponseInput

type IPAccessControlResponseInput interface {
	pulumi.Input

	ToIPAccessControlResponseOutput() IPAccessControlResponseOutput
	ToIPAccessControlResponseOutputWithContext(context.Context) IPAccessControlResponseOutput
}

IPAccessControlResponseInput is an input type that accepts IPAccessControlResponseArgs and IPAccessControlResponseOutput values. You can construct a concrete instance of `IPAccessControlResponseInput` via:

IPAccessControlResponseArgs{...}

type IPAccessControlResponseOutput

type IPAccessControlResponseOutput struct{ *pulumi.OutputState }

The IP access control.

func (IPAccessControlResponseOutput) Allow

The IP allow list.

func (IPAccessControlResponseOutput) ElementType

func (IPAccessControlResponseOutput) ToIPAccessControlResponseOutput

func (o IPAccessControlResponseOutput) ToIPAccessControlResponseOutput() IPAccessControlResponseOutput

func (IPAccessControlResponseOutput) ToIPAccessControlResponseOutputWithContext

func (o IPAccessControlResponseOutput) ToIPAccessControlResponseOutputWithContext(ctx context.Context) IPAccessControlResponseOutput

func (IPAccessControlResponseOutput) ToIPAccessControlResponsePtrOutput

func (o IPAccessControlResponseOutput) ToIPAccessControlResponsePtrOutput() IPAccessControlResponsePtrOutput

func (IPAccessControlResponseOutput) ToIPAccessControlResponsePtrOutputWithContext

func (o IPAccessControlResponseOutput) ToIPAccessControlResponsePtrOutputWithContext(ctx context.Context) IPAccessControlResponsePtrOutput

type IPAccessControlResponsePtrInput

type IPAccessControlResponsePtrInput interface {
	pulumi.Input

	ToIPAccessControlResponsePtrOutput() IPAccessControlResponsePtrOutput
	ToIPAccessControlResponsePtrOutputWithContext(context.Context) IPAccessControlResponsePtrOutput
}

IPAccessControlResponsePtrInput is an input type that accepts IPAccessControlResponseArgs, IPAccessControlResponsePtr and IPAccessControlResponsePtrOutput values. You can construct a concrete instance of `IPAccessControlResponsePtrInput` via:

        IPAccessControlResponseArgs{...}

or:

        nil

type IPAccessControlResponsePtrOutput

type IPAccessControlResponsePtrOutput struct{ *pulumi.OutputState }

func (IPAccessControlResponsePtrOutput) Allow

The IP allow list.

func (IPAccessControlResponsePtrOutput) Elem

func (IPAccessControlResponsePtrOutput) ElementType

func (IPAccessControlResponsePtrOutput) ToIPAccessControlResponsePtrOutput

func (o IPAccessControlResponsePtrOutput) ToIPAccessControlResponsePtrOutput() IPAccessControlResponsePtrOutput

func (IPAccessControlResponsePtrOutput) ToIPAccessControlResponsePtrOutputWithContext

func (o IPAccessControlResponsePtrOutput) ToIPAccessControlResponsePtrOutputWithContext(ctx context.Context) IPAccessControlResponsePtrOutput

type IPRange

type IPRange struct {
	// The IP address.
	Address *string `pulumi:"address"`
	// The friendly name for the IP address range.
	Name *string `pulumi:"name"`
	// The subnet mask prefix length (see CIDR notation).
	SubnetPrefixLength *int `pulumi:"subnetPrefixLength"`
}

The IP address range in the CIDR scheme.

type IPRangeArgs

type IPRangeArgs struct {
	// The IP address.
	Address pulumi.StringPtrInput `pulumi:"address"`
	// The friendly name for the IP address range.
	Name pulumi.StringPtrInput `pulumi:"name"`
	// The subnet mask prefix length (see CIDR notation).
	SubnetPrefixLength pulumi.IntPtrInput `pulumi:"subnetPrefixLength"`
}

The IP address range in the CIDR scheme.

func (IPRangeArgs) ElementType

func (IPRangeArgs) ElementType() reflect.Type

func (IPRangeArgs) ToIPRangeOutput

func (i IPRangeArgs) ToIPRangeOutput() IPRangeOutput

func (IPRangeArgs) ToIPRangeOutputWithContext

func (i IPRangeArgs) ToIPRangeOutputWithContext(ctx context.Context) IPRangeOutput

type IPRangeArray

type IPRangeArray []IPRangeInput

func (IPRangeArray) ElementType

func (IPRangeArray) ElementType() reflect.Type

func (IPRangeArray) ToIPRangeArrayOutput

func (i IPRangeArray) ToIPRangeArrayOutput() IPRangeArrayOutput

func (IPRangeArray) ToIPRangeArrayOutputWithContext

func (i IPRangeArray) ToIPRangeArrayOutputWithContext(ctx context.Context) IPRangeArrayOutput

type IPRangeArrayInput

type IPRangeArrayInput interface {
	pulumi.Input

	ToIPRangeArrayOutput() IPRangeArrayOutput
	ToIPRangeArrayOutputWithContext(context.Context) IPRangeArrayOutput
}

IPRangeArrayInput is an input type that accepts IPRangeArray and IPRangeArrayOutput values. You can construct a concrete instance of `IPRangeArrayInput` via:

IPRangeArray{ IPRangeArgs{...} }

type IPRangeArrayOutput

type IPRangeArrayOutput struct{ *pulumi.OutputState }

func (IPRangeArrayOutput) ElementType

func (IPRangeArrayOutput) ElementType() reflect.Type

func (IPRangeArrayOutput) Index

func (IPRangeArrayOutput) ToIPRangeArrayOutput

func (o IPRangeArrayOutput) ToIPRangeArrayOutput() IPRangeArrayOutput

func (IPRangeArrayOutput) ToIPRangeArrayOutputWithContext

func (o IPRangeArrayOutput) ToIPRangeArrayOutputWithContext(ctx context.Context) IPRangeArrayOutput

type IPRangeInput

type IPRangeInput interface {
	pulumi.Input

	ToIPRangeOutput() IPRangeOutput
	ToIPRangeOutputWithContext(context.Context) IPRangeOutput
}

IPRangeInput is an input type that accepts IPRangeArgs and IPRangeOutput values. You can construct a concrete instance of `IPRangeInput` via:

IPRangeArgs{...}

type IPRangeOutput

type IPRangeOutput struct{ *pulumi.OutputState }

The IP address range in the CIDR scheme.

func (IPRangeOutput) Address

func (o IPRangeOutput) Address() pulumi.StringPtrOutput

The IP address.

func (IPRangeOutput) ElementType

func (IPRangeOutput) ElementType() reflect.Type

func (IPRangeOutput) Name

The friendly name for the IP address range.

func (IPRangeOutput) SubnetPrefixLength

func (o IPRangeOutput) SubnetPrefixLength() pulumi.IntPtrOutput

The subnet mask prefix length (see CIDR notation).

func (IPRangeOutput) ToIPRangeOutput

func (o IPRangeOutput) ToIPRangeOutput() IPRangeOutput

func (IPRangeOutput) ToIPRangeOutputWithContext

func (o IPRangeOutput) ToIPRangeOutputWithContext(ctx context.Context) IPRangeOutput

type IPRangeResponse

type IPRangeResponse struct {
	// The IP address.
	Address *string `pulumi:"address"`
	// The friendly name for the IP address range.
	Name *string `pulumi:"name"`
	// The subnet mask prefix length (see CIDR notation).
	SubnetPrefixLength *int `pulumi:"subnetPrefixLength"`
}

The IP address range in the CIDR scheme.

type IPRangeResponseArgs

type IPRangeResponseArgs struct {
	// The IP address.
	Address pulumi.StringPtrInput `pulumi:"address"`
	// The friendly name for the IP address range.
	Name pulumi.StringPtrInput `pulumi:"name"`
	// The subnet mask prefix length (see CIDR notation).
	SubnetPrefixLength pulumi.IntPtrInput `pulumi:"subnetPrefixLength"`
}

The IP address range in the CIDR scheme.

func (IPRangeResponseArgs) ElementType

func (IPRangeResponseArgs) ElementType() reflect.Type

func (IPRangeResponseArgs) ToIPRangeResponseOutput

func (i IPRangeResponseArgs) ToIPRangeResponseOutput() IPRangeResponseOutput

func (IPRangeResponseArgs) ToIPRangeResponseOutputWithContext

func (i IPRangeResponseArgs) ToIPRangeResponseOutputWithContext(ctx context.Context) IPRangeResponseOutput

type IPRangeResponseArray

type IPRangeResponseArray []IPRangeResponseInput

func (IPRangeResponseArray) ElementType

func (IPRangeResponseArray) ElementType() reflect.Type

func (IPRangeResponseArray) ToIPRangeResponseArrayOutput

func (i IPRangeResponseArray) ToIPRangeResponseArrayOutput() IPRangeResponseArrayOutput

func (IPRangeResponseArray) ToIPRangeResponseArrayOutputWithContext

func (i IPRangeResponseArray) ToIPRangeResponseArrayOutputWithContext(ctx context.Context) IPRangeResponseArrayOutput

type IPRangeResponseArrayInput

type IPRangeResponseArrayInput interface {
	pulumi.Input

	ToIPRangeResponseArrayOutput() IPRangeResponseArrayOutput
	ToIPRangeResponseArrayOutputWithContext(context.Context) IPRangeResponseArrayOutput
}

IPRangeResponseArrayInput is an input type that accepts IPRangeResponseArray and IPRangeResponseArrayOutput values. You can construct a concrete instance of `IPRangeResponseArrayInput` via:

IPRangeResponseArray{ IPRangeResponseArgs{...} }

type IPRangeResponseArrayOutput

type IPRangeResponseArrayOutput struct{ *pulumi.OutputState }

func (IPRangeResponseArrayOutput) ElementType

func (IPRangeResponseArrayOutput) ElementType() reflect.Type

func (IPRangeResponseArrayOutput) Index

func (IPRangeResponseArrayOutput) ToIPRangeResponseArrayOutput

func (o IPRangeResponseArrayOutput) ToIPRangeResponseArrayOutput() IPRangeResponseArrayOutput

func (IPRangeResponseArrayOutput) ToIPRangeResponseArrayOutputWithContext

func (o IPRangeResponseArrayOutput) ToIPRangeResponseArrayOutputWithContext(ctx context.Context) IPRangeResponseArrayOutput

type IPRangeResponseInput

type IPRangeResponseInput interface {
	pulumi.Input

	ToIPRangeResponseOutput() IPRangeResponseOutput
	ToIPRangeResponseOutputWithContext(context.Context) IPRangeResponseOutput
}

IPRangeResponseInput is an input type that accepts IPRangeResponseArgs and IPRangeResponseOutput values. You can construct a concrete instance of `IPRangeResponseInput` via:

IPRangeResponseArgs{...}

type IPRangeResponseOutput

type IPRangeResponseOutput struct{ *pulumi.OutputState }

The IP address range in the CIDR scheme.

func (IPRangeResponseOutput) Address

The IP address.

func (IPRangeResponseOutput) ElementType

func (IPRangeResponseOutput) ElementType() reflect.Type

func (IPRangeResponseOutput) Name

The friendly name for the IP address range.

func (IPRangeResponseOutput) SubnetPrefixLength

func (o IPRangeResponseOutput) SubnetPrefixLength() pulumi.IntPtrOutput

The subnet mask prefix length (see CIDR notation).

func (IPRangeResponseOutput) ToIPRangeResponseOutput

func (o IPRangeResponseOutput) ToIPRangeResponseOutput() IPRangeResponseOutput

func (IPRangeResponseOutput) ToIPRangeResponseOutputWithContext

func (o IPRangeResponseOutput) ToIPRangeResponseOutputWithContext(ctx context.Context) IPRangeResponseOutput

type ImageFormat

type ImageFormat struct {
	// The pattern of the file names for the generated output files. The following macros are supported in the file name: {Basename} - The base name of the input video {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. {Bitrate} - The audio/video bitrate. Not applicable to thumbnails. {Codec} - The type of the audio/video codec. Any unsubstituted macros will be collapsed and removed from the filename.
	FilenamePattern *string `pulumi:"filenamePattern"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

Describes the properties for an output image file.

type ImageFormatArgs

type ImageFormatArgs struct {
	// The pattern of the file names for the generated output files. The following macros are supported in the file name: {Basename} - The base name of the input video {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. {Bitrate} - The audio/video bitrate. Not applicable to thumbnails. {Codec} - The type of the audio/video codec. Any unsubstituted macros will be collapsed and removed from the filename.
	FilenamePattern pulumi.StringPtrInput `pulumi:"filenamePattern"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

Describes the properties for an output image file.

func (ImageFormatArgs) ElementType

func (ImageFormatArgs) ElementType() reflect.Type

func (ImageFormatArgs) ToImageFormatOutput

func (i ImageFormatArgs) ToImageFormatOutput() ImageFormatOutput

func (ImageFormatArgs) ToImageFormatOutputWithContext

func (i ImageFormatArgs) ToImageFormatOutputWithContext(ctx context.Context) ImageFormatOutput

type ImageFormatInput

type ImageFormatInput interface {
	pulumi.Input

	ToImageFormatOutput() ImageFormatOutput
	ToImageFormatOutputWithContext(context.Context) ImageFormatOutput
}

ImageFormatInput is an input type that accepts ImageFormatArgs and ImageFormatOutput values. You can construct a concrete instance of `ImageFormatInput` via:

ImageFormatArgs{...}

type ImageFormatOutput

type ImageFormatOutput struct{ *pulumi.OutputState }

Describes the properties for an output image file.

func (ImageFormatOutput) ElementType

func (ImageFormatOutput) ElementType() reflect.Type

func (ImageFormatOutput) FilenamePattern

func (o ImageFormatOutput) FilenamePattern() pulumi.StringPtrOutput

The pattern of the file names for the generated output files. The following macros are supported in the file name: {Basename} - The base name of the input video {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. {Bitrate} - The audio/video bitrate. Not applicable to thumbnails. {Codec} - The type of the audio/video codec. Any unsubstituted macros will be collapsed and removed from the filename.

func (ImageFormatOutput) OdataType

func (o ImageFormatOutput) OdataType() pulumi.StringOutput

The discriminator for derived types.

func (ImageFormatOutput) ToImageFormatOutput

func (o ImageFormatOutput) ToImageFormatOutput() ImageFormatOutput

func (ImageFormatOutput) ToImageFormatOutputWithContext

func (o ImageFormatOutput) ToImageFormatOutputWithContext(ctx context.Context) ImageFormatOutput

type ImageFormatResponse

type ImageFormatResponse struct {
	// The pattern of the file names for the generated output files. The following macros are supported in the file name: {Basename} - The base name of the input video {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. {Bitrate} - The audio/video bitrate. Not applicable to thumbnails. {Codec} - The type of the audio/video codec. Any unsubstituted macros will be collapsed and removed from the filename.
	FilenamePattern *string `pulumi:"filenamePattern"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

Describes the properties for an output image file.

type ImageFormatResponseArgs

type ImageFormatResponseArgs struct {
	// The pattern of the file names for the generated output files. The following macros are supported in the file name: {Basename} - The base name of the input video {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. {Bitrate} - The audio/video bitrate. Not applicable to thumbnails. {Codec} - The type of the audio/video codec. Any unsubstituted macros will be collapsed and removed from the filename.
	FilenamePattern pulumi.StringPtrInput `pulumi:"filenamePattern"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

Describes the properties for an output image file.

func (ImageFormatResponseArgs) ElementType

func (ImageFormatResponseArgs) ElementType() reflect.Type

func (ImageFormatResponseArgs) ToImageFormatResponseOutput

func (i ImageFormatResponseArgs) ToImageFormatResponseOutput() ImageFormatResponseOutput

func (ImageFormatResponseArgs) ToImageFormatResponseOutputWithContext

func (i ImageFormatResponseArgs) ToImageFormatResponseOutputWithContext(ctx context.Context) ImageFormatResponseOutput

type ImageFormatResponseInput

type ImageFormatResponseInput interface {
	pulumi.Input

	ToImageFormatResponseOutput() ImageFormatResponseOutput
	ToImageFormatResponseOutputWithContext(context.Context) ImageFormatResponseOutput
}

ImageFormatResponseInput is an input type that accepts ImageFormatResponseArgs and ImageFormatResponseOutput values. You can construct a concrete instance of `ImageFormatResponseInput` via:

ImageFormatResponseArgs{...}

type ImageFormatResponseOutput

type ImageFormatResponseOutput struct{ *pulumi.OutputState }

Describes the properties for an output image file.

func (ImageFormatResponseOutput) ElementType

func (ImageFormatResponseOutput) ElementType() reflect.Type

func (ImageFormatResponseOutput) FilenamePattern

func (o ImageFormatResponseOutput) FilenamePattern() pulumi.StringPtrOutput

The pattern of the file names for the generated output files. The following macros are supported in the file name: {Basename} - The base name of the input video {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. {Bitrate} - The audio/video bitrate. Not applicable to thumbnails. {Codec} - The type of the audio/video codec. Any unsubstituted macros will be collapsed and removed from the filename.

func (ImageFormatResponseOutput) OdataType

The discriminator for derived types.

func (ImageFormatResponseOutput) ToImageFormatResponseOutput

func (o ImageFormatResponseOutput) ToImageFormatResponseOutput() ImageFormatResponseOutput

func (ImageFormatResponseOutput) ToImageFormatResponseOutputWithContext

func (o ImageFormatResponseOutput) ToImageFormatResponseOutputWithContext(ctx context.Context) ImageFormatResponseOutput

type Job

type Job struct {
	pulumi.CustomResourceState

	// Customer provided correlation data that will be returned in Job completed events.
	CorrelationData pulumi.StringMapOutput `pulumi:"correlationData"`
	// The UTC date and time when the Job was created, in 'YYYY-MM-DDThh:mm:ssZ' format.
	Created pulumi.StringOutput `pulumi:"created"`
	// Optional customer supplied description of the Job.
	Description pulumi.StringPtrOutput `pulumi:"description"`
	// The inputs for the Job.
	Input pulumi.AnyOutput `pulumi:"input"`
	// The UTC date and time when the Job was last updated, in 'YYYY-MM-DDThh:mm:ssZ' format.
	LastModified pulumi.StringOutput `pulumi:"lastModified"`
	// The name of the resource.
	Name pulumi.StringOutput `pulumi:"name"`
	// The outputs for the Job.
	Outputs JobOutputAssetResponseArrayOutput `pulumi:"outputs"`
	// Priority with which the job should be processed. Higher priority jobs are processed before lower priority jobs. If not set, the default is normal.
	Priority pulumi.StringPtrOutput `pulumi:"priority"`
	// The current state of the job.
	State pulumi.StringOutput `pulumi:"state"`
	// The type of the resource.
	Type pulumi.StringOutput `pulumi:"type"`
}

A Job resource type. The progress and state can be obtained by polling a Job or subscribing to events using EventGrid.

func GetJob

func GetJob(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *JobState, opts ...pulumi.ResourceOption) (*Job, error)

GetJob gets an existing Job resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewJob

func NewJob(ctx *pulumi.Context,
	name string, args *JobArgs, opts ...pulumi.ResourceOption) (*Job, error)

NewJob registers a new resource with the given unique name, arguments, and options.

type JobArgs

type JobArgs struct {
	// The Media Services account name.
	AccountName pulumi.StringInput
	// Customer provided correlation data that will be returned in Job completed events.
	CorrelationData pulumi.StringMapInput
	// Optional customer supplied description of the Job.
	Description pulumi.StringPtrInput
	// The inputs for the Job.
	Input pulumi.Input
	// The Job name.
	JobName pulumi.StringInput
	// The outputs for the Job.
	Outputs JobOutputAssetArrayInput
	// Priority with which the job should be processed. Higher priority jobs are processed before lower priority jobs. If not set, the default is normal.
	Priority pulumi.StringPtrInput
	// The name of the resource group within the Azure subscription.
	ResourceGroupName pulumi.StringInput
	// The Transform name.
	TransformName pulumi.StringInput
}

The set of arguments for constructing a Job resource.

func (JobArgs) ElementType

func (JobArgs) ElementType() reflect.Type

type JobErrorDetailResponse

type JobErrorDetailResponse struct {
	// Code describing the error detail.
	Code string `pulumi:"code"`
	// A human-readable representation of the error.
	Message string `pulumi:"message"`
}

Details of JobOutput errors.

type JobErrorDetailResponseArgs

type JobErrorDetailResponseArgs struct {
	// Code describing the error detail.
	Code pulumi.StringInput `pulumi:"code"`
	// A human-readable representation of the error.
	Message pulumi.StringInput `pulumi:"message"`
}

Details of JobOutput errors.

func (JobErrorDetailResponseArgs) ElementType

func (JobErrorDetailResponseArgs) ElementType() reflect.Type

func (JobErrorDetailResponseArgs) ToJobErrorDetailResponseOutput

func (i JobErrorDetailResponseArgs) ToJobErrorDetailResponseOutput() JobErrorDetailResponseOutput

func (JobErrorDetailResponseArgs) ToJobErrorDetailResponseOutputWithContext

func (i JobErrorDetailResponseArgs) ToJobErrorDetailResponseOutputWithContext(ctx context.Context) JobErrorDetailResponseOutput

type JobErrorDetailResponseArray

type JobErrorDetailResponseArray []JobErrorDetailResponseInput

func (JobErrorDetailResponseArray) ElementType

func (JobErrorDetailResponseArray) ToJobErrorDetailResponseArrayOutput

func (i JobErrorDetailResponseArray) ToJobErrorDetailResponseArrayOutput() JobErrorDetailResponseArrayOutput

func (JobErrorDetailResponseArray) ToJobErrorDetailResponseArrayOutputWithContext

func (i JobErrorDetailResponseArray) ToJobErrorDetailResponseArrayOutputWithContext(ctx context.Context) JobErrorDetailResponseArrayOutput

type JobErrorDetailResponseArrayInput

type JobErrorDetailResponseArrayInput interface {
	pulumi.Input

	ToJobErrorDetailResponseArrayOutput() JobErrorDetailResponseArrayOutput
	ToJobErrorDetailResponseArrayOutputWithContext(context.Context) JobErrorDetailResponseArrayOutput
}

JobErrorDetailResponseArrayInput is an input type that accepts JobErrorDetailResponseArray and JobErrorDetailResponseArrayOutput values. You can construct a concrete instance of `JobErrorDetailResponseArrayInput` via:

JobErrorDetailResponseArray{ JobErrorDetailResponseArgs{...} }

type JobErrorDetailResponseArrayOutput

type JobErrorDetailResponseArrayOutput struct{ *pulumi.OutputState }

func (JobErrorDetailResponseArrayOutput) ElementType

func (JobErrorDetailResponseArrayOutput) Index

func (JobErrorDetailResponseArrayOutput) ToJobErrorDetailResponseArrayOutput

func (o JobErrorDetailResponseArrayOutput) ToJobErrorDetailResponseArrayOutput() JobErrorDetailResponseArrayOutput

func (JobErrorDetailResponseArrayOutput) ToJobErrorDetailResponseArrayOutputWithContext

func (o JobErrorDetailResponseArrayOutput) ToJobErrorDetailResponseArrayOutputWithContext(ctx context.Context) JobErrorDetailResponseArrayOutput

type JobErrorDetailResponseInput

type JobErrorDetailResponseInput interface {
	pulumi.Input

	ToJobErrorDetailResponseOutput() JobErrorDetailResponseOutput
	ToJobErrorDetailResponseOutputWithContext(context.Context) JobErrorDetailResponseOutput
}

JobErrorDetailResponseInput is an input type that accepts JobErrorDetailResponseArgs and JobErrorDetailResponseOutput values. You can construct a concrete instance of `JobErrorDetailResponseInput` via:

JobErrorDetailResponseArgs{...}

type JobErrorDetailResponseOutput

type JobErrorDetailResponseOutput struct{ *pulumi.OutputState }

Details of JobOutput errors.

func (JobErrorDetailResponseOutput) Code

Code describing the error detail.

func (JobErrorDetailResponseOutput) ElementType

func (JobErrorDetailResponseOutput) Message

A human-readable representation of the error.

func (JobErrorDetailResponseOutput) ToJobErrorDetailResponseOutput

func (o JobErrorDetailResponseOutput) ToJobErrorDetailResponseOutput() JobErrorDetailResponseOutput

func (JobErrorDetailResponseOutput) ToJobErrorDetailResponseOutputWithContext

func (o JobErrorDetailResponseOutput) ToJobErrorDetailResponseOutputWithContext(ctx context.Context) JobErrorDetailResponseOutput

type JobErrorResponse

type JobErrorResponse struct {
	// Helps with categorization of errors.
	Category string `pulumi:"category"`
	// Error code describing the error.
	Code string `pulumi:"code"`
	// An array of details about specific errors that led to this reported error.
	Details []JobErrorDetailResponse `pulumi:"details"`
	// A human-readable language-dependent representation of the error.
	Message string `pulumi:"message"`
	// Indicates that it may be possible to retry the Job. If retry is unsuccessful, please contact Azure support via Azure Portal.
	Retry string `pulumi:"retry"`
}

Details of JobOutput errors.

type JobErrorResponseArgs

type JobErrorResponseArgs struct {
	// Helps with categorization of errors.
	Category pulumi.StringInput `pulumi:"category"`
	// Error code describing the error.
	Code pulumi.StringInput `pulumi:"code"`
	// An array of details about specific errors that led to this reported error.
	Details JobErrorDetailResponseArrayInput `pulumi:"details"`
	// A human-readable language-dependent representation of the error.
	Message pulumi.StringInput `pulumi:"message"`
	// Indicates that it may be possible to retry the Job. If retry is unsuccessful, please contact Azure support via Azure Portal.
	Retry pulumi.StringInput `pulumi:"retry"`
}

Details of JobOutput errors.

func (JobErrorResponseArgs) ElementType

func (JobErrorResponseArgs) ElementType() reflect.Type

func (JobErrorResponseArgs) ToJobErrorResponseOutput

func (i JobErrorResponseArgs) ToJobErrorResponseOutput() JobErrorResponseOutput

func (JobErrorResponseArgs) ToJobErrorResponseOutputWithContext

func (i JobErrorResponseArgs) ToJobErrorResponseOutputWithContext(ctx context.Context) JobErrorResponseOutput

type JobErrorResponseInput

type JobErrorResponseInput interface {
	pulumi.Input

	ToJobErrorResponseOutput() JobErrorResponseOutput
	ToJobErrorResponseOutputWithContext(context.Context) JobErrorResponseOutput
}

JobErrorResponseInput is an input type that accepts JobErrorResponseArgs and JobErrorResponseOutput values. You can construct a concrete instance of `JobErrorResponseInput` via:

JobErrorResponseArgs{...}

type JobErrorResponseOutput

type JobErrorResponseOutput struct{ *pulumi.OutputState }

Details of JobOutput errors.

func (JobErrorResponseOutput) Category

Helps with categorization of errors.

func (JobErrorResponseOutput) Code

Error code describing the error.

func (JobErrorResponseOutput) Details

An array of details about specific errors that led to this reported error.

func (JobErrorResponseOutput) ElementType

func (JobErrorResponseOutput) ElementType() reflect.Type

func (JobErrorResponseOutput) Message

A human-readable language-dependent representation of the error.

func (JobErrorResponseOutput) Retry

Indicates that it may be possible to retry the Job. If retry is unsuccessful, please contact Azure support via Azure Portal.

func (JobErrorResponseOutput) ToJobErrorResponseOutput

func (o JobErrorResponseOutput) ToJobErrorResponseOutput() JobErrorResponseOutput

func (JobErrorResponseOutput) ToJobErrorResponseOutputWithContext

func (o JobErrorResponseOutput) ToJobErrorResponseOutputWithContext(ctx context.Context) JobErrorResponseOutput

type JobInputClip

type JobInputClip struct {
	// List of files. Required for JobInputHttp.
	Files []string `pulumi:"files"`
	// A label that is assigned to a JobInput, 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'.
	Label *string `pulumi:"label"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

Represents input files for a Job.

type JobInputClipArgs

type JobInputClipArgs struct {
	// List of files. Required for JobInputHttp.
	Files pulumi.StringArrayInput `pulumi:"files"`
	// A label that is assigned to a JobInput, 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'.
	Label pulumi.StringPtrInput `pulumi:"label"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

Represents input files for a Job.

func (JobInputClipArgs) ElementType

func (JobInputClipArgs) ElementType() reflect.Type

func (JobInputClipArgs) ToJobInputClipOutput

func (i JobInputClipArgs) ToJobInputClipOutput() JobInputClipOutput

func (JobInputClipArgs) ToJobInputClipOutputWithContext

func (i JobInputClipArgs) ToJobInputClipOutputWithContext(ctx context.Context) JobInputClipOutput

type JobInputClipInput

type JobInputClipInput interface {
	pulumi.Input

	ToJobInputClipOutput() JobInputClipOutput
	ToJobInputClipOutputWithContext(context.Context) JobInputClipOutput
}

JobInputClipInput is an input type that accepts JobInputClipArgs and JobInputClipOutput values. You can construct a concrete instance of `JobInputClipInput` via:

JobInputClipArgs{...}

type JobInputClipOutput

type JobInputClipOutput struct{ *pulumi.OutputState }

Represents input files for a Job.

func (JobInputClipOutput) ElementType

func (JobInputClipOutput) ElementType() reflect.Type

func (JobInputClipOutput) Files

List of files. Required for JobInputHttp.

func (JobInputClipOutput) Label

A label that is assigned to a JobInput, 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'.

func (JobInputClipOutput) OdataType

func (o JobInputClipOutput) OdataType() pulumi.StringOutput

The discriminator for derived types.

func (JobInputClipOutput) ToJobInputClipOutput

func (o JobInputClipOutput) ToJobInputClipOutput() JobInputClipOutput

func (JobInputClipOutput) ToJobInputClipOutputWithContext

func (o JobInputClipOutput) ToJobInputClipOutputWithContext(ctx context.Context) JobInputClipOutput

type JobInputClipResponse

type JobInputClipResponse struct {
	// List of files. Required for JobInputHttp.
	Files []string `pulumi:"files"`
	// A label that is assigned to a JobInput, 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'.
	Label *string `pulumi:"label"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

Represents input files for a Job.

type JobInputClipResponseArgs

type JobInputClipResponseArgs struct {
	// List of files. Required for JobInputHttp.
	Files pulumi.StringArrayInput `pulumi:"files"`
	// A label that is assigned to a JobInput, 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'.
	Label pulumi.StringPtrInput `pulumi:"label"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

Represents input files for a Job.

func (JobInputClipResponseArgs) ElementType

func (JobInputClipResponseArgs) ElementType() reflect.Type

func (JobInputClipResponseArgs) ToJobInputClipResponseOutput

func (i JobInputClipResponseArgs) ToJobInputClipResponseOutput() JobInputClipResponseOutput

func (JobInputClipResponseArgs) ToJobInputClipResponseOutputWithContext

func (i JobInputClipResponseArgs) ToJobInputClipResponseOutputWithContext(ctx context.Context) JobInputClipResponseOutput

type JobInputClipResponseInput

type JobInputClipResponseInput interface {
	pulumi.Input

	ToJobInputClipResponseOutput() JobInputClipResponseOutput
	ToJobInputClipResponseOutputWithContext(context.Context) JobInputClipResponseOutput
}

JobInputClipResponseInput is an input type that accepts JobInputClipResponseArgs and JobInputClipResponseOutput values. You can construct a concrete instance of `JobInputClipResponseInput` via:

JobInputClipResponseArgs{...}

type JobInputClipResponseOutput

type JobInputClipResponseOutput struct{ *pulumi.OutputState }

Represents input files for a Job.

func (JobInputClipResponseOutput) ElementType

func (JobInputClipResponseOutput) ElementType() reflect.Type

func (JobInputClipResponseOutput) Files

List of files. Required for JobInputHttp.

func (JobInputClipResponseOutput) Label

A label that is assigned to a JobInput, 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'.

func (JobInputClipResponseOutput) OdataType

The discriminator for derived types.

func (JobInputClipResponseOutput) ToJobInputClipResponseOutput

func (o JobInputClipResponseOutput) ToJobInputClipResponseOutput() JobInputClipResponseOutput

func (JobInputClipResponseOutput) ToJobInputClipResponseOutputWithContext

func (o JobInputClipResponseOutput) ToJobInputClipResponseOutputWithContext(ctx context.Context) JobInputClipResponseOutput

type JobInputs

type JobInputs struct {
	// List of inputs to a Job.
	Inputs []interface{} `pulumi:"inputs"`
	// A label that is assigned to a JobInput, 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'.
	Label *string `pulumi:"label"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

Describes a list of inputs to a Job.

type JobInputsArgs

type JobInputsArgs struct {
	// List of inputs to a Job.
	Inputs pulumi.ArrayInput `pulumi:"inputs"`
	// A label that is assigned to a JobInput, 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'.
	Label pulumi.StringPtrInput `pulumi:"label"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

Describes a list of inputs to a Job.

func (JobInputsArgs) ElementType

func (JobInputsArgs) ElementType() reflect.Type

func (JobInputsArgs) ToJobInputsOutput

func (i JobInputsArgs) ToJobInputsOutput() JobInputsOutput

func (JobInputsArgs) ToJobInputsOutputWithContext

func (i JobInputsArgs) ToJobInputsOutputWithContext(ctx context.Context) JobInputsOutput

type JobInputsInput

type JobInputsInput interface {
	pulumi.Input

	ToJobInputsOutput() JobInputsOutput
	ToJobInputsOutputWithContext(context.Context) JobInputsOutput
}

JobInputsInput is an input type that accepts JobInputsArgs and JobInputsOutput values. You can construct a concrete instance of `JobInputsInput` via:

JobInputsArgs{...}

type JobInputsOutput

type JobInputsOutput struct{ *pulumi.OutputState }

Describes a list of inputs to a Job.

func (JobInputsOutput) ElementType

func (JobInputsOutput) ElementType() reflect.Type

func (JobInputsOutput) Inputs

func (o JobInputsOutput) Inputs() pulumi.ArrayOutput

List of inputs to a Job.

func (JobInputsOutput) Label

A label that is assigned to a JobInput, 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'.

func (JobInputsOutput) OdataType

func (o JobInputsOutput) OdataType() pulumi.StringOutput

The discriminator for derived types.

func (JobInputsOutput) ToJobInputsOutput

func (o JobInputsOutput) ToJobInputsOutput() JobInputsOutput

func (JobInputsOutput) ToJobInputsOutputWithContext

func (o JobInputsOutput) ToJobInputsOutputWithContext(ctx context.Context) JobInputsOutput

type JobInputsResponse

type JobInputsResponse struct {
	// List of inputs to a Job.
	Inputs []interface{} `pulumi:"inputs"`
	// A label that is assigned to a JobInput, 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'.
	Label *string `pulumi:"label"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

Describes a list of inputs to a Job.

type JobInputsResponseArgs

type JobInputsResponseArgs struct {
	// List of inputs to a Job.
	Inputs pulumi.ArrayInput `pulumi:"inputs"`
	// A label that is assigned to a JobInput, 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'.
	Label pulumi.StringPtrInput `pulumi:"label"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

Describes a list of inputs to a Job.

func (JobInputsResponseArgs) ElementType

func (JobInputsResponseArgs) ElementType() reflect.Type

func (JobInputsResponseArgs) ToJobInputsResponseOutput

func (i JobInputsResponseArgs) ToJobInputsResponseOutput() JobInputsResponseOutput

func (JobInputsResponseArgs) ToJobInputsResponseOutputWithContext

func (i JobInputsResponseArgs) ToJobInputsResponseOutputWithContext(ctx context.Context) JobInputsResponseOutput

type JobInputsResponseInput

type JobInputsResponseInput interface {
	pulumi.Input

	ToJobInputsResponseOutput() JobInputsResponseOutput
	ToJobInputsResponseOutputWithContext(context.Context) JobInputsResponseOutput
}

JobInputsResponseInput is an input type that accepts JobInputsResponseArgs and JobInputsResponseOutput values. You can construct a concrete instance of `JobInputsResponseInput` via:

JobInputsResponseArgs{...}

type JobInputsResponseOutput

type JobInputsResponseOutput struct{ *pulumi.OutputState }

Describes a list of inputs to a Job.

func (JobInputsResponseOutput) ElementType

func (JobInputsResponseOutput) ElementType() reflect.Type

func (JobInputsResponseOutput) Inputs

List of inputs to a Job.

func (JobInputsResponseOutput) Label

A label that is assigned to a JobInput, 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'.

func (JobInputsResponseOutput) OdataType

The discriminator for derived types.

func (JobInputsResponseOutput) ToJobInputsResponseOutput

func (o JobInputsResponseOutput) ToJobInputsResponseOutput() JobInputsResponseOutput

func (JobInputsResponseOutput) ToJobInputsResponseOutputWithContext

func (o JobInputsResponseOutput) ToJobInputsResponseOutputWithContext(ctx context.Context) JobInputsResponseOutput

type JobOutputAsset

type JobOutputAsset struct {
	// The name of the output Asset.
	AssetName string `pulumi:"assetName"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

Represents an Asset used as a JobOutput.

type JobOutputAssetArgs

type JobOutputAssetArgs struct {
	// The name of the output Asset.
	AssetName pulumi.StringInput `pulumi:"assetName"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

Represents an Asset used as a JobOutput.

func (JobOutputAssetArgs) ElementType

func (JobOutputAssetArgs) ElementType() reflect.Type

func (JobOutputAssetArgs) ToJobOutputAssetOutput

func (i JobOutputAssetArgs) ToJobOutputAssetOutput() JobOutputAssetOutput

func (JobOutputAssetArgs) ToJobOutputAssetOutputWithContext

func (i JobOutputAssetArgs) ToJobOutputAssetOutputWithContext(ctx context.Context) JobOutputAssetOutput

type JobOutputAssetArray

type JobOutputAssetArray []JobOutputAssetInput

func (JobOutputAssetArray) ElementType

func (JobOutputAssetArray) ElementType() reflect.Type

func (JobOutputAssetArray) ToJobOutputAssetArrayOutput

func (i JobOutputAssetArray) ToJobOutputAssetArrayOutput() JobOutputAssetArrayOutput

func (JobOutputAssetArray) ToJobOutputAssetArrayOutputWithContext

func (i JobOutputAssetArray) ToJobOutputAssetArrayOutputWithContext(ctx context.Context) JobOutputAssetArrayOutput

type JobOutputAssetArrayInput

type JobOutputAssetArrayInput interface {
	pulumi.Input

	ToJobOutputAssetArrayOutput() JobOutputAssetArrayOutput
	ToJobOutputAssetArrayOutputWithContext(context.Context) JobOutputAssetArrayOutput
}

JobOutputAssetArrayInput is an input type that accepts JobOutputAssetArray and JobOutputAssetArrayOutput values. You can construct a concrete instance of `JobOutputAssetArrayInput` via:

JobOutputAssetArray{ JobOutputAssetArgs{...} }

type JobOutputAssetArrayOutput

type JobOutputAssetArrayOutput struct{ *pulumi.OutputState }

func (JobOutputAssetArrayOutput) ElementType

func (JobOutputAssetArrayOutput) ElementType() reflect.Type

func (JobOutputAssetArrayOutput) Index

func (JobOutputAssetArrayOutput) ToJobOutputAssetArrayOutput

func (o JobOutputAssetArrayOutput) ToJobOutputAssetArrayOutput() JobOutputAssetArrayOutput

func (JobOutputAssetArrayOutput) ToJobOutputAssetArrayOutputWithContext

func (o JobOutputAssetArrayOutput) ToJobOutputAssetArrayOutputWithContext(ctx context.Context) JobOutputAssetArrayOutput

type JobOutputAssetInput

type JobOutputAssetInput interface {
	pulumi.Input

	ToJobOutputAssetOutput() JobOutputAssetOutput
	ToJobOutputAssetOutputWithContext(context.Context) JobOutputAssetOutput
}

JobOutputAssetInput is an input type that accepts JobOutputAssetArgs and JobOutputAssetOutput values. You can construct a concrete instance of `JobOutputAssetInput` via:

JobOutputAssetArgs{...}

type JobOutputAssetOutput

type JobOutputAssetOutput struct{ *pulumi.OutputState }

Represents an Asset used as a JobOutput.

func (JobOutputAssetOutput) AssetName

The name of the output Asset.

func (JobOutputAssetOutput) ElementType

func (JobOutputAssetOutput) ElementType() reflect.Type

func (JobOutputAssetOutput) OdataType

The discriminator for derived types.

func (JobOutputAssetOutput) ToJobOutputAssetOutput

func (o JobOutputAssetOutput) ToJobOutputAssetOutput() JobOutputAssetOutput

func (JobOutputAssetOutput) ToJobOutputAssetOutputWithContext

func (o JobOutputAssetOutput) ToJobOutputAssetOutputWithContext(ctx context.Context) JobOutputAssetOutput

type JobOutputAssetResponse

type JobOutputAssetResponse struct {
	// The name of the output Asset.
	AssetName string `pulumi:"assetName"`
	// If the JobOutput is in the Error state, it contains the details of the error.
	Error JobErrorResponse `pulumi:"error"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
	// If the JobOutput is in a Processing state, this contains the job completion percentage.  The value is an estimate and not intended to be used to predict job completion times. To determine if the JobOutput is complete, use the State property.
	Progress int `pulumi:"progress"`
	// Describes the state of the JobOutput.
	State string `pulumi:"state"`
}

Represents an Asset used as a JobOutput.

type JobOutputAssetResponseArgs

type JobOutputAssetResponseArgs struct {
	// The name of the output Asset.
	AssetName pulumi.StringInput `pulumi:"assetName"`
	// If the JobOutput is in the Error state, it contains the details of the error.
	Error JobErrorResponseInput `pulumi:"error"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
	// If the JobOutput is in a Processing state, this contains the job completion percentage.  The value is an estimate and not intended to be used to predict job completion times. To determine if the JobOutput is complete, use the State property.
	Progress pulumi.IntInput `pulumi:"progress"`
	// Describes the state of the JobOutput.
	State pulumi.StringInput `pulumi:"state"`
}

Represents an Asset used as a JobOutput.

func (JobOutputAssetResponseArgs) ElementType

func (JobOutputAssetResponseArgs) ElementType() reflect.Type

func (JobOutputAssetResponseArgs) ToJobOutputAssetResponseOutput

func (i JobOutputAssetResponseArgs) ToJobOutputAssetResponseOutput() JobOutputAssetResponseOutput

func (JobOutputAssetResponseArgs) ToJobOutputAssetResponseOutputWithContext

func (i JobOutputAssetResponseArgs) ToJobOutputAssetResponseOutputWithContext(ctx context.Context) JobOutputAssetResponseOutput

type JobOutputAssetResponseArray

type JobOutputAssetResponseArray []JobOutputAssetResponseInput

func (JobOutputAssetResponseArray) ElementType

func (JobOutputAssetResponseArray) ToJobOutputAssetResponseArrayOutput

func (i JobOutputAssetResponseArray) ToJobOutputAssetResponseArrayOutput() JobOutputAssetResponseArrayOutput

func (JobOutputAssetResponseArray) ToJobOutputAssetResponseArrayOutputWithContext

func (i JobOutputAssetResponseArray) ToJobOutputAssetResponseArrayOutputWithContext(ctx context.Context) JobOutputAssetResponseArrayOutput

type JobOutputAssetResponseArrayInput

type JobOutputAssetResponseArrayInput interface {
	pulumi.Input

	ToJobOutputAssetResponseArrayOutput() JobOutputAssetResponseArrayOutput
	ToJobOutputAssetResponseArrayOutputWithContext(context.Context) JobOutputAssetResponseArrayOutput
}

JobOutputAssetResponseArrayInput is an input type that accepts JobOutputAssetResponseArray and JobOutputAssetResponseArrayOutput values. You can construct a concrete instance of `JobOutputAssetResponseArrayInput` via:

JobOutputAssetResponseArray{ JobOutputAssetResponseArgs{...} }

type JobOutputAssetResponseArrayOutput

type JobOutputAssetResponseArrayOutput struct{ *pulumi.OutputState }

func (JobOutputAssetResponseArrayOutput) ElementType

func (JobOutputAssetResponseArrayOutput) Index

func (JobOutputAssetResponseArrayOutput) ToJobOutputAssetResponseArrayOutput

func (o JobOutputAssetResponseArrayOutput) ToJobOutputAssetResponseArrayOutput() JobOutputAssetResponseArrayOutput

func (JobOutputAssetResponseArrayOutput) ToJobOutputAssetResponseArrayOutputWithContext

func (o JobOutputAssetResponseArrayOutput) ToJobOutputAssetResponseArrayOutputWithContext(ctx context.Context) JobOutputAssetResponseArrayOutput

type JobOutputAssetResponseInput

type JobOutputAssetResponseInput interface {
	pulumi.Input

	ToJobOutputAssetResponseOutput() JobOutputAssetResponseOutput
	ToJobOutputAssetResponseOutputWithContext(context.Context) JobOutputAssetResponseOutput
}

JobOutputAssetResponseInput is an input type that accepts JobOutputAssetResponseArgs and JobOutputAssetResponseOutput values. You can construct a concrete instance of `JobOutputAssetResponseInput` via:

JobOutputAssetResponseArgs{...}

type JobOutputAssetResponseOutput

type JobOutputAssetResponseOutput struct{ *pulumi.OutputState }

Represents an Asset used as a JobOutput.

func (JobOutputAssetResponseOutput) AssetName

The name of the output Asset.

func (JobOutputAssetResponseOutput) ElementType

func (JobOutputAssetResponseOutput) Error

If the JobOutput is in the Error state, it contains the details of the error.

func (JobOutputAssetResponseOutput) OdataType

The discriminator for derived types.

func (JobOutputAssetResponseOutput) Progress

If the JobOutput is in a Processing state, this contains the job completion percentage. The value is an estimate and not intended to be used to predict job completion times. To determine if the JobOutput is complete, use the State property.

func (JobOutputAssetResponseOutput) State

Describes the state of the JobOutput.

func (JobOutputAssetResponseOutput) ToJobOutputAssetResponseOutput

func (o JobOutputAssetResponseOutput) ToJobOutputAssetResponseOutput() JobOutputAssetResponseOutput

func (JobOutputAssetResponseOutput) ToJobOutputAssetResponseOutputWithContext

func (o JobOutputAssetResponseOutput) ToJobOutputAssetResponseOutputWithContext(ctx context.Context) JobOutputAssetResponseOutput

type JobState

type JobState struct {
	// Customer provided correlation data that will be returned in Job completed events.
	CorrelationData pulumi.StringMapInput
	// The UTC date and time when the Job was created, in 'YYYY-MM-DDThh:mm:ssZ' format.
	Created pulumi.StringPtrInput
	// Optional customer supplied description of the Job.
	Description pulumi.StringPtrInput
	// The inputs for the Job.
	Input pulumi.Input
	// The UTC date and time when the Job was last updated, in 'YYYY-MM-DDThh:mm:ssZ' format.
	LastModified pulumi.StringPtrInput
	// The name of the resource.
	Name pulumi.StringPtrInput
	// The outputs for the Job.
	Outputs JobOutputAssetResponseArrayInput
	// Priority with which the job should be processed. Higher priority jobs are processed before lower priority jobs. If not set, the default is normal.
	Priority pulumi.StringPtrInput
	// The current state of the job.
	State pulumi.StringPtrInput
	// The type of the resource.
	Type pulumi.StringPtrInput
}

func (JobState) ElementType

func (JobState) ElementType() reflect.Type

type ListAssetContainerSasArgs

type ListAssetContainerSasArgs struct {
	// The Media Services account name.
	AccountName string `pulumi:"accountName"`
	// The Asset name.
	AssetName string `pulumi:"assetName"`
	// The SAS URL expiration time.  This must be less than 24 hours from the current time.
	ExpiryTime *string `pulumi:"expiryTime"`
	// The permissions to set on the SAS URL.
	Permissions *string `pulumi:"permissions"`
	// The name of the resource group within the Azure subscription.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type ListAssetContainerSasResult

type ListAssetContainerSasResult struct {
	// The list of Asset container SAS URLs.
	AssetContainerSasUrls []string `pulumi:"assetContainerSasUrls"`
}

The Asset Storage container SAS URLs.

type ListStreamingLocatorContentKeysArgs

type ListStreamingLocatorContentKeysArgs struct {
	// The Media Services account name.
	AccountName string `pulumi:"accountName"`
	// The name of the resource group within the Azure subscription.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The Streaming Locator name.
	StreamingLocatorName string `pulumi:"streamingLocatorName"`
}

type ListStreamingLocatorContentKeysResult

type ListStreamingLocatorContentKeysResult struct {
	// ContentKeys used by current Streaming Locator
	ContentKeys []StreamingLocatorContentKeyResponse `pulumi:"contentKeys"`
}

Class of response for listContentKeys action

type ListStreamingLocatorPathsArgs

type ListStreamingLocatorPathsArgs struct {
	// The Media Services account name.
	AccountName string `pulumi:"accountName"`
	// The name of the resource group within the Azure subscription.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The Streaming Locator name.
	StreamingLocatorName string `pulumi:"streamingLocatorName"`
}

type ListStreamingLocatorPathsResult

type ListStreamingLocatorPathsResult struct {
	// Download Paths supported by current Streaming Locator
	DownloadPaths []string `pulumi:"downloadPaths"`
	// Streaming Paths supported by current Streaming Locator
	StreamingPaths []StreamingPathResponse `pulumi:"streamingPaths"`
}

Class of response for listPaths action

type LiveEvent

type LiveEvent struct {
	pulumi.CustomResourceState

	// The exact time the Live Event was created.
	Created pulumi.StringOutput `pulumi:"created"`
	// The Live Event access policies.
	CrossSiteAccessPolicies CrossSiteAccessPoliciesResponsePtrOutput `pulumi:"crossSiteAccessPolicies"`
	// The Live Event description.
	Description pulumi.StringPtrOutput `pulumi:"description"`
	// The Live Event encoding.
	Encoding LiveEventEncodingResponsePtrOutput `pulumi:"encoding"`
	// The Live Event input.
	Input LiveEventInputResponseOutput `pulumi:"input"`
	// The exact time the Live Event was last modified.
	LastModified pulumi.StringOutput `pulumi:"lastModified"`
	// The Azure Region of the resource.
	Location pulumi.StringPtrOutput `pulumi:"location"`
	// The name of the resource.
	Name pulumi.StringOutput `pulumi:"name"`
	// The Live Event preview.
	Preview LiveEventPreviewResponsePtrOutput `pulumi:"preview"`
	// The provisioning state of the Live Event.
	ProvisioningState pulumi.StringOutput `pulumi:"provisioningState"`
	// The resource state of the Live Event.
	ResourceState pulumi.StringOutput `pulumi:"resourceState"`
	// The stream options.
	StreamOptions pulumi.StringArrayOutput `pulumi:"streamOptions"`
	// Resource tags.
	Tags pulumi.StringMapOutput `pulumi:"tags"`
	// The type of the resource.
	Type pulumi.StringOutput `pulumi:"type"`
	// The Live Event vanity URL flag.
	VanityUrl pulumi.BoolPtrOutput `pulumi:"vanityUrl"`
}

The Live Event.

func GetLiveEvent

func GetLiveEvent(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *LiveEventState, opts ...pulumi.ResourceOption) (*LiveEvent, error)

GetLiveEvent gets an existing LiveEvent resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewLiveEvent

func NewLiveEvent(ctx *pulumi.Context,
	name string, args *LiveEventArgs, opts ...pulumi.ResourceOption) (*LiveEvent, error)

NewLiveEvent registers a new resource with the given unique name, arguments, and options.

type LiveEventArgs

type LiveEventArgs struct {
	// The Media Services account name.
	AccountName pulumi.StringInput
	// The flag indicates if auto start the Live Event.
	AutoStart pulumi.BoolPtrInput
	// The Live Event access policies.
	CrossSiteAccessPolicies CrossSiteAccessPoliciesPtrInput
	// The Live Event description.
	Description pulumi.StringPtrInput
	// The Live Event encoding.
	Encoding LiveEventEncodingPtrInput
	// The Live Event input.
	Input LiveEventInputInput
	// The name of the Live Event.
	LiveEventName pulumi.StringInput
	// The Azure Region of the resource.
	Location pulumi.StringPtrInput
	// The Live Event preview.
	Preview LiveEventPreviewPtrInput
	// The name of the resource group within the Azure subscription.
	ResourceGroupName pulumi.StringInput
	// The stream options.
	StreamOptions pulumi.StringArrayInput
	// Resource tags.
	Tags pulumi.StringMapInput
	// The Live Event vanity URL flag.
	VanityUrl pulumi.BoolPtrInput
}

The set of arguments for constructing a LiveEvent resource.

func (LiveEventArgs) ElementType

func (LiveEventArgs) ElementType() reflect.Type

type LiveEventEncoding

type LiveEventEncoding struct {
	// The encoding type for Live Event.
	EncodingType *string `pulumi:"encodingType"`
	// The encoding preset name.
	PresetName *string `pulumi:"presetName"`
}

The Live Event encoding.

type LiveEventEncodingArgs

type LiveEventEncodingArgs struct {
	// The encoding type for Live Event.
	EncodingType pulumi.StringPtrInput `pulumi:"encodingType"`
	// The encoding preset name.
	PresetName pulumi.StringPtrInput `pulumi:"presetName"`
}

The Live Event encoding.

func (LiveEventEncodingArgs) ElementType

func (LiveEventEncodingArgs) ElementType() reflect.Type

func (LiveEventEncodingArgs) ToLiveEventEncodingOutput

func (i LiveEventEncodingArgs) ToLiveEventEncodingOutput() LiveEventEncodingOutput

func (LiveEventEncodingArgs) ToLiveEventEncodingOutputWithContext

func (i LiveEventEncodingArgs) ToLiveEventEncodingOutputWithContext(ctx context.Context) LiveEventEncodingOutput

func (LiveEventEncodingArgs) ToLiveEventEncodingPtrOutput

func (i LiveEventEncodingArgs) ToLiveEventEncodingPtrOutput() LiveEventEncodingPtrOutput

func (LiveEventEncodingArgs) ToLiveEventEncodingPtrOutputWithContext

func (i LiveEventEncodingArgs) ToLiveEventEncodingPtrOutputWithContext(ctx context.Context) LiveEventEncodingPtrOutput

type LiveEventEncodingInput

type LiveEventEncodingInput interface {
	pulumi.Input

	ToLiveEventEncodingOutput() LiveEventEncodingOutput
	ToLiveEventEncodingOutputWithContext(context.Context) LiveEventEncodingOutput
}

LiveEventEncodingInput is an input type that accepts LiveEventEncodingArgs and LiveEventEncodingOutput values. You can construct a concrete instance of `LiveEventEncodingInput` via:

LiveEventEncodingArgs{...}

type LiveEventEncodingOutput

type LiveEventEncodingOutput struct{ *pulumi.OutputState }

The Live Event encoding.

func (LiveEventEncodingOutput) ElementType

func (LiveEventEncodingOutput) ElementType() reflect.Type

func (LiveEventEncodingOutput) EncodingType

The encoding type for Live Event.

func (LiveEventEncodingOutput) PresetName

The encoding preset name.

func (LiveEventEncodingOutput) ToLiveEventEncodingOutput

func (o LiveEventEncodingOutput) ToLiveEventEncodingOutput() LiveEventEncodingOutput

func (LiveEventEncodingOutput) ToLiveEventEncodingOutputWithContext

func (o LiveEventEncodingOutput) ToLiveEventEncodingOutputWithContext(ctx context.Context) LiveEventEncodingOutput

func (LiveEventEncodingOutput) ToLiveEventEncodingPtrOutput

func (o LiveEventEncodingOutput) ToLiveEventEncodingPtrOutput() LiveEventEncodingPtrOutput

func (LiveEventEncodingOutput) ToLiveEventEncodingPtrOutputWithContext

func (o LiveEventEncodingOutput) ToLiveEventEncodingPtrOutputWithContext(ctx context.Context) LiveEventEncodingPtrOutput

type LiveEventEncodingPtrInput

type LiveEventEncodingPtrInput interface {
	pulumi.Input

	ToLiveEventEncodingPtrOutput() LiveEventEncodingPtrOutput
	ToLiveEventEncodingPtrOutputWithContext(context.Context) LiveEventEncodingPtrOutput
}

LiveEventEncodingPtrInput is an input type that accepts LiveEventEncodingArgs, LiveEventEncodingPtr and LiveEventEncodingPtrOutput values. You can construct a concrete instance of `LiveEventEncodingPtrInput` via:

        LiveEventEncodingArgs{...}

or:

        nil

type LiveEventEncodingPtrOutput

type LiveEventEncodingPtrOutput struct{ *pulumi.OutputState }

func (LiveEventEncodingPtrOutput) Elem

func (LiveEventEncodingPtrOutput) ElementType

func (LiveEventEncodingPtrOutput) ElementType() reflect.Type

func (LiveEventEncodingPtrOutput) EncodingType

The encoding type for Live Event.

func (LiveEventEncodingPtrOutput) PresetName

The encoding preset name.

func (LiveEventEncodingPtrOutput) ToLiveEventEncodingPtrOutput

func (o LiveEventEncodingPtrOutput) ToLiveEventEncodingPtrOutput() LiveEventEncodingPtrOutput

func (LiveEventEncodingPtrOutput) ToLiveEventEncodingPtrOutputWithContext

func (o LiveEventEncodingPtrOutput) ToLiveEventEncodingPtrOutputWithContext(ctx context.Context) LiveEventEncodingPtrOutput

type LiveEventEncodingResponse

type LiveEventEncodingResponse struct {
	// The encoding type for Live Event.
	EncodingType *string `pulumi:"encodingType"`
	// The encoding preset name.
	PresetName *string `pulumi:"presetName"`
}

The Live Event encoding.

type LiveEventEncodingResponseArgs

type LiveEventEncodingResponseArgs struct {
	// The encoding type for Live Event.
	EncodingType pulumi.StringPtrInput `pulumi:"encodingType"`
	// The encoding preset name.
	PresetName pulumi.StringPtrInput `pulumi:"presetName"`
}

The Live Event encoding.

func (LiveEventEncodingResponseArgs) ElementType

func (LiveEventEncodingResponseArgs) ToLiveEventEncodingResponseOutput

func (i LiveEventEncodingResponseArgs) ToLiveEventEncodingResponseOutput() LiveEventEncodingResponseOutput

func (LiveEventEncodingResponseArgs) ToLiveEventEncodingResponseOutputWithContext

func (i LiveEventEncodingResponseArgs) ToLiveEventEncodingResponseOutputWithContext(ctx context.Context) LiveEventEncodingResponseOutput

func (LiveEventEncodingResponseArgs) ToLiveEventEncodingResponsePtrOutput

func (i LiveEventEncodingResponseArgs) ToLiveEventEncodingResponsePtrOutput() LiveEventEncodingResponsePtrOutput

func (LiveEventEncodingResponseArgs) ToLiveEventEncodingResponsePtrOutputWithContext

func (i LiveEventEncodingResponseArgs) ToLiveEventEncodingResponsePtrOutputWithContext(ctx context.Context) LiveEventEncodingResponsePtrOutput

type LiveEventEncodingResponseInput

type LiveEventEncodingResponseInput interface {
	pulumi.Input

	ToLiveEventEncodingResponseOutput() LiveEventEncodingResponseOutput
	ToLiveEventEncodingResponseOutputWithContext(context.Context) LiveEventEncodingResponseOutput
}

LiveEventEncodingResponseInput is an input type that accepts LiveEventEncodingResponseArgs and LiveEventEncodingResponseOutput values. You can construct a concrete instance of `LiveEventEncodingResponseInput` via:

LiveEventEncodingResponseArgs{...}

type LiveEventEncodingResponseOutput

type LiveEventEncodingResponseOutput struct{ *pulumi.OutputState }

The Live Event encoding.

func (LiveEventEncodingResponseOutput) ElementType

func (LiveEventEncodingResponseOutput) EncodingType

The encoding type for Live Event.

func (LiveEventEncodingResponseOutput) PresetName

The encoding preset name.

func (LiveEventEncodingResponseOutput) ToLiveEventEncodingResponseOutput

func (o LiveEventEncodingResponseOutput) ToLiveEventEncodingResponseOutput() LiveEventEncodingResponseOutput

func (LiveEventEncodingResponseOutput) ToLiveEventEncodingResponseOutputWithContext

func (o LiveEventEncodingResponseOutput) ToLiveEventEncodingResponseOutputWithContext(ctx context.Context) LiveEventEncodingResponseOutput

func (LiveEventEncodingResponseOutput) ToLiveEventEncodingResponsePtrOutput

func (o LiveEventEncodingResponseOutput) ToLiveEventEncodingResponsePtrOutput() LiveEventEncodingResponsePtrOutput

func (LiveEventEncodingResponseOutput) ToLiveEventEncodingResponsePtrOutputWithContext

func (o LiveEventEncodingResponseOutput) ToLiveEventEncodingResponsePtrOutputWithContext(ctx context.Context) LiveEventEncodingResponsePtrOutput

type LiveEventEncodingResponsePtrInput

type LiveEventEncodingResponsePtrInput interface {
	pulumi.Input

	ToLiveEventEncodingResponsePtrOutput() LiveEventEncodingResponsePtrOutput
	ToLiveEventEncodingResponsePtrOutputWithContext(context.Context) LiveEventEncodingResponsePtrOutput
}

LiveEventEncodingResponsePtrInput is an input type that accepts LiveEventEncodingResponseArgs, LiveEventEncodingResponsePtr and LiveEventEncodingResponsePtrOutput values. You can construct a concrete instance of `LiveEventEncodingResponsePtrInput` via:

        LiveEventEncodingResponseArgs{...}

or:

        nil

type LiveEventEncodingResponsePtrOutput

type LiveEventEncodingResponsePtrOutput struct{ *pulumi.OutputState }

func (LiveEventEncodingResponsePtrOutput) Elem

func (LiveEventEncodingResponsePtrOutput) ElementType

func (LiveEventEncodingResponsePtrOutput) EncodingType

The encoding type for Live Event.

func (LiveEventEncodingResponsePtrOutput) PresetName

The encoding preset name.

func (LiveEventEncodingResponsePtrOutput) ToLiveEventEncodingResponsePtrOutput

func (o LiveEventEncodingResponsePtrOutput) ToLiveEventEncodingResponsePtrOutput() LiveEventEncodingResponsePtrOutput

func (LiveEventEncodingResponsePtrOutput) ToLiveEventEncodingResponsePtrOutputWithContext

func (o LiveEventEncodingResponsePtrOutput) ToLiveEventEncodingResponsePtrOutputWithContext(ctx context.Context) LiveEventEncodingResponsePtrOutput

type LiveEventEndpoint

type LiveEventEndpoint struct {
	// The endpoint protocol.
	Protocol *string `pulumi:"protocol"`
	// The endpoint URL.
	Url *string `pulumi:"url"`
}

The Live Event endpoint.

type LiveEventEndpointArgs

type LiveEventEndpointArgs struct {
	// The endpoint protocol.
	Protocol pulumi.StringPtrInput `pulumi:"protocol"`
	// The endpoint URL.
	Url pulumi.StringPtrInput `pulumi:"url"`
}

The Live Event endpoint.

func (LiveEventEndpointArgs) ElementType

func (LiveEventEndpointArgs) ElementType() reflect.Type

func (LiveEventEndpointArgs) ToLiveEventEndpointOutput

func (i LiveEventEndpointArgs) ToLiveEventEndpointOutput() LiveEventEndpointOutput

func (LiveEventEndpointArgs) ToLiveEventEndpointOutputWithContext

func (i LiveEventEndpointArgs) ToLiveEventEndpointOutputWithContext(ctx context.Context) LiveEventEndpointOutput

type LiveEventEndpointArray

type LiveEventEndpointArray []LiveEventEndpointInput

func (LiveEventEndpointArray) ElementType

func (LiveEventEndpointArray) ElementType() reflect.Type

func (LiveEventEndpointArray) ToLiveEventEndpointArrayOutput

func (i LiveEventEndpointArray) ToLiveEventEndpointArrayOutput() LiveEventEndpointArrayOutput

func (LiveEventEndpointArray) ToLiveEventEndpointArrayOutputWithContext

func (i LiveEventEndpointArray) ToLiveEventEndpointArrayOutputWithContext(ctx context.Context) LiveEventEndpointArrayOutput

type LiveEventEndpointArrayInput

type LiveEventEndpointArrayInput interface {
	pulumi.Input

	ToLiveEventEndpointArrayOutput() LiveEventEndpointArrayOutput
	ToLiveEventEndpointArrayOutputWithContext(context.Context) LiveEventEndpointArrayOutput
}

LiveEventEndpointArrayInput is an input type that accepts LiveEventEndpointArray and LiveEventEndpointArrayOutput values. You can construct a concrete instance of `LiveEventEndpointArrayInput` via:

LiveEventEndpointArray{ LiveEventEndpointArgs{...} }

type LiveEventEndpointArrayOutput

type LiveEventEndpointArrayOutput struct{ *pulumi.OutputState }

func (LiveEventEndpointArrayOutput) ElementType

func (LiveEventEndpointArrayOutput) Index

func (LiveEventEndpointArrayOutput) ToLiveEventEndpointArrayOutput

func (o LiveEventEndpointArrayOutput) ToLiveEventEndpointArrayOutput() LiveEventEndpointArrayOutput

func (LiveEventEndpointArrayOutput) ToLiveEventEndpointArrayOutputWithContext

func (o LiveEventEndpointArrayOutput) ToLiveEventEndpointArrayOutputWithContext(ctx context.Context) LiveEventEndpointArrayOutput

type LiveEventEndpointInput

type LiveEventEndpointInput interface {
	pulumi.Input

	ToLiveEventEndpointOutput() LiveEventEndpointOutput
	ToLiveEventEndpointOutputWithContext(context.Context) LiveEventEndpointOutput
}

LiveEventEndpointInput is an input type that accepts LiveEventEndpointArgs and LiveEventEndpointOutput values. You can construct a concrete instance of `LiveEventEndpointInput` via:

LiveEventEndpointArgs{...}

type LiveEventEndpointOutput

type LiveEventEndpointOutput struct{ *pulumi.OutputState }

The Live Event endpoint.

func (LiveEventEndpointOutput) ElementType

func (LiveEventEndpointOutput) ElementType() reflect.Type

func (LiveEventEndpointOutput) Protocol

The endpoint protocol.

func (LiveEventEndpointOutput) ToLiveEventEndpointOutput

func (o LiveEventEndpointOutput) ToLiveEventEndpointOutput() LiveEventEndpointOutput

func (LiveEventEndpointOutput) ToLiveEventEndpointOutputWithContext

func (o LiveEventEndpointOutput) ToLiveEventEndpointOutputWithContext(ctx context.Context) LiveEventEndpointOutput

func (LiveEventEndpointOutput) Url

The endpoint URL.

type LiveEventEndpointResponse

type LiveEventEndpointResponse struct {
	// The endpoint protocol.
	Protocol *string `pulumi:"protocol"`
	// The endpoint URL.
	Url *string `pulumi:"url"`
}

The Live Event endpoint.

type LiveEventEndpointResponseArgs

type LiveEventEndpointResponseArgs struct {
	// The endpoint protocol.
	Protocol pulumi.StringPtrInput `pulumi:"protocol"`
	// The endpoint URL.
	Url pulumi.StringPtrInput `pulumi:"url"`
}

The Live Event endpoint.

func (LiveEventEndpointResponseArgs) ElementType

func (LiveEventEndpointResponseArgs) ToLiveEventEndpointResponseOutput

func (i LiveEventEndpointResponseArgs) ToLiveEventEndpointResponseOutput() LiveEventEndpointResponseOutput

func (LiveEventEndpointResponseArgs) ToLiveEventEndpointResponseOutputWithContext

func (i LiveEventEndpointResponseArgs) ToLiveEventEndpointResponseOutputWithContext(ctx context.Context) LiveEventEndpointResponseOutput

type LiveEventEndpointResponseArray

type LiveEventEndpointResponseArray []LiveEventEndpointResponseInput

func (LiveEventEndpointResponseArray) ElementType

func (LiveEventEndpointResponseArray) ToLiveEventEndpointResponseArrayOutput

func (i LiveEventEndpointResponseArray) ToLiveEventEndpointResponseArrayOutput() LiveEventEndpointResponseArrayOutput

func (LiveEventEndpointResponseArray) ToLiveEventEndpointResponseArrayOutputWithContext

func (i LiveEventEndpointResponseArray) ToLiveEventEndpointResponseArrayOutputWithContext(ctx context.Context) LiveEventEndpointResponseArrayOutput

type LiveEventEndpointResponseArrayInput

type LiveEventEndpointResponseArrayInput interface {
	pulumi.Input

	ToLiveEventEndpointResponseArrayOutput() LiveEventEndpointResponseArrayOutput
	ToLiveEventEndpointResponseArrayOutputWithContext(context.Context) LiveEventEndpointResponseArrayOutput
}

LiveEventEndpointResponseArrayInput is an input type that accepts LiveEventEndpointResponseArray and LiveEventEndpointResponseArrayOutput values. You can construct a concrete instance of `LiveEventEndpointResponseArrayInput` via:

LiveEventEndpointResponseArray{ LiveEventEndpointResponseArgs{...} }

type LiveEventEndpointResponseArrayOutput

type LiveEventEndpointResponseArrayOutput struct{ *pulumi.OutputState }

func (LiveEventEndpointResponseArrayOutput) ElementType

func (LiveEventEndpointResponseArrayOutput) Index

func (LiveEventEndpointResponseArrayOutput) ToLiveEventEndpointResponseArrayOutput

func (o LiveEventEndpointResponseArrayOutput) ToLiveEventEndpointResponseArrayOutput() LiveEventEndpointResponseArrayOutput

func (LiveEventEndpointResponseArrayOutput) ToLiveEventEndpointResponseArrayOutputWithContext

func (o LiveEventEndpointResponseArrayOutput) ToLiveEventEndpointResponseArrayOutputWithContext(ctx context.Context) LiveEventEndpointResponseArrayOutput

type LiveEventEndpointResponseInput

type LiveEventEndpointResponseInput interface {
	pulumi.Input

	ToLiveEventEndpointResponseOutput() LiveEventEndpointResponseOutput
	ToLiveEventEndpointResponseOutputWithContext(context.Context) LiveEventEndpointResponseOutput
}

LiveEventEndpointResponseInput is an input type that accepts LiveEventEndpointResponseArgs and LiveEventEndpointResponseOutput values. You can construct a concrete instance of `LiveEventEndpointResponseInput` via:

LiveEventEndpointResponseArgs{...}

type LiveEventEndpointResponseOutput

type LiveEventEndpointResponseOutput struct{ *pulumi.OutputState }

The Live Event endpoint.

func (LiveEventEndpointResponseOutput) ElementType

func (LiveEventEndpointResponseOutput) Protocol

The endpoint protocol.

func (LiveEventEndpointResponseOutput) ToLiveEventEndpointResponseOutput

func (o LiveEventEndpointResponseOutput) ToLiveEventEndpointResponseOutput() LiveEventEndpointResponseOutput

func (LiveEventEndpointResponseOutput) ToLiveEventEndpointResponseOutputWithContext

func (o LiveEventEndpointResponseOutput) ToLiveEventEndpointResponseOutputWithContext(ctx context.Context) LiveEventEndpointResponseOutput

func (LiveEventEndpointResponseOutput) Url

The endpoint URL.

type LiveEventInput

type LiveEventInput struct {
	// The access token.
	AccessToken *string `pulumi:"accessToken"`
	// The input endpoints for the Live Event.
	Endpoints []LiveEventEndpoint `pulumi:"endpoints"`
	// ISO 8601 timespan duration of the key frame interval duration.
	KeyFrameIntervalDuration *string `pulumi:"keyFrameIntervalDuration"`
	// The streaming protocol for the Live Event.
	StreamingProtocol string `pulumi:"streamingProtocol"`
}

The Live Event input.

type LiveEventInputArgs

type LiveEventInputArgs struct {
	// The access token.
	AccessToken pulumi.StringPtrInput `pulumi:"accessToken"`
	// The input endpoints for the Live Event.
	Endpoints LiveEventEndpointArrayInput `pulumi:"endpoints"`
	// ISO 8601 timespan duration of the key frame interval duration.
	KeyFrameIntervalDuration pulumi.StringPtrInput `pulumi:"keyFrameIntervalDuration"`
	// The streaming protocol for the Live Event.
	StreamingProtocol pulumi.StringInput `pulumi:"streamingProtocol"`
}

The Live Event input.

func (LiveEventInputArgs) ElementType

func (LiveEventInputArgs) ElementType() reflect.Type

func (LiveEventInputArgs) ToLiveEventInputOutput

func (i LiveEventInputArgs) ToLiveEventInputOutput() LiveEventInputOutput

func (LiveEventInputArgs) ToLiveEventInputOutputWithContext

func (i LiveEventInputArgs) ToLiveEventInputOutputWithContext(ctx context.Context) LiveEventInputOutput

func (LiveEventInputArgs) ToLiveEventInputPtrOutput

func (i LiveEventInputArgs) ToLiveEventInputPtrOutput() LiveEventInputPtrOutput

func (LiveEventInputArgs) ToLiveEventInputPtrOutputWithContext

func (i LiveEventInputArgs) ToLiveEventInputPtrOutputWithContext(ctx context.Context) LiveEventInputPtrOutput

type LiveEventInputInput

type LiveEventInputInput interface {
	pulumi.Input

	ToLiveEventInputOutput() LiveEventInputOutput
	ToLiveEventInputOutputWithContext(context.Context) LiveEventInputOutput
}

LiveEventInputInput is an input type that accepts LiveEventInputArgs and LiveEventInputOutput values. You can construct a concrete instance of `LiveEventInputInput` via:

LiveEventInputArgs{...}

type LiveEventInputOutput

type LiveEventInputOutput struct{ *pulumi.OutputState }

The Live Event input.

func (LiveEventInputOutput) AccessToken

The access token.

func (LiveEventInputOutput) ElementType

func (LiveEventInputOutput) ElementType() reflect.Type

func (LiveEventInputOutput) Endpoints

The input endpoints for the Live Event.

func (LiveEventInputOutput) KeyFrameIntervalDuration

func (o LiveEventInputOutput) KeyFrameIntervalDuration() pulumi.StringPtrOutput

ISO 8601 timespan duration of the key frame interval duration.

func (LiveEventInputOutput) StreamingProtocol

func (o LiveEventInputOutput) StreamingProtocol() pulumi.StringOutput

The streaming protocol for the Live Event.

func (LiveEventInputOutput) ToLiveEventInputOutput

func (o LiveEventInputOutput) ToLiveEventInputOutput() LiveEventInputOutput

func (LiveEventInputOutput) ToLiveEventInputOutputWithContext

func (o LiveEventInputOutput) ToLiveEventInputOutputWithContext(ctx context.Context) LiveEventInputOutput

func (LiveEventInputOutput) ToLiveEventInputPtrOutput

func (o LiveEventInputOutput) ToLiveEventInputPtrOutput() LiveEventInputPtrOutput

func (LiveEventInputOutput) ToLiveEventInputPtrOutputWithContext

func (o LiveEventInputOutput) ToLiveEventInputPtrOutputWithContext(ctx context.Context) LiveEventInputPtrOutput

type LiveEventInputPtrInput

type LiveEventInputPtrInput interface {
	pulumi.Input

	ToLiveEventInputPtrOutput() LiveEventInputPtrOutput
	ToLiveEventInputPtrOutputWithContext(context.Context) LiveEventInputPtrOutput
}

LiveEventInputPtrInput is an input type that accepts LiveEventInputArgs, LiveEventInputPtr and LiveEventInputPtrOutput values. You can construct a concrete instance of `LiveEventInputPtrInput` via:

        LiveEventInputArgs{...}

or:

        nil

type LiveEventInputPtrOutput

type LiveEventInputPtrOutput struct{ *pulumi.OutputState }

func (LiveEventInputPtrOutput) AccessToken

The access token.

func (LiveEventInputPtrOutput) Elem

func (LiveEventInputPtrOutput) ElementType

func (LiveEventInputPtrOutput) ElementType() reflect.Type

func (LiveEventInputPtrOutput) Endpoints

The input endpoints for the Live Event.

func (LiveEventInputPtrOutput) KeyFrameIntervalDuration

func (o LiveEventInputPtrOutput) KeyFrameIntervalDuration() pulumi.StringPtrOutput

ISO 8601 timespan duration of the key frame interval duration.

func (LiveEventInputPtrOutput) StreamingProtocol

func (o LiveEventInputPtrOutput) StreamingProtocol() pulumi.StringPtrOutput

The streaming protocol for the Live Event.

func (LiveEventInputPtrOutput) ToLiveEventInputPtrOutput

func (o LiveEventInputPtrOutput) ToLiveEventInputPtrOutput() LiveEventInputPtrOutput

func (LiveEventInputPtrOutput) ToLiveEventInputPtrOutputWithContext

func (o LiveEventInputPtrOutput) ToLiveEventInputPtrOutputWithContext(ctx context.Context) LiveEventInputPtrOutput

type LiveEventInputResponse

type LiveEventInputResponse struct {
	// The access token.
	AccessToken *string `pulumi:"accessToken"`
	// The input endpoints for the Live Event.
	Endpoints []LiveEventEndpointResponse `pulumi:"endpoints"`
	// ISO 8601 timespan duration of the key frame interval duration.
	KeyFrameIntervalDuration *string `pulumi:"keyFrameIntervalDuration"`
	// The streaming protocol for the Live Event.
	StreamingProtocol string `pulumi:"streamingProtocol"`
}

The Live Event input.

type LiveEventInputResponseArgs

type LiveEventInputResponseArgs struct {
	// The access token.
	AccessToken pulumi.StringPtrInput `pulumi:"accessToken"`
	// The input endpoints for the Live Event.
	Endpoints LiveEventEndpointResponseArrayInput `pulumi:"endpoints"`
	// ISO 8601 timespan duration of the key frame interval duration.
	KeyFrameIntervalDuration pulumi.StringPtrInput `pulumi:"keyFrameIntervalDuration"`
	// The streaming protocol for the Live Event.
	StreamingProtocol pulumi.StringInput `pulumi:"streamingProtocol"`
}

The Live Event input.

func (LiveEventInputResponseArgs) ElementType

func (LiveEventInputResponseArgs) ElementType() reflect.Type

func (LiveEventInputResponseArgs) ToLiveEventInputResponseOutput

func (i LiveEventInputResponseArgs) ToLiveEventInputResponseOutput() LiveEventInputResponseOutput

func (LiveEventInputResponseArgs) ToLiveEventInputResponseOutputWithContext

func (i LiveEventInputResponseArgs) ToLiveEventInputResponseOutputWithContext(ctx context.Context) LiveEventInputResponseOutput

func (LiveEventInputResponseArgs) ToLiveEventInputResponsePtrOutput

func (i LiveEventInputResponseArgs) ToLiveEventInputResponsePtrOutput() LiveEventInputResponsePtrOutput

func (LiveEventInputResponseArgs) ToLiveEventInputResponsePtrOutputWithContext

func (i LiveEventInputResponseArgs) ToLiveEventInputResponsePtrOutputWithContext(ctx context.Context) LiveEventInputResponsePtrOutput

type LiveEventInputResponseInput

type LiveEventInputResponseInput interface {
	pulumi.Input

	ToLiveEventInputResponseOutput() LiveEventInputResponseOutput
	ToLiveEventInputResponseOutputWithContext(context.Context) LiveEventInputResponseOutput
}

LiveEventInputResponseInput is an input type that accepts LiveEventInputResponseArgs and LiveEventInputResponseOutput values. You can construct a concrete instance of `LiveEventInputResponseInput` via:

LiveEventInputResponseArgs{...}

type LiveEventInputResponseOutput

type LiveEventInputResponseOutput struct{ *pulumi.OutputState }

The Live Event input.

func (LiveEventInputResponseOutput) AccessToken

The access token.

func (LiveEventInputResponseOutput) ElementType

func (LiveEventInputResponseOutput) Endpoints

The input endpoints for the Live Event.

func (LiveEventInputResponseOutput) KeyFrameIntervalDuration

func (o LiveEventInputResponseOutput) KeyFrameIntervalDuration() pulumi.StringPtrOutput

ISO 8601 timespan duration of the key frame interval duration.

func (LiveEventInputResponseOutput) StreamingProtocol

func (o LiveEventInputResponseOutput) StreamingProtocol() pulumi.StringOutput

The streaming protocol for the Live Event.

func (LiveEventInputResponseOutput) ToLiveEventInputResponseOutput

func (o LiveEventInputResponseOutput) ToLiveEventInputResponseOutput() LiveEventInputResponseOutput

func (LiveEventInputResponseOutput) ToLiveEventInputResponseOutputWithContext

func (o LiveEventInputResponseOutput) ToLiveEventInputResponseOutputWithContext(ctx context.Context) LiveEventInputResponseOutput

func (LiveEventInputResponseOutput) ToLiveEventInputResponsePtrOutput

func (o LiveEventInputResponseOutput) ToLiveEventInputResponsePtrOutput() LiveEventInputResponsePtrOutput

func (LiveEventInputResponseOutput) ToLiveEventInputResponsePtrOutputWithContext

func (o LiveEventInputResponseOutput) ToLiveEventInputResponsePtrOutputWithContext(ctx context.Context) LiveEventInputResponsePtrOutput

type LiveEventInputResponsePtrInput

type LiveEventInputResponsePtrInput interface {
	pulumi.Input

	ToLiveEventInputResponsePtrOutput() LiveEventInputResponsePtrOutput
	ToLiveEventInputResponsePtrOutputWithContext(context.Context) LiveEventInputResponsePtrOutput
}

LiveEventInputResponsePtrInput is an input type that accepts LiveEventInputResponseArgs, LiveEventInputResponsePtr and LiveEventInputResponsePtrOutput values. You can construct a concrete instance of `LiveEventInputResponsePtrInput` via:

        LiveEventInputResponseArgs{...}

or:

        nil

type LiveEventInputResponsePtrOutput

type LiveEventInputResponsePtrOutput struct{ *pulumi.OutputState }

func (LiveEventInputResponsePtrOutput) AccessToken

The access token.

func (LiveEventInputResponsePtrOutput) Elem

func (LiveEventInputResponsePtrOutput) ElementType

func (LiveEventInputResponsePtrOutput) Endpoints

The input endpoints for the Live Event.

func (LiveEventInputResponsePtrOutput) KeyFrameIntervalDuration

func (o LiveEventInputResponsePtrOutput) KeyFrameIntervalDuration() pulumi.StringPtrOutput

ISO 8601 timespan duration of the key frame interval duration.

func (LiveEventInputResponsePtrOutput) StreamingProtocol

The streaming protocol for the Live Event.

func (LiveEventInputResponsePtrOutput) ToLiveEventInputResponsePtrOutput

func (o LiveEventInputResponsePtrOutput) ToLiveEventInputResponsePtrOutput() LiveEventInputResponsePtrOutput

func (LiveEventInputResponsePtrOutput) ToLiveEventInputResponsePtrOutputWithContext

func (o LiveEventInputResponsePtrOutput) ToLiveEventInputResponsePtrOutputWithContext(ctx context.Context) LiveEventInputResponsePtrOutput

type LiveEventPreview

type LiveEventPreview struct {
	// The access control for LiveEvent preview.
	AccessControl *LiveEventPreviewAccessControl `pulumi:"accessControl"`
	// An Alternative Media Identifier associated with the preview url.  This identifier can be used to distinguish the preview of different live events for authorization purposes in the CustomLicenseAcquisitionUrlTemplate or the CustomKeyAcquisitionUrlTemplate of the StreamingPolicy specified in the StreamingPolicyName field.
	AlternativeMediaId *string `pulumi:"alternativeMediaId"`
	// The endpoints for preview.
	Endpoints []LiveEventEndpoint `pulumi:"endpoints"`
	// The preview locator Guid.
	PreviewLocator *string `pulumi:"previewLocator"`
	// The name of streaming policy used for LiveEvent preview
	StreamingPolicyName *string `pulumi:"streamingPolicyName"`
}

The Live Event preview.

type LiveEventPreviewAccessControl

type LiveEventPreviewAccessControl struct {
	// The IP access control properties.
	Ip *IPAccessControl `pulumi:"ip"`
}

The IP access control for Live Event preview.

type LiveEventPreviewAccessControlArgs

type LiveEventPreviewAccessControlArgs struct {
	// The IP access control properties.
	Ip IPAccessControlPtrInput `pulumi:"ip"`
}

The IP access control for Live Event preview.

func (LiveEventPreviewAccessControlArgs) ElementType

func (LiveEventPreviewAccessControlArgs) ToLiveEventPreviewAccessControlOutput

func (i LiveEventPreviewAccessControlArgs) ToLiveEventPreviewAccessControlOutput() LiveEventPreviewAccessControlOutput

func (LiveEventPreviewAccessControlArgs) ToLiveEventPreviewAccessControlOutputWithContext

func (i LiveEventPreviewAccessControlArgs) ToLiveEventPreviewAccessControlOutputWithContext(ctx context.Context) LiveEventPreviewAccessControlOutput

func (LiveEventPreviewAccessControlArgs) ToLiveEventPreviewAccessControlPtrOutput

func (i LiveEventPreviewAccessControlArgs) ToLiveEventPreviewAccessControlPtrOutput() LiveEventPreviewAccessControlPtrOutput

func (LiveEventPreviewAccessControlArgs) ToLiveEventPreviewAccessControlPtrOutputWithContext

func (i LiveEventPreviewAccessControlArgs) ToLiveEventPreviewAccessControlPtrOutputWithContext(ctx context.Context) LiveEventPreviewAccessControlPtrOutput

type LiveEventPreviewAccessControlInput

type LiveEventPreviewAccessControlInput interface {
	pulumi.Input

	ToLiveEventPreviewAccessControlOutput() LiveEventPreviewAccessControlOutput
	ToLiveEventPreviewAccessControlOutputWithContext(context.Context) LiveEventPreviewAccessControlOutput
}

LiveEventPreviewAccessControlInput is an input type that accepts LiveEventPreviewAccessControlArgs and LiveEventPreviewAccessControlOutput values. You can construct a concrete instance of `LiveEventPreviewAccessControlInput` via:

LiveEventPreviewAccessControlArgs{...}

type LiveEventPreviewAccessControlOutput

type LiveEventPreviewAccessControlOutput struct{ *pulumi.OutputState }

The IP access control for Live Event preview.

func (LiveEventPreviewAccessControlOutput) ElementType

func (LiveEventPreviewAccessControlOutput) Ip

The IP access control properties.

func (LiveEventPreviewAccessControlOutput) ToLiveEventPreviewAccessControlOutput

func (o LiveEventPreviewAccessControlOutput) ToLiveEventPreviewAccessControlOutput() LiveEventPreviewAccessControlOutput

func (LiveEventPreviewAccessControlOutput) ToLiveEventPreviewAccessControlOutputWithContext

func (o LiveEventPreviewAccessControlOutput) ToLiveEventPreviewAccessControlOutputWithContext(ctx context.Context) LiveEventPreviewAccessControlOutput

func (LiveEventPreviewAccessControlOutput) ToLiveEventPreviewAccessControlPtrOutput

func (o LiveEventPreviewAccessControlOutput) ToLiveEventPreviewAccessControlPtrOutput() LiveEventPreviewAccessControlPtrOutput

func (LiveEventPreviewAccessControlOutput) ToLiveEventPreviewAccessControlPtrOutputWithContext

func (o LiveEventPreviewAccessControlOutput) ToLiveEventPreviewAccessControlPtrOutputWithContext(ctx context.Context) LiveEventPreviewAccessControlPtrOutput

type LiveEventPreviewAccessControlPtrInput

type LiveEventPreviewAccessControlPtrInput interface {
	pulumi.Input

	ToLiveEventPreviewAccessControlPtrOutput() LiveEventPreviewAccessControlPtrOutput
	ToLiveEventPreviewAccessControlPtrOutputWithContext(context.Context) LiveEventPreviewAccessControlPtrOutput
}

LiveEventPreviewAccessControlPtrInput is an input type that accepts LiveEventPreviewAccessControlArgs, LiveEventPreviewAccessControlPtr and LiveEventPreviewAccessControlPtrOutput values. You can construct a concrete instance of `LiveEventPreviewAccessControlPtrInput` via:

        LiveEventPreviewAccessControlArgs{...}

or:

        nil

type LiveEventPreviewAccessControlPtrOutput

type LiveEventPreviewAccessControlPtrOutput struct{ *pulumi.OutputState }

func (LiveEventPreviewAccessControlPtrOutput) Elem

func (LiveEventPreviewAccessControlPtrOutput) ElementType

func (LiveEventPreviewAccessControlPtrOutput) Ip

The IP access control properties.

func (LiveEventPreviewAccessControlPtrOutput) ToLiveEventPreviewAccessControlPtrOutput

func (o LiveEventPreviewAccessControlPtrOutput) ToLiveEventPreviewAccessControlPtrOutput() LiveEventPreviewAccessControlPtrOutput

func (LiveEventPreviewAccessControlPtrOutput) ToLiveEventPreviewAccessControlPtrOutputWithContext

func (o LiveEventPreviewAccessControlPtrOutput) ToLiveEventPreviewAccessControlPtrOutputWithContext(ctx context.Context) LiveEventPreviewAccessControlPtrOutput

type LiveEventPreviewAccessControlResponse

type LiveEventPreviewAccessControlResponse struct {
	// The IP access control properties.
	Ip *IPAccessControlResponse `pulumi:"ip"`
}

The IP access control for Live Event preview.

type LiveEventPreviewAccessControlResponseArgs

type LiveEventPreviewAccessControlResponseArgs struct {
	// The IP access control properties.
	Ip IPAccessControlResponsePtrInput `pulumi:"ip"`
}

The IP access control for Live Event preview.

func (LiveEventPreviewAccessControlResponseArgs) ElementType

func (LiveEventPreviewAccessControlResponseArgs) ToLiveEventPreviewAccessControlResponseOutput

func (i LiveEventPreviewAccessControlResponseArgs) ToLiveEventPreviewAccessControlResponseOutput() LiveEventPreviewAccessControlResponseOutput

func (LiveEventPreviewAccessControlResponseArgs) ToLiveEventPreviewAccessControlResponseOutputWithContext

func (i LiveEventPreviewAccessControlResponseArgs) ToLiveEventPreviewAccessControlResponseOutputWithContext(ctx context.Context) LiveEventPreviewAccessControlResponseOutput

func (LiveEventPreviewAccessControlResponseArgs) ToLiveEventPreviewAccessControlResponsePtrOutput

func (i LiveEventPreviewAccessControlResponseArgs) ToLiveEventPreviewAccessControlResponsePtrOutput() LiveEventPreviewAccessControlResponsePtrOutput

func (LiveEventPreviewAccessControlResponseArgs) ToLiveEventPreviewAccessControlResponsePtrOutputWithContext

func (i LiveEventPreviewAccessControlResponseArgs) ToLiveEventPreviewAccessControlResponsePtrOutputWithContext(ctx context.Context) LiveEventPreviewAccessControlResponsePtrOutput

type LiveEventPreviewAccessControlResponseInput

type LiveEventPreviewAccessControlResponseInput interface {
	pulumi.Input

	ToLiveEventPreviewAccessControlResponseOutput() LiveEventPreviewAccessControlResponseOutput
	ToLiveEventPreviewAccessControlResponseOutputWithContext(context.Context) LiveEventPreviewAccessControlResponseOutput
}

LiveEventPreviewAccessControlResponseInput is an input type that accepts LiveEventPreviewAccessControlResponseArgs and LiveEventPreviewAccessControlResponseOutput values. You can construct a concrete instance of `LiveEventPreviewAccessControlResponseInput` via:

LiveEventPreviewAccessControlResponseArgs{...}

type LiveEventPreviewAccessControlResponseOutput

type LiveEventPreviewAccessControlResponseOutput struct{ *pulumi.OutputState }

The IP access control for Live Event preview.

func (LiveEventPreviewAccessControlResponseOutput) ElementType

func (LiveEventPreviewAccessControlResponseOutput) Ip

The IP access control properties.

func (LiveEventPreviewAccessControlResponseOutput) ToLiveEventPreviewAccessControlResponseOutput

func (o LiveEventPreviewAccessControlResponseOutput) ToLiveEventPreviewAccessControlResponseOutput() LiveEventPreviewAccessControlResponseOutput

func (LiveEventPreviewAccessControlResponseOutput) ToLiveEventPreviewAccessControlResponseOutputWithContext

func (o LiveEventPreviewAccessControlResponseOutput) ToLiveEventPreviewAccessControlResponseOutputWithContext(ctx context.Context) LiveEventPreviewAccessControlResponseOutput

func (LiveEventPreviewAccessControlResponseOutput) ToLiveEventPreviewAccessControlResponsePtrOutput

func (o LiveEventPreviewAccessControlResponseOutput) ToLiveEventPreviewAccessControlResponsePtrOutput() LiveEventPreviewAccessControlResponsePtrOutput

func (LiveEventPreviewAccessControlResponseOutput) ToLiveEventPreviewAccessControlResponsePtrOutputWithContext

func (o LiveEventPreviewAccessControlResponseOutput) ToLiveEventPreviewAccessControlResponsePtrOutputWithContext(ctx context.Context) LiveEventPreviewAccessControlResponsePtrOutput

type LiveEventPreviewAccessControlResponsePtrInput

type LiveEventPreviewAccessControlResponsePtrInput interface {
	pulumi.Input

	ToLiveEventPreviewAccessControlResponsePtrOutput() LiveEventPreviewAccessControlResponsePtrOutput
	ToLiveEventPreviewAccessControlResponsePtrOutputWithContext(context.Context) LiveEventPreviewAccessControlResponsePtrOutput
}

LiveEventPreviewAccessControlResponsePtrInput is an input type that accepts LiveEventPreviewAccessControlResponseArgs, LiveEventPreviewAccessControlResponsePtr and LiveEventPreviewAccessControlResponsePtrOutput values. You can construct a concrete instance of `LiveEventPreviewAccessControlResponsePtrInput` via:

        LiveEventPreviewAccessControlResponseArgs{...}

or:

        nil

type LiveEventPreviewAccessControlResponsePtrOutput

type LiveEventPreviewAccessControlResponsePtrOutput struct{ *pulumi.OutputState }

func (LiveEventPreviewAccessControlResponsePtrOutput) Elem

func (LiveEventPreviewAccessControlResponsePtrOutput) ElementType

func (LiveEventPreviewAccessControlResponsePtrOutput) Ip

The IP access control properties.

func (LiveEventPreviewAccessControlResponsePtrOutput) ToLiveEventPreviewAccessControlResponsePtrOutput

func (o LiveEventPreviewAccessControlResponsePtrOutput) ToLiveEventPreviewAccessControlResponsePtrOutput() LiveEventPreviewAccessControlResponsePtrOutput

func (LiveEventPreviewAccessControlResponsePtrOutput) ToLiveEventPreviewAccessControlResponsePtrOutputWithContext

func (o LiveEventPreviewAccessControlResponsePtrOutput) ToLiveEventPreviewAccessControlResponsePtrOutputWithContext(ctx context.Context) LiveEventPreviewAccessControlResponsePtrOutput

type LiveEventPreviewArgs

type LiveEventPreviewArgs struct {
	// The access control for LiveEvent preview.
	AccessControl LiveEventPreviewAccessControlPtrInput `pulumi:"accessControl"`
	// An Alternative Media Identifier associated with the preview url.  This identifier can be used to distinguish the preview of different live events for authorization purposes in the CustomLicenseAcquisitionUrlTemplate or the CustomKeyAcquisitionUrlTemplate of the StreamingPolicy specified in the StreamingPolicyName field.
	AlternativeMediaId pulumi.StringPtrInput `pulumi:"alternativeMediaId"`
	// The endpoints for preview.
	Endpoints LiveEventEndpointArrayInput `pulumi:"endpoints"`
	// The preview locator Guid.
	PreviewLocator pulumi.StringPtrInput `pulumi:"previewLocator"`
	// The name of streaming policy used for LiveEvent preview
	StreamingPolicyName pulumi.StringPtrInput `pulumi:"streamingPolicyName"`
}

The Live Event preview.

func (LiveEventPreviewArgs) ElementType

func (LiveEventPreviewArgs) ElementType() reflect.Type

func (LiveEventPreviewArgs) ToLiveEventPreviewOutput

func (i LiveEventPreviewArgs) ToLiveEventPreviewOutput() LiveEventPreviewOutput

func (LiveEventPreviewArgs) ToLiveEventPreviewOutputWithContext

func (i LiveEventPreviewArgs) ToLiveEventPreviewOutputWithContext(ctx context.Context) LiveEventPreviewOutput

func (LiveEventPreviewArgs) ToLiveEventPreviewPtrOutput

func (i LiveEventPreviewArgs) ToLiveEventPreviewPtrOutput() LiveEventPreviewPtrOutput

func (LiveEventPreviewArgs) ToLiveEventPreviewPtrOutputWithContext

func (i LiveEventPreviewArgs) ToLiveEventPreviewPtrOutputWithContext(ctx context.Context) LiveEventPreviewPtrOutput

type LiveEventPreviewInput

type LiveEventPreviewInput interface {
	pulumi.Input

	ToLiveEventPreviewOutput() LiveEventPreviewOutput
	ToLiveEventPreviewOutputWithContext(context.Context) LiveEventPreviewOutput
}

LiveEventPreviewInput is an input type that accepts LiveEventPreviewArgs and LiveEventPreviewOutput values. You can construct a concrete instance of `LiveEventPreviewInput` via:

LiveEventPreviewArgs{...}

type LiveEventPreviewOutput

type LiveEventPreviewOutput struct{ *pulumi.OutputState }

The Live Event preview.

func (LiveEventPreviewOutput) AccessControl

The access control for LiveEvent preview.

func (LiveEventPreviewOutput) AlternativeMediaId

func (o LiveEventPreviewOutput) AlternativeMediaId() pulumi.StringPtrOutput

An Alternative Media Identifier associated with the preview url. This identifier can be used to distinguish the preview of different live events for authorization purposes in the CustomLicenseAcquisitionUrlTemplate or the CustomKeyAcquisitionUrlTemplate of the StreamingPolicy specified in the StreamingPolicyName field.

func (LiveEventPreviewOutput) ElementType

func (LiveEventPreviewOutput) ElementType() reflect.Type

func (LiveEventPreviewOutput) Endpoints

The endpoints for preview.

func (LiveEventPreviewOutput) PreviewLocator

func (o LiveEventPreviewOutput) PreviewLocator() pulumi.StringPtrOutput

The preview locator Guid.

func (LiveEventPreviewOutput) StreamingPolicyName

func (o LiveEventPreviewOutput) StreamingPolicyName() pulumi.StringPtrOutput

The name of streaming policy used for LiveEvent preview

func (LiveEventPreviewOutput) ToLiveEventPreviewOutput

func (o LiveEventPreviewOutput) ToLiveEventPreviewOutput() LiveEventPreviewOutput

func (LiveEventPreviewOutput) ToLiveEventPreviewOutputWithContext

func (o LiveEventPreviewOutput) ToLiveEventPreviewOutputWithContext(ctx context.Context) LiveEventPreviewOutput

func (LiveEventPreviewOutput) ToLiveEventPreviewPtrOutput

func (o LiveEventPreviewOutput) ToLiveEventPreviewPtrOutput() LiveEventPreviewPtrOutput

func (LiveEventPreviewOutput) ToLiveEventPreviewPtrOutputWithContext

func (o LiveEventPreviewOutput) ToLiveEventPreviewPtrOutputWithContext(ctx context.Context) LiveEventPreviewPtrOutput

type LiveEventPreviewPtrInput

type LiveEventPreviewPtrInput interface {
	pulumi.Input

	ToLiveEventPreviewPtrOutput() LiveEventPreviewPtrOutput
	ToLiveEventPreviewPtrOutputWithContext(context.Context) LiveEventPreviewPtrOutput
}

LiveEventPreviewPtrInput is an input type that accepts LiveEventPreviewArgs, LiveEventPreviewPtr and LiveEventPreviewPtrOutput values. You can construct a concrete instance of `LiveEventPreviewPtrInput` via:

        LiveEventPreviewArgs{...}

or:

        nil

type LiveEventPreviewPtrOutput

type LiveEventPreviewPtrOutput struct{ *pulumi.OutputState }

func (LiveEventPreviewPtrOutput) AccessControl

The access control for LiveEvent preview.

func (LiveEventPreviewPtrOutput) AlternativeMediaId

func (o LiveEventPreviewPtrOutput) AlternativeMediaId() pulumi.StringPtrOutput

An Alternative Media Identifier associated with the preview url. This identifier can be used to distinguish the preview of different live events for authorization purposes in the CustomLicenseAcquisitionUrlTemplate or the CustomKeyAcquisitionUrlTemplate of the StreamingPolicy specified in the StreamingPolicyName field.

func (LiveEventPreviewPtrOutput) Elem

func (LiveEventPreviewPtrOutput) ElementType

func (LiveEventPreviewPtrOutput) ElementType() reflect.Type

func (LiveEventPreviewPtrOutput) Endpoints

The endpoints for preview.

func (LiveEventPreviewPtrOutput) PreviewLocator

The preview locator Guid.

func (LiveEventPreviewPtrOutput) StreamingPolicyName

func (o LiveEventPreviewPtrOutput) StreamingPolicyName() pulumi.StringPtrOutput

The name of streaming policy used for LiveEvent preview

func (LiveEventPreviewPtrOutput) ToLiveEventPreviewPtrOutput

func (o LiveEventPreviewPtrOutput) ToLiveEventPreviewPtrOutput() LiveEventPreviewPtrOutput

func (LiveEventPreviewPtrOutput) ToLiveEventPreviewPtrOutputWithContext

func (o LiveEventPreviewPtrOutput) ToLiveEventPreviewPtrOutputWithContext(ctx context.Context) LiveEventPreviewPtrOutput

type LiveEventPreviewResponse

type LiveEventPreviewResponse struct {
	// The access control for LiveEvent preview.
	AccessControl *LiveEventPreviewAccessControlResponse `pulumi:"accessControl"`
	// An Alternative Media Identifier associated with the preview url.  This identifier can be used to distinguish the preview of different live events for authorization purposes in the CustomLicenseAcquisitionUrlTemplate or the CustomKeyAcquisitionUrlTemplate of the StreamingPolicy specified in the StreamingPolicyName field.
	AlternativeMediaId *string `pulumi:"alternativeMediaId"`
	// The endpoints for preview.
	Endpoints []LiveEventEndpointResponse `pulumi:"endpoints"`
	// The preview locator Guid.
	PreviewLocator *string `pulumi:"previewLocator"`
	// The name of streaming policy used for LiveEvent preview
	StreamingPolicyName *string `pulumi:"streamingPolicyName"`
}

The Live Event preview.

type LiveEventPreviewResponseArgs

type LiveEventPreviewResponseArgs struct {
	// The access control for LiveEvent preview.
	AccessControl LiveEventPreviewAccessControlResponsePtrInput `pulumi:"accessControl"`
	// An Alternative Media Identifier associated with the preview url.  This identifier can be used to distinguish the preview of different live events for authorization purposes in the CustomLicenseAcquisitionUrlTemplate or the CustomKeyAcquisitionUrlTemplate of the StreamingPolicy specified in the StreamingPolicyName field.
	AlternativeMediaId pulumi.StringPtrInput `pulumi:"alternativeMediaId"`
	// The endpoints for preview.
	Endpoints LiveEventEndpointResponseArrayInput `pulumi:"endpoints"`
	// The preview locator Guid.
	PreviewLocator pulumi.StringPtrInput `pulumi:"previewLocator"`
	// The name of streaming policy used for LiveEvent preview
	StreamingPolicyName pulumi.StringPtrInput `pulumi:"streamingPolicyName"`
}

The Live Event preview.

func (LiveEventPreviewResponseArgs) ElementType

func (LiveEventPreviewResponseArgs) ToLiveEventPreviewResponseOutput

func (i LiveEventPreviewResponseArgs) ToLiveEventPreviewResponseOutput() LiveEventPreviewResponseOutput

func (LiveEventPreviewResponseArgs) ToLiveEventPreviewResponseOutputWithContext

func (i LiveEventPreviewResponseArgs) ToLiveEventPreviewResponseOutputWithContext(ctx context.Context) LiveEventPreviewResponseOutput

func (LiveEventPreviewResponseArgs) ToLiveEventPreviewResponsePtrOutput

func (i LiveEventPreviewResponseArgs) ToLiveEventPreviewResponsePtrOutput() LiveEventPreviewResponsePtrOutput

func (LiveEventPreviewResponseArgs) ToLiveEventPreviewResponsePtrOutputWithContext

func (i LiveEventPreviewResponseArgs) ToLiveEventPreviewResponsePtrOutputWithContext(ctx context.Context) LiveEventPreviewResponsePtrOutput

type LiveEventPreviewResponseInput

type LiveEventPreviewResponseInput interface {
	pulumi.Input

	ToLiveEventPreviewResponseOutput() LiveEventPreviewResponseOutput
	ToLiveEventPreviewResponseOutputWithContext(context.Context) LiveEventPreviewResponseOutput
}

LiveEventPreviewResponseInput is an input type that accepts LiveEventPreviewResponseArgs and LiveEventPreviewResponseOutput values. You can construct a concrete instance of `LiveEventPreviewResponseInput` via:

LiveEventPreviewResponseArgs{...}

type LiveEventPreviewResponseOutput

type LiveEventPreviewResponseOutput struct{ *pulumi.OutputState }

The Live Event preview.

func (LiveEventPreviewResponseOutput) AccessControl

The access control for LiveEvent preview.

func (LiveEventPreviewResponseOutput) AlternativeMediaId

func (o LiveEventPreviewResponseOutput) AlternativeMediaId() pulumi.StringPtrOutput

An Alternative Media Identifier associated with the preview url. This identifier can be used to distinguish the preview of different live events for authorization purposes in the CustomLicenseAcquisitionUrlTemplate or the CustomKeyAcquisitionUrlTemplate of the StreamingPolicy specified in the StreamingPolicyName field.

func (LiveEventPreviewResponseOutput) ElementType

func (LiveEventPreviewResponseOutput) Endpoints

The endpoints for preview.

func (LiveEventPreviewResponseOutput) PreviewLocator

The preview locator Guid.

func (LiveEventPreviewResponseOutput) StreamingPolicyName

func (o LiveEventPreviewResponseOutput) StreamingPolicyName() pulumi.StringPtrOutput

The name of streaming policy used for LiveEvent preview

func (LiveEventPreviewResponseOutput) ToLiveEventPreviewResponseOutput

func (o LiveEventPreviewResponseOutput) ToLiveEventPreviewResponseOutput() LiveEventPreviewResponseOutput

func (LiveEventPreviewResponseOutput) ToLiveEventPreviewResponseOutputWithContext

func (o LiveEventPreviewResponseOutput) ToLiveEventPreviewResponseOutputWithContext(ctx context.Context) LiveEventPreviewResponseOutput

func (LiveEventPreviewResponseOutput) ToLiveEventPreviewResponsePtrOutput

func (o LiveEventPreviewResponseOutput) ToLiveEventPreviewResponsePtrOutput() LiveEventPreviewResponsePtrOutput

func (LiveEventPreviewResponseOutput) ToLiveEventPreviewResponsePtrOutputWithContext

func (o LiveEventPreviewResponseOutput) ToLiveEventPreviewResponsePtrOutputWithContext(ctx context.Context) LiveEventPreviewResponsePtrOutput

type LiveEventPreviewResponsePtrInput

type LiveEventPreviewResponsePtrInput interface {
	pulumi.Input

	ToLiveEventPreviewResponsePtrOutput() LiveEventPreviewResponsePtrOutput
	ToLiveEventPreviewResponsePtrOutputWithContext(context.Context) LiveEventPreviewResponsePtrOutput
}

LiveEventPreviewResponsePtrInput is an input type that accepts LiveEventPreviewResponseArgs, LiveEventPreviewResponsePtr and LiveEventPreviewResponsePtrOutput values. You can construct a concrete instance of `LiveEventPreviewResponsePtrInput` via:

        LiveEventPreviewResponseArgs{...}

or:

        nil

type LiveEventPreviewResponsePtrOutput

type LiveEventPreviewResponsePtrOutput struct{ *pulumi.OutputState }

func (LiveEventPreviewResponsePtrOutput) AccessControl

The access control for LiveEvent preview.

func (LiveEventPreviewResponsePtrOutput) AlternativeMediaId

An Alternative Media Identifier associated with the preview url. This identifier can be used to distinguish the preview of different live events for authorization purposes in the CustomLicenseAcquisitionUrlTemplate or the CustomKeyAcquisitionUrlTemplate of the StreamingPolicy specified in the StreamingPolicyName field.

func (LiveEventPreviewResponsePtrOutput) Elem

func (LiveEventPreviewResponsePtrOutput) ElementType

func (LiveEventPreviewResponsePtrOutput) Endpoints

The endpoints for preview.

func (LiveEventPreviewResponsePtrOutput) PreviewLocator

The preview locator Guid.

func (LiveEventPreviewResponsePtrOutput) StreamingPolicyName

The name of streaming policy used for LiveEvent preview

func (LiveEventPreviewResponsePtrOutput) ToLiveEventPreviewResponsePtrOutput

func (o LiveEventPreviewResponsePtrOutput) ToLiveEventPreviewResponsePtrOutput() LiveEventPreviewResponsePtrOutput

func (LiveEventPreviewResponsePtrOutput) ToLiveEventPreviewResponsePtrOutputWithContext

func (o LiveEventPreviewResponsePtrOutput) ToLiveEventPreviewResponsePtrOutputWithContext(ctx context.Context) LiveEventPreviewResponsePtrOutput

type LiveEventState

type LiveEventState struct {
	// The exact time the Live Event was created.
	Created pulumi.StringPtrInput
	// The Live Event access policies.
	CrossSiteAccessPolicies CrossSiteAccessPoliciesResponsePtrInput
	// The Live Event description.
	Description pulumi.StringPtrInput
	// The Live Event encoding.
	Encoding LiveEventEncodingResponsePtrInput
	// The Live Event input.
	Input LiveEventInputResponsePtrInput
	// The exact time the Live Event was last modified.
	LastModified pulumi.StringPtrInput
	// The Azure Region of the resource.
	Location pulumi.StringPtrInput
	// The name of the resource.
	Name pulumi.StringPtrInput
	// The Live Event preview.
	Preview LiveEventPreviewResponsePtrInput
	// The provisioning state of the Live Event.
	ProvisioningState pulumi.StringPtrInput
	// The resource state of the Live Event.
	ResourceState pulumi.StringPtrInput
	// The stream options.
	StreamOptions pulumi.StringArrayInput
	// Resource tags.
	Tags pulumi.StringMapInput
	// The type of the resource.
	Type pulumi.StringPtrInput
	// The Live Event vanity URL flag.
	VanityUrl pulumi.BoolPtrInput
}

func (LiveEventState) ElementType

func (LiveEventState) ElementType() reflect.Type

type LiveOutput

type LiveOutput struct {
	pulumi.CustomResourceState

	// ISO 8601 timespan duration of the archive window length. This is duration that customer want to retain the recorded content.
	ArchiveWindowLength pulumi.StringOutput `pulumi:"archiveWindowLength"`
	// The asset name.
	AssetName pulumi.StringOutput `pulumi:"assetName"`
	// The exact time the Live Output was created.
	Created pulumi.StringOutput `pulumi:"created"`
	// The description of the Live Output.
	Description pulumi.StringPtrOutput `pulumi:"description"`
	// The HLS configuration.
	Hls HlsResponsePtrOutput `pulumi:"hls"`
	// The exact time the Live Output was last modified.
	LastModified pulumi.StringOutput `pulumi:"lastModified"`
	// The manifest file name.
	ManifestName pulumi.StringPtrOutput `pulumi:"manifestName"`
	// The name of the resource.
	Name pulumi.StringOutput `pulumi:"name"`
	// The output snapshot time.
	OutputSnapTime pulumi.IntPtrOutput `pulumi:"outputSnapTime"`
	// The provisioning state of the Live Output.
	ProvisioningState pulumi.StringOutput `pulumi:"provisioningState"`
	// The resource state of the Live Output.
	ResourceState pulumi.StringOutput `pulumi:"resourceState"`
	// The type of the resource.
	Type pulumi.StringOutput `pulumi:"type"`
}

The Live Output.

func GetLiveOutput

func GetLiveOutput(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *LiveOutputState, opts ...pulumi.ResourceOption) (*LiveOutput, error)

GetLiveOutput gets an existing LiveOutput resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewLiveOutput

func NewLiveOutput(ctx *pulumi.Context,
	name string, args *LiveOutputArgs, opts ...pulumi.ResourceOption) (*LiveOutput, error)

NewLiveOutput registers a new resource with the given unique name, arguments, and options.

type LiveOutputArgs

type LiveOutputArgs struct {
	// The Media Services account name.
	AccountName pulumi.StringInput
	// ISO 8601 timespan duration of the archive window length. This is duration that customer want to retain the recorded content.
	ArchiveWindowLength pulumi.StringInput
	// The asset name.
	AssetName pulumi.StringInput
	// The description of the Live Output.
	Description pulumi.StringPtrInput
	// The HLS configuration.
	Hls HlsPtrInput
	// The name of the Live Event.
	LiveEventName pulumi.StringInput
	// The name of the Live Output.
	LiveOutputName pulumi.StringInput
	// The manifest file name.
	ManifestName pulumi.StringPtrInput
	// The output snapshot time.
	OutputSnapTime pulumi.IntPtrInput
	// The name of the resource group within the Azure subscription.
	ResourceGroupName pulumi.StringInput
}

The set of arguments for constructing a LiveOutput resource.

func (LiveOutputArgs) ElementType

func (LiveOutputArgs) ElementType() reflect.Type

type LiveOutputState

type LiveOutputState struct {
	// ISO 8601 timespan duration of the archive window length. This is duration that customer want to retain the recorded content.
	ArchiveWindowLength pulumi.StringPtrInput
	// The asset name.
	AssetName pulumi.StringPtrInput
	// The exact time the Live Output was created.
	Created pulumi.StringPtrInput
	// The description of the Live Output.
	Description pulumi.StringPtrInput
	// The HLS configuration.
	Hls HlsResponsePtrInput
	// The exact time the Live Output was last modified.
	LastModified pulumi.StringPtrInput
	// The manifest file name.
	ManifestName pulumi.StringPtrInput
	// The name of the resource.
	Name pulumi.StringPtrInput
	// The output snapshot time.
	OutputSnapTime pulumi.IntPtrInput
	// The provisioning state of the Live Output.
	ProvisioningState pulumi.StringPtrInput
	// The resource state of the Live Output.
	ResourceState pulumi.StringPtrInput
	// The type of the resource.
	Type pulumi.StringPtrInput
}

func (LiveOutputState) ElementType

func (LiveOutputState) ElementType() reflect.Type

type LookupAssetArgs

type LookupAssetArgs struct {
	// The Media Services account name.
	AccountName string `pulumi:"accountName"`
	// The Asset name.
	AssetName string `pulumi:"assetName"`
	// The name of the resource group within the Azure subscription.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupAssetResult

type LookupAssetResult struct {
	// The alternate ID of the Asset.
	AlternateId *string `pulumi:"alternateId"`
	// The Asset ID.
	AssetId string `pulumi:"assetId"`
	// The name of the asset blob container.
	Container *string `pulumi:"container"`
	// The creation date of the Asset.
	Created string `pulumi:"created"`
	// The Asset description.
	Description *string `pulumi:"description"`
	// The last modified date of the Asset.
	LastModified string `pulumi:"lastModified"`
	// The name of the resource.
	Name string `pulumi:"name"`
	// The name of the storage account.
	StorageAccountName *string `pulumi:"storageAccountName"`
	// The Asset encryption format. One of None or MediaStorageEncryption.
	StorageEncryptionFormat string `pulumi:"storageEncryptionFormat"`
	// The type of the resource.
	Type string `pulumi:"type"`
}

An Asset.

func LookupAsset

func LookupAsset(ctx *pulumi.Context, args *LookupAssetArgs, opts ...pulumi.InvokeOption) (*LookupAssetResult, error)

type LookupContentKeyPolicyArgs

type LookupContentKeyPolicyArgs struct {
	// The Media Services account name.
	AccountName string `pulumi:"accountName"`
	// The Content Key Policy name.
	ContentKeyPolicyName string `pulumi:"contentKeyPolicyName"`
	// The name of the resource group within the Azure subscription.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupContentKeyPolicyResult

type LookupContentKeyPolicyResult struct {
	// The creation date of the Policy
	Created string `pulumi:"created"`
	// A description for the Policy.
	Description *string `pulumi:"description"`
	// The last modified date of the Policy
	LastModified string `pulumi:"lastModified"`
	// The name of the resource.
	Name string `pulumi:"name"`
	// The Key Policy options.
	Options []ContentKeyPolicyOptionResponse `pulumi:"options"`
	// The legacy Policy ID.
	PolicyId string `pulumi:"policyId"`
	// The type of the resource.
	Type string `pulumi:"type"`
}

A Content Key Policy resource.

type LookupJobArgs

type LookupJobArgs struct {
	// The Media Services account name.
	AccountName string `pulumi:"accountName"`
	// The Job name.
	JobName string `pulumi:"jobName"`
	// The name of the resource group within the Azure subscription.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The Transform name.
	TransformName string `pulumi:"transformName"`
}

type LookupJobResult

type LookupJobResult struct {
	// Customer provided correlation data that will be returned in Job completed events.
	CorrelationData map[string]string `pulumi:"correlationData"`
	// The UTC date and time when the Job was created, in 'YYYY-MM-DDThh:mm:ssZ' format.
	Created string `pulumi:"created"`
	// Optional customer supplied description of the Job.
	Description *string `pulumi:"description"`
	// The inputs for the Job.
	Input interface{} `pulumi:"input"`
	// The UTC date and time when the Job was last updated, in 'YYYY-MM-DDThh:mm:ssZ' format.
	LastModified string `pulumi:"lastModified"`
	// The name of the resource.
	Name string `pulumi:"name"`
	// The outputs for the Job.
	Outputs []JobOutputAssetResponse `pulumi:"outputs"`
	// Priority with which the job should be processed. Higher priority jobs are processed before lower priority jobs. If not set, the default is normal.
	Priority *string `pulumi:"priority"`
	// The current state of the job.
	State string `pulumi:"state"`
	// The type of the resource.
	Type string `pulumi:"type"`
}

A Job resource type. The progress and state can be obtained by polling a Job or subscribing to events using EventGrid.

func LookupJob

func LookupJob(ctx *pulumi.Context, args *LookupJobArgs, opts ...pulumi.InvokeOption) (*LookupJobResult, error)

type LookupLiveEventArgs

type LookupLiveEventArgs struct {
	// The Media Services account name.
	AccountName string `pulumi:"accountName"`
	// The name of the Live Event.
	LiveEventName string `pulumi:"liveEventName"`
	// The name of the resource group within the Azure subscription.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupLiveEventResult

type LookupLiveEventResult struct {
	// The exact time the Live Event was created.
	Created string `pulumi:"created"`
	// The Live Event access policies.
	CrossSiteAccessPolicies *CrossSiteAccessPoliciesResponse `pulumi:"crossSiteAccessPolicies"`
	// The Live Event description.
	Description *string `pulumi:"description"`
	// The Live Event encoding.
	Encoding *LiveEventEncodingResponse `pulumi:"encoding"`
	// The Live Event input.
	Input LiveEventInputResponse `pulumi:"input"`
	// The exact time the Live Event was last modified.
	LastModified string `pulumi:"lastModified"`
	// The Azure Region of the resource.
	Location *string `pulumi:"location"`
	// The name of the resource.
	Name string `pulumi:"name"`
	// The Live Event preview.
	Preview *LiveEventPreviewResponse `pulumi:"preview"`
	// The provisioning state of the Live Event.
	ProvisioningState string `pulumi:"provisioningState"`
	// The resource state of the Live Event.
	ResourceState string `pulumi:"resourceState"`
	// The stream options.
	StreamOptions []string `pulumi:"streamOptions"`
	// Resource tags.
	Tags map[string]string `pulumi:"tags"`
	// The type of the resource.
	Type string `pulumi:"type"`
	// The Live Event vanity URL flag.
	VanityUrl *bool `pulumi:"vanityUrl"`
}

The Live Event.

func LookupLiveEvent

func LookupLiveEvent(ctx *pulumi.Context, args *LookupLiveEventArgs, opts ...pulumi.InvokeOption) (*LookupLiveEventResult, error)

type LookupLiveOutputArgs

type LookupLiveOutputArgs struct {
	// The Media Services account name.
	AccountName string `pulumi:"accountName"`
	// The name of the Live Event.
	LiveEventName string `pulumi:"liveEventName"`
	// The name of the Live Output.
	LiveOutputName string `pulumi:"liveOutputName"`
	// The name of the resource group within the Azure subscription.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupLiveOutputResult

type LookupLiveOutputResult struct {
	// ISO 8601 timespan duration of the archive window length. This is duration that customer want to retain the recorded content.
	ArchiveWindowLength string `pulumi:"archiveWindowLength"`
	// The asset name.
	AssetName string `pulumi:"assetName"`
	// The exact time the Live Output was created.
	Created string `pulumi:"created"`
	// The description of the Live Output.
	Description *string `pulumi:"description"`
	// The HLS configuration.
	Hls *HlsResponse `pulumi:"hls"`
	// The exact time the Live Output was last modified.
	LastModified string `pulumi:"lastModified"`
	// The manifest file name.
	ManifestName *string `pulumi:"manifestName"`
	// The name of the resource.
	Name string `pulumi:"name"`
	// The output snapshot time.
	OutputSnapTime *int `pulumi:"outputSnapTime"`
	// The provisioning state of the Live Output.
	ProvisioningState string `pulumi:"provisioningState"`
	// The resource state of the Live Output.
	ResourceState string `pulumi:"resourceState"`
	// The type of the resource.
	Type string `pulumi:"type"`
}

The Live Output.

type LookupMediaServiceArgs

type LookupMediaServiceArgs struct {
	// The Media Services account name.
	AccountName string `pulumi:"accountName"`
	// The name of the resource group within the Azure subscription.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupMediaServiceResult

type LookupMediaServiceResult struct {
	// The Azure Region of the resource.
	Location *string `pulumi:"location"`
	// The Media Services account ID.
	MediaServiceId string `pulumi:"mediaServiceId"`
	// The name of the resource.
	Name string `pulumi:"name"`
	// The storage accounts for this resource.
	StorageAccounts []StorageAccountResponse `pulumi:"storageAccounts"`
	// Resource tags.
	Tags map[string]string `pulumi:"tags"`
	// The type of the resource.
	Type string `pulumi:"type"`
}

A Media Services account.

type LookupStreamingEndpointArgs

type LookupStreamingEndpointArgs struct {
	// The Media Services account name.
	AccountName string `pulumi:"accountName"`
	// The name of the resource group within the Azure subscription.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The name of the StreamingEndpoint.
	StreamingEndpointName string `pulumi:"streamingEndpointName"`
}

type LookupStreamingEndpointResult

type LookupStreamingEndpointResult struct {
	// The access control definition of the StreamingEndpoint.
	AccessControl *StreamingEndpointAccessControlResponse `pulumi:"accessControl"`
	// AvailabilitySet name
	AvailabilitySetName *string `pulumi:"availabilitySetName"`
	// The CDN enabled flag.
	CdnEnabled *bool `pulumi:"cdnEnabled"`
	// The CDN profile name.
	CdnProfile *string `pulumi:"cdnProfile"`
	// The CDN provider name.
	CdnProvider *string `pulumi:"cdnProvider"`
	// The exact time the StreamingEndpoint was created.
	Created string `pulumi:"created"`
	// The StreamingEndpoint access policies.
	CrossSiteAccessPolicies *CrossSiteAccessPoliciesResponse `pulumi:"crossSiteAccessPolicies"`
	// The custom host names of the StreamingEndpoint
	CustomHostNames []string `pulumi:"customHostNames"`
	// The StreamingEndpoint description.
	Description *string `pulumi:"description"`
	// The free trial expiration time.
	FreeTrialEndTime string `pulumi:"freeTrialEndTime"`
	// The StreamingEndpoint host name.
	HostName string `pulumi:"hostName"`
	// The exact time the StreamingEndpoint was last modified.
	LastModified string `pulumi:"lastModified"`
	// The Azure Region of the resource.
	Location *string `pulumi:"location"`
	// Max cache age
	MaxCacheAge *int `pulumi:"maxCacheAge"`
	// The name of the resource.
	Name string `pulumi:"name"`
	// The provisioning state of the StreamingEndpoint.
	ProvisioningState string `pulumi:"provisioningState"`
	// The resource state of the StreamingEndpoint.
	ResourceState string `pulumi:"resourceState"`
	// The number of scale units.
	ScaleUnits *int `pulumi:"scaleUnits"`
	// Resource tags.
	Tags map[string]string `pulumi:"tags"`
	// The type of the resource.
	Type string `pulumi:"type"`
}

The StreamingEndpoint.

type LookupStreamingLocatorArgs

type LookupStreamingLocatorArgs struct {
	// The Media Services account name.
	AccountName string `pulumi:"accountName"`
	// The name of the resource group within the Azure subscription.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The Streaming Locator name.
	StreamingLocatorName string `pulumi:"streamingLocatorName"`
}

type LookupStreamingLocatorResult

type LookupStreamingLocatorResult struct {
	// An Alternative Media Identifier associated with the StreamingLocator.  This identifier can be used to distinguish different StreamingLocators for the same Asset for authorization purposes in the CustomLicenseAcquisitionUrlTemplate or the CustomKeyAcquisitionUrlTemplate of the StreamingPolicy specified in the StreamingPolicyName field.
	AlternativeMediaId *string `pulumi:"alternativeMediaId"`
	// Asset Name
	AssetName string `pulumi:"assetName"`
	// ContentKeys used by this Streaming Locator
	ContentKeys []StreamingLocatorContentKeyResponse `pulumi:"contentKeys"`
	// Creation time of Streaming Locator
	Created string `pulumi:"created"`
	// Default ContentKeyPolicy used by this Streaming Locator
	DefaultContentKeyPolicyName *string `pulumi:"defaultContentKeyPolicyName"`
	// EndTime of Streaming Locator
	EndTime *string `pulumi:"endTime"`
	// The name of the resource.
	Name string `pulumi:"name"`
	// StartTime of Streaming Locator
	StartTime *string `pulumi:"startTime"`
	// StreamingLocatorId of Streaming Locator
	StreamingLocatorId *string `pulumi:"streamingLocatorId"`
	// Streaming policy name used by this streaming locator. Either specify the name of streaming policy you created or use one of the predefined streaming polices. The predefined streaming policies available are: 'Predefined_DownloadOnly', 'Predefined_ClearStreamingOnly', 'Predefined_DownloadAndClearStreaming', 'Predefined_ClearKey', 'Predefined_SecureStreaming' and 'Predefined_SecureStreamingWithFairPlay'
	StreamingPolicyName string `pulumi:"streamingPolicyName"`
	// The type of the resource.
	Type string `pulumi:"type"`
}

A Streaming Locator resource

type LookupStreamingPolicyArgs

type LookupStreamingPolicyArgs struct {
	// The Media Services account name.
	AccountName string `pulumi:"accountName"`
	// The name of the resource group within the Azure subscription.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The Streaming Policy name.
	StreamingPolicyName string `pulumi:"streamingPolicyName"`
}

type LookupStreamingPolicyResult

type LookupStreamingPolicyResult struct {
	// Configuration of CommonEncryptionCbcs
	CommonEncryptionCbcs *CommonEncryptionCbcsResponse `pulumi:"commonEncryptionCbcs"`
	// Configuration of CommonEncryptionCenc
	CommonEncryptionCenc *CommonEncryptionCencResponse `pulumi:"commonEncryptionCenc"`
	// Creation time of Streaming Policy
	Created string `pulumi:"created"`
	// Default ContentKey used by current Streaming Policy
	DefaultContentKeyPolicyName *string `pulumi:"defaultContentKeyPolicyName"`
	// Configuration of EnvelopeEncryption
	EnvelopeEncryption *EnvelopeEncryptionResponse `pulumi:"envelopeEncryption"`
	// The name of the resource.
	Name string `pulumi:"name"`
	// Configurations of NoEncryption
	NoEncryption *NoEncryptionResponse `pulumi:"noEncryption"`
	// The type of the resource.
	Type string `pulumi:"type"`
}

A Streaming Policy resource

type LookupTransformArgs

type LookupTransformArgs struct {
	// The Media Services account name.
	AccountName string `pulumi:"accountName"`
	// The name of the resource group within the Azure subscription.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The Transform name.
	TransformName string `pulumi:"transformName"`
}

type LookupTransformResult

type LookupTransformResult struct {
	// The UTC date and time when the Transform was created, in 'YYYY-MM-DDThh:mm:ssZ' format.
	Created string `pulumi:"created"`
	// An optional verbose description of the Transform.
	Description *string `pulumi:"description"`
	// The UTC date and time when the Transform was last updated, in 'YYYY-MM-DDThh:mm:ssZ' format.
	LastModified string `pulumi:"lastModified"`
	// The name of the resource.
	Name string `pulumi:"name"`
	// An array of one or more TransformOutputs that the Transform should generate.
	Outputs []TransformOutputResponse `pulumi:"outputs"`
	// The type of the resource.
	Type string `pulumi:"type"`
}

A Transform encapsulates the rules or instructions for generating desired outputs from input media, such as by transcoding or by extracting insights. After the Transform is created, it can be applied to input media by creating Jobs.

func LookupTransform

func LookupTransform(ctx *pulumi.Context, args *LookupTransformArgs, opts ...pulumi.InvokeOption) (*LookupTransformResult, error)

type MediaService

type MediaService struct {
	pulumi.CustomResourceState

	// The Azure Region of the resource.
	Location pulumi.StringPtrOutput `pulumi:"location"`
	// The Media Services account ID.
	MediaServiceId pulumi.StringOutput `pulumi:"mediaServiceId"`
	// The name of the resource.
	Name pulumi.StringOutput `pulumi:"name"`
	// The storage accounts for this resource.
	StorageAccounts StorageAccountResponseArrayOutput `pulumi:"storageAccounts"`
	// Resource tags.
	Tags pulumi.StringMapOutput `pulumi:"tags"`
	// The type of the resource.
	Type pulumi.StringOutput `pulumi:"type"`
}

A Media Services account.

func GetMediaService

func GetMediaService(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *MediaServiceState, opts ...pulumi.ResourceOption) (*MediaService, error)

GetMediaService gets an existing MediaService resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewMediaService

func NewMediaService(ctx *pulumi.Context,
	name string, args *MediaServiceArgs, opts ...pulumi.ResourceOption) (*MediaService, error)

NewMediaService registers a new resource with the given unique name, arguments, and options.

type MediaServiceArgs

type MediaServiceArgs struct {
	// The Media Services account name.
	AccountName pulumi.StringInput
	// The Azure Region of the resource.
	Location pulumi.StringPtrInput
	// The name of the resource group within the Azure subscription.
	ResourceGroupName pulumi.StringInput
	// The storage accounts for this resource.
	StorageAccounts StorageAccountArrayInput
	// Resource tags.
	Tags pulumi.StringMapInput
}

The set of arguments for constructing a MediaService resource.

func (MediaServiceArgs) ElementType

func (MediaServiceArgs) ElementType() reflect.Type

type MediaServiceState

type MediaServiceState struct {
	// The Azure Region of the resource.
	Location pulumi.StringPtrInput
	// The Media Services account ID.
	MediaServiceId pulumi.StringPtrInput
	// The name of the resource.
	Name pulumi.StringPtrInput
	// The storage accounts for this resource.
	StorageAccounts StorageAccountResponseArrayInput
	// Resource tags.
	Tags pulumi.StringMapInput
	// The type of the resource.
	Type pulumi.StringPtrInput
}

func (MediaServiceState) ElementType

func (MediaServiceState) ElementType() reflect.Type

type MultiBitrateFormat

type MultiBitrateFormat struct {
	// The pattern of the file names for the generated output files. The following macros are supported in the file name: {Basename} - The base name of the input video {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. {Bitrate} - The audio/video bitrate. Not applicable to thumbnails. {Codec} - The type of the audio/video codec. Any unsubstituted macros will be collapsed and removed from the filename.
	FilenamePattern *string `pulumi:"filenamePattern"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
	// The list of output files to produce.  Each entry in the list is a set of audio and video layer labels to be muxed together .
	OutputFiles []OutputFile `pulumi:"outputFiles"`
}

Describes the properties for producing a collection of GOP aligned multi-bitrate files. The default behavior is to produce one output file for each video layer which is muxed together with all the audios. The exact output files produced can be controlled by specifying the outputFiles collection.

type MultiBitrateFormatArgs

type MultiBitrateFormatArgs struct {
	// The pattern of the file names for the generated output files. The following macros are supported in the file name: {Basename} - The base name of the input video {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. {Bitrate} - The audio/video bitrate. Not applicable to thumbnails. {Codec} - The type of the audio/video codec. Any unsubstituted macros will be collapsed and removed from the filename.
	FilenamePattern pulumi.StringPtrInput `pulumi:"filenamePattern"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
	// The list of output files to produce.  Each entry in the list is a set of audio and video layer labels to be muxed together .
	OutputFiles OutputFileArrayInput `pulumi:"outputFiles"`
}

Describes the properties for producing a collection of GOP aligned multi-bitrate files. The default behavior is to produce one output file for each video layer which is muxed together with all the audios. The exact output files produced can be controlled by specifying the outputFiles collection.

func (MultiBitrateFormatArgs) ElementType

func (MultiBitrateFormatArgs) ElementType() reflect.Type

func (MultiBitrateFormatArgs) ToMultiBitrateFormatOutput

func (i MultiBitrateFormatArgs) ToMultiBitrateFormatOutput() MultiBitrateFormatOutput

func (MultiBitrateFormatArgs) ToMultiBitrateFormatOutputWithContext

func (i MultiBitrateFormatArgs) ToMultiBitrateFormatOutputWithContext(ctx context.Context) MultiBitrateFormatOutput

type MultiBitrateFormatInput

type MultiBitrateFormatInput interface {
	pulumi.Input

	ToMultiBitrateFormatOutput() MultiBitrateFormatOutput
	ToMultiBitrateFormatOutputWithContext(context.Context) MultiBitrateFormatOutput
}

MultiBitrateFormatInput is an input type that accepts MultiBitrateFormatArgs and MultiBitrateFormatOutput values. You can construct a concrete instance of `MultiBitrateFormatInput` via:

MultiBitrateFormatArgs{...}

type MultiBitrateFormatOutput

type MultiBitrateFormatOutput struct{ *pulumi.OutputState }

Describes the properties for producing a collection of GOP aligned multi-bitrate files. The default behavior is to produce one output file for each video layer which is muxed together with all the audios. The exact output files produced can be controlled by specifying the outputFiles collection.

func (MultiBitrateFormatOutput) ElementType

func (MultiBitrateFormatOutput) ElementType() reflect.Type

func (MultiBitrateFormatOutput) FilenamePattern

func (o MultiBitrateFormatOutput) FilenamePattern() pulumi.StringPtrOutput

The pattern of the file names for the generated output files. The following macros are supported in the file name: {Basename} - The base name of the input video {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. {Bitrate} - The audio/video bitrate. Not applicable to thumbnails. {Codec} - The type of the audio/video codec. Any unsubstituted macros will be collapsed and removed from the filename.

func (MultiBitrateFormatOutput) OdataType

The discriminator for derived types.

func (MultiBitrateFormatOutput) OutputFiles

The list of output files to produce. Each entry in the list is a set of audio and video layer labels to be muxed together .

func (MultiBitrateFormatOutput) ToMultiBitrateFormatOutput

func (o MultiBitrateFormatOutput) ToMultiBitrateFormatOutput() MultiBitrateFormatOutput

func (MultiBitrateFormatOutput) ToMultiBitrateFormatOutputWithContext

func (o MultiBitrateFormatOutput) ToMultiBitrateFormatOutputWithContext(ctx context.Context) MultiBitrateFormatOutput

type MultiBitrateFormatResponse

type MultiBitrateFormatResponse struct {
	// The pattern of the file names for the generated output files. The following macros are supported in the file name: {Basename} - The base name of the input video {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. {Bitrate} - The audio/video bitrate. Not applicable to thumbnails. {Codec} - The type of the audio/video codec. Any unsubstituted macros will be collapsed and removed from the filename.
	FilenamePattern *string `pulumi:"filenamePattern"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
	// The list of output files to produce.  Each entry in the list is a set of audio and video layer labels to be muxed together .
	OutputFiles []OutputFileResponse `pulumi:"outputFiles"`
}

Describes the properties for producing a collection of GOP aligned multi-bitrate files. The default behavior is to produce one output file for each video layer which is muxed together with all the audios. The exact output files produced can be controlled by specifying the outputFiles collection.

type MultiBitrateFormatResponseArgs

type MultiBitrateFormatResponseArgs struct {
	// The pattern of the file names for the generated output files. The following macros are supported in the file name: {Basename} - The base name of the input video {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. {Bitrate} - The audio/video bitrate. Not applicable to thumbnails. {Codec} - The type of the audio/video codec. Any unsubstituted macros will be collapsed and removed from the filename.
	FilenamePattern pulumi.StringPtrInput `pulumi:"filenamePattern"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
	// The list of output files to produce.  Each entry in the list is a set of audio and video layer labels to be muxed together .
	OutputFiles OutputFileResponseArrayInput `pulumi:"outputFiles"`
}

Describes the properties for producing a collection of GOP aligned multi-bitrate files. The default behavior is to produce one output file for each video layer which is muxed together with all the audios. The exact output files produced can be controlled by specifying the outputFiles collection.

func (MultiBitrateFormatResponseArgs) ElementType

func (MultiBitrateFormatResponseArgs) ToMultiBitrateFormatResponseOutput

func (i MultiBitrateFormatResponseArgs) ToMultiBitrateFormatResponseOutput() MultiBitrateFormatResponseOutput

func (MultiBitrateFormatResponseArgs) ToMultiBitrateFormatResponseOutputWithContext

func (i MultiBitrateFormatResponseArgs) ToMultiBitrateFormatResponseOutputWithContext(ctx context.Context) MultiBitrateFormatResponseOutput

type MultiBitrateFormatResponseInput

type MultiBitrateFormatResponseInput interface {
	pulumi.Input

	ToMultiBitrateFormatResponseOutput() MultiBitrateFormatResponseOutput
	ToMultiBitrateFormatResponseOutputWithContext(context.Context) MultiBitrateFormatResponseOutput
}

MultiBitrateFormatResponseInput is an input type that accepts MultiBitrateFormatResponseArgs and MultiBitrateFormatResponseOutput values. You can construct a concrete instance of `MultiBitrateFormatResponseInput` via:

MultiBitrateFormatResponseArgs{...}

type MultiBitrateFormatResponseOutput

type MultiBitrateFormatResponseOutput struct{ *pulumi.OutputState }

Describes the properties for producing a collection of GOP aligned multi-bitrate files. The default behavior is to produce one output file for each video layer which is muxed together with all the audios. The exact output files produced can be controlled by specifying the outputFiles collection.

func (MultiBitrateFormatResponseOutput) ElementType

func (MultiBitrateFormatResponseOutput) FilenamePattern

The pattern of the file names for the generated output files. The following macros are supported in the file name: {Basename} - The base name of the input video {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. {Bitrate} - The audio/video bitrate. Not applicable to thumbnails. {Codec} - The type of the audio/video codec. Any unsubstituted macros will be collapsed and removed from the filename.

func (MultiBitrateFormatResponseOutput) OdataType

The discriminator for derived types.

func (MultiBitrateFormatResponseOutput) OutputFiles

The list of output files to produce. Each entry in the list is a set of audio and video layer labels to be muxed together .

func (MultiBitrateFormatResponseOutput) ToMultiBitrateFormatResponseOutput

func (o MultiBitrateFormatResponseOutput) ToMultiBitrateFormatResponseOutput() MultiBitrateFormatResponseOutput

func (MultiBitrateFormatResponseOutput) ToMultiBitrateFormatResponseOutputWithContext

func (o MultiBitrateFormatResponseOutput) ToMultiBitrateFormatResponseOutputWithContext(ctx context.Context) MultiBitrateFormatResponseOutput

type NoEncryption

type NoEncryption struct {
	// Representing supported protocols
	EnabledProtocols *EnabledProtocols `pulumi:"enabledProtocols"`
}

Class for NoEncryption scheme

type NoEncryptionArgs

type NoEncryptionArgs struct {
	// Representing supported protocols
	EnabledProtocols EnabledProtocolsPtrInput `pulumi:"enabledProtocols"`
}

Class for NoEncryption scheme

func (NoEncryptionArgs) ElementType

func (NoEncryptionArgs) ElementType() reflect.Type

func (NoEncryptionArgs) ToNoEncryptionOutput

func (i NoEncryptionArgs) ToNoEncryptionOutput() NoEncryptionOutput

func (NoEncryptionArgs) ToNoEncryptionOutputWithContext

func (i NoEncryptionArgs) ToNoEncryptionOutputWithContext(ctx context.Context) NoEncryptionOutput

func (NoEncryptionArgs) ToNoEncryptionPtrOutput

func (i NoEncryptionArgs) ToNoEncryptionPtrOutput() NoEncryptionPtrOutput

func (NoEncryptionArgs) ToNoEncryptionPtrOutputWithContext

func (i NoEncryptionArgs) ToNoEncryptionPtrOutputWithContext(ctx context.Context) NoEncryptionPtrOutput

type NoEncryptionInput

type NoEncryptionInput interface {
	pulumi.Input

	ToNoEncryptionOutput() NoEncryptionOutput
	ToNoEncryptionOutputWithContext(context.Context) NoEncryptionOutput
}

NoEncryptionInput is an input type that accepts NoEncryptionArgs and NoEncryptionOutput values. You can construct a concrete instance of `NoEncryptionInput` via:

NoEncryptionArgs{...}

type NoEncryptionOutput

type NoEncryptionOutput struct{ *pulumi.OutputState }

Class for NoEncryption scheme

func (NoEncryptionOutput) ElementType

func (NoEncryptionOutput) ElementType() reflect.Type

func (NoEncryptionOutput) EnabledProtocols

func (o NoEncryptionOutput) EnabledProtocols() EnabledProtocolsPtrOutput

Representing supported protocols

func (NoEncryptionOutput) ToNoEncryptionOutput

func (o NoEncryptionOutput) ToNoEncryptionOutput() NoEncryptionOutput

func (NoEncryptionOutput) ToNoEncryptionOutputWithContext

func (o NoEncryptionOutput) ToNoEncryptionOutputWithContext(ctx context.Context) NoEncryptionOutput

func (NoEncryptionOutput) ToNoEncryptionPtrOutput

func (o NoEncryptionOutput) ToNoEncryptionPtrOutput() NoEncryptionPtrOutput

func (NoEncryptionOutput) ToNoEncryptionPtrOutputWithContext

func (o NoEncryptionOutput) ToNoEncryptionPtrOutputWithContext(ctx context.Context) NoEncryptionPtrOutput

type NoEncryptionPtrInput

type NoEncryptionPtrInput interface {
	pulumi.Input

	ToNoEncryptionPtrOutput() NoEncryptionPtrOutput
	ToNoEncryptionPtrOutputWithContext(context.Context) NoEncryptionPtrOutput
}

NoEncryptionPtrInput is an input type that accepts NoEncryptionArgs, NoEncryptionPtr and NoEncryptionPtrOutput values. You can construct a concrete instance of `NoEncryptionPtrInput` via:

        NoEncryptionArgs{...}

or:

        nil

type NoEncryptionPtrOutput

type NoEncryptionPtrOutput struct{ *pulumi.OutputState }

func (NoEncryptionPtrOutput) Elem

func (NoEncryptionPtrOutput) ElementType

func (NoEncryptionPtrOutput) ElementType() reflect.Type

func (NoEncryptionPtrOutput) EnabledProtocols

func (o NoEncryptionPtrOutput) EnabledProtocols() EnabledProtocolsPtrOutput

Representing supported protocols

func (NoEncryptionPtrOutput) ToNoEncryptionPtrOutput

func (o NoEncryptionPtrOutput) ToNoEncryptionPtrOutput() NoEncryptionPtrOutput

func (NoEncryptionPtrOutput) ToNoEncryptionPtrOutputWithContext

func (o NoEncryptionPtrOutput) ToNoEncryptionPtrOutputWithContext(ctx context.Context) NoEncryptionPtrOutput

type NoEncryptionResponse

type NoEncryptionResponse struct {
	// Representing supported protocols
	EnabledProtocols *EnabledProtocolsResponse `pulumi:"enabledProtocols"`
}

Class for NoEncryption scheme

type NoEncryptionResponseArgs

type NoEncryptionResponseArgs struct {
	// Representing supported protocols
	EnabledProtocols EnabledProtocolsResponsePtrInput `pulumi:"enabledProtocols"`
}

Class for NoEncryption scheme

func (NoEncryptionResponseArgs) ElementType

func (NoEncryptionResponseArgs) ElementType() reflect.Type

func (NoEncryptionResponseArgs) ToNoEncryptionResponseOutput

func (i NoEncryptionResponseArgs) ToNoEncryptionResponseOutput() NoEncryptionResponseOutput

func (NoEncryptionResponseArgs) ToNoEncryptionResponseOutputWithContext

func (i NoEncryptionResponseArgs) ToNoEncryptionResponseOutputWithContext(ctx context.Context) NoEncryptionResponseOutput

func (NoEncryptionResponseArgs) ToNoEncryptionResponsePtrOutput

func (i NoEncryptionResponseArgs) ToNoEncryptionResponsePtrOutput() NoEncryptionResponsePtrOutput

func (NoEncryptionResponseArgs) ToNoEncryptionResponsePtrOutputWithContext

func (i NoEncryptionResponseArgs) ToNoEncryptionResponsePtrOutputWithContext(ctx context.Context) NoEncryptionResponsePtrOutput

type NoEncryptionResponseInput

type NoEncryptionResponseInput interface {
	pulumi.Input

	ToNoEncryptionResponseOutput() NoEncryptionResponseOutput
	ToNoEncryptionResponseOutputWithContext(context.Context) NoEncryptionResponseOutput
}

NoEncryptionResponseInput is an input type that accepts NoEncryptionResponseArgs and NoEncryptionResponseOutput values. You can construct a concrete instance of `NoEncryptionResponseInput` via:

NoEncryptionResponseArgs{...}

type NoEncryptionResponseOutput

type NoEncryptionResponseOutput struct{ *pulumi.OutputState }

Class for NoEncryption scheme

func (NoEncryptionResponseOutput) ElementType

func (NoEncryptionResponseOutput) ElementType() reflect.Type

func (NoEncryptionResponseOutput) EnabledProtocols

Representing supported protocols

func (NoEncryptionResponseOutput) ToNoEncryptionResponseOutput

func (o NoEncryptionResponseOutput) ToNoEncryptionResponseOutput() NoEncryptionResponseOutput

func (NoEncryptionResponseOutput) ToNoEncryptionResponseOutputWithContext

func (o NoEncryptionResponseOutput) ToNoEncryptionResponseOutputWithContext(ctx context.Context) NoEncryptionResponseOutput

func (NoEncryptionResponseOutput) ToNoEncryptionResponsePtrOutput

func (o NoEncryptionResponseOutput) ToNoEncryptionResponsePtrOutput() NoEncryptionResponsePtrOutput

func (NoEncryptionResponseOutput) ToNoEncryptionResponsePtrOutputWithContext

func (o NoEncryptionResponseOutput) ToNoEncryptionResponsePtrOutputWithContext(ctx context.Context) NoEncryptionResponsePtrOutput

type NoEncryptionResponsePtrInput

type NoEncryptionResponsePtrInput interface {
	pulumi.Input

	ToNoEncryptionResponsePtrOutput() NoEncryptionResponsePtrOutput
	ToNoEncryptionResponsePtrOutputWithContext(context.Context) NoEncryptionResponsePtrOutput
}

NoEncryptionResponsePtrInput is an input type that accepts NoEncryptionResponseArgs, NoEncryptionResponsePtr and NoEncryptionResponsePtrOutput values. You can construct a concrete instance of `NoEncryptionResponsePtrInput` via:

        NoEncryptionResponseArgs{...}

or:

        nil

type NoEncryptionResponsePtrOutput

type NoEncryptionResponsePtrOutput struct{ *pulumi.OutputState }

func (NoEncryptionResponsePtrOutput) Elem

func (NoEncryptionResponsePtrOutput) ElementType

func (NoEncryptionResponsePtrOutput) EnabledProtocols

Representing supported protocols

func (NoEncryptionResponsePtrOutput) ToNoEncryptionResponsePtrOutput

func (o NoEncryptionResponsePtrOutput) ToNoEncryptionResponsePtrOutput() NoEncryptionResponsePtrOutput

func (NoEncryptionResponsePtrOutput) ToNoEncryptionResponsePtrOutputWithContext

func (o NoEncryptionResponsePtrOutput) ToNoEncryptionResponsePtrOutputWithContext(ctx context.Context) NoEncryptionResponsePtrOutput

type OutputFile

type OutputFile 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 `pulumi:"labels"`
}

Represents an output file produced.

type OutputFileArgs

type OutputFileArgs 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 pulumi.StringArrayInput `pulumi:"labels"`
}

Represents an output file produced.

func (OutputFileArgs) ElementType

func (OutputFileArgs) ElementType() reflect.Type

func (OutputFileArgs) ToOutputFileOutput

func (i OutputFileArgs) ToOutputFileOutput() OutputFileOutput

func (OutputFileArgs) ToOutputFileOutputWithContext

func (i OutputFileArgs) ToOutputFileOutputWithContext(ctx context.Context) OutputFileOutput

type OutputFileArray

type OutputFileArray []OutputFileInput

func (OutputFileArray) ElementType

func (OutputFileArray) ElementType() reflect.Type

func (OutputFileArray) ToOutputFileArrayOutput

func (i OutputFileArray) ToOutputFileArrayOutput() OutputFileArrayOutput

func (OutputFileArray) ToOutputFileArrayOutputWithContext

func (i OutputFileArray) ToOutputFileArrayOutputWithContext(ctx context.Context) OutputFileArrayOutput

type OutputFileArrayInput

type OutputFileArrayInput interface {
	pulumi.Input

	ToOutputFileArrayOutput() OutputFileArrayOutput
	ToOutputFileArrayOutputWithContext(context.Context) OutputFileArrayOutput
}

OutputFileArrayInput is an input type that accepts OutputFileArray and OutputFileArrayOutput values. You can construct a concrete instance of `OutputFileArrayInput` via:

OutputFileArray{ OutputFileArgs{...} }

type OutputFileArrayOutput

type OutputFileArrayOutput struct{ *pulumi.OutputState }

func (OutputFileArrayOutput) ElementType

func (OutputFileArrayOutput) ElementType() reflect.Type

func (OutputFileArrayOutput) Index

func (OutputFileArrayOutput) ToOutputFileArrayOutput

func (o OutputFileArrayOutput) ToOutputFileArrayOutput() OutputFileArrayOutput

func (OutputFileArrayOutput) ToOutputFileArrayOutputWithContext

func (o OutputFileArrayOutput) ToOutputFileArrayOutputWithContext(ctx context.Context) OutputFileArrayOutput

type OutputFileInput

type OutputFileInput interface {
	pulumi.Input

	ToOutputFileOutput() OutputFileOutput
	ToOutputFileOutputWithContext(context.Context) OutputFileOutput
}

OutputFileInput is an input type that accepts OutputFileArgs and OutputFileOutput values. You can construct a concrete instance of `OutputFileInput` via:

OutputFileArgs{...}

type OutputFileOutput

type OutputFileOutput struct{ *pulumi.OutputState }

Represents an output file produced.

func (OutputFileOutput) ElementType

func (OutputFileOutput) ElementType() reflect.Type

func (OutputFileOutput) Labels

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.

func (OutputFileOutput) ToOutputFileOutput

func (o OutputFileOutput) ToOutputFileOutput() OutputFileOutput

func (OutputFileOutput) ToOutputFileOutputWithContext

func (o OutputFileOutput) ToOutputFileOutputWithContext(ctx context.Context) OutputFileOutput

type OutputFileResponse

type OutputFileResponse 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 `pulumi:"labels"`
}

Represents an output file produced.

type OutputFileResponseArgs

type OutputFileResponseArgs 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 pulumi.StringArrayInput `pulumi:"labels"`
}

Represents an output file produced.

func (OutputFileResponseArgs) ElementType

func (OutputFileResponseArgs) ElementType() reflect.Type

func (OutputFileResponseArgs) ToOutputFileResponseOutput

func (i OutputFileResponseArgs) ToOutputFileResponseOutput() OutputFileResponseOutput

func (OutputFileResponseArgs) ToOutputFileResponseOutputWithContext

func (i OutputFileResponseArgs) ToOutputFileResponseOutputWithContext(ctx context.Context) OutputFileResponseOutput

type OutputFileResponseArray

type OutputFileResponseArray []OutputFileResponseInput

func (OutputFileResponseArray) ElementType

func (OutputFileResponseArray) ElementType() reflect.Type

func (OutputFileResponseArray) ToOutputFileResponseArrayOutput

func (i OutputFileResponseArray) ToOutputFileResponseArrayOutput() OutputFileResponseArrayOutput

func (OutputFileResponseArray) ToOutputFileResponseArrayOutputWithContext

func (i OutputFileResponseArray) ToOutputFileResponseArrayOutputWithContext(ctx context.Context) OutputFileResponseArrayOutput

type OutputFileResponseArrayInput

type OutputFileResponseArrayInput interface {
	pulumi.Input

	ToOutputFileResponseArrayOutput() OutputFileResponseArrayOutput
	ToOutputFileResponseArrayOutputWithContext(context.Context) OutputFileResponseArrayOutput
}

OutputFileResponseArrayInput is an input type that accepts OutputFileResponseArray and OutputFileResponseArrayOutput values. You can construct a concrete instance of `OutputFileResponseArrayInput` via:

OutputFileResponseArray{ OutputFileResponseArgs{...} }

type OutputFileResponseArrayOutput

type OutputFileResponseArrayOutput struct{ *pulumi.OutputState }

func (OutputFileResponseArrayOutput) ElementType

func (OutputFileResponseArrayOutput) Index

func (OutputFileResponseArrayOutput) ToOutputFileResponseArrayOutput

func (o OutputFileResponseArrayOutput) ToOutputFileResponseArrayOutput() OutputFileResponseArrayOutput

func (OutputFileResponseArrayOutput) ToOutputFileResponseArrayOutputWithContext

func (o OutputFileResponseArrayOutput) ToOutputFileResponseArrayOutputWithContext(ctx context.Context) OutputFileResponseArrayOutput

type OutputFileResponseInput

type OutputFileResponseInput interface {
	pulumi.Input

	ToOutputFileResponseOutput() OutputFileResponseOutput
	ToOutputFileResponseOutputWithContext(context.Context) OutputFileResponseOutput
}

OutputFileResponseInput is an input type that accepts OutputFileResponseArgs and OutputFileResponseOutput values. You can construct a concrete instance of `OutputFileResponseInput` via:

OutputFileResponseArgs{...}

type OutputFileResponseOutput

type OutputFileResponseOutput struct{ *pulumi.OutputState }

Represents an output file produced.

func (OutputFileResponseOutput) ElementType

func (OutputFileResponseOutput) ElementType() reflect.Type

func (OutputFileResponseOutput) Labels

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.

func (OutputFileResponseOutput) ToOutputFileResponseOutput

func (o OutputFileResponseOutput) ToOutputFileResponseOutput() OutputFileResponseOutput

func (OutputFileResponseOutput) ToOutputFileResponseOutputWithContext

func (o OutputFileResponseOutput) ToOutputFileResponseOutputWithContext(ctx context.Context) OutputFileResponseOutput

type Rectangle

type Rectangle 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 `pulumi:"height"`
	// 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 `pulumi:"left"`
	// 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 `pulumi:"top"`
	// 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 `pulumi:"width"`
}

Describes the properties of a rectangular window applied to the input media before processing it.

type RectangleArgs

type RectangleArgs 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 pulumi.StringPtrInput `pulumi:"height"`
	// 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 pulumi.StringPtrInput `pulumi:"left"`
	// 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 pulumi.StringPtrInput `pulumi:"top"`
	// 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 pulumi.StringPtrInput `pulumi:"width"`
}

Describes the properties of a rectangular window applied to the input media before processing it.

func (RectangleArgs) ElementType

func (RectangleArgs) ElementType() reflect.Type

func (RectangleArgs) ToRectangleOutput

func (i RectangleArgs) ToRectangleOutput() RectangleOutput

func (RectangleArgs) ToRectangleOutputWithContext

func (i RectangleArgs) ToRectangleOutputWithContext(ctx context.Context) RectangleOutput

func (RectangleArgs) ToRectanglePtrOutput

func (i RectangleArgs) ToRectanglePtrOutput() RectanglePtrOutput

func (RectangleArgs) ToRectanglePtrOutputWithContext

func (i RectangleArgs) ToRectanglePtrOutputWithContext(ctx context.Context) RectanglePtrOutput

type RectangleInput

type RectangleInput interface {
	pulumi.Input

	ToRectangleOutput() RectangleOutput
	ToRectangleOutputWithContext(context.Context) RectangleOutput
}

RectangleInput is an input type that accepts RectangleArgs and RectangleOutput values. You can construct a concrete instance of `RectangleInput` via:

RectangleArgs{...}

type RectangleOutput

type RectangleOutput struct{ *pulumi.OutputState }

Describes the properties of a rectangular window applied to the input media before processing it.

func (RectangleOutput) ElementType

func (RectangleOutput) ElementType() reflect.Type

func (RectangleOutput) Height

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%).

func (RectangleOutput) Left

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%).

func (RectangleOutput) ToRectangleOutput

func (o RectangleOutput) ToRectangleOutput() RectangleOutput

func (RectangleOutput) ToRectangleOutputWithContext

func (o RectangleOutput) ToRectangleOutputWithContext(ctx context.Context) RectangleOutput

func (RectangleOutput) ToRectanglePtrOutput

func (o RectangleOutput) ToRectanglePtrOutput() RectanglePtrOutput

func (RectangleOutput) ToRectanglePtrOutputWithContext

func (o RectangleOutput) ToRectanglePtrOutputWithContext(ctx context.Context) RectanglePtrOutput

func (RectangleOutput) Top

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%).

func (RectangleOutput) Width

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%).

type RectanglePtrInput

type RectanglePtrInput interface {
	pulumi.Input

	ToRectanglePtrOutput() RectanglePtrOutput
	ToRectanglePtrOutputWithContext(context.Context) RectanglePtrOutput
}

RectanglePtrInput is an input type that accepts RectangleArgs, RectanglePtr and RectanglePtrOutput values. You can construct a concrete instance of `RectanglePtrInput` via:

        RectangleArgs{...}

or:

        nil

func RectanglePtr

func RectanglePtr(v *RectangleArgs) RectanglePtrInput

type RectanglePtrOutput

type RectanglePtrOutput struct{ *pulumi.OutputState }

func (RectanglePtrOutput) Elem

func (RectanglePtrOutput) ElementType

func (RectanglePtrOutput) ElementType() reflect.Type

func (RectanglePtrOutput) Height

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%).

func (RectanglePtrOutput) Left

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%).

func (RectanglePtrOutput) ToRectanglePtrOutput

func (o RectanglePtrOutput) ToRectanglePtrOutput() RectanglePtrOutput

func (RectanglePtrOutput) ToRectanglePtrOutputWithContext

func (o RectanglePtrOutput) ToRectanglePtrOutputWithContext(ctx context.Context) RectanglePtrOutput

func (RectanglePtrOutput) Top

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%).

func (RectanglePtrOutput) Width

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%).

type RectangleResponse

type RectangleResponse 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 `pulumi:"height"`
	// 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 `pulumi:"left"`
	// 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 `pulumi:"top"`
	// 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 `pulumi:"width"`
}

Describes the properties of a rectangular window applied to the input media before processing it.

type RectangleResponseArgs

type RectangleResponseArgs 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 pulumi.StringPtrInput `pulumi:"height"`
	// 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 pulumi.StringPtrInput `pulumi:"left"`
	// 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 pulumi.StringPtrInput `pulumi:"top"`
	// 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 pulumi.StringPtrInput `pulumi:"width"`
}

Describes the properties of a rectangular window applied to the input media before processing it.

func (RectangleResponseArgs) ElementType

func (RectangleResponseArgs) ElementType() reflect.Type

func (RectangleResponseArgs) ToRectangleResponseOutput

func (i RectangleResponseArgs) ToRectangleResponseOutput() RectangleResponseOutput

func (RectangleResponseArgs) ToRectangleResponseOutputWithContext

func (i RectangleResponseArgs) ToRectangleResponseOutputWithContext(ctx context.Context) RectangleResponseOutput

func (RectangleResponseArgs) ToRectangleResponsePtrOutput

func (i RectangleResponseArgs) ToRectangleResponsePtrOutput() RectangleResponsePtrOutput

func (RectangleResponseArgs) ToRectangleResponsePtrOutputWithContext

func (i RectangleResponseArgs) ToRectangleResponsePtrOutputWithContext(ctx context.Context) RectangleResponsePtrOutput

type RectangleResponseInput

type RectangleResponseInput interface {
	pulumi.Input

	ToRectangleResponseOutput() RectangleResponseOutput
	ToRectangleResponseOutputWithContext(context.Context) RectangleResponseOutput
}

RectangleResponseInput is an input type that accepts RectangleResponseArgs and RectangleResponseOutput values. You can construct a concrete instance of `RectangleResponseInput` via:

RectangleResponseArgs{...}

type RectangleResponseOutput

type RectangleResponseOutput struct{ *pulumi.OutputState }

Describes the properties of a rectangular window applied to the input media before processing it.

func (RectangleResponseOutput) ElementType

func (RectangleResponseOutput) ElementType() reflect.Type

func (RectangleResponseOutput) Height

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%).

func (RectangleResponseOutput) Left

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%).

func (RectangleResponseOutput) ToRectangleResponseOutput

func (o RectangleResponseOutput) ToRectangleResponseOutput() RectangleResponseOutput

func (RectangleResponseOutput) ToRectangleResponseOutputWithContext

func (o RectangleResponseOutput) ToRectangleResponseOutputWithContext(ctx context.Context) RectangleResponseOutput

func (RectangleResponseOutput) ToRectangleResponsePtrOutput

func (o RectangleResponseOutput) ToRectangleResponsePtrOutput() RectangleResponsePtrOutput

func (RectangleResponseOutput) ToRectangleResponsePtrOutputWithContext

func (o RectangleResponseOutput) ToRectangleResponsePtrOutputWithContext(ctx context.Context) RectangleResponsePtrOutput

func (RectangleResponseOutput) Top

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%).

func (RectangleResponseOutput) Width

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%).

type RectangleResponsePtrInput

type RectangleResponsePtrInput interface {
	pulumi.Input

	ToRectangleResponsePtrOutput() RectangleResponsePtrOutput
	ToRectangleResponsePtrOutputWithContext(context.Context) RectangleResponsePtrOutput
}

RectangleResponsePtrInput is an input type that accepts RectangleResponseArgs, RectangleResponsePtr and RectangleResponsePtrOutput values. You can construct a concrete instance of `RectangleResponsePtrInput` via:

        RectangleResponseArgs{...}

or:

        nil

type RectangleResponsePtrOutput

type RectangleResponsePtrOutput struct{ *pulumi.OutputState }

func (RectangleResponsePtrOutput) Elem

func (RectangleResponsePtrOutput) ElementType

func (RectangleResponsePtrOutput) ElementType() reflect.Type

func (RectangleResponsePtrOutput) Height

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%).

func (RectangleResponsePtrOutput) Left

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%).

func (RectangleResponsePtrOutput) ToRectangleResponsePtrOutput

func (o RectangleResponsePtrOutput) ToRectangleResponsePtrOutput() RectangleResponsePtrOutput

func (RectangleResponsePtrOutput) ToRectangleResponsePtrOutputWithContext

func (o RectangleResponsePtrOutput) ToRectangleResponsePtrOutputWithContext(ctx context.Context) RectangleResponsePtrOutput

func (RectangleResponsePtrOutput) Top

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%).

func (RectangleResponsePtrOutput) Width

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%).

type StandardEncoderPreset

type StandardEncoderPreset struct {
	// The list of codecs to be used when encoding the input video.
	Codecs []interface{} `pulumi:"codecs"`
	// One or more filtering operations that are applied to the input media before encoding.
	Filters *Filters `pulumi:"filters"`
	// The list of outputs to be produced by the encoder.
	Formats []interface{} `pulumi:"formats"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

Describes all the settings to be used when encoding the input video with the Standard Encoder.

type StandardEncoderPresetArgs

type StandardEncoderPresetArgs struct {
	// The list of codecs to be used when encoding the input video.
	Codecs pulumi.ArrayInput `pulumi:"codecs"`
	// One or more filtering operations that are applied to the input media before encoding.
	Filters FiltersPtrInput `pulumi:"filters"`
	// The list of outputs to be produced by the encoder.
	Formats pulumi.ArrayInput `pulumi:"formats"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

Describes all the settings to be used when encoding the input video with the Standard Encoder.

func (StandardEncoderPresetArgs) ElementType

func (StandardEncoderPresetArgs) ElementType() reflect.Type

func (StandardEncoderPresetArgs) ToStandardEncoderPresetOutput

func (i StandardEncoderPresetArgs) ToStandardEncoderPresetOutput() StandardEncoderPresetOutput

func (StandardEncoderPresetArgs) ToStandardEncoderPresetOutputWithContext

func (i StandardEncoderPresetArgs) ToStandardEncoderPresetOutputWithContext(ctx context.Context) StandardEncoderPresetOutput

type StandardEncoderPresetInput

type StandardEncoderPresetInput interface {
	pulumi.Input

	ToStandardEncoderPresetOutput() StandardEncoderPresetOutput
	ToStandardEncoderPresetOutputWithContext(context.Context) StandardEncoderPresetOutput
}

StandardEncoderPresetInput is an input type that accepts StandardEncoderPresetArgs and StandardEncoderPresetOutput values. You can construct a concrete instance of `StandardEncoderPresetInput` via:

StandardEncoderPresetArgs{...}

type StandardEncoderPresetOutput

type StandardEncoderPresetOutput struct{ *pulumi.OutputState }

Describes all the settings to be used when encoding the input video with the Standard Encoder.

func (StandardEncoderPresetOutput) Codecs

The list of codecs to be used when encoding the input video.

func (StandardEncoderPresetOutput) ElementType

func (StandardEncoderPresetOutput) Filters

One or more filtering operations that are applied to the input media before encoding.

func (StandardEncoderPresetOutput) Formats

The list of outputs to be produced by the encoder.

func (StandardEncoderPresetOutput) OdataType

The discriminator for derived types.

func (StandardEncoderPresetOutput) ToStandardEncoderPresetOutput

func (o StandardEncoderPresetOutput) ToStandardEncoderPresetOutput() StandardEncoderPresetOutput

func (StandardEncoderPresetOutput) ToStandardEncoderPresetOutputWithContext

func (o StandardEncoderPresetOutput) ToStandardEncoderPresetOutputWithContext(ctx context.Context) StandardEncoderPresetOutput

type StandardEncoderPresetResponse

type StandardEncoderPresetResponse struct {
	// The list of codecs to be used when encoding the input video.
	Codecs []interface{} `pulumi:"codecs"`
	// One or more filtering operations that are applied to the input media before encoding.
	Filters *FiltersResponse `pulumi:"filters"`
	// The list of outputs to be produced by the encoder.
	Formats []interface{} `pulumi:"formats"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
}

Describes all the settings to be used when encoding the input video with the Standard Encoder.

type StandardEncoderPresetResponseArgs

type StandardEncoderPresetResponseArgs struct {
	// The list of codecs to be used when encoding the input video.
	Codecs pulumi.ArrayInput `pulumi:"codecs"`
	// One or more filtering operations that are applied to the input media before encoding.
	Filters FiltersResponsePtrInput `pulumi:"filters"`
	// The list of outputs to be produced by the encoder.
	Formats pulumi.ArrayInput `pulumi:"formats"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
}

Describes all the settings to be used when encoding the input video with the Standard Encoder.

func (StandardEncoderPresetResponseArgs) ElementType

func (StandardEncoderPresetResponseArgs) ToStandardEncoderPresetResponseOutput

func (i StandardEncoderPresetResponseArgs) ToStandardEncoderPresetResponseOutput() StandardEncoderPresetResponseOutput

func (StandardEncoderPresetResponseArgs) ToStandardEncoderPresetResponseOutputWithContext

func (i StandardEncoderPresetResponseArgs) ToStandardEncoderPresetResponseOutputWithContext(ctx context.Context) StandardEncoderPresetResponseOutput

type StandardEncoderPresetResponseInput

type StandardEncoderPresetResponseInput interface {
	pulumi.Input

	ToStandardEncoderPresetResponseOutput() StandardEncoderPresetResponseOutput
	ToStandardEncoderPresetResponseOutputWithContext(context.Context) StandardEncoderPresetResponseOutput
}

StandardEncoderPresetResponseInput is an input type that accepts StandardEncoderPresetResponseArgs and StandardEncoderPresetResponseOutput values. You can construct a concrete instance of `StandardEncoderPresetResponseInput` via:

StandardEncoderPresetResponseArgs{...}

type StandardEncoderPresetResponseOutput

type StandardEncoderPresetResponseOutput struct{ *pulumi.OutputState }

Describes all the settings to be used when encoding the input video with the Standard Encoder.

func (StandardEncoderPresetResponseOutput) Codecs

The list of codecs to be used when encoding the input video.

func (StandardEncoderPresetResponseOutput) ElementType

func (StandardEncoderPresetResponseOutput) Filters

One or more filtering operations that are applied to the input media before encoding.

func (StandardEncoderPresetResponseOutput) Formats

The list of outputs to be produced by the encoder.

func (StandardEncoderPresetResponseOutput) OdataType

The discriminator for derived types.

func (StandardEncoderPresetResponseOutput) ToStandardEncoderPresetResponseOutput

func (o StandardEncoderPresetResponseOutput) ToStandardEncoderPresetResponseOutput() StandardEncoderPresetResponseOutput

func (StandardEncoderPresetResponseOutput) ToStandardEncoderPresetResponseOutputWithContext

func (o StandardEncoderPresetResponseOutput) ToStandardEncoderPresetResponseOutputWithContext(ctx context.Context) StandardEncoderPresetResponseOutput

type StorageAccount

type StorageAccount struct {
	// The ID of the storage account resource. Media Services relies on tables and queues as well as blobs, so the primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage). Blob only storage accounts can be added as secondary storage accounts.
	Id *string `pulumi:"id"`
	// The type of the storage account.
	Type string `pulumi:"type"`
}

The storage account details.

type StorageAccountArgs

type StorageAccountArgs struct {
	// The ID of the storage account resource. Media Services relies on tables and queues as well as blobs, so the primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage). Blob only storage accounts can be added as secondary storage accounts.
	Id pulumi.StringPtrInput `pulumi:"id"`
	// The type of the storage account.
	Type pulumi.StringInput `pulumi:"type"`
}

The storage account details.

func (StorageAccountArgs) ElementType

func (StorageAccountArgs) ElementType() reflect.Type

func (StorageAccountArgs) ToStorageAccountOutput

func (i StorageAccountArgs) ToStorageAccountOutput() StorageAccountOutput

func (StorageAccountArgs) ToStorageAccountOutputWithContext

func (i StorageAccountArgs) ToStorageAccountOutputWithContext(ctx context.Context) StorageAccountOutput

type StorageAccountArray

type StorageAccountArray []StorageAccountInput

func (StorageAccountArray) ElementType

func (StorageAccountArray) ElementType() reflect.Type

func (StorageAccountArray) ToStorageAccountArrayOutput

func (i StorageAccountArray) ToStorageAccountArrayOutput() StorageAccountArrayOutput

func (StorageAccountArray) ToStorageAccountArrayOutputWithContext

func (i StorageAccountArray) ToStorageAccountArrayOutputWithContext(ctx context.Context) StorageAccountArrayOutput

type StorageAccountArrayInput

type StorageAccountArrayInput interface {
	pulumi.Input

	ToStorageAccountArrayOutput() StorageAccountArrayOutput
	ToStorageAccountArrayOutputWithContext(context.Context) StorageAccountArrayOutput
}

StorageAccountArrayInput is an input type that accepts StorageAccountArray and StorageAccountArrayOutput values. You can construct a concrete instance of `StorageAccountArrayInput` via:

StorageAccountArray{ StorageAccountArgs{...} }

type StorageAccountArrayOutput

type StorageAccountArrayOutput struct{ *pulumi.OutputState }

func (StorageAccountArrayOutput) ElementType

func (StorageAccountArrayOutput) ElementType() reflect.Type

func (StorageAccountArrayOutput) Index

func (StorageAccountArrayOutput) ToStorageAccountArrayOutput

func (o StorageAccountArrayOutput) ToStorageAccountArrayOutput() StorageAccountArrayOutput

func (StorageAccountArrayOutput) ToStorageAccountArrayOutputWithContext

func (o StorageAccountArrayOutput) ToStorageAccountArrayOutputWithContext(ctx context.Context) StorageAccountArrayOutput

type StorageAccountInput

type StorageAccountInput interface {
	pulumi.Input

	ToStorageAccountOutput() StorageAccountOutput
	ToStorageAccountOutputWithContext(context.Context) StorageAccountOutput
}

StorageAccountInput is an input type that accepts StorageAccountArgs and StorageAccountOutput values. You can construct a concrete instance of `StorageAccountInput` via:

StorageAccountArgs{...}

type StorageAccountOutput

type StorageAccountOutput struct{ *pulumi.OutputState }

The storage account details.

func (StorageAccountOutput) ElementType

func (StorageAccountOutput) ElementType() reflect.Type

func (StorageAccountOutput) Id

The ID of the storage account resource. Media Services relies on tables and queues as well as blobs, so the primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage). Blob only storage accounts can be added as secondary storage accounts.

func (StorageAccountOutput) ToStorageAccountOutput

func (o StorageAccountOutput) ToStorageAccountOutput() StorageAccountOutput

func (StorageAccountOutput) ToStorageAccountOutputWithContext

func (o StorageAccountOutput) ToStorageAccountOutputWithContext(ctx context.Context) StorageAccountOutput

func (StorageAccountOutput) Type

The type of the storage account.

type StorageAccountResponse

type StorageAccountResponse struct {
	// The ID of the storage account resource. Media Services relies on tables and queues as well as blobs, so the primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage). Blob only storage accounts can be added as secondary storage accounts.
	Id *string `pulumi:"id"`
	// The type of the storage account.
	Type string `pulumi:"type"`
}

The storage account details.

type StorageAccountResponseArgs

type StorageAccountResponseArgs struct {
	// The ID of the storage account resource. Media Services relies on tables and queues as well as blobs, so the primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage). Blob only storage accounts can be added as secondary storage accounts.
	Id pulumi.StringPtrInput `pulumi:"id"`
	// The type of the storage account.
	Type pulumi.StringInput `pulumi:"type"`
}

The storage account details.

func (StorageAccountResponseArgs) ElementType

func (StorageAccountResponseArgs) ElementType() reflect.Type

func (StorageAccountResponseArgs) ToStorageAccountResponseOutput

func (i StorageAccountResponseArgs) ToStorageAccountResponseOutput() StorageAccountResponseOutput

func (StorageAccountResponseArgs) ToStorageAccountResponseOutputWithContext

func (i StorageAccountResponseArgs) ToStorageAccountResponseOutputWithContext(ctx context.Context) StorageAccountResponseOutput

type StorageAccountResponseArray

type StorageAccountResponseArray []StorageAccountResponseInput

func (StorageAccountResponseArray) ElementType

func (StorageAccountResponseArray) ToStorageAccountResponseArrayOutput

func (i StorageAccountResponseArray) ToStorageAccountResponseArrayOutput() StorageAccountResponseArrayOutput

func (StorageAccountResponseArray) ToStorageAccountResponseArrayOutputWithContext

func (i StorageAccountResponseArray) ToStorageAccountResponseArrayOutputWithContext(ctx context.Context) StorageAccountResponseArrayOutput

type StorageAccountResponseArrayInput

type StorageAccountResponseArrayInput interface {
	pulumi.Input

	ToStorageAccountResponseArrayOutput() StorageAccountResponseArrayOutput
	ToStorageAccountResponseArrayOutputWithContext(context.Context) StorageAccountResponseArrayOutput
}

StorageAccountResponseArrayInput is an input type that accepts StorageAccountResponseArray and StorageAccountResponseArrayOutput values. You can construct a concrete instance of `StorageAccountResponseArrayInput` via:

StorageAccountResponseArray{ StorageAccountResponseArgs{...} }

type StorageAccountResponseArrayOutput

type StorageAccountResponseArrayOutput struct{ *pulumi.OutputState }

func (StorageAccountResponseArrayOutput) ElementType

func (StorageAccountResponseArrayOutput) Index

func (StorageAccountResponseArrayOutput) ToStorageAccountResponseArrayOutput

func (o StorageAccountResponseArrayOutput) ToStorageAccountResponseArrayOutput() StorageAccountResponseArrayOutput

func (StorageAccountResponseArrayOutput) ToStorageAccountResponseArrayOutputWithContext

func (o StorageAccountResponseArrayOutput) ToStorageAccountResponseArrayOutputWithContext(ctx context.Context) StorageAccountResponseArrayOutput

type StorageAccountResponseInput

type StorageAccountResponseInput interface {
	pulumi.Input

	ToStorageAccountResponseOutput() StorageAccountResponseOutput
	ToStorageAccountResponseOutputWithContext(context.Context) StorageAccountResponseOutput
}

StorageAccountResponseInput is an input type that accepts StorageAccountResponseArgs and StorageAccountResponseOutput values. You can construct a concrete instance of `StorageAccountResponseInput` via:

StorageAccountResponseArgs{...}

type StorageAccountResponseOutput

type StorageAccountResponseOutput struct{ *pulumi.OutputState }

The storage account details.

func (StorageAccountResponseOutput) ElementType

func (StorageAccountResponseOutput) Id

The ID of the storage account resource. Media Services relies on tables and queues as well as blobs, so the primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage). Blob only storage accounts can be added as secondary storage accounts.

func (StorageAccountResponseOutput) ToStorageAccountResponseOutput

func (o StorageAccountResponseOutput) ToStorageAccountResponseOutput() StorageAccountResponseOutput

func (StorageAccountResponseOutput) ToStorageAccountResponseOutputWithContext

func (o StorageAccountResponseOutput) ToStorageAccountResponseOutputWithContext(ctx context.Context) StorageAccountResponseOutput

func (StorageAccountResponseOutput) Type

The type of the storage account.

type StreamingEndpoint

type StreamingEndpoint struct {
	pulumi.CustomResourceState

	// The access control definition of the StreamingEndpoint.
	AccessControl StreamingEndpointAccessControlResponsePtrOutput `pulumi:"accessControl"`
	// AvailabilitySet name
	AvailabilitySetName pulumi.StringPtrOutput `pulumi:"availabilitySetName"`
	// The CDN enabled flag.
	CdnEnabled pulumi.BoolPtrOutput `pulumi:"cdnEnabled"`
	// The CDN profile name.
	CdnProfile pulumi.StringPtrOutput `pulumi:"cdnProfile"`
	// The CDN provider name.
	CdnProvider pulumi.StringPtrOutput `pulumi:"cdnProvider"`
	// The exact time the StreamingEndpoint was created.
	Created pulumi.StringOutput `pulumi:"created"`
	// The StreamingEndpoint access policies.
	CrossSiteAccessPolicies CrossSiteAccessPoliciesResponsePtrOutput `pulumi:"crossSiteAccessPolicies"`
	// The custom host names of the StreamingEndpoint
	CustomHostNames pulumi.StringArrayOutput `pulumi:"customHostNames"`
	// The StreamingEndpoint description.
	Description pulumi.StringPtrOutput `pulumi:"description"`
	// The free trial expiration time.
	FreeTrialEndTime pulumi.StringOutput `pulumi:"freeTrialEndTime"`
	// The StreamingEndpoint host name.
	HostName pulumi.StringOutput `pulumi:"hostName"`
	// The exact time the StreamingEndpoint was last modified.
	LastModified pulumi.StringOutput `pulumi:"lastModified"`
	// The Azure Region of the resource.
	Location pulumi.StringPtrOutput `pulumi:"location"`
	// Max cache age
	MaxCacheAge pulumi.IntPtrOutput `pulumi:"maxCacheAge"`
	// The name of the resource.
	Name pulumi.StringOutput `pulumi:"name"`
	// The provisioning state of the StreamingEndpoint.
	ProvisioningState pulumi.StringOutput `pulumi:"provisioningState"`
	// The resource state of the StreamingEndpoint.
	ResourceState pulumi.StringOutput `pulumi:"resourceState"`
	// The number of scale units.
	ScaleUnits pulumi.IntPtrOutput `pulumi:"scaleUnits"`
	// Resource tags.
	Tags pulumi.StringMapOutput `pulumi:"tags"`
	// The type of the resource.
	Type pulumi.StringOutput `pulumi:"type"`
}

The StreamingEndpoint.

func GetStreamingEndpoint

func GetStreamingEndpoint(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *StreamingEndpointState, opts ...pulumi.ResourceOption) (*StreamingEndpoint, error)

GetStreamingEndpoint gets an existing StreamingEndpoint resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewStreamingEndpoint

func NewStreamingEndpoint(ctx *pulumi.Context,
	name string, args *StreamingEndpointArgs, opts ...pulumi.ResourceOption) (*StreamingEndpoint, error)

NewStreamingEndpoint registers a new resource with the given unique name, arguments, and options.

type StreamingEndpointAccessControl

type StreamingEndpointAccessControl struct {
	// The access control of Akamai
	Akamai *AkamaiAccessControl `pulumi:"akamai"`
	// The IP access control of the StreamingEndpoint.
	Ip *IPAccessControl `pulumi:"ip"`
}

StreamingEndpoint access control definition.

type StreamingEndpointAccessControlArgs

type StreamingEndpointAccessControlArgs struct {
	// The access control of Akamai
	Akamai AkamaiAccessControlPtrInput `pulumi:"akamai"`
	// The IP access control of the StreamingEndpoint.
	Ip IPAccessControlPtrInput `pulumi:"ip"`
}

StreamingEndpoint access control definition.

func (StreamingEndpointAccessControlArgs) ElementType

func (StreamingEndpointAccessControlArgs) ToStreamingEndpointAccessControlOutput

func (i StreamingEndpointAccessControlArgs) ToStreamingEndpointAccessControlOutput() StreamingEndpointAccessControlOutput

func (StreamingEndpointAccessControlArgs) ToStreamingEndpointAccessControlOutputWithContext

func (i StreamingEndpointAccessControlArgs) ToStreamingEndpointAccessControlOutputWithContext(ctx context.Context) StreamingEndpointAccessControlOutput

func (StreamingEndpointAccessControlArgs) ToStreamingEndpointAccessControlPtrOutput

func (i StreamingEndpointAccessControlArgs) ToStreamingEndpointAccessControlPtrOutput() StreamingEndpointAccessControlPtrOutput

func (StreamingEndpointAccessControlArgs) ToStreamingEndpointAccessControlPtrOutputWithContext

func (i StreamingEndpointAccessControlArgs) ToStreamingEndpointAccessControlPtrOutputWithContext(ctx context.Context) StreamingEndpointAccessControlPtrOutput

type StreamingEndpointAccessControlInput

type StreamingEndpointAccessControlInput interface {
	pulumi.Input

	ToStreamingEndpointAccessControlOutput() StreamingEndpointAccessControlOutput
	ToStreamingEndpointAccessControlOutputWithContext(context.Context) StreamingEndpointAccessControlOutput
}

StreamingEndpointAccessControlInput is an input type that accepts StreamingEndpointAccessControlArgs and StreamingEndpointAccessControlOutput values. You can construct a concrete instance of `StreamingEndpointAccessControlInput` via:

StreamingEndpointAccessControlArgs{...}

type StreamingEndpointAccessControlOutput

type StreamingEndpointAccessControlOutput struct{ *pulumi.OutputState }

StreamingEndpoint access control definition.

func (StreamingEndpointAccessControlOutput) Akamai

The access control of Akamai

func (StreamingEndpointAccessControlOutput) ElementType

func (StreamingEndpointAccessControlOutput) Ip

The IP access control of the StreamingEndpoint.

func (StreamingEndpointAccessControlOutput) ToStreamingEndpointAccessControlOutput

func (o StreamingEndpointAccessControlOutput) ToStreamingEndpointAccessControlOutput() StreamingEndpointAccessControlOutput

func (StreamingEndpointAccessControlOutput) ToStreamingEndpointAccessControlOutputWithContext

func (o StreamingEndpointAccessControlOutput) ToStreamingEndpointAccessControlOutputWithContext(ctx context.Context) StreamingEndpointAccessControlOutput

func (StreamingEndpointAccessControlOutput) ToStreamingEndpointAccessControlPtrOutput

func (o StreamingEndpointAccessControlOutput) ToStreamingEndpointAccessControlPtrOutput() StreamingEndpointAccessControlPtrOutput

func (StreamingEndpointAccessControlOutput) ToStreamingEndpointAccessControlPtrOutputWithContext

func (o StreamingEndpointAccessControlOutput) ToStreamingEndpointAccessControlPtrOutputWithContext(ctx context.Context) StreamingEndpointAccessControlPtrOutput

type StreamingEndpointAccessControlPtrInput

type StreamingEndpointAccessControlPtrInput interface {
	pulumi.Input

	ToStreamingEndpointAccessControlPtrOutput() StreamingEndpointAccessControlPtrOutput
	ToStreamingEndpointAccessControlPtrOutputWithContext(context.Context) StreamingEndpointAccessControlPtrOutput
}

StreamingEndpointAccessControlPtrInput is an input type that accepts StreamingEndpointAccessControlArgs, StreamingEndpointAccessControlPtr and StreamingEndpointAccessControlPtrOutput values. You can construct a concrete instance of `StreamingEndpointAccessControlPtrInput` via:

        StreamingEndpointAccessControlArgs{...}

or:

        nil

type StreamingEndpointAccessControlPtrOutput

type StreamingEndpointAccessControlPtrOutput struct{ *pulumi.OutputState }

func (StreamingEndpointAccessControlPtrOutput) Akamai

The access control of Akamai

func (StreamingEndpointAccessControlPtrOutput) Elem

func (StreamingEndpointAccessControlPtrOutput) ElementType

func (StreamingEndpointAccessControlPtrOutput) Ip

The IP access control of the StreamingEndpoint.

func (StreamingEndpointAccessControlPtrOutput) ToStreamingEndpointAccessControlPtrOutput

func (o StreamingEndpointAccessControlPtrOutput) ToStreamingEndpointAccessControlPtrOutput() StreamingEndpointAccessControlPtrOutput

func (StreamingEndpointAccessControlPtrOutput) ToStreamingEndpointAccessControlPtrOutputWithContext

func (o StreamingEndpointAccessControlPtrOutput) ToStreamingEndpointAccessControlPtrOutputWithContext(ctx context.Context) StreamingEndpointAccessControlPtrOutput

type StreamingEndpointAccessControlResponse

type StreamingEndpointAccessControlResponse struct {
	// The access control of Akamai
	Akamai *AkamaiAccessControlResponse `pulumi:"akamai"`
	// The IP access control of the StreamingEndpoint.
	Ip *IPAccessControlResponse `pulumi:"ip"`
}

StreamingEndpoint access control definition.

type StreamingEndpointAccessControlResponseArgs

type StreamingEndpointAccessControlResponseArgs struct {
	// The access control of Akamai
	Akamai AkamaiAccessControlResponsePtrInput `pulumi:"akamai"`
	// The IP access control of the StreamingEndpoint.
	Ip IPAccessControlResponsePtrInput `pulumi:"ip"`
}

StreamingEndpoint access control definition.

func (StreamingEndpointAccessControlResponseArgs) ElementType

func (StreamingEndpointAccessControlResponseArgs) ToStreamingEndpointAccessControlResponseOutput

func (i StreamingEndpointAccessControlResponseArgs) ToStreamingEndpointAccessControlResponseOutput() StreamingEndpointAccessControlResponseOutput

func (StreamingEndpointAccessControlResponseArgs) ToStreamingEndpointAccessControlResponseOutputWithContext

func (i StreamingEndpointAccessControlResponseArgs) ToStreamingEndpointAccessControlResponseOutputWithContext(ctx context.Context) StreamingEndpointAccessControlResponseOutput

func (StreamingEndpointAccessControlResponseArgs) ToStreamingEndpointAccessControlResponsePtrOutput

func (i StreamingEndpointAccessControlResponseArgs) ToStreamingEndpointAccessControlResponsePtrOutput() StreamingEndpointAccessControlResponsePtrOutput

func (StreamingEndpointAccessControlResponseArgs) ToStreamingEndpointAccessControlResponsePtrOutputWithContext

func (i StreamingEndpointAccessControlResponseArgs) ToStreamingEndpointAccessControlResponsePtrOutputWithContext(ctx context.Context) StreamingEndpointAccessControlResponsePtrOutput

type StreamingEndpointAccessControlResponseInput

type StreamingEndpointAccessControlResponseInput interface {
	pulumi.Input

	ToStreamingEndpointAccessControlResponseOutput() StreamingEndpointAccessControlResponseOutput
	ToStreamingEndpointAccessControlResponseOutputWithContext(context.Context) StreamingEndpointAccessControlResponseOutput
}

StreamingEndpointAccessControlResponseInput is an input type that accepts StreamingEndpointAccessControlResponseArgs and StreamingEndpointAccessControlResponseOutput values. You can construct a concrete instance of `StreamingEndpointAccessControlResponseInput` via:

StreamingEndpointAccessControlResponseArgs{...}

type StreamingEndpointAccessControlResponseOutput

type StreamingEndpointAccessControlResponseOutput struct{ *pulumi.OutputState }

StreamingEndpoint access control definition.

func (StreamingEndpointAccessControlResponseOutput) Akamai

The access control of Akamai

func (StreamingEndpointAccessControlResponseOutput) ElementType

func (StreamingEndpointAccessControlResponseOutput) Ip

The IP access control of the StreamingEndpoint.

func (StreamingEndpointAccessControlResponseOutput) ToStreamingEndpointAccessControlResponseOutput

func (o StreamingEndpointAccessControlResponseOutput) ToStreamingEndpointAccessControlResponseOutput() StreamingEndpointAccessControlResponseOutput

func (StreamingEndpointAccessControlResponseOutput) ToStreamingEndpointAccessControlResponseOutputWithContext

func (o StreamingEndpointAccessControlResponseOutput) ToStreamingEndpointAccessControlResponseOutputWithContext(ctx context.Context) StreamingEndpointAccessControlResponseOutput

func (StreamingEndpointAccessControlResponseOutput) ToStreamingEndpointAccessControlResponsePtrOutput

func (o StreamingEndpointAccessControlResponseOutput) ToStreamingEndpointAccessControlResponsePtrOutput() StreamingEndpointAccessControlResponsePtrOutput

func (StreamingEndpointAccessControlResponseOutput) ToStreamingEndpointAccessControlResponsePtrOutputWithContext

func (o StreamingEndpointAccessControlResponseOutput) ToStreamingEndpointAccessControlResponsePtrOutputWithContext(ctx context.Context) StreamingEndpointAccessControlResponsePtrOutput

type StreamingEndpointAccessControlResponsePtrInput

type StreamingEndpointAccessControlResponsePtrInput interface {
	pulumi.Input

	ToStreamingEndpointAccessControlResponsePtrOutput() StreamingEndpointAccessControlResponsePtrOutput
	ToStreamingEndpointAccessControlResponsePtrOutputWithContext(context.Context) StreamingEndpointAccessControlResponsePtrOutput
}

StreamingEndpointAccessControlResponsePtrInput is an input type that accepts StreamingEndpointAccessControlResponseArgs, StreamingEndpointAccessControlResponsePtr and StreamingEndpointAccessControlResponsePtrOutput values. You can construct a concrete instance of `StreamingEndpointAccessControlResponsePtrInput` via:

        StreamingEndpointAccessControlResponseArgs{...}

or:

        nil

type StreamingEndpointAccessControlResponsePtrOutput

type StreamingEndpointAccessControlResponsePtrOutput struct{ *pulumi.OutputState }

func (StreamingEndpointAccessControlResponsePtrOutput) Akamai

The access control of Akamai

func (StreamingEndpointAccessControlResponsePtrOutput) Elem

func (StreamingEndpointAccessControlResponsePtrOutput) ElementType

func (StreamingEndpointAccessControlResponsePtrOutput) Ip

The IP access control of the StreamingEndpoint.

func (StreamingEndpointAccessControlResponsePtrOutput) ToStreamingEndpointAccessControlResponsePtrOutput

func (o StreamingEndpointAccessControlResponsePtrOutput) ToStreamingEndpointAccessControlResponsePtrOutput() StreamingEndpointAccessControlResponsePtrOutput

func (StreamingEndpointAccessControlResponsePtrOutput) ToStreamingEndpointAccessControlResponsePtrOutputWithContext

func (o StreamingEndpointAccessControlResponsePtrOutput) ToStreamingEndpointAccessControlResponsePtrOutputWithContext(ctx context.Context) StreamingEndpointAccessControlResponsePtrOutput

type StreamingEndpointArgs

type StreamingEndpointArgs struct {
	// The access control definition of the StreamingEndpoint.
	AccessControl StreamingEndpointAccessControlPtrInput
	// The Media Services account name.
	AccountName pulumi.StringInput
	// The flag indicates if auto start the Live Event.
	AutoStart pulumi.BoolPtrInput
	// AvailabilitySet name
	AvailabilitySetName pulumi.StringPtrInput
	// The CDN enabled flag.
	CdnEnabled pulumi.BoolPtrInput
	// The CDN profile name.
	CdnProfile pulumi.StringPtrInput
	// The CDN provider name.
	CdnProvider pulumi.StringPtrInput
	// The StreamingEndpoint access policies.
	CrossSiteAccessPolicies CrossSiteAccessPoliciesPtrInput
	// The custom host names of the StreamingEndpoint
	CustomHostNames pulumi.StringArrayInput
	// The StreamingEndpoint description.
	Description pulumi.StringPtrInput
	// The Azure Region of the resource.
	Location pulumi.StringPtrInput
	// Max cache age
	MaxCacheAge pulumi.IntPtrInput
	// The name of the resource group within the Azure subscription.
	ResourceGroupName pulumi.StringInput
	// The number of scale units.
	ScaleUnits pulumi.IntPtrInput
	// The name of the StreamingEndpoint.
	StreamingEndpointName pulumi.StringInput
	// Resource tags.
	Tags pulumi.StringMapInput
}

The set of arguments for constructing a StreamingEndpoint resource.

func (StreamingEndpointArgs) ElementType

func (StreamingEndpointArgs) ElementType() reflect.Type

type StreamingEndpointState

type StreamingEndpointState struct {
	// The access control definition of the StreamingEndpoint.
	AccessControl StreamingEndpointAccessControlResponsePtrInput
	// AvailabilitySet name
	AvailabilitySetName pulumi.StringPtrInput
	// The CDN enabled flag.
	CdnEnabled pulumi.BoolPtrInput
	// The CDN profile name.
	CdnProfile pulumi.StringPtrInput
	// The CDN provider name.
	CdnProvider pulumi.StringPtrInput
	// The exact time the StreamingEndpoint was created.
	Created pulumi.StringPtrInput
	// The StreamingEndpoint access policies.
	CrossSiteAccessPolicies CrossSiteAccessPoliciesResponsePtrInput
	// The custom host names of the StreamingEndpoint
	CustomHostNames pulumi.StringArrayInput
	// The StreamingEndpoint description.
	Description pulumi.StringPtrInput
	// The free trial expiration time.
	FreeTrialEndTime pulumi.StringPtrInput
	// The StreamingEndpoint host name.
	HostName pulumi.StringPtrInput
	// The exact time the StreamingEndpoint was last modified.
	LastModified pulumi.StringPtrInput
	// The Azure Region of the resource.
	Location pulumi.StringPtrInput
	// Max cache age
	MaxCacheAge pulumi.IntPtrInput
	// The name of the resource.
	Name pulumi.StringPtrInput
	// The provisioning state of the StreamingEndpoint.
	ProvisioningState pulumi.StringPtrInput
	// The resource state of the StreamingEndpoint.
	ResourceState pulumi.StringPtrInput
	// The number of scale units.
	ScaleUnits pulumi.IntPtrInput
	// Resource tags.
	Tags pulumi.StringMapInput
	// The type of the resource.
	Type pulumi.StringPtrInput
}

func (StreamingEndpointState) ElementType

func (StreamingEndpointState) ElementType() reflect.Type

type StreamingLocator

type StreamingLocator struct {
	pulumi.CustomResourceState

	// An Alternative Media Identifier associated with the StreamingLocator.  This identifier can be used to distinguish different StreamingLocators for the same Asset for authorization purposes in the CustomLicenseAcquisitionUrlTemplate or the CustomKeyAcquisitionUrlTemplate of the StreamingPolicy specified in the StreamingPolicyName field.
	AlternativeMediaId pulumi.StringPtrOutput `pulumi:"alternativeMediaId"`
	// Asset Name
	AssetName pulumi.StringOutput `pulumi:"assetName"`
	// ContentKeys used by this Streaming Locator
	ContentKeys StreamingLocatorContentKeyResponseArrayOutput `pulumi:"contentKeys"`
	// Creation time of Streaming Locator
	Created pulumi.StringOutput `pulumi:"created"`
	// Default ContentKeyPolicy used by this Streaming Locator
	DefaultContentKeyPolicyName pulumi.StringPtrOutput `pulumi:"defaultContentKeyPolicyName"`
	// EndTime of Streaming Locator
	EndTime pulumi.StringPtrOutput `pulumi:"endTime"`
	// The name of the resource.
	Name pulumi.StringOutput `pulumi:"name"`
	// StartTime of Streaming Locator
	StartTime pulumi.StringPtrOutput `pulumi:"startTime"`
	// StreamingLocatorId of Streaming Locator
	StreamingLocatorId pulumi.StringPtrOutput `pulumi:"streamingLocatorId"`
	// Streaming policy name used by this streaming locator. Either specify the name of streaming policy you created or use one of the predefined streaming polices. The predefined streaming policies available are: 'Predefined_DownloadOnly', 'Predefined_ClearStreamingOnly', 'Predefined_DownloadAndClearStreaming', 'Predefined_ClearKey', 'Predefined_SecureStreaming' and 'Predefined_SecureStreamingWithFairPlay'
	StreamingPolicyName pulumi.StringOutput `pulumi:"streamingPolicyName"`
	// The type of the resource.
	Type pulumi.StringOutput `pulumi:"type"`
}

A Streaming Locator resource

func GetStreamingLocator

func GetStreamingLocator(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *StreamingLocatorState, opts ...pulumi.ResourceOption) (*StreamingLocator, error)

GetStreamingLocator gets an existing StreamingLocator resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewStreamingLocator

func NewStreamingLocator(ctx *pulumi.Context,
	name string, args *StreamingLocatorArgs, opts ...pulumi.ResourceOption) (*StreamingLocator, error)

NewStreamingLocator registers a new resource with the given unique name, arguments, and options.

type StreamingLocatorArgs

type StreamingLocatorArgs struct {
	// The Media Services account name.
	AccountName pulumi.StringInput
	// An Alternative Media Identifier associated with the StreamingLocator.  This identifier can be used to distinguish different StreamingLocators for the same Asset for authorization purposes in the CustomLicenseAcquisitionUrlTemplate or the CustomKeyAcquisitionUrlTemplate of the StreamingPolicy specified in the StreamingPolicyName field.
	AlternativeMediaId pulumi.StringPtrInput
	// Asset Name
	AssetName pulumi.StringInput
	// ContentKeys used by this Streaming Locator
	ContentKeys StreamingLocatorContentKeyArrayInput
	// Default ContentKeyPolicy used by this Streaming Locator
	DefaultContentKeyPolicyName pulumi.StringPtrInput
	// EndTime of Streaming Locator
	EndTime pulumi.StringPtrInput
	// The name of the resource group within the Azure subscription.
	ResourceGroupName pulumi.StringInput
	// StartTime of Streaming Locator
	StartTime pulumi.StringPtrInput
	// StreamingLocatorId of Streaming Locator
	StreamingLocatorId pulumi.StringPtrInput
	// The Streaming Locator name.
	StreamingLocatorName pulumi.StringInput
	// Streaming policy name used by this streaming locator. Either specify the name of streaming policy you created or use one of the predefined streaming polices. The predefined streaming policies available are: 'Predefined_DownloadOnly', 'Predefined_ClearStreamingOnly', 'Predefined_DownloadAndClearStreaming', 'Predefined_ClearKey', 'Predefined_SecureStreaming' and 'Predefined_SecureStreamingWithFairPlay'
	StreamingPolicyName pulumi.StringInput
}

The set of arguments for constructing a StreamingLocator resource.

func (StreamingLocatorArgs) ElementType

func (StreamingLocatorArgs) ElementType() reflect.Type

type StreamingLocatorContentKey

type StreamingLocatorContentKey struct {
	// ID of Content Key
	Id string `pulumi:"id"`
	// Label of Content Key
	Label *string `pulumi:"label"`
	// Tracks which use this Content Key
	Tracks []TrackSelection `pulumi:"tracks"`
	// Value of Content Key
	Value *string `pulumi:"value"`
}

Class for content key in Streaming Locator

type StreamingLocatorContentKeyArgs

type StreamingLocatorContentKeyArgs struct {
	// ID of Content Key
	Id pulumi.StringInput `pulumi:"id"`
	// Label of Content Key
	Label pulumi.StringPtrInput `pulumi:"label"`
	// Tracks which use this Content Key
	Tracks TrackSelectionArrayInput `pulumi:"tracks"`
	// Value of Content Key
	Value pulumi.StringPtrInput `pulumi:"value"`
}

Class for content key in Streaming Locator

func (StreamingLocatorContentKeyArgs) ElementType

func (StreamingLocatorContentKeyArgs) ToStreamingLocatorContentKeyOutput

func (i StreamingLocatorContentKeyArgs) ToStreamingLocatorContentKeyOutput() StreamingLocatorContentKeyOutput

func (StreamingLocatorContentKeyArgs) ToStreamingLocatorContentKeyOutputWithContext

func (i StreamingLocatorContentKeyArgs) ToStreamingLocatorContentKeyOutputWithContext(ctx context.Context) StreamingLocatorContentKeyOutput

type StreamingLocatorContentKeyArray

type StreamingLocatorContentKeyArray []StreamingLocatorContentKeyInput

func (StreamingLocatorContentKeyArray) ElementType

func (StreamingLocatorContentKeyArray) ToStreamingLocatorContentKeyArrayOutput

func (i StreamingLocatorContentKeyArray) ToStreamingLocatorContentKeyArrayOutput() StreamingLocatorContentKeyArrayOutput

func (StreamingLocatorContentKeyArray) ToStreamingLocatorContentKeyArrayOutputWithContext

func (i StreamingLocatorContentKeyArray) ToStreamingLocatorContentKeyArrayOutputWithContext(ctx context.Context) StreamingLocatorContentKeyArrayOutput

type StreamingLocatorContentKeyArrayInput

type StreamingLocatorContentKeyArrayInput interface {
	pulumi.Input

	ToStreamingLocatorContentKeyArrayOutput() StreamingLocatorContentKeyArrayOutput
	ToStreamingLocatorContentKeyArrayOutputWithContext(context.Context) StreamingLocatorContentKeyArrayOutput
}

StreamingLocatorContentKeyArrayInput is an input type that accepts StreamingLocatorContentKeyArray and StreamingLocatorContentKeyArrayOutput values. You can construct a concrete instance of `StreamingLocatorContentKeyArrayInput` via:

StreamingLocatorContentKeyArray{ StreamingLocatorContentKeyArgs{...} }

type StreamingLocatorContentKeyArrayOutput

type StreamingLocatorContentKeyArrayOutput struct{ *pulumi.OutputState }

func (StreamingLocatorContentKeyArrayOutput) ElementType

func (StreamingLocatorContentKeyArrayOutput) Index

func (StreamingLocatorContentKeyArrayOutput) ToStreamingLocatorContentKeyArrayOutput

func (o StreamingLocatorContentKeyArrayOutput) ToStreamingLocatorContentKeyArrayOutput() StreamingLocatorContentKeyArrayOutput

func (StreamingLocatorContentKeyArrayOutput) ToStreamingLocatorContentKeyArrayOutputWithContext

func (o StreamingLocatorContentKeyArrayOutput) ToStreamingLocatorContentKeyArrayOutputWithContext(ctx context.Context) StreamingLocatorContentKeyArrayOutput

type StreamingLocatorContentKeyInput

type StreamingLocatorContentKeyInput interface {
	pulumi.Input

	ToStreamingLocatorContentKeyOutput() StreamingLocatorContentKeyOutput
	ToStreamingLocatorContentKeyOutputWithContext(context.Context) StreamingLocatorContentKeyOutput
}

StreamingLocatorContentKeyInput is an input type that accepts StreamingLocatorContentKeyArgs and StreamingLocatorContentKeyOutput values. You can construct a concrete instance of `StreamingLocatorContentKeyInput` via:

StreamingLocatorContentKeyArgs{...}

type StreamingLocatorContentKeyOutput

type StreamingLocatorContentKeyOutput struct{ *pulumi.OutputState }

Class for content key in Streaming Locator

func (StreamingLocatorContentKeyOutput) ElementType

func (StreamingLocatorContentKeyOutput) Id

ID of Content Key

func (StreamingLocatorContentKeyOutput) Label

Label of Content Key

func (StreamingLocatorContentKeyOutput) ToStreamingLocatorContentKeyOutput

func (o StreamingLocatorContentKeyOutput) ToStreamingLocatorContentKeyOutput() StreamingLocatorContentKeyOutput

func (StreamingLocatorContentKeyOutput) ToStreamingLocatorContentKeyOutputWithContext

func (o StreamingLocatorContentKeyOutput) ToStreamingLocatorContentKeyOutputWithContext(ctx context.Context) StreamingLocatorContentKeyOutput

func (StreamingLocatorContentKeyOutput) Tracks

Tracks which use this Content Key

func (StreamingLocatorContentKeyOutput) Value

Value of Content Key

type StreamingLocatorContentKeyResponse

type StreamingLocatorContentKeyResponse struct {
	// ID of Content Key
	Id string `pulumi:"id"`
	// Label of Content Key
	Label *string `pulumi:"label"`
	// ContentKeyPolicy used by Content Key
	PolicyName string `pulumi:"policyName"`
	// Tracks which use this Content Key
	Tracks []TrackSelectionResponse `pulumi:"tracks"`
	// Encryption type of Content Key
	Type string `pulumi:"type"`
	// Value of Content Key
	Value *string `pulumi:"value"`
}

Class for content key in Streaming Locator

type StreamingLocatorContentKeyResponseArgs

type StreamingLocatorContentKeyResponseArgs struct {
	// ID of Content Key
	Id pulumi.StringInput `pulumi:"id"`
	// Label of Content Key
	Label pulumi.StringPtrInput `pulumi:"label"`
	// ContentKeyPolicy used by Content Key
	PolicyName pulumi.StringInput `pulumi:"policyName"`
	// Tracks which use this Content Key
	Tracks TrackSelectionResponseArrayInput `pulumi:"tracks"`
	// Encryption type of Content Key
	Type pulumi.StringInput `pulumi:"type"`
	// Value of Content Key
	Value pulumi.StringPtrInput `pulumi:"value"`
}

Class for content key in Streaming Locator

func (StreamingLocatorContentKeyResponseArgs) ElementType

func (StreamingLocatorContentKeyResponseArgs) ToStreamingLocatorContentKeyResponseOutput

func (i StreamingLocatorContentKeyResponseArgs) ToStreamingLocatorContentKeyResponseOutput() StreamingLocatorContentKeyResponseOutput

func (StreamingLocatorContentKeyResponseArgs) ToStreamingLocatorContentKeyResponseOutputWithContext

func (i StreamingLocatorContentKeyResponseArgs) ToStreamingLocatorContentKeyResponseOutputWithContext(ctx context.Context) StreamingLocatorContentKeyResponseOutput

type StreamingLocatorContentKeyResponseArray

type StreamingLocatorContentKeyResponseArray []StreamingLocatorContentKeyResponseInput

func (StreamingLocatorContentKeyResponseArray) ElementType

func (StreamingLocatorContentKeyResponseArray) ToStreamingLocatorContentKeyResponseArrayOutput

func (i StreamingLocatorContentKeyResponseArray) ToStreamingLocatorContentKeyResponseArrayOutput() StreamingLocatorContentKeyResponseArrayOutput

func (StreamingLocatorContentKeyResponseArray) ToStreamingLocatorContentKeyResponseArrayOutputWithContext

func (i StreamingLocatorContentKeyResponseArray) ToStreamingLocatorContentKeyResponseArrayOutputWithContext(ctx context.Context) StreamingLocatorContentKeyResponseArrayOutput

type StreamingLocatorContentKeyResponseArrayInput

type StreamingLocatorContentKeyResponseArrayInput interface {
	pulumi.Input

	ToStreamingLocatorContentKeyResponseArrayOutput() StreamingLocatorContentKeyResponseArrayOutput
	ToStreamingLocatorContentKeyResponseArrayOutputWithContext(context.Context) StreamingLocatorContentKeyResponseArrayOutput
}

StreamingLocatorContentKeyResponseArrayInput is an input type that accepts StreamingLocatorContentKeyResponseArray and StreamingLocatorContentKeyResponseArrayOutput values. You can construct a concrete instance of `StreamingLocatorContentKeyResponseArrayInput` via:

StreamingLocatorContentKeyResponseArray{ StreamingLocatorContentKeyResponseArgs{...} }

type StreamingLocatorContentKeyResponseArrayOutput

type StreamingLocatorContentKeyResponseArrayOutput struct{ *pulumi.OutputState }

func (StreamingLocatorContentKeyResponseArrayOutput) ElementType

func (StreamingLocatorContentKeyResponseArrayOutput) Index

func (StreamingLocatorContentKeyResponseArrayOutput) ToStreamingLocatorContentKeyResponseArrayOutput

func (o StreamingLocatorContentKeyResponseArrayOutput) ToStreamingLocatorContentKeyResponseArrayOutput() StreamingLocatorContentKeyResponseArrayOutput

func (StreamingLocatorContentKeyResponseArrayOutput) ToStreamingLocatorContentKeyResponseArrayOutputWithContext

func (o StreamingLocatorContentKeyResponseArrayOutput) ToStreamingLocatorContentKeyResponseArrayOutputWithContext(ctx context.Context) StreamingLocatorContentKeyResponseArrayOutput

type StreamingLocatorContentKeyResponseInput

type StreamingLocatorContentKeyResponseInput interface {
	pulumi.Input

	ToStreamingLocatorContentKeyResponseOutput() StreamingLocatorContentKeyResponseOutput
	ToStreamingLocatorContentKeyResponseOutputWithContext(context.Context) StreamingLocatorContentKeyResponseOutput
}

StreamingLocatorContentKeyResponseInput is an input type that accepts StreamingLocatorContentKeyResponseArgs and StreamingLocatorContentKeyResponseOutput values. You can construct a concrete instance of `StreamingLocatorContentKeyResponseInput` via:

StreamingLocatorContentKeyResponseArgs{...}

type StreamingLocatorContentKeyResponseOutput

type StreamingLocatorContentKeyResponseOutput struct{ *pulumi.OutputState }

Class for content key in Streaming Locator

func (StreamingLocatorContentKeyResponseOutput) ElementType

func (StreamingLocatorContentKeyResponseOutput) Id

ID of Content Key

func (StreamingLocatorContentKeyResponseOutput) Label

Label of Content Key

func (StreamingLocatorContentKeyResponseOutput) PolicyName

ContentKeyPolicy used by Content Key

func (StreamingLocatorContentKeyResponseOutput) ToStreamingLocatorContentKeyResponseOutput

func (o StreamingLocatorContentKeyResponseOutput) ToStreamingLocatorContentKeyResponseOutput() StreamingLocatorContentKeyResponseOutput

func (StreamingLocatorContentKeyResponseOutput) ToStreamingLocatorContentKeyResponseOutputWithContext

func (o StreamingLocatorContentKeyResponseOutput) ToStreamingLocatorContentKeyResponseOutputWithContext(ctx context.Context) StreamingLocatorContentKeyResponseOutput

func (StreamingLocatorContentKeyResponseOutput) Tracks

Tracks which use this Content Key

func (StreamingLocatorContentKeyResponseOutput) Type

Encryption type of Content Key

func (StreamingLocatorContentKeyResponseOutput) Value

Value of Content Key

type StreamingLocatorState

type StreamingLocatorState struct {
	// An Alternative Media Identifier associated with the StreamingLocator.  This identifier can be used to distinguish different StreamingLocators for the same Asset for authorization purposes in the CustomLicenseAcquisitionUrlTemplate or the CustomKeyAcquisitionUrlTemplate of the StreamingPolicy specified in the StreamingPolicyName field.
	AlternativeMediaId pulumi.StringPtrInput
	// Asset Name
	AssetName pulumi.StringPtrInput
	// ContentKeys used by this Streaming Locator
	ContentKeys StreamingLocatorContentKeyResponseArrayInput
	// Creation time of Streaming Locator
	Created pulumi.StringPtrInput
	// Default ContentKeyPolicy used by this Streaming Locator
	DefaultContentKeyPolicyName pulumi.StringPtrInput
	// EndTime of Streaming Locator
	EndTime pulumi.StringPtrInput
	// The name of the resource.
	Name pulumi.StringPtrInput
	// StartTime of Streaming Locator
	StartTime pulumi.StringPtrInput
	// StreamingLocatorId of Streaming Locator
	StreamingLocatorId pulumi.StringPtrInput
	// Streaming policy name used by this streaming locator. Either specify the name of streaming policy you created or use one of the predefined streaming polices. The predefined streaming policies available are: 'Predefined_DownloadOnly', 'Predefined_ClearStreamingOnly', 'Predefined_DownloadAndClearStreaming', 'Predefined_ClearKey', 'Predefined_SecureStreaming' and 'Predefined_SecureStreamingWithFairPlay'
	StreamingPolicyName pulumi.StringPtrInput
	// The type of the resource.
	Type pulumi.StringPtrInput
}

func (StreamingLocatorState) ElementType

func (StreamingLocatorState) ElementType() reflect.Type

type StreamingPathResponse

type StreamingPathResponse struct {
	// Encryption scheme
	EncryptionScheme string `pulumi:"encryptionScheme"`
	// Streaming paths for each protocol and encryptionScheme pair
	Paths []string `pulumi:"paths"`
	// Streaming protocol
	StreamingProtocol string `pulumi:"streamingProtocol"`
}

Class of paths for streaming

type StreamingPathResponseArgs

type StreamingPathResponseArgs struct {
	// Encryption scheme
	EncryptionScheme pulumi.StringInput `pulumi:"encryptionScheme"`
	// Streaming paths for each protocol and encryptionScheme pair
	Paths pulumi.StringArrayInput `pulumi:"paths"`
	// Streaming protocol
	StreamingProtocol pulumi.StringInput `pulumi:"streamingProtocol"`
}

Class of paths for streaming

func (StreamingPathResponseArgs) ElementType

func (StreamingPathResponseArgs) ElementType() reflect.Type

func (StreamingPathResponseArgs) ToStreamingPathResponseOutput

func (i StreamingPathResponseArgs) ToStreamingPathResponseOutput() StreamingPathResponseOutput

func (StreamingPathResponseArgs) ToStreamingPathResponseOutputWithContext

func (i StreamingPathResponseArgs) ToStreamingPathResponseOutputWithContext(ctx context.Context) StreamingPathResponseOutput

type StreamingPathResponseArray

type StreamingPathResponseArray []StreamingPathResponseInput

func (StreamingPathResponseArray) ElementType

func (StreamingPathResponseArray) ElementType() reflect.Type

func (StreamingPathResponseArray) ToStreamingPathResponseArrayOutput

func (i StreamingPathResponseArray) ToStreamingPathResponseArrayOutput() StreamingPathResponseArrayOutput

func (StreamingPathResponseArray) ToStreamingPathResponseArrayOutputWithContext

func (i StreamingPathResponseArray) ToStreamingPathResponseArrayOutputWithContext(ctx context.Context) StreamingPathResponseArrayOutput

type StreamingPathResponseArrayInput

type StreamingPathResponseArrayInput interface {
	pulumi.Input

	ToStreamingPathResponseArrayOutput() StreamingPathResponseArrayOutput
	ToStreamingPathResponseArrayOutputWithContext(context.Context) StreamingPathResponseArrayOutput
}

StreamingPathResponseArrayInput is an input type that accepts StreamingPathResponseArray and StreamingPathResponseArrayOutput values. You can construct a concrete instance of `StreamingPathResponseArrayInput` via:

StreamingPathResponseArray{ StreamingPathResponseArgs{...} }

type StreamingPathResponseArrayOutput

type StreamingPathResponseArrayOutput struct{ *pulumi.OutputState }

func (StreamingPathResponseArrayOutput) ElementType

func (StreamingPathResponseArrayOutput) Index

func (StreamingPathResponseArrayOutput) ToStreamingPathResponseArrayOutput

func (o StreamingPathResponseArrayOutput) ToStreamingPathResponseArrayOutput() StreamingPathResponseArrayOutput

func (StreamingPathResponseArrayOutput) ToStreamingPathResponseArrayOutputWithContext

func (o StreamingPathResponseArrayOutput) ToStreamingPathResponseArrayOutputWithContext(ctx context.Context) StreamingPathResponseArrayOutput

type StreamingPathResponseInput

type StreamingPathResponseInput interface {
	pulumi.Input

	ToStreamingPathResponseOutput() StreamingPathResponseOutput
	ToStreamingPathResponseOutputWithContext(context.Context) StreamingPathResponseOutput
}

StreamingPathResponseInput is an input type that accepts StreamingPathResponseArgs and StreamingPathResponseOutput values. You can construct a concrete instance of `StreamingPathResponseInput` via:

StreamingPathResponseArgs{...}

type StreamingPathResponseOutput

type StreamingPathResponseOutput struct{ *pulumi.OutputState }

Class of paths for streaming

func (StreamingPathResponseOutput) ElementType

func (StreamingPathResponseOutput) EncryptionScheme

func (o StreamingPathResponseOutput) EncryptionScheme() pulumi.StringOutput

Encryption scheme

func (StreamingPathResponseOutput) Paths

Streaming paths for each protocol and encryptionScheme pair

func (StreamingPathResponseOutput) StreamingProtocol

func (o StreamingPathResponseOutput) StreamingProtocol() pulumi.StringOutput

Streaming protocol

func (StreamingPathResponseOutput) ToStreamingPathResponseOutput

func (o StreamingPathResponseOutput) ToStreamingPathResponseOutput() StreamingPathResponseOutput

func (StreamingPathResponseOutput) ToStreamingPathResponseOutputWithContext

func (o StreamingPathResponseOutput) ToStreamingPathResponseOutputWithContext(ctx context.Context) StreamingPathResponseOutput

type StreamingPolicy

type StreamingPolicy struct {
	pulumi.CustomResourceState

	// Configuration of CommonEncryptionCbcs
	CommonEncryptionCbcs CommonEncryptionCbcsResponsePtrOutput `pulumi:"commonEncryptionCbcs"`
	// Configuration of CommonEncryptionCenc
	CommonEncryptionCenc CommonEncryptionCencResponsePtrOutput `pulumi:"commonEncryptionCenc"`
	// Creation time of Streaming Policy
	Created pulumi.StringOutput `pulumi:"created"`
	// Default ContentKey used by current Streaming Policy
	DefaultContentKeyPolicyName pulumi.StringPtrOutput `pulumi:"defaultContentKeyPolicyName"`
	// Configuration of EnvelopeEncryption
	EnvelopeEncryption EnvelopeEncryptionResponsePtrOutput `pulumi:"envelopeEncryption"`
	// The name of the resource.
	Name pulumi.StringOutput `pulumi:"name"`
	// Configurations of NoEncryption
	NoEncryption NoEncryptionResponsePtrOutput `pulumi:"noEncryption"`
	// The type of the resource.
	Type pulumi.StringOutput `pulumi:"type"`
}

A Streaming Policy resource

func GetStreamingPolicy

func GetStreamingPolicy(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *StreamingPolicyState, opts ...pulumi.ResourceOption) (*StreamingPolicy, error)

GetStreamingPolicy gets an existing StreamingPolicy resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewStreamingPolicy

func NewStreamingPolicy(ctx *pulumi.Context,
	name string, args *StreamingPolicyArgs, opts ...pulumi.ResourceOption) (*StreamingPolicy, error)

NewStreamingPolicy registers a new resource with the given unique name, arguments, and options.

type StreamingPolicyArgs

type StreamingPolicyArgs struct {
	// The Media Services account name.
	AccountName pulumi.StringInput
	// Configuration of CommonEncryptionCbcs
	CommonEncryptionCbcs CommonEncryptionCbcsPtrInput
	// Configuration of CommonEncryptionCenc
	CommonEncryptionCenc CommonEncryptionCencPtrInput
	// Default ContentKey used by current Streaming Policy
	DefaultContentKeyPolicyName pulumi.StringPtrInput
	// Configuration of EnvelopeEncryption
	EnvelopeEncryption EnvelopeEncryptionPtrInput
	// Configurations of NoEncryption
	NoEncryption NoEncryptionPtrInput
	// The name of the resource group within the Azure subscription.
	ResourceGroupName pulumi.StringInput
	// The Streaming Policy name.
	StreamingPolicyName pulumi.StringInput
}

The set of arguments for constructing a StreamingPolicy resource.

func (StreamingPolicyArgs) ElementType

func (StreamingPolicyArgs) ElementType() reflect.Type

type StreamingPolicyContentKey

type StreamingPolicyContentKey struct {
	// Label can be used to specify Content Key when creating a Streaming Locator
	Label *string `pulumi:"label"`
	// Policy used by Content Key
	PolicyName *string `pulumi:"policyName"`
	// Tracks which use this content key
	Tracks []TrackSelection `pulumi:"tracks"`
}

Class to specify properties of content key

type StreamingPolicyContentKeyArgs

type StreamingPolicyContentKeyArgs struct {
	// Label can be used to specify Content Key when creating a Streaming Locator
	Label pulumi.StringPtrInput `pulumi:"label"`
	// Policy used by Content Key
	PolicyName pulumi.StringPtrInput `pulumi:"policyName"`
	// Tracks which use this content key
	Tracks TrackSelectionArrayInput `pulumi:"tracks"`
}

Class to specify properties of content key

func (StreamingPolicyContentKeyArgs) ElementType

func (StreamingPolicyContentKeyArgs) ToStreamingPolicyContentKeyOutput

func (i StreamingPolicyContentKeyArgs) ToStreamingPolicyContentKeyOutput() StreamingPolicyContentKeyOutput

func (StreamingPolicyContentKeyArgs) ToStreamingPolicyContentKeyOutputWithContext

func (i StreamingPolicyContentKeyArgs) ToStreamingPolicyContentKeyOutputWithContext(ctx context.Context) StreamingPolicyContentKeyOutput

type StreamingPolicyContentKeyArray

type StreamingPolicyContentKeyArray []StreamingPolicyContentKeyInput

func (StreamingPolicyContentKeyArray) ElementType

func (StreamingPolicyContentKeyArray) ToStreamingPolicyContentKeyArrayOutput

func (i StreamingPolicyContentKeyArray) ToStreamingPolicyContentKeyArrayOutput() StreamingPolicyContentKeyArrayOutput

func (StreamingPolicyContentKeyArray) ToStreamingPolicyContentKeyArrayOutputWithContext

func (i StreamingPolicyContentKeyArray) ToStreamingPolicyContentKeyArrayOutputWithContext(ctx context.Context) StreamingPolicyContentKeyArrayOutput

type StreamingPolicyContentKeyArrayInput

type StreamingPolicyContentKeyArrayInput interface {
	pulumi.Input

	ToStreamingPolicyContentKeyArrayOutput() StreamingPolicyContentKeyArrayOutput
	ToStreamingPolicyContentKeyArrayOutputWithContext(context.Context) StreamingPolicyContentKeyArrayOutput
}

StreamingPolicyContentKeyArrayInput is an input type that accepts StreamingPolicyContentKeyArray and StreamingPolicyContentKeyArrayOutput values. You can construct a concrete instance of `StreamingPolicyContentKeyArrayInput` via:

StreamingPolicyContentKeyArray{ StreamingPolicyContentKeyArgs{...} }

type StreamingPolicyContentKeyArrayOutput

type StreamingPolicyContentKeyArrayOutput struct{ *pulumi.OutputState }

func (StreamingPolicyContentKeyArrayOutput) ElementType

func (StreamingPolicyContentKeyArrayOutput) Index

func (StreamingPolicyContentKeyArrayOutput) ToStreamingPolicyContentKeyArrayOutput

func (o StreamingPolicyContentKeyArrayOutput) ToStreamingPolicyContentKeyArrayOutput() StreamingPolicyContentKeyArrayOutput

func (StreamingPolicyContentKeyArrayOutput) ToStreamingPolicyContentKeyArrayOutputWithContext

func (o StreamingPolicyContentKeyArrayOutput) ToStreamingPolicyContentKeyArrayOutputWithContext(ctx context.Context) StreamingPolicyContentKeyArrayOutput

type StreamingPolicyContentKeyInput

type StreamingPolicyContentKeyInput interface {
	pulumi.Input

	ToStreamingPolicyContentKeyOutput() StreamingPolicyContentKeyOutput
	ToStreamingPolicyContentKeyOutputWithContext(context.Context) StreamingPolicyContentKeyOutput
}

StreamingPolicyContentKeyInput is an input type that accepts StreamingPolicyContentKeyArgs and StreamingPolicyContentKeyOutput values. You can construct a concrete instance of `StreamingPolicyContentKeyInput` via:

StreamingPolicyContentKeyArgs{...}

type StreamingPolicyContentKeyOutput

type StreamingPolicyContentKeyOutput struct{ *pulumi.OutputState }

Class to specify properties of content key

func (StreamingPolicyContentKeyOutput) ElementType

func (StreamingPolicyContentKeyOutput) Label

Label can be used to specify Content Key when creating a Streaming Locator

func (StreamingPolicyContentKeyOutput) PolicyName

Policy used by Content Key

func (StreamingPolicyContentKeyOutput) ToStreamingPolicyContentKeyOutput

func (o StreamingPolicyContentKeyOutput) ToStreamingPolicyContentKeyOutput() StreamingPolicyContentKeyOutput

func (StreamingPolicyContentKeyOutput) ToStreamingPolicyContentKeyOutputWithContext

func (o StreamingPolicyContentKeyOutput) ToStreamingPolicyContentKeyOutputWithContext(ctx context.Context) StreamingPolicyContentKeyOutput

func (StreamingPolicyContentKeyOutput) Tracks

Tracks which use this content key

type StreamingPolicyContentKeyResponse

type StreamingPolicyContentKeyResponse struct {
	// Label can be used to specify Content Key when creating a Streaming Locator
	Label *string `pulumi:"label"`
	// Policy used by Content Key
	PolicyName *string `pulumi:"policyName"`
	// Tracks which use this content key
	Tracks []TrackSelectionResponse `pulumi:"tracks"`
}

Class to specify properties of content key

type StreamingPolicyContentKeyResponseArgs

type StreamingPolicyContentKeyResponseArgs struct {
	// Label can be used to specify Content Key when creating a Streaming Locator
	Label pulumi.StringPtrInput `pulumi:"label"`
	// Policy used by Content Key
	PolicyName pulumi.StringPtrInput `pulumi:"policyName"`
	// Tracks which use this content key
	Tracks TrackSelectionResponseArrayInput `pulumi:"tracks"`
}

Class to specify properties of content key

func (StreamingPolicyContentKeyResponseArgs) ElementType

func (StreamingPolicyContentKeyResponseArgs) ToStreamingPolicyContentKeyResponseOutput

func (i StreamingPolicyContentKeyResponseArgs) ToStreamingPolicyContentKeyResponseOutput() StreamingPolicyContentKeyResponseOutput

func (StreamingPolicyContentKeyResponseArgs) ToStreamingPolicyContentKeyResponseOutputWithContext

func (i StreamingPolicyContentKeyResponseArgs) ToStreamingPolicyContentKeyResponseOutputWithContext(ctx context.Context) StreamingPolicyContentKeyResponseOutput

type StreamingPolicyContentKeyResponseArray

type StreamingPolicyContentKeyResponseArray []StreamingPolicyContentKeyResponseInput

func (StreamingPolicyContentKeyResponseArray) ElementType

func (StreamingPolicyContentKeyResponseArray) ToStreamingPolicyContentKeyResponseArrayOutput

func (i StreamingPolicyContentKeyResponseArray) ToStreamingPolicyContentKeyResponseArrayOutput() StreamingPolicyContentKeyResponseArrayOutput

func (StreamingPolicyContentKeyResponseArray) ToStreamingPolicyContentKeyResponseArrayOutputWithContext

func (i StreamingPolicyContentKeyResponseArray) ToStreamingPolicyContentKeyResponseArrayOutputWithContext(ctx context.Context) StreamingPolicyContentKeyResponseArrayOutput

type StreamingPolicyContentKeyResponseArrayInput

type StreamingPolicyContentKeyResponseArrayInput interface {
	pulumi.Input

	ToStreamingPolicyContentKeyResponseArrayOutput() StreamingPolicyContentKeyResponseArrayOutput
	ToStreamingPolicyContentKeyResponseArrayOutputWithContext(context.Context) StreamingPolicyContentKeyResponseArrayOutput
}

StreamingPolicyContentKeyResponseArrayInput is an input type that accepts StreamingPolicyContentKeyResponseArray and StreamingPolicyContentKeyResponseArrayOutput values. You can construct a concrete instance of `StreamingPolicyContentKeyResponseArrayInput` via:

StreamingPolicyContentKeyResponseArray{ StreamingPolicyContentKeyResponseArgs{...} }

type StreamingPolicyContentKeyResponseArrayOutput

type StreamingPolicyContentKeyResponseArrayOutput struct{ *pulumi.OutputState }

func (StreamingPolicyContentKeyResponseArrayOutput) ElementType

func (StreamingPolicyContentKeyResponseArrayOutput) Index

func (StreamingPolicyContentKeyResponseArrayOutput) ToStreamingPolicyContentKeyResponseArrayOutput

func (o StreamingPolicyContentKeyResponseArrayOutput) ToStreamingPolicyContentKeyResponseArrayOutput() StreamingPolicyContentKeyResponseArrayOutput

func (StreamingPolicyContentKeyResponseArrayOutput) ToStreamingPolicyContentKeyResponseArrayOutputWithContext

func (o StreamingPolicyContentKeyResponseArrayOutput) ToStreamingPolicyContentKeyResponseArrayOutputWithContext(ctx context.Context) StreamingPolicyContentKeyResponseArrayOutput

type StreamingPolicyContentKeyResponseInput

type StreamingPolicyContentKeyResponseInput interface {
	pulumi.Input

	ToStreamingPolicyContentKeyResponseOutput() StreamingPolicyContentKeyResponseOutput
	ToStreamingPolicyContentKeyResponseOutputWithContext(context.Context) StreamingPolicyContentKeyResponseOutput
}

StreamingPolicyContentKeyResponseInput is an input type that accepts StreamingPolicyContentKeyResponseArgs and StreamingPolicyContentKeyResponseOutput values. You can construct a concrete instance of `StreamingPolicyContentKeyResponseInput` via:

StreamingPolicyContentKeyResponseArgs{...}

type StreamingPolicyContentKeyResponseOutput

type StreamingPolicyContentKeyResponseOutput struct{ *pulumi.OutputState }

Class to specify properties of content key

func (StreamingPolicyContentKeyResponseOutput) ElementType

func (StreamingPolicyContentKeyResponseOutput) Label

Label can be used to specify Content Key when creating a Streaming Locator

func (StreamingPolicyContentKeyResponseOutput) PolicyName

Policy used by Content Key

func (StreamingPolicyContentKeyResponseOutput) ToStreamingPolicyContentKeyResponseOutput

func (o StreamingPolicyContentKeyResponseOutput) ToStreamingPolicyContentKeyResponseOutput() StreamingPolicyContentKeyResponseOutput

func (StreamingPolicyContentKeyResponseOutput) ToStreamingPolicyContentKeyResponseOutputWithContext

func (o StreamingPolicyContentKeyResponseOutput) ToStreamingPolicyContentKeyResponseOutputWithContext(ctx context.Context) StreamingPolicyContentKeyResponseOutput

func (StreamingPolicyContentKeyResponseOutput) Tracks

Tracks which use this content key

type StreamingPolicyContentKeys

type StreamingPolicyContentKeys struct {
	// Default content key for an encryption scheme
	DefaultKey *DefaultKey `pulumi:"defaultKey"`
	// Representing tracks needs separate content key
	KeyToTrackMappings []StreamingPolicyContentKey `pulumi:"keyToTrackMappings"`
}

Class to specify properties of all content keys in Streaming Policy

type StreamingPolicyContentKeysArgs

type StreamingPolicyContentKeysArgs struct {
	// Default content key for an encryption scheme
	DefaultKey DefaultKeyPtrInput `pulumi:"defaultKey"`
	// Representing tracks needs separate content key
	KeyToTrackMappings StreamingPolicyContentKeyArrayInput `pulumi:"keyToTrackMappings"`
}

Class to specify properties of all content keys in Streaming Policy

func (StreamingPolicyContentKeysArgs) ElementType

func (StreamingPolicyContentKeysArgs) ToStreamingPolicyContentKeysOutput

func (i StreamingPolicyContentKeysArgs) ToStreamingPolicyContentKeysOutput() StreamingPolicyContentKeysOutput

func (StreamingPolicyContentKeysArgs) ToStreamingPolicyContentKeysOutputWithContext

func (i StreamingPolicyContentKeysArgs) ToStreamingPolicyContentKeysOutputWithContext(ctx context.Context) StreamingPolicyContentKeysOutput

func (StreamingPolicyContentKeysArgs) ToStreamingPolicyContentKeysPtrOutput

func (i StreamingPolicyContentKeysArgs) ToStreamingPolicyContentKeysPtrOutput() StreamingPolicyContentKeysPtrOutput

func (StreamingPolicyContentKeysArgs) ToStreamingPolicyContentKeysPtrOutputWithContext

func (i StreamingPolicyContentKeysArgs) ToStreamingPolicyContentKeysPtrOutputWithContext(ctx context.Context) StreamingPolicyContentKeysPtrOutput

type StreamingPolicyContentKeysInput

type StreamingPolicyContentKeysInput interface {
	pulumi.Input

	ToStreamingPolicyContentKeysOutput() StreamingPolicyContentKeysOutput
	ToStreamingPolicyContentKeysOutputWithContext(context.Context) StreamingPolicyContentKeysOutput
}

StreamingPolicyContentKeysInput is an input type that accepts StreamingPolicyContentKeysArgs and StreamingPolicyContentKeysOutput values. You can construct a concrete instance of `StreamingPolicyContentKeysInput` via:

StreamingPolicyContentKeysArgs{...}

type StreamingPolicyContentKeysOutput

type StreamingPolicyContentKeysOutput struct{ *pulumi.OutputState }

Class to specify properties of all content keys in Streaming Policy

func (StreamingPolicyContentKeysOutput) DefaultKey

Default content key for an encryption scheme

func (StreamingPolicyContentKeysOutput) ElementType

func (StreamingPolicyContentKeysOutput) KeyToTrackMappings

Representing tracks needs separate content key

func (StreamingPolicyContentKeysOutput) ToStreamingPolicyContentKeysOutput

func (o StreamingPolicyContentKeysOutput) ToStreamingPolicyContentKeysOutput() StreamingPolicyContentKeysOutput

func (StreamingPolicyContentKeysOutput) ToStreamingPolicyContentKeysOutputWithContext

func (o StreamingPolicyContentKeysOutput) ToStreamingPolicyContentKeysOutputWithContext(ctx context.Context) StreamingPolicyContentKeysOutput

func (StreamingPolicyContentKeysOutput) ToStreamingPolicyContentKeysPtrOutput

func (o StreamingPolicyContentKeysOutput) ToStreamingPolicyContentKeysPtrOutput() StreamingPolicyContentKeysPtrOutput

func (StreamingPolicyContentKeysOutput) ToStreamingPolicyContentKeysPtrOutputWithContext

func (o StreamingPolicyContentKeysOutput) ToStreamingPolicyContentKeysPtrOutputWithContext(ctx context.Context) StreamingPolicyContentKeysPtrOutput

type StreamingPolicyContentKeysPtrInput

type StreamingPolicyContentKeysPtrInput interface {
	pulumi.Input

	ToStreamingPolicyContentKeysPtrOutput() StreamingPolicyContentKeysPtrOutput
	ToStreamingPolicyContentKeysPtrOutputWithContext(context.Context) StreamingPolicyContentKeysPtrOutput
}

StreamingPolicyContentKeysPtrInput is an input type that accepts StreamingPolicyContentKeysArgs, StreamingPolicyContentKeysPtr and StreamingPolicyContentKeysPtrOutput values. You can construct a concrete instance of `StreamingPolicyContentKeysPtrInput` via:

        StreamingPolicyContentKeysArgs{...}

or:

        nil

type StreamingPolicyContentKeysPtrOutput

type StreamingPolicyContentKeysPtrOutput struct{ *pulumi.OutputState }

func (StreamingPolicyContentKeysPtrOutput) DefaultKey

Default content key for an encryption scheme

func (StreamingPolicyContentKeysPtrOutput) Elem

func (StreamingPolicyContentKeysPtrOutput) ElementType

func (StreamingPolicyContentKeysPtrOutput) KeyToTrackMappings

Representing tracks needs separate content key

func (StreamingPolicyContentKeysPtrOutput) ToStreamingPolicyContentKeysPtrOutput

func (o StreamingPolicyContentKeysPtrOutput) ToStreamingPolicyContentKeysPtrOutput() StreamingPolicyContentKeysPtrOutput

func (StreamingPolicyContentKeysPtrOutput) ToStreamingPolicyContentKeysPtrOutputWithContext

func (o StreamingPolicyContentKeysPtrOutput) ToStreamingPolicyContentKeysPtrOutputWithContext(ctx context.Context) StreamingPolicyContentKeysPtrOutput

type StreamingPolicyContentKeysResponse

type StreamingPolicyContentKeysResponse struct {
	// Default content key for an encryption scheme
	DefaultKey *DefaultKeyResponse `pulumi:"defaultKey"`
	// Representing tracks needs separate content key
	KeyToTrackMappings []StreamingPolicyContentKeyResponse `pulumi:"keyToTrackMappings"`
}

Class to specify properties of all content keys in Streaming Policy

type StreamingPolicyContentKeysResponseArgs

type StreamingPolicyContentKeysResponseArgs struct {
	// Default content key for an encryption scheme
	DefaultKey DefaultKeyResponsePtrInput `pulumi:"defaultKey"`
	// Representing tracks needs separate content key
	KeyToTrackMappings StreamingPolicyContentKeyResponseArrayInput `pulumi:"keyToTrackMappings"`
}

Class to specify properties of all content keys in Streaming Policy

func (StreamingPolicyContentKeysResponseArgs) ElementType

func (StreamingPolicyContentKeysResponseArgs) ToStreamingPolicyContentKeysResponseOutput

func (i StreamingPolicyContentKeysResponseArgs) ToStreamingPolicyContentKeysResponseOutput() StreamingPolicyContentKeysResponseOutput

func (StreamingPolicyContentKeysResponseArgs) ToStreamingPolicyContentKeysResponseOutputWithContext

func (i StreamingPolicyContentKeysResponseArgs) ToStreamingPolicyContentKeysResponseOutputWithContext(ctx context.Context) StreamingPolicyContentKeysResponseOutput

func (StreamingPolicyContentKeysResponseArgs) ToStreamingPolicyContentKeysResponsePtrOutput

func (i StreamingPolicyContentKeysResponseArgs) ToStreamingPolicyContentKeysResponsePtrOutput() StreamingPolicyContentKeysResponsePtrOutput

func (StreamingPolicyContentKeysResponseArgs) ToStreamingPolicyContentKeysResponsePtrOutputWithContext

func (i StreamingPolicyContentKeysResponseArgs) ToStreamingPolicyContentKeysResponsePtrOutputWithContext(ctx context.Context) StreamingPolicyContentKeysResponsePtrOutput

type StreamingPolicyContentKeysResponseInput

type StreamingPolicyContentKeysResponseInput interface {
	pulumi.Input

	ToStreamingPolicyContentKeysResponseOutput() StreamingPolicyContentKeysResponseOutput
	ToStreamingPolicyContentKeysResponseOutputWithContext(context.Context) StreamingPolicyContentKeysResponseOutput
}

StreamingPolicyContentKeysResponseInput is an input type that accepts StreamingPolicyContentKeysResponseArgs and StreamingPolicyContentKeysResponseOutput values. You can construct a concrete instance of `StreamingPolicyContentKeysResponseInput` via:

StreamingPolicyContentKeysResponseArgs{...}

type StreamingPolicyContentKeysResponseOutput

type StreamingPolicyContentKeysResponseOutput struct{ *pulumi.OutputState }

Class to specify properties of all content keys in Streaming Policy

func (StreamingPolicyContentKeysResponseOutput) DefaultKey

Default content key for an encryption scheme

func (StreamingPolicyContentKeysResponseOutput) ElementType

func (StreamingPolicyContentKeysResponseOutput) KeyToTrackMappings

Representing tracks needs separate content key

func (StreamingPolicyContentKeysResponseOutput) ToStreamingPolicyContentKeysResponseOutput

func (o StreamingPolicyContentKeysResponseOutput) ToStreamingPolicyContentKeysResponseOutput() StreamingPolicyContentKeysResponseOutput

func (StreamingPolicyContentKeysResponseOutput) ToStreamingPolicyContentKeysResponseOutputWithContext

func (o StreamingPolicyContentKeysResponseOutput) ToStreamingPolicyContentKeysResponseOutputWithContext(ctx context.Context) StreamingPolicyContentKeysResponseOutput

func (StreamingPolicyContentKeysResponseOutput) ToStreamingPolicyContentKeysResponsePtrOutput

func (o StreamingPolicyContentKeysResponseOutput) ToStreamingPolicyContentKeysResponsePtrOutput() StreamingPolicyContentKeysResponsePtrOutput

func (StreamingPolicyContentKeysResponseOutput) ToStreamingPolicyContentKeysResponsePtrOutputWithContext

func (o StreamingPolicyContentKeysResponseOutput) ToStreamingPolicyContentKeysResponsePtrOutputWithContext(ctx context.Context) StreamingPolicyContentKeysResponsePtrOutput

type StreamingPolicyContentKeysResponsePtrInput

type StreamingPolicyContentKeysResponsePtrInput interface {
	pulumi.Input

	ToStreamingPolicyContentKeysResponsePtrOutput() StreamingPolicyContentKeysResponsePtrOutput
	ToStreamingPolicyContentKeysResponsePtrOutputWithContext(context.Context) StreamingPolicyContentKeysResponsePtrOutput
}

StreamingPolicyContentKeysResponsePtrInput is an input type that accepts StreamingPolicyContentKeysResponseArgs, StreamingPolicyContentKeysResponsePtr and StreamingPolicyContentKeysResponsePtrOutput values. You can construct a concrete instance of `StreamingPolicyContentKeysResponsePtrInput` via:

        StreamingPolicyContentKeysResponseArgs{...}

or:

        nil

type StreamingPolicyContentKeysResponsePtrOutput

type StreamingPolicyContentKeysResponsePtrOutput struct{ *pulumi.OutputState }

func (StreamingPolicyContentKeysResponsePtrOutput) DefaultKey

Default content key for an encryption scheme

func (StreamingPolicyContentKeysResponsePtrOutput) Elem

func (StreamingPolicyContentKeysResponsePtrOutput) ElementType

func (StreamingPolicyContentKeysResponsePtrOutput) KeyToTrackMappings

Representing tracks needs separate content key

func (StreamingPolicyContentKeysResponsePtrOutput) ToStreamingPolicyContentKeysResponsePtrOutput

func (o StreamingPolicyContentKeysResponsePtrOutput) ToStreamingPolicyContentKeysResponsePtrOutput() StreamingPolicyContentKeysResponsePtrOutput

func (StreamingPolicyContentKeysResponsePtrOutput) ToStreamingPolicyContentKeysResponsePtrOutputWithContext

func (o StreamingPolicyContentKeysResponsePtrOutput) ToStreamingPolicyContentKeysResponsePtrOutputWithContext(ctx context.Context) StreamingPolicyContentKeysResponsePtrOutput

type StreamingPolicyFairPlayConfiguration

type StreamingPolicyFairPlayConfiguration struct {
	// All license to be persistent or not
	AllowPersistentLicense bool `pulumi:"allowPersistentLicense"`
	// The template for a customer service to deliver keys to end users.  Not needed when using Azure Media Services for issuing keys.
	CustomLicenseAcquisitionUrlTemplate *string `pulumi:"customLicenseAcquisitionUrlTemplate"`
}

Class to specify configurations of FairPlay in Streaming Policy

type StreamingPolicyFairPlayConfigurationArgs

type StreamingPolicyFairPlayConfigurationArgs struct {
	// All license to be persistent or not
	AllowPersistentLicense pulumi.BoolInput `pulumi:"allowPersistentLicense"`
	// The template for a customer service to deliver keys to end users.  Not needed when using Azure Media Services for issuing keys.
	CustomLicenseAcquisitionUrlTemplate pulumi.StringPtrInput `pulumi:"customLicenseAcquisitionUrlTemplate"`
}

Class to specify configurations of FairPlay in Streaming Policy

func (StreamingPolicyFairPlayConfigurationArgs) ElementType

func (StreamingPolicyFairPlayConfigurationArgs) ToStreamingPolicyFairPlayConfigurationOutput

func (i StreamingPolicyFairPlayConfigurationArgs) ToStreamingPolicyFairPlayConfigurationOutput() StreamingPolicyFairPlayConfigurationOutput

func (StreamingPolicyFairPlayConfigurationArgs) ToStreamingPolicyFairPlayConfigurationOutputWithContext

func (i StreamingPolicyFairPlayConfigurationArgs) ToStreamingPolicyFairPlayConfigurationOutputWithContext(ctx context.Context) StreamingPolicyFairPlayConfigurationOutput

func (StreamingPolicyFairPlayConfigurationArgs) ToStreamingPolicyFairPlayConfigurationPtrOutput

func (i StreamingPolicyFairPlayConfigurationArgs) ToStreamingPolicyFairPlayConfigurationPtrOutput() StreamingPolicyFairPlayConfigurationPtrOutput

func (StreamingPolicyFairPlayConfigurationArgs) ToStreamingPolicyFairPlayConfigurationPtrOutputWithContext

func (i StreamingPolicyFairPlayConfigurationArgs) ToStreamingPolicyFairPlayConfigurationPtrOutputWithContext(ctx context.Context) StreamingPolicyFairPlayConfigurationPtrOutput

type StreamingPolicyFairPlayConfigurationInput

type StreamingPolicyFairPlayConfigurationInput interface {
	pulumi.Input

	ToStreamingPolicyFairPlayConfigurationOutput() StreamingPolicyFairPlayConfigurationOutput
	ToStreamingPolicyFairPlayConfigurationOutputWithContext(context.Context) StreamingPolicyFairPlayConfigurationOutput
}

StreamingPolicyFairPlayConfigurationInput is an input type that accepts StreamingPolicyFairPlayConfigurationArgs and StreamingPolicyFairPlayConfigurationOutput values. You can construct a concrete instance of `StreamingPolicyFairPlayConfigurationInput` via:

StreamingPolicyFairPlayConfigurationArgs{...}

type StreamingPolicyFairPlayConfigurationOutput

type StreamingPolicyFairPlayConfigurationOutput struct{ *pulumi.OutputState }

Class to specify configurations of FairPlay in Streaming Policy

func (StreamingPolicyFairPlayConfigurationOutput) AllowPersistentLicense

All license to be persistent or not

func (StreamingPolicyFairPlayConfigurationOutput) CustomLicenseAcquisitionUrlTemplate

func (o StreamingPolicyFairPlayConfigurationOutput) CustomLicenseAcquisitionUrlTemplate() pulumi.StringPtrOutput

The template for a customer service to deliver keys to end users. Not needed when using Azure Media Services for issuing keys.

func (StreamingPolicyFairPlayConfigurationOutput) ElementType

func (StreamingPolicyFairPlayConfigurationOutput) ToStreamingPolicyFairPlayConfigurationOutput

func (o StreamingPolicyFairPlayConfigurationOutput) ToStreamingPolicyFairPlayConfigurationOutput() StreamingPolicyFairPlayConfigurationOutput

func (StreamingPolicyFairPlayConfigurationOutput) ToStreamingPolicyFairPlayConfigurationOutputWithContext

func (o StreamingPolicyFairPlayConfigurationOutput) ToStreamingPolicyFairPlayConfigurationOutputWithContext(ctx context.Context) StreamingPolicyFairPlayConfigurationOutput

func (StreamingPolicyFairPlayConfigurationOutput) ToStreamingPolicyFairPlayConfigurationPtrOutput

func (o StreamingPolicyFairPlayConfigurationOutput) ToStreamingPolicyFairPlayConfigurationPtrOutput() StreamingPolicyFairPlayConfigurationPtrOutput

func (StreamingPolicyFairPlayConfigurationOutput) ToStreamingPolicyFairPlayConfigurationPtrOutputWithContext

func (o StreamingPolicyFairPlayConfigurationOutput) ToStreamingPolicyFairPlayConfigurationPtrOutputWithContext(ctx context.Context) StreamingPolicyFairPlayConfigurationPtrOutput

type StreamingPolicyFairPlayConfigurationPtrInput

type StreamingPolicyFairPlayConfigurationPtrInput interface {
	pulumi.Input

	ToStreamingPolicyFairPlayConfigurationPtrOutput() StreamingPolicyFairPlayConfigurationPtrOutput
	ToStreamingPolicyFairPlayConfigurationPtrOutputWithContext(context.Context) StreamingPolicyFairPlayConfigurationPtrOutput
}

StreamingPolicyFairPlayConfigurationPtrInput is an input type that accepts StreamingPolicyFairPlayConfigurationArgs, StreamingPolicyFairPlayConfigurationPtr and StreamingPolicyFairPlayConfigurationPtrOutput values. You can construct a concrete instance of `StreamingPolicyFairPlayConfigurationPtrInput` via:

        StreamingPolicyFairPlayConfigurationArgs{...}

or:

        nil

type StreamingPolicyFairPlayConfigurationPtrOutput

type StreamingPolicyFairPlayConfigurationPtrOutput struct{ *pulumi.OutputState }

func (StreamingPolicyFairPlayConfigurationPtrOutput) AllowPersistentLicense

All license to be persistent or not

func (StreamingPolicyFairPlayConfigurationPtrOutput) CustomLicenseAcquisitionUrlTemplate

func (o StreamingPolicyFairPlayConfigurationPtrOutput) CustomLicenseAcquisitionUrlTemplate() pulumi.StringPtrOutput

The template for a customer service to deliver keys to end users. Not needed when using Azure Media Services for issuing keys.

func (StreamingPolicyFairPlayConfigurationPtrOutput) Elem

func (StreamingPolicyFairPlayConfigurationPtrOutput) ElementType

func (StreamingPolicyFairPlayConfigurationPtrOutput) ToStreamingPolicyFairPlayConfigurationPtrOutput

func (o StreamingPolicyFairPlayConfigurationPtrOutput) ToStreamingPolicyFairPlayConfigurationPtrOutput() StreamingPolicyFairPlayConfigurationPtrOutput

func (StreamingPolicyFairPlayConfigurationPtrOutput) ToStreamingPolicyFairPlayConfigurationPtrOutputWithContext

func (o StreamingPolicyFairPlayConfigurationPtrOutput) ToStreamingPolicyFairPlayConfigurationPtrOutputWithContext(ctx context.Context) StreamingPolicyFairPlayConfigurationPtrOutput

type StreamingPolicyFairPlayConfigurationResponse

type StreamingPolicyFairPlayConfigurationResponse struct {
	// All license to be persistent or not
	AllowPersistentLicense bool `pulumi:"allowPersistentLicense"`
	// The template for a customer service to deliver keys to end users.  Not needed when using Azure Media Services for issuing keys.
	CustomLicenseAcquisitionUrlTemplate *string `pulumi:"customLicenseAcquisitionUrlTemplate"`
}

Class to specify configurations of FairPlay in Streaming Policy

type StreamingPolicyFairPlayConfigurationResponseArgs

type StreamingPolicyFairPlayConfigurationResponseArgs struct {
	// All license to be persistent or not
	AllowPersistentLicense pulumi.BoolInput `pulumi:"allowPersistentLicense"`
	// The template for a customer service to deliver keys to end users.  Not needed when using Azure Media Services for issuing keys.
	CustomLicenseAcquisitionUrlTemplate pulumi.StringPtrInput `pulumi:"customLicenseAcquisitionUrlTemplate"`
}

Class to specify configurations of FairPlay in Streaming Policy

func (StreamingPolicyFairPlayConfigurationResponseArgs) ElementType

func (StreamingPolicyFairPlayConfigurationResponseArgs) ToStreamingPolicyFairPlayConfigurationResponseOutput

func (i StreamingPolicyFairPlayConfigurationResponseArgs) ToStreamingPolicyFairPlayConfigurationResponseOutput() StreamingPolicyFairPlayConfigurationResponseOutput

func (StreamingPolicyFairPlayConfigurationResponseArgs) ToStreamingPolicyFairPlayConfigurationResponseOutputWithContext

func (i StreamingPolicyFairPlayConfigurationResponseArgs) ToStreamingPolicyFairPlayConfigurationResponseOutputWithContext(ctx context.Context) StreamingPolicyFairPlayConfigurationResponseOutput

func (StreamingPolicyFairPlayConfigurationResponseArgs) ToStreamingPolicyFairPlayConfigurationResponsePtrOutput

func (i StreamingPolicyFairPlayConfigurationResponseArgs) ToStreamingPolicyFairPlayConfigurationResponsePtrOutput() StreamingPolicyFairPlayConfigurationResponsePtrOutput

func (StreamingPolicyFairPlayConfigurationResponseArgs) ToStreamingPolicyFairPlayConfigurationResponsePtrOutputWithContext

func (i StreamingPolicyFairPlayConfigurationResponseArgs) ToStreamingPolicyFairPlayConfigurationResponsePtrOutputWithContext(ctx context.Context) StreamingPolicyFairPlayConfigurationResponsePtrOutput

type StreamingPolicyFairPlayConfigurationResponseInput

type StreamingPolicyFairPlayConfigurationResponseInput interface {
	pulumi.Input

	ToStreamingPolicyFairPlayConfigurationResponseOutput() StreamingPolicyFairPlayConfigurationResponseOutput
	ToStreamingPolicyFairPlayConfigurationResponseOutputWithContext(context.Context) StreamingPolicyFairPlayConfigurationResponseOutput
}

StreamingPolicyFairPlayConfigurationResponseInput is an input type that accepts StreamingPolicyFairPlayConfigurationResponseArgs and StreamingPolicyFairPlayConfigurationResponseOutput values. You can construct a concrete instance of `StreamingPolicyFairPlayConfigurationResponseInput` via:

StreamingPolicyFairPlayConfigurationResponseArgs{...}

type StreamingPolicyFairPlayConfigurationResponseOutput

type StreamingPolicyFairPlayConfigurationResponseOutput struct{ *pulumi.OutputState }

Class to specify configurations of FairPlay in Streaming Policy

func (StreamingPolicyFairPlayConfigurationResponseOutput) AllowPersistentLicense

All license to be persistent or not

func (StreamingPolicyFairPlayConfigurationResponseOutput) CustomLicenseAcquisitionUrlTemplate

func (o StreamingPolicyFairPlayConfigurationResponseOutput) CustomLicenseAcquisitionUrlTemplate() pulumi.StringPtrOutput

The template for a customer service to deliver keys to end users. Not needed when using Azure Media Services for issuing keys.

func (StreamingPolicyFairPlayConfigurationResponseOutput) ElementType

func (StreamingPolicyFairPlayConfigurationResponseOutput) ToStreamingPolicyFairPlayConfigurationResponseOutput

func (o StreamingPolicyFairPlayConfigurationResponseOutput) ToStreamingPolicyFairPlayConfigurationResponseOutput() StreamingPolicyFairPlayConfigurationResponseOutput

func (StreamingPolicyFairPlayConfigurationResponseOutput) ToStreamingPolicyFairPlayConfigurationResponseOutputWithContext

func (o StreamingPolicyFairPlayConfigurationResponseOutput) ToStreamingPolicyFairPlayConfigurationResponseOutputWithContext(ctx context.Context) StreamingPolicyFairPlayConfigurationResponseOutput

func (StreamingPolicyFairPlayConfigurationResponseOutput) ToStreamingPolicyFairPlayConfigurationResponsePtrOutput

func (o StreamingPolicyFairPlayConfigurationResponseOutput) ToStreamingPolicyFairPlayConfigurationResponsePtrOutput() StreamingPolicyFairPlayConfigurationResponsePtrOutput

func (StreamingPolicyFairPlayConfigurationResponseOutput) ToStreamingPolicyFairPlayConfigurationResponsePtrOutputWithContext

func (o StreamingPolicyFairPlayConfigurationResponseOutput) ToStreamingPolicyFairPlayConfigurationResponsePtrOutputWithContext(ctx context.Context) StreamingPolicyFairPlayConfigurationResponsePtrOutput

type StreamingPolicyFairPlayConfigurationResponsePtrInput

type StreamingPolicyFairPlayConfigurationResponsePtrInput interface {
	pulumi.Input

	ToStreamingPolicyFairPlayConfigurationResponsePtrOutput() StreamingPolicyFairPlayConfigurationResponsePtrOutput
	ToStreamingPolicyFairPlayConfigurationResponsePtrOutputWithContext(context.Context) StreamingPolicyFairPlayConfigurationResponsePtrOutput
}

StreamingPolicyFairPlayConfigurationResponsePtrInput is an input type that accepts StreamingPolicyFairPlayConfigurationResponseArgs, StreamingPolicyFairPlayConfigurationResponsePtr and StreamingPolicyFairPlayConfigurationResponsePtrOutput values. You can construct a concrete instance of `StreamingPolicyFairPlayConfigurationResponsePtrInput` via:

        StreamingPolicyFairPlayConfigurationResponseArgs{...}

or:

        nil

type StreamingPolicyFairPlayConfigurationResponsePtrOutput

type StreamingPolicyFairPlayConfigurationResponsePtrOutput struct{ *pulumi.OutputState }

func (StreamingPolicyFairPlayConfigurationResponsePtrOutput) AllowPersistentLicense

All license to be persistent or not

func (StreamingPolicyFairPlayConfigurationResponsePtrOutput) CustomLicenseAcquisitionUrlTemplate

func (o StreamingPolicyFairPlayConfigurationResponsePtrOutput) CustomLicenseAcquisitionUrlTemplate() pulumi.StringPtrOutput

The template for a customer service to deliver keys to end users. Not needed when using Azure Media Services for issuing keys.

func (StreamingPolicyFairPlayConfigurationResponsePtrOutput) Elem

func (StreamingPolicyFairPlayConfigurationResponsePtrOutput) ElementType

func (StreamingPolicyFairPlayConfigurationResponsePtrOutput) ToStreamingPolicyFairPlayConfigurationResponsePtrOutput

func (StreamingPolicyFairPlayConfigurationResponsePtrOutput) ToStreamingPolicyFairPlayConfigurationResponsePtrOutputWithContext

func (o StreamingPolicyFairPlayConfigurationResponsePtrOutput) ToStreamingPolicyFairPlayConfigurationResponsePtrOutputWithContext(ctx context.Context) StreamingPolicyFairPlayConfigurationResponsePtrOutput

type StreamingPolicyPlayReadyConfiguration

type StreamingPolicyPlayReadyConfiguration struct {
	// The template for a customer service to deliver keys to end users.  Not needed when using Azure Media Services for issuing keys.
	CustomLicenseAcquisitionUrlTemplate *string `pulumi:"customLicenseAcquisitionUrlTemplate"`
	// Custom attributes for PlayReady
	PlayReadyCustomAttributes *string `pulumi:"playReadyCustomAttributes"`
}

Class to specify configurations of PlayReady in Streaming Policy

type StreamingPolicyPlayReadyConfigurationArgs

type StreamingPolicyPlayReadyConfigurationArgs struct {
	// The template for a customer service to deliver keys to end users.  Not needed when using Azure Media Services for issuing keys.
	CustomLicenseAcquisitionUrlTemplate pulumi.StringPtrInput `pulumi:"customLicenseAcquisitionUrlTemplate"`
	// Custom attributes for PlayReady
	PlayReadyCustomAttributes pulumi.StringPtrInput `pulumi:"playReadyCustomAttributes"`
}

Class to specify configurations of PlayReady in Streaming Policy

func (StreamingPolicyPlayReadyConfigurationArgs) ElementType

func (StreamingPolicyPlayReadyConfigurationArgs) ToStreamingPolicyPlayReadyConfigurationOutput

func (i StreamingPolicyPlayReadyConfigurationArgs) ToStreamingPolicyPlayReadyConfigurationOutput() StreamingPolicyPlayReadyConfigurationOutput

func (StreamingPolicyPlayReadyConfigurationArgs) ToStreamingPolicyPlayReadyConfigurationOutputWithContext

func (i StreamingPolicyPlayReadyConfigurationArgs) ToStreamingPolicyPlayReadyConfigurationOutputWithContext(ctx context.Context) StreamingPolicyPlayReadyConfigurationOutput

func (StreamingPolicyPlayReadyConfigurationArgs) ToStreamingPolicyPlayReadyConfigurationPtrOutput

func (i StreamingPolicyPlayReadyConfigurationArgs) ToStreamingPolicyPlayReadyConfigurationPtrOutput() StreamingPolicyPlayReadyConfigurationPtrOutput

func (StreamingPolicyPlayReadyConfigurationArgs) ToStreamingPolicyPlayReadyConfigurationPtrOutputWithContext

func (i StreamingPolicyPlayReadyConfigurationArgs) ToStreamingPolicyPlayReadyConfigurationPtrOutputWithContext(ctx context.Context) StreamingPolicyPlayReadyConfigurationPtrOutput

type StreamingPolicyPlayReadyConfigurationInput

type StreamingPolicyPlayReadyConfigurationInput interface {
	pulumi.Input

	ToStreamingPolicyPlayReadyConfigurationOutput() StreamingPolicyPlayReadyConfigurationOutput
	ToStreamingPolicyPlayReadyConfigurationOutputWithContext(context.Context) StreamingPolicyPlayReadyConfigurationOutput
}

StreamingPolicyPlayReadyConfigurationInput is an input type that accepts StreamingPolicyPlayReadyConfigurationArgs and StreamingPolicyPlayReadyConfigurationOutput values. You can construct a concrete instance of `StreamingPolicyPlayReadyConfigurationInput` via:

StreamingPolicyPlayReadyConfigurationArgs{...}

type StreamingPolicyPlayReadyConfigurationOutput

type StreamingPolicyPlayReadyConfigurationOutput struct{ *pulumi.OutputState }

Class to specify configurations of PlayReady in Streaming Policy

func (StreamingPolicyPlayReadyConfigurationOutput) CustomLicenseAcquisitionUrlTemplate

func (o StreamingPolicyPlayReadyConfigurationOutput) CustomLicenseAcquisitionUrlTemplate() pulumi.StringPtrOutput

The template for a customer service to deliver keys to end users. Not needed when using Azure Media Services for issuing keys.

func (StreamingPolicyPlayReadyConfigurationOutput) ElementType

func (StreamingPolicyPlayReadyConfigurationOutput) PlayReadyCustomAttributes

Custom attributes for PlayReady

func (StreamingPolicyPlayReadyConfigurationOutput) ToStreamingPolicyPlayReadyConfigurationOutput

func (o StreamingPolicyPlayReadyConfigurationOutput) ToStreamingPolicyPlayReadyConfigurationOutput() StreamingPolicyPlayReadyConfigurationOutput

func (StreamingPolicyPlayReadyConfigurationOutput) ToStreamingPolicyPlayReadyConfigurationOutputWithContext

func (o StreamingPolicyPlayReadyConfigurationOutput) ToStreamingPolicyPlayReadyConfigurationOutputWithContext(ctx context.Context) StreamingPolicyPlayReadyConfigurationOutput

func (StreamingPolicyPlayReadyConfigurationOutput) ToStreamingPolicyPlayReadyConfigurationPtrOutput

func (o StreamingPolicyPlayReadyConfigurationOutput) ToStreamingPolicyPlayReadyConfigurationPtrOutput() StreamingPolicyPlayReadyConfigurationPtrOutput

func (StreamingPolicyPlayReadyConfigurationOutput) ToStreamingPolicyPlayReadyConfigurationPtrOutputWithContext

func (o StreamingPolicyPlayReadyConfigurationOutput) ToStreamingPolicyPlayReadyConfigurationPtrOutputWithContext(ctx context.Context) StreamingPolicyPlayReadyConfigurationPtrOutput

type StreamingPolicyPlayReadyConfigurationPtrInput

type StreamingPolicyPlayReadyConfigurationPtrInput interface {
	pulumi.Input

	ToStreamingPolicyPlayReadyConfigurationPtrOutput() StreamingPolicyPlayReadyConfigurationPtrOutput
	ToStreamingPolicyPlayReadyConfigurationPtrOutputWithContext(context.Context) StreamingPolicyPlayReadyConfigurationPtrOutput
}

StreamingPolicyPlayReadyConfigurationPtrInput is an input type that accepts StreamingPolicyPlayReadyConfigurationArgs, StreamingPolicyPlayReadyConfigurationPtr and StreamingPolicyPlayReadyConfigurationPtrOutput values. You can construct a concrete instance of `StreamingPolicyPlayReadyConfigurationPtrInput` via:

        StreamingPolicyPlayReadyConfigurationArgs{...}

or:

        nil

type StreamingPolicyPlayReadyConfigurationPtrOutput

type StreamingPolicyPlayReadyConfigurationPtrOutput struct{ *pulumi.OutputState }

func (StreamingPolicyPlayReadyConfigurationPtrOutput) CustomLicenseAcquisitionUrlTemplate

func (o StreamingPolicyPlayReadyConfigurationPtrOutput) CustomLicenseAcquisitionUrlTemplate() pulumi.StringPtrOutput

The template for a customer service to deliver keys to end users. Not needed when using Azure Media Services for issuing keys.

func (StreamingPolicyPlayReadyConfigurationPtrOutput) Elem

func (StreamingPolicyPlayReadyConfigurationPtrOutput) ElementType

func (StreamingPolicyPlayReadyConfigurationPtrOutput) PlayReadyCustomAttributes

Custom attributes for PlayReady

func (StreamingPolicyPlayReadyConfigurationPtrOutput) ToStreamingPolicyPlayReadyConfigurationPtrOutput

func (o StreamingPolicyPlayReadyConfigurationPtrOutput) ToStreamingPolicyPlayReadyConfigurationPtrOutput() StreamingPolicyPlayReadyConfigurationPtrOutput

func (StreamingPolicyPlayReadyConfigurationPtrOutput) ToStreamingPolicyPlayReadyConfigurationPtrOutputWithContext

func (o StreamingPolicyPlayReadyConfigurationPtrOutput) ToStreamingPolicyPlayReadyConfigurationPtrOutputWithContext(ctx context.Context) StreamingPolicyPlayReadyConfigurationPtrOutput

type StreamingPolicyPlayReadyConfigurationResponse

type StreamingPolicyPlayReadyConfigurationResponse struct {
	// The template for a customer service to deliver keys to end users.  Not needed when using Azure Media Services for issuing keys.
	CustomLicenseAcquisitionUrlTemplate *string `pulumi:"customLicenseAcquisitionUrlTemplate"`
	// Custom attributes for PlayReady
	PlayReadyCustomAttributes *string `pulumi:"playReadyCustomAttributes"`
}

Class to specify configurations of PlayReady in Streaming Policy

type StreamingPolicyPlayReadyConfigurationResponseArgs

type StreamingPolicyPlayReadyConfigurationResponseArgs struct {
	// The template for a customer service to deliver keys to end users.  Not needed when using Azure Media Services for issuing keys.
	CustomLicenseAcquisitionUrlTemplate pulumi.StringPtrInput `pulumi:"customLicenseAcquisitionUrlTemplate"`
	// Custom attributes for PlayReady
	PlayReadyCustomAttributes pulumi.StringPtrInput `pulumi:"playReadyCustomAttributes"`
}

Class to specify configurations of PlayReady in Streaming Policy

func (StreamingPolicyPlayReadyConfigurationResponseArgs) ElementType

func (StreamingPolicyPlayReadyConfigurationResponseArgs) ToStreamingPolicyPlayReadyConfigurationResponseOutput

func (i StreamingPolicyPlayReadyConfigurationResponseArgs) ToStreamingPolicyPlayReadyConfigurationResponseOutput() StreamingPolicyPlayReadyConfigurationResponseOutput

func (StreamingPolicyPlayReadyConfigurationResponseArgs) ToStreamingPolicyPlayReadyConfigurationResponseOutputWithContext

func (i StreamingPolicyPlayReadyConfigurationResponseArgs) ToStreamingPolicyPlayReadyConfigurationResponseOutputWithContext(ctx context.Context) StreamingPolicyPlayReadyConfigurationResponseOutput

func (StreamingPolicyPlayReadyConfigurationResponseArgs) ToStreamingPolicyPlayReadyConfigurationResponsePtrOutput

func (i StreamingPolicyPlayReadyConfigurationResponseArgs) ToStreamingPolicyPlayReadyConfigurationResponsePtrOutput() StreamingPolicyPlayReadyConfigurationResponsePtrOutput

func (StreamingPolicyPlayReadyConfigurationResponseArgs) ToStreamingPolicyPlayReadyConfigurationResponsePtrOutputWithContext

func (i StreamingPolicyPlayReadyConfigurationResponseArgs) ToStreamingPolicyPlayReadyConfigurationResponsePtrOutputWithContext(ctx context.Context) StreamingPolicyPlayReadyConfigurationResponsePtrOutput

type StreamingPolicyPlayReadyConfigurationResponseInput

type StreamingPolicyPlayReadyConfigurationResponseInput interface {
	pulumi.Input

	ToStreamingPolicyPlayReadyConfigurationResponseOutput() StreamingPolicyPlayReadyConfigurationResponseOutput
	ToStreamingPolicyPlayReadyConfigurationResponseOutputWithContext(context.Context) StreamingPolicyPlayReadyConfigurationResponseOutput
}

StreamingPolicyPlayReadyConfigurationResponseInput is an input type that accepts StreamingPolicyPlayReadyConfigurationResponseArgs and StreamingPolicyPlayReadyConfigurationResponseOutput values. You can construct a concrete instance of `StreamingPolicyPlayReadyConfigurationResponseInput` via:

StreamingPolicyPlayReadyConfigurationResponseArgs{...}

type StreamingPolicyPlayReadyConfigurationResponseOutput

type StreamingPolicyPlayReadyConfigurationResponseOutput struct{ *pulumi.OutputState }

Class to specify configurations of PlayReady in Streaming Policy

func (StreamingPolicyPlayReadyConfigurationResponseOutput) CustomLicenseAcquisitionUrlTemplate

func (o StreamingPolicyPlayReadyConfigurationResponseOutput) CustomLicenseAcquisitionUrlTemplate() pulumi.StringPtrOutput

The template for a customer service to deliver keys to end users. Not needed when using Azure Media Services for issuing keys.

func (StreamingPolicyPlayReadyConfigurationResponseOutput) ElementType

func (StreamingPolicyPlayReadyConfigurationResponseOutput) PlayReadyCustomAttributes

Custom attributes for PlayReady

func (StreamingPolicyPlayReadyConfigurationResponseOutput) ToStreamingPolicyPlayReadyConfigurationResponseOutput

func (o StreamingPolicyPlayReadyConfigurationResponseOutput) ToStreamingPolicyPlayReadyConfigurationResponseOutput() StreamingPolicyPlayReadyConfigurationResponseOutput

func (StreamingPolicyPlayReadyConfigurationResponseOutput) ToStreamingPolicyPlayReadyConfigurationResponseOutputWithContext

func (o StreamingPolicyPlayReadyConfigurationResponseOutput) ToStreamingPolicyPlayReadyConfigurationResponseOutputWithContext(ctx context.Context) StreamingPolicyPlayReadyConfigurationResponseOutput

func (StreamingPolicyPlayReadyConfigurationResponseOutput) ToStreamingPolicyPlayReadyConfigurationResponsePtrOutput

func (o StreamingPolicyPlayReadyConfigurationResponseOutput) ToStreamingPolicyPlayReadyConfigurationResponsePtrOutput() StreamingPolicyPlayReadyConfigurationResponsePtrOutput

func (StreamingPolicyPlayReadyConfigurationResponseOutput) ToStreamingPolicyPlayReadyConfigurationResponsePtrOutputWithContext

func (o StreamingPolicyPlayReadyConfigurationResponseOutput) ToStreamingPolicyPlayReadyConfigurationResponsePtrOutputWithContext(ctx context.Context) StreamingPolicyPlayReadyConfigurationResponsePtrOutput

type StreamingPolicyPlayReadyConfigurationResponsePtrInput

type StreamingPolicyPlayReadyConfigurationResponsePtrInput interface {
	pulumi.Input

	ToStreamingPolicyPlayReadyConfigurationResponsePtrOutput() StreamingPolicyPlayReadyConfigurationResponsePtrOutput
	ToStreamingPolicyPlayReadyConfigurationResponsePtrOutputWithContext(context.Context) StreamingPolicyPlayReadyConfigurationResponsePtrOutput
}

StreamingPolicyPlayReadyConfigurationResponsePtrInput is an input type that accepts StreamingPolicyPlayReadyConfigurationResponseArgs, StreamingPolicyPlayReadyConfigurationResponsePtr and StreamingPolicyPlayReadyConfigurationResponsePtrOutput values. You can construct a concrete instance of `StreamingPolicyPlayReadyConfigurationResponsePtrInput` via:

        StreamingPolicyPlayReadyConfigurationResponseArgs{...}

or:

        nil

type StreamingPolicyPlayReadyConfigurationResponsePtrOutput

type StreamingPolicyPlayReadyConfigurationResponsePtrOutput struct{ *pulumi.OutputState }

func (StreamingPolicyPlayReadyConfigurationResponsePtrOutput) CustomLicenseAcquisitionUrlTemplate

func (o StreamingPolicyPlayReadyConfigurationResponsePtrOutput) CustomLicenseAcquisitionUrlTemplate() pulumi.StringPtrOutput

The template for a customer service to deliver keys to end users. Not needed when using Azure Media Services for issuing keys.

func (StreamingPolicyPlayReadyConfigurationResponsePtrOutput) Elem

func (StreamingPolicyPlayReadyConfigurationResponsePtrOutput) ElementType

func (StreamingPolicyPlayReadyConfigurationResponsePtrOutput) PlayReadyCustomAttributes

Custom attributes for PlayReady

func (StreamingPolicyPlayReadyConfigurationResponsePtrOutput) ToStreamingPolicyPlayReadyConfigurationResponsePtrOutput

func (StreamingPolicyPlayReadyConfigurationResponsePtrOutput) ToStreamingPolicyPlayReadyConfigurationResponsePtrOutputWithContext

func (o StreamingPolicyPlayReadyConfigurationResponsePtrOutput) ToStreamingPolicyPlayReadyConfigurationResponsePtrOutputWithContext(ctx context.Context) StreamingPolicyPlayReadyConfigurationResponsePtrOutput

type StreamingPolicyState

type StreamingPolicyState struct {
	// Configuration of CommonEncryptionCbcs
	CommonEncryptionCbcs CommonEncryptionCbcsResponsePtrInput
	// Configuration of CommonEncryptionCenc
	CommonEncryptionCenc CommonEncryptionCencResponsePtrInput
	// Creation time of Streaming Policy
	Created pulumi.StringPtrInput
	// Default ContentKey used by current Streaming Policy
	DefaultContentKeyPolicyName pulumi.StringPtrInput
	// Configuration of EnvelopeEncryption
	EnvelopeEncryption EnvelopeEncryptionResponsePtrInput
	// The name of the resource.
	Name pulumi.StringPtrInput
	// Configurations of NoEncryption
	NoEncryption NoEncryptionResponsePtrInput
	// The type of the resource.
	Type pulumi.StringPtrInput
}

func (StreamingPolicyState) ElementType

func (StreamingPolicyState) ElementType() reflect.Type

type StreamingPolicyWidevineConfiguration

type StreamingPolicyWidevineConfiguration struct {
	// The template for a customer service to deliver keys to end users.  Not needed when using Azure Media Services for issuing keys.
	CustomLicenseAcquisitionUrlTemplate *string `pulumi:"customLicenseAcquisitionUrlTemplate"`
}

Class to specify configurations of Widevine in Streaming Policy

type StreamingPolicyWidevineConfigurationArgs

type StreamingPolicyWidevineConfigurationArgs struct {
	// The template for a customer service to deliver keys to end users.  Not needed when using Azure Media Services for issuing keys.
	CustomLicenseAcquisitionUrlTemplate pulumi.StringPtrInput `pulumi:"customLicenseAcquisitionUrlTemplate"`
}

Class to specify configurations of Widevine in Streaming Policy

func (StreamingPolicyWidevineConfigurationArgs) ElementType

func (StreamingPolicyWidevineConfigurationArgs) ToStreamingPolicyWidevineConfigurationOutput

func (i StreamingPolicyWidevineConfigurationArgs) ToStreamingPolicyWidevineConfigurationOutput() StreamingPolicyWidevineConfigurationOutput

func (StreamingPolicyWidevineConfigurationArgs) ToStreamingPolicyWidevineConfigurationOutputWithContext

func (i StreamingPolicyWidevineConfigurationArgs) ToStreamingPolicyWidevineConfigurationOutputWithContext(ctx context.Context) StreamingPolicyWidevineConfigurationOutput

func (StreamingPolicyWidevineConfigurationArgs) ToStreamingPolicyWidevineConfigurationPtrOutput

func (i StreamingPolicyWidevineConfigurationArgs) ToStreamingPolicyWidevineConfigurationPtrOutput() StreamingPolicyWidevineConfigurationPtrOutput

func (StreamingPolicyWidevineConfigurationArgs) ToStreamingPolicyWidevineConfigurationPtrOutputWithContext

func (i StreamingPolicyWidevineConfigurationArgs) ToStreamingPolicyWidevineConfigurationPtrOutputWithContext(ctx context.Context) StreamingPolicyWidevineConfigurationPtrOutput

type StreamingPolicyWidevineConfigurationInput

type StreamingPolicyWidevineConfigurationInput interface {
	pulumi.Input

	ToStreamingPolicyWidevineConfigurationOutput() StreamingPolicyWidevineConfigurationOutput
	ToStreamingPolicyWidevineConfigurationOutputWithContext(context.Context) StreamingPolicyWidevineConfigurationOutput
}

StreamingPolicyWidevineConfigurationInput is an input type that accepts StreamingPolicyWidevineConfigurationArgs and StreamingPolicyWidevineConfigurationOutput values. You can construct a concrete instance of `StreamingPolicyWidevineConfigurationInput` via:

StreamingPolicyWidevineConfigurationArgs{...}

type StreamingPolicyWidevineConfigurationOutput

type StreamingPolicyWidevineConfigurationOutput struct{ *pulumi.OutputState }

Class to specify configurations of Widevine in Streaming Policy

func (StreamingPolicyWidevineConfigurationOutput) CustomLicenseAcquisitionUrlTemplate

func (o StreamingPolicyWidevineConfigurationOutput) CustomLicenseAcquisitionUrlTemplate() pulumi.StringPtrOutput

The template for a customer service to deliver keys to end users. Not needed when using Azure Media Services for issuing keys.

func (StreamingPolicyWidevineConfigurationOutput) ElementType

func (StreamingPolicyWidevineConfigurationOutput) ToStreamingPolicyWidevineConfigurationOutput

func (o StreamingPolicyWidevineConfigurationOutput) ToStreamingPolicyWidevineConfigurationOutput() StreamingPolicyWidevineConfigurationOutput

func (StreamingPolicyWidevineConfigurationOutput) ToStreamingPolicyWidevineConfigurationOutputWithContext

func (o StreamingPolicyWidevineConfigurationOutput) ToStreamingPolicyWidevineConfigurationOutputWithContext(ctx context.Context) StreamingPolicyWidevineConfigurationOutput

func (StreamingPolicyWidevineConfigurationOutput) ToStreamingPolicyWidevineConfigurationPtrOutput

func (o StreamingPolicyWidevineConfigurationOutput) ToStreamingPolicyWidevineConfigurationPtrOutput() StreamingPolicyWidevineConfigurationPtrOutput

func (StreamingPolicyWidevineConfigurationOutput) ToStreamingPolicyWidevineConfigurationPtrOutputWithContext

func (o StreamingPolicyWidevineConfigurationOutput) ToStreamingPolicyWidevineConfigurationPtrOutputWithContext(ctx context.Context) StreamingPolicyWidevineConfigurationPtrOutput

type StreamingPolicyWidevineConfigurationPtrInput

type StreamingPolicyWidevineConfigurationPtrInput interface {
	pulumi.Input

	ToStreamingPolicyWidevineConfigurationPtrOutput() StreamingPolicyWidevineConfigurationPtrOutput
	ToStreamingPolicyWidevineConfigurationPtrOutputWithContext(context.Context) StreamingPolicyWidevineConfigurationPtrOutput
}

StreamingPolicyWidevineConfigurationPtrInput is an input type that accepts StreamingPolicyWidevineConfigurationArgs, StreamingPolicyWidevineConfigurationPtr and StreamingPolicyWidevineConfigurationPtrOutput values. You can construct a concrete instance of `StreamingPolicyWidevineConfigurationPtrInput` via:

        StreamingPolicyWidevineConfigurationArgs{...}

or:

        nil

type StreamingPolicyWidevineConfigurationPtrOutput

type StreamingPolicyWidevineConfigurationPtrOutput struct{ *pulumi.OutputState }

func (StreamingPolicyWidevineConfigurationPtrOutput) CustomLicenseAcquisitionUrlTemplate

func (o StreamingPolicyWidevineConfigurationPtrOutput) CustomLicenseAcquisitionUrlTemplate() pulumi.StringPtrOutput

The template for a customer service to deliver keys to end users. Not needed when using Azure Media Services for issuing keys.

func (StreamingPolicyWidevineConfigurationPtrOutput) Elem

func (StreamingPolicyWidevineConfigurationPtrOutput) ElementType

func (StreamingPolicyWidevineConfigurationPtrOutput) ToStreamingPolicyWidevineConfigurationPtrOutput

func (o StreamingPolicyWidevineConfigurationPtrOutput) ToStreamingPolicyWidevineConfigurationPtrOutput() StreamingPolicyWidevineConfigurationPtrOutput

func (StreamingPolicyWidevineConfigurationPtrOutput) ToStreamingPolicyWidevineConfigurationPtrOutputWithContext

func (o StreamingPolicyWidevineConfigurationPtrOutput) ToStreamingPolicyWidevineConfigurationPtrOutputWithContext(ctx context.Context) StreamingPolicyWidevineConfigurationPtrOutput

type StreamingPolicyWidevineConfigurationResponse

type StreamingPolicyWidevineConfigurationResponse struct {
	// The template for a customer service to deliver keys to end users.  Not needed when using Azure Media Services for issuing keys.
	CustomLicenseAcquisitionUrlTemplate *string `pulumi:"customLicenseAcquisitionUrlTemplate"`
}

Class to specify configurations of Widevine in Streaming Policy

type StreamingPolicyWidevineConfigurationResponseArgs

type StreamingPolicyWidevineConfigurationResponseArgs struct {
	// The template for a customer service to deliver keys to end users.  Not needed when using Azure Media Services for issuing keys.
	CustomLicenseAcquisitionUrlTemplate pulumi.StringPtrInput `pulumi:"customLicenseAcquisitionUrlTemplate"`
}

Class to specify configurations of Widevine in Streaming Policy

func (StreamingPolicyWidevineConfigurationResponseArgs) ElementType

func (StreamingPolicyWidevineConfigurationResponseArgs) ToStreamingPolicyWidevineConfigurationResponseOutput

func (i StreamingPolicyWidevineConfigurationResponseArgs) ToStreamingPolicyWidevineConfigurationResponseOutput() StreamingPolicyWidevineConfigurationResponseOutput

func (StreamingPolicyWidevineConfigurationResponseArgs) ToStreamingPolicyWidevineConfigurationResponseOutputWithContext

func (i StreamingPolicyWidevineConfigurationResponseArgs) ToStreamingPolicyWidevineConfigurationResponseOutputWithContext(ctx context.Context) StreamingPolicyWidevineConfigurationResponseOutput

func (StreamingPolicyWidevineConfigurationResponseArgs) ToStreamingPolicyWidevineConfigurationResponsePtrOutput

func (i StreamingPolicyWidevineConfigurationResponseArgs) ToStreamingPolicyWidevineConfigurationResponsePtrOutput() StreamingPolicyWidevineConfigurationResponsePtrOutput

func (StreamingPolicyWidevineConfigurationResponseArgs) ToStreamingPolicyWidevineConfigurationResponsePtrOutputWithContext

func (i StreamingPolicyWidevineConfigurationResponseArgs) ToStreamingPolicyWidevineConfigurationResponsePtrOutputWithContext(ctx context.Context) StreamingPolicyWidevineConfigurationResponsePtrOutput

type StreamingPolicyWidevineConfigurationResponseInput

type StreamingPolicyWidevineConfigurationResponseInput interface {
	pulumi.Input

	ToStreamingPolicyWidevineConfigurationResponseOutput() StreamingPolicyWidevineConfigurationResponseOutput
	ToStreamingPolicyWidevineConfigurationResponseOutputWithContext(context.Context) StreamingPolicyWidevineConfigurationResponseOutput
}

StreamingPolicyWidevineConfigurationResponseInput is an input type that accepts StreamingPolicyWidevineConfigurationResponseArgs and StreamingPolicyWidevineConfigurationResponseOutput values. You can construct a concrete instance of `StreamingPolicyWidevineConfigurationResponseInput` via:

StreamingPolicyWidevineConfigurationResponseArgs{...}

type StreamingPolicyWidevineConfigurationResponseOutput

type StreamingPolicyWidevineConfigurationResponseOutput struct{ *pulumi.OutputState }

Class to specify configurations of Widevine in Streaming Policy

func (StreamingPolicyWidevineConfigurationResponseOutput) CustomLicenseAcquisitionUrlTemplate

func (o StreamingPolicyWidevineConfigurationResponseOutput) CustomLicenseAcquisitionUrlTemplate() pulumi.StringPtrOutput

The template for a customer service to deliver keys to end users. Not needed when using Azure Media Services for issuing keys.

func (StreamingPolicyWidevineConfigurationResponseOutput) ElementType

func (StreamingPolicyWidevineConfigurationResponseOutput) ToStreamingPolicyWidevineConfigurationResponseOutput

func (o StreamingPolicyWidevineConfigurationResponseOutput) ToStreamingPolicyWidevineConfigurationResponseOutput() StreamingPolicyWidevineConfigurationResponseOutput

func (StreamingPolicyWidevineConfigurationResponseOutput) ToStreamingPolicyWidevineConfigurationResponseOutputWithContext

func (o StreamingPolicyWidevineConfigurationResponseOutput) ToStreamingPolicyWidevineConfigurationResponseOutputWithContext(ctx context.Context) StreamingPolicyWidevineConfigurationResponseOutput

func (StreamingPolicyWidevineConfigurationResponseOutput) ToStreamingPolicyWidevineConfigurationResponsePtrOutput

func (o StreamingPolicyWidevineConfigurationResponseOutput) ToStreamingPolicyWidevineConfigurationResponsePtrOutput() StreamingPolicyWidevineConfigurationResponsePtrOutput

func (StreamingPolicyWidevineConfigurationResponseOutput) ToStreamingPolicyWidevineConfigurationResponsePtrOutputWithContext

func (o StreamingPolicyWidevineConfigurationResponseOutput) ToStreamingPolicyWidevineConfigurationResponsePtrOutputWithContext(ctx context.Context) StreamingPolicyWidevineConfigurationResponsePtrOutput

type StreamingPolicyWidevineConfigurationResponsePtrInput

type StreamingPolicyWidevineConfigurationResponsePtrInput interface {
	pulumi.Input

	ToStreamingPolicyWidevineConfigurationResponsePtrOutput() StreamingPolicyWidevineConfigurationResponsePtrOutput
	ToStreamingPolicyWidevineConfigurationResponsePtrOutputWithContext(context.Context) StreamingPolicyWidevineConfigurationResponsePtrOutput
}

StreamingPolicyWidevineConfigurationResponsePtrInput is an input type that accepts StreamingPolicyWidevineConfigurationResponseArgs, StreamingPolicyWidevineConfigurationResponsePtr and StreamingPolicyWidevineConfigurationResponsePtrOutput values. You can construct a concrete instance of `StreamingPolicyWidevineConfigurationResponsePtrInput` via:

        StreamingPolicyWidevineConfigurationResponseArgs{...}

or:

        nil

type StreamingPolicyWidevineConfigurationResponsePtrOutput

type StreamingPolicyWidevineConfigurationResponsePtrOutput struct{ *pulumi.OutputState }

func (StreamingPolicyWidevineConfigurationResponsePtrOutput) CustomLicenseAcquisitionUrlTemplate

func (o StreamingPolicyWidevineConfigurationResponsePtrOutput) CustomLicenseAcquisitionUrlTemplate() pulumi.StringPtrOutput

The template for a customer service to deliver keys to end users. Not needed when using Azure Media Services for issuing keys.

func (StreamingPolicyWidevineConfigurationResponsePtrOutput) Elem

func (StreamingPolicyWidevineConfigurationResponsePtrOutput) ElementType

func (StreamingPolicyWidevineConfigurationResponsePtrOutput) ToStreamingPolicyWidevineConfigurationResponsePtrOutput

func (StreamingPolicyWidevineConfigurationResponsePtrOutput) ToStreamingPolicyWidevineConfigurationResponsePtrOutputWithContext

func (o StreamingPolicyWidevineConfigurationResponsePtrOutput) ToStreamingPolicyWidevineConfigurationResponsePtrOutputWithContext(ctx context.Context) StreamingPolicyWidevineConfigurationResponsePtrOutput

type TrackPropertyCondition

type TrackPropertyCondition struct {
	// Track property condition operation
	Operation string `pulumi:"operation"`
	// Track property type
	Property string `pulumi:"property"`
	// Track property value
	Value *string `pulumi:"value"`
}

Class to specify one track property condition

type TrackPropertyConditionArgs

type TrackPropertyConditionArgs struct {
	// Track property condition operation
	Operation pulumi.StringInput `pulumi:"operation"`
	// Track property type
	Property pulumi.StringInput `pulumi:"property"`
	// Track property value
	Value pulumi.StringPtrInput `pulumi:"value"`
}

Class to specify one track property condition

func (TrackPropertyConditionArgs) ElementType

func (TrackPropertyConditionArgs) ElementType() reflect.Type

func (TrackPropertyConditionArgs) ToTrackPropertyConditionOutput

func (i TrackPropertyConditionArgs) ToTrackPropertyConditionOutput() TrackPropertyConditionOutput

func (TrackPropertyConditionArgs) ToTrackPropertyConditionOutputWithContext

func (i TrackPropertyConditionArgs) ToTrackPropertyConditionOutputWithContext(ctx context.Context) TrackPropertyConditionOutput

type TrackPropertyConditionArray

type TrackPropertyConditionArray []TrackPropertyConditionInput

func (TrackPropertyConditionArray) ElementType

func (TrackPropertyConditionArray) ToTrackPropertyConditionArrayOutput

func (i TrackPropertyConditionArray) ToTrackPropertyConditionArrayOutput() TrackPropertyConditionArrayOutput

func (TrackPropertyConditionArray) ToTrackPropertyConditionArrayOutputWithContext

func (i TrackPropertyConditionArray) ToTrackPropertyConditionArrayOutputWithContext(ctx context.Context) TrackPropertyConditionArrayOutput

type TrackPropertyConditionArrayInput

type TrackPropertyConditionArrayInput interface {
	pulumi.Input

	ToTrackPropertyConditionArrayOutput() TrackPropertyConditionArrayOutput
	ToTrackPropertyConditionArrayOutputWithContext(context.Context) TrackPropertyConditionArrayOutput
}

TrackPropertyConditionArrayInput is an input type that accepts TrackPropertyConditionArray and TrackPropertyConditionArrayOutput values. You can construct a concrete instance of `TrackPropertyConditionArrayInput` via:

TrackPropertyConditionArray{ TrackPropertyConditionArgs{...} }

type TrackPropertyConditionArrayOutput

type TrackPropertyConditionArrayOutput struct{ *pulumi.OutputState }

func (TrackPropertyConditionArrayOutput) ElementType

func (TrackPropertyConditionArrayOutput) Index

func (TrackPropertyConditionArrayOutput) ToTrackPropertyConditionArrayOutput

func (o TrackPropertyConditionArrayOutput) ToTrackPropertyConditionArrayOutput() TrackPropertyConditionArrayOutput

func (TrackPropertyConditionArrayOutput) ToTrackPropertyConditionArrayOutputWithContext

func (o TrackPropertyConditionArrayOutput) ToTrackPropertyConditionArrayOutputWithContext(ctx context.Context) TrackPropertyConditionArrayOutput

type TrackPropertyConditionInput

type TrackPropertyConditionInput interface {
	pulumi.Input

	ToTrackPropertyConditionOutput() TrackPropertyConditionOutput
	ToTrackPropertyConditionOutputWithContext(context.Context) TrackPropertyConditionOutput
}

TrackPropertyConditionInput is an input type that accepts TrackPropertyConditionArgs and TrackPropertyConditionOutput values. You can construct a concrete instance of `TrackPropertyConditionInput` via:

TrackPropertyConditionArgs{...}

type TrackPropertyConditionOutput

type TrackPropertyConditionOutput struct{ *pulumi.OutputState }

Class to specify one track property condition

func (TrackPropertyConditionOutput) ElementType

func (TrackPropertyConditionOutput) Operation

Track property condition operation

func (TrackPropertyConditionOutput) Property

Track property type

func (TrackPropertyConditionOutput) ToTrackPropertyConditionOutput

func (o TrackPropertyConditionOutput) ToTrackPropertyConditionOutput() TrackPropertyConditionOutput

func (TrackPropertyConditionOutput) ToTrackPropertyConditionOutputWithContext

func (o TrackPropertyConditionOutput) ToTrackPropertyConditionOutputWithContext(ctx context.Context) TrackPropertyConditionOutput

func (TrackPropertyConditionOutput) Value

Track property value

type TrackPropertyConditionResponse

type TrackPropertyConditionResponse struct {
	// Track property condition operation
	Operation string `pulumi:"operation"`
	// Track property type
	Property string `pulumi:"property"`
	// Track property value
	Value *string `pulumi:"value"`
}

Class to specify one track property condition

type TrackPropertyConditionResponseArgs

type TrackPropertyConditionResponseArgs struct {
	// Track property condition operation
	Operation pulumi.StringInput `pulumi:"operation"`
	// Track property type
	Property pulumi.StringInput `pulumi:"property"`
	// Track property value
	Value pulumi.StringPtrInput `pulumi:"value"`
}

Class to specify one track property condition

func (TrackPropertyConditionResponseArgs) ElementType

func (TrackPropertyConditionResponseArgs) ToTrackPropertyConditionResponseOutput

func (i TrackPropertyConditionResponseArgs) ToTrackPropertyConditionResponseOutput() TrackPropertyConditionResponseOutput

func (TrackPropertyConditionResponseArgs) ToTrackPropertyConditionResponseOutputWithContext

func (i TrackPropertyConditionResponseArgs) ToTrackPropertyConditionResponseOutputWithContext(ctx context.Context) TrackPropertyConditionResponseOutput

type TrackPropertyConditionResponseArray

type TrackPropertyConditionResponseArray []TrackPropertyConditionResponseInput

func (TrackPropertyConditionResponseArray) ElementType

func (TrackPropertyConditionResponseArray) ToTrackPropertyConditionResponseArrayOutput

func (i TrackPropertyConditionResponseArray) ToTrackPropertyConditionResponseArrayOutput() TrackPropertyConditionResponseArrayOutput

func (TrackPropertyConditionResponseArray) ToTrackPropertyConditionResponseArrayOutputWithContext

func (i TrackPropertyConditionResponseArray) ToTrackPropertyConditionResponseArrayOutputWithContext(ctx context.Context) TrackPropertyConditionResponseArrayOutput

type TrackPropertyConditionResponseArrayInput

type TrackPropertyConditionResponseArrayInput interface {
	pulumi.Input

	ToTrackPropertyConditionResponseArrayOutput() TrackPropertyConditionResponseArrayOutput
	ToTrackPropertyConditionResponseArrayOutputWithContext(context.Context) TrackPropertyConditionResponseArrayOutput
}

TrackPropertyConditionResponseArrayInput is an input type that accepts TrackPropertyConditionResponseArray and TrackPropertyConditionResponseArrayOutput values. You can construct a concrete instance of `TrackPropertyConditionResponseArrayInput` via:

TrackPropertyConditionResponseArray{ TrackPropertyConditionResponseArgs{...} }

type TrackPropertyConditionResponseArrayOutput

type TrackPropertyConditionResponseArrayOutput struct{ *pulumi.OutputState }

func (TrackPropertyConditionResponseArrayOutput) ElementType

func (TrackPropertyConditionResponseArrayOutput) Index

func (TrackPropertyConditionResponseArrayOutput) ToTrackPropertyConditionResponseArrayOutput

func (o TrackPropertyConditionResponseArrayOutput) ToTrackPropertyConditionResponseArrayOutput() TrackPropertyConditionResponseArrayOutput

func (TrackPropertyConditionResponseArrayOutput) ToTrackPropertyConditionResponseArrayOutputWithContext

func (o TrackPropertyConditionResponseArrayOutput) ToTrackPropertyConditionResponseArrayOutputWithContext(ctx context.Context) TrackPropertyConditionResponseArrayOutput

type TrackPropertyConditionResponseInput

type TrackPropertyConditionResponseInput interface {
	pulumi.Input

	ToTrackPropertyConditionResponseOutput() TrackPropertyConditionResponseOutput
	ToTrackPropertyConditionResponseOutputWithContext(context.Context) TrackPropertyConditionResponseOutput
}

TrackPropertyConditionResponseInput is an input type that accepts TrackPropertyConditionResponseArgs and TrackPropertyConditionResponseOutput values. You can construct a concrete instance of `TrackPropertyConditionResponseInput` via:

TrackPropertyConditionResponseArgs{...}

type TrackPropertyConditionResponseOutput

type TrackPropertyConditionResponseOutput struct{ *pulumi.OutputState }

Class to specify one track property condition

func (TrackPropertyConditionResponseOutput) ElementType

func (TrackPropertyConditionResponseOutput) Operation

Track property condition operation

func (TrackPropertyConditionResponseOutput) Property

Track property type

func (TrackPropertyConditionResponseOutput) ToTrackPropertyConditionResponseOutput

func (o TrackPropertyConditionResponseOutput) ToTrackPropertyConditionResponseOutput() TrackPropertyConditionResponseOutput

func (TrackPropertyConditionResponseOutput) ToTrackPropertyConditionResponseOutputWithContext

func (o TrackPropertyConditionResponseOutput) ToTrackPropertyConditionResponseOutputWithContext(ctx context.Context) TrackPropertyConditionResponseOutput

func (TrackPropertyConditionResponseOutput) Value

Track property value

type TrackSelection

type TrackSelection struct {
	// TrackSelections is a track property condition list which can specify track(s)
	TrackSelections []TrackPropertyCondition `pulumi:"trackSelections"`
}

Class to select a track

type TrackSelectionArgs

type TrackSelectionArgs struct {
	// TrackSelections is a track property condition list which can specify track(s)
	TrackSelections TrackPropertyConditionArrayInput `pulumi:"trackSelections"`
}

Class to select a track

func (TrackSelectionArgs) ElementType

func (TrackSelectionArgs) ElementType() reflect.Type

func (TrackSelectionArgs) ToTrackSelectionOutput

func (i TrackSelectionArgs) ToTrackSelectionOutput() TrackSelectionOutput

func (TrackSelectionArgs) ToTrackSelectionOutputWithContext

func (i TrackSelectionArgs) ToTrackSelectionOutputWithContext(ctx context.Context) TrackSelectionOutput

type TrackSelectionArray

type TrackSelectionArray []TrackSelectionInput

func (TrackSelectionArray) ElementType

func (TrackSelectionArray) ElementType() reflect.Type

func (TrackSelectionArray) ToTrackSelectionArrayOutput

func (i TrackSelectionArray) ToTrackSelectionArrayOutput() TrackSelectionArrayOutput

func (TrackSelectionArray) ToTrackSelectionArrayOutputWithContext

func (i TrackSelectionArray) ToTrackSelectionArrayOutputWithContext(ctx context.Context) TrackSelectionArrayOutput

type TrackSelectionArrayInput

type TrackSelectionArrayInput interface {
	pulumi.Input

	ToTrackSelectionArrayOutput() TrackSelectionArrayOutput
	ToTrackSelectionArrayOutputWithContext(context.Context) TrackSelectionArrayOutput
}

TrackSelectionArrayInput is an input type that accepts TrackSelectionArray and TrackSelectionArrayOutput values. You can construct a concrete instance of `TrackSelectionArrayInput` via:

TrackSelectionArray{ TrackSelectionArgs{...} }

type TrackSelectionArrayOutput

type TrackSelectionArrayOutput struct{ *pulumi.OutputState }

func (TrackSelectionArrayOutput) ElementType

func (TrackSelectionArrayOutput) ElementType() reflect.Type

func (TrackSelectionArrayOutput) Index

func (TrackSelectionArrayOutput) ToTrackSelectionArrayOutput

func (o TrackSelectionArrayOutput) ToTrackSelectionArrayOutput() TrackSelectionArrayOutput

func (TrackSelectionArrayOutput) ToTrackSelectionArrayOutputWithContext

func (o TrackSelectionArrayOutput) ToTrackSelectionArrayOutputWithContext(ctx context.Context) TrackSelectionArrayOutput

type TrackSelectionInput

type TrackSelectionInput interface {
	pulumi.Input

	ToTrackSelectionOutput() TrackSelectionOutput
	ToTrackSelectionOutputWithContext(context.Context) TrackSelectionOutput
}

TrackSelectionInput is an input type that accepts TrackSelectionArgs and TrackSelectionOutput values. You can construct a concrete instance of `TrackSelectionInput` via:

TrackSelectionArgs{...}

type TrackSelectionOutput

type TrackSelectionOutput struct{ *pulumi.OutputState }

Class to select a track

func (TrackSelectionOutput) ElementType

func (TrackSelectionOutput) ElementType() reflect.Type

func (TrackSelectionOutput) ToTrackSelectionOutput

func (o TrackSelectionOutput) ToTrackSelectionOutput() TrackSelectionOutput

func (TrackSelectionOutput) ToTrackSelectionOutputWithContext

func (o TrackSelectionOutput) ToTrackSelectionOutputWithContext(ctx context.Context) TrackSelectionOutput

func (TrackSelectionOutput) TrackSelections

TrackSelections is a track property condition list which can specify track(s)

type TrackSelectionResponse

type TrackSelectionResponse struct {
	// TrackSelections is a track property condition list which can specify track(s)
	TrackSelections []TrackPropertyConditionResponse `pulumi:"trackSelections"`
}

Class to select a track

type TrackSelectionResponseArgs

type TrackSelectionResponseArgs struct {
	// TrackSelections is a track property condition list which can specify track(s)
	TrackSelections TrackPropertyConditionResponseArrayInput `pulumi:"trackSelections"`
}

Class to select a track

func (TrackSelectionResponseArgs) ElementType

func (TrackSelectionResponseArgs) ElementType() reflect.Type

func (TrackSelectionResponseArgs) ToTrackSelectionResponseOutput

func (i TrackSelectionResponseArgs) ToTrackSelectionResponseOutput() TrackSelectionResponseOutput

func (TrackSelectionResponseArgs) ToTrackSelectionResponseOutputWithContext

func (i TrackSelectionResponseArgs) ToTrackSelectionResponseOutputWithContext(ctx context.Context) TrackSelectionResponseOutput

type TrackSelectionResponseArray

type TrackSelectionResponseArray []TrackSelectionResponseInput

func (TrackSelectionResponseArray) ElementType

func (TrackSelectionResponseArray) ToTrackSelectionResponseArrayOutput

func (i TrackSelectionResponseArray) ToTrackSelectionResponseArrayOutput() TrackSelectionResponseArrayOutput

func (TrackSelectionResponseArray) ToTrackSelectionResponseArrayOutputWithContext

func (i TrackSelectionResponseArray) ToTrackSelectionResponseArrayOutputWithContext(ctx context.Context) TrackSelectionResponseArrayOutput

type TrackSelectionResponseArrayInput

type TrackSelectionResponseArrayInput interface {
	pulumi.Input

	ToTrackSelectionResponseArrayOutput() TrackSelectionResponseArrayOutput
	ToTrackSelectionResponseArrayOutputWithContext(context.Context) TrackSelectionResponseArrayOutput
}

TrackSelectionResponseArrayInput is an input type that accepts TrackSelectionResponseArray and TrackSelectionResponseArrayOutput values. You can construct a concrete instance of `TrackSelectionResponseArrayInput` via:

TrackSelectionResponseArray{ TrackSelectionResponseArgs{...} }

type TrackSelectionResponseArrayOutput

type TrackSelectionResponseArrayOutput struct{ *pulumi.OutputState }

func (TrackSelectionResponseArrayOutput) ElementType

func (TrackSelectionResponseArrayOutput) Index

func (TrackSelectionResponseArrayOutput) ToTrackSelectionResponseArrayOutput

func (o TrackSelectionResponseArrayOutput) ToTrackSelectionResponseArrayOutput() TrackSelectionResponseArrayOutput

func (TrackSelectionResponseArrayOutput) ToTrackSelectionResponseArrayOutputWithContext

func (o TrackSelectionResponseArrayOutput) ToTrackSelectionResponseArrayOutputWithContext(ctx context.Context) TrackSelectionResponseArrayOutput

type TrackSelectionResponseInput

type TrackSelectionResponseInput interface {
	pulumi.Input

	ToTrackSelectionResponseOutput() TrackSelectionResponseOutput
	ToTrackSelectionResponseOutputWithContext(context.Context) TrackSelectionResponseOutput
}

TrackSelectionResponseInput is an input type that accepts TrackSelectionResponseArgs and TrackSelectionResponseOutput values. You can construct a concrete instance of `TrackSelectionResponseInput` via:

TrackSelectionResponseArgs{...}

type TrackSelectionResponseOutput

type TrackSelectionResponseOutput struct{ *pulumi.OutputState }

Class to select a track

func (TrackSelectionResponseOutput) ElementType

func (TrackSelectionResponseOutput) ToTrackSelectionResponseOutput

func (o TrackSelectionResponseOutput) ToTrackSelectionResponseOutput() TrackSelectionResponseOutput

func (TrackSelectionResponseOutput) ToTrackSelectionResponseOutputWithContext

func (o TrackSelectionResponseOutput) ToTrackSelectionResponseOutputWithContext(ctx context.Context) TrackSelectionResponseOutput

func (TrackSelectionResponseOutput) TrackSelections

TrackSelections is a track property condition list which can specify track(s)

type Transform

type Transform struct {
	pulumi.CustomResourceState

	// The UTC date and time when the Transform was created, in 'YYYY-MM-DDThh:mm:ssZ' format.
	Created pulumi.StringOutput `pulumi:"created"`
	// An optional verbose description of the Transform.
	Description pulumi.StringPtrOutput `pulumi:"description"`
	// The UTC date and time when the Transform was last updated, in 'YYYY-MM-DDThh:mm:ssZ' format.
	LastModified pulumi.StringOutput `pulumi:"lastModified"`
	// The name of the resource.
	Name pulumi.StringOutput `pulumi:"name"`
	// An array of one or more TransformOutputs that the Transform should generate.
	Outputs TransformOutputResponseArrayOutput `pulumi:"outputs"`
	// The type of the resource.
	Type pulumi.StringOutput `pulumi:"type"`
}

A Transform encapsulates the rules or instructions for generating desired outputs from input media, such as by transcoding or by extracting insights. After the Transform is created, it can be applied to input media by creating Jobs.

func GetTransform

func GetTransform(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *TransformState, opts ...pulumi.ResourceOption) (*Transform, error)

GetTransform gets an existing Transform resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewTransform

func NewTransform(ctx *pulumi.Context,
	name string, args *TransformArgs, opts ...pulumi.ResourceOption) (*Transform, error)

NewTransform registers a new resource with the given unique name, arguments, and options.

type TransformArgs

type TransformArgs struct {
	// The Media Services account name.
	AccountName pulumi.StringInput
	// An optional verbose description of the Transform.
	Description pulumi.StringPtrInput
	// An array of one or more TransformOutputs that the Transform should generate.
	Outputs TransformOutputArrayInput
	// The name of the resource group within the Azure subscription.
	ResourceGroupName pulumi.StringInput
	// The Transform name.
	TransformName pulumi.StringInput
}

The set of arguments for constructing a Transform resource.

func (TransformArgs) ElementType

func (TransformArgs) ElementType() reflect.Type

type TransformOutput

type TransformOutput struct {
	// 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 default is stop.
	OnError *string `pulumi:"onError"`
	// Preset that describes the operations that will be used to modify, transcode, or extract insights from the source file to generate the output.
	Preset interface{} `pulumi:"preset"`
	// Sets the relative priority of the TransformOutputs within a Transform. This sets the priority that the service uses for processing TransformOutputs. The default priority is Normal.
	RelativePriority *string `pulumi:"relativePriority"`
}

Describes the properties of a TransformOutput, which are the rules to be applied while generating the desired output.

type TransformOutputArgs

type TransformOutputArgs struct {
	// 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 default is stop.
	OnError pulumi.StringPtrInput `pulumi:"onError"`
	// Preset that describes the operations that will be used to modify, transcode, or extract insights from the source file to generate the output.
	Preset pulumi.Input `pulumi:"preset"`
	// Sets the relative priority of the TransformOutputs within a Transform. This sets the priority that the service uses for processing TransformOutputs. The default priority is Normal.
	RelativePriority pulumi.StringPtrInput `pulumi:"relativePriority"`
}

Describes the properties of a TransformOutput, which are the rules to be applied while generating the desired output.

func (TransformOutputArgs) ElementType

func (TransformOutputArgs) ElementType() reflect.Type

func (TransformOutputArgs) ToTransformOutputOutput

func (i TransformOutputArgs) ToTransformOutputOutput() TransformOutputOutput

func (TransformOutputArgs) ToTransformOutputOutputWithContext

func (i TransformOutputArgs) ToTransformOutputOutputWithContext(ctx context.Context) TransformOutputOutput

type TransformOutputArray

type TransformOutputArray []TransformOutputInput

func (TransformOutputArray) ElementType

func (TransformOutputArray) ElementType() reflect.Type

func (TransformOutputArray) ToTransformOutputArrayOutput

func (i TransformOutputArray) ToTransformOutputArrayOutput() TransformOutputArrayOutput

func (TransformOutputArray) ToTransformOutputArrayOutputWithContext

func (i TransformOutputArray) ToTransformOutputArrayOutputWithContext(ctx context.Context) TransformOutputArrayOutput

type TransformOutputArrayInput

type TransformOutputArrayInput interface {
	pulumi.Input

	ToTransformOutputArrayOutput() TransformOutputArrayOutput
	ToTransformOutputArrayOutputWithContext(context.Context) TransformOutputArrayOutput
}

TransformOutputArrayInput is an input type that accepts TransformOutputArray and TransformOutputArrayOutput values. You can construct a concrete instance of `TransformOutputArrayInput` via:

TransformOutputArray{ TransformOutputArgs{...} }

type TransformOutputArrayOutput

type TransformOutputArrayOutput struct{ *pulumi.OutputState }

func (TransformOutputArrayOutput) ElementType

func (TransformOutputArrayOutput) ElementType() reflect.Type

func (TransformOutputArrayOutput) Index

func (TransformOutputArrayOutput) ToTransformOutputArrayOutput

func (o TransformOutputArrayOutput) ToTransformOutputArrayOutput() TransformOutputArrayOutput

func (TransformOutputArrayOutput) ToTransformOutputArrayOutputWithContext

func (o TransformOutputArrayOutput) ToTransformOutputArrayOutputWithContext(ctx context.Context) TransformOutputArrayOutput

type TransformOutputInput

type TransformOutputInput interface {
	pulumi.Input

	ToTransformOutputOutput() TransformOutputOutput
	ToTransformOutputOutputWithContext(context.Context) TransformOutputOutput
}

TransformOutputInput is an input type that accepts TransformOutputArgs and TransformOutputOutput values. You can construct a concrete instance of `TransformOutputInput` via:

TransformOutputArgs{...}

type TransformOutputOutput

type TransformOutputOutput struct{ *pulumi.OutputState }

Describes the properties of a TransformOutput, which are the rules to be applied while generating the desired output.

func (TransformOutputOutput) ElementType

func (TransformOutputOutput) ElementType() reflect.Type

func (TransformOutputOutput) OnError

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 default is stop.

func (TransformOutputOutput) Preset

Preset that describes the operations that will be used to modify, transcode, or extract insights from the source file to generate the output.

func (TransformOutputOutput) RelativePriority

func (o TransformOutputOutput) RelativePriority() pulumi.StringPtrOutput

Sets the relative priority of the TransformOutputs within a Transform. This sets the priority that the service uses for processing TransformOutputs. The default priority is Normal.

func (TransformOutputOutput) ToTransformOutputOutput

func (o TransformOutputOutput) ToTransformOutputOutput() TransformOutputOutput

func (TransformOutputOutput) ToTransformOutputOutputWithContext

func (o TransformOutputOutput) ToTransformOutputOutputWithContext(ctx context.Context) TransformOutputOutput

type TransformOutputResponse

type TransformOutputResponse struct {
	// 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 default is stop.
	OnError *string `pulumi:"onError"`
	// Preset that describes the operations that will be used to modify, transcode, or extract insights from the source file to generate the output.
	Preset interface{} `pulumi:"preset"`
	// Sets the relative priority of the TransformOutputs within a Transform. This sets the priority that the service uses for processing TransformOutputs. The default priority is Normal.
	RelativePriority *string `pulumi:"relativePriority"`
}

Describes the properties of a TransformOutput, which are the rules to be applied while generating the desired output.

type TransformOutputResponseArgs

type TransformOutputResponseArgs struct {
	// 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 default is stop.
	OnError pulumi.StringPtrInput `pulumi:"onError"`
	// Preset that describes the operations that will be used to modify, transcode, or extract insights from the source file to generate the output.
	Preset pulumi.Input `pulumi:"preset"`
	// Sets the relative priority of the TransformOutputs within a Transform. This sets the priority that the service uses for processing TransformOutputs. The default priority is Normal.
	RelativePriority pulumi.StringPtrInput `pulumi:"relativePriority"`
}

Describes the properties of a TransformOutput, which are the rules to be applied while generating the desired output.

func (TransformOutputResponseArgs) ElementType

func (TransformOutputResponseArgs) ToTransformOutputResponseOutput

func (i TransformOutputResponseArgs) ToTransformOutputResponseOutput() TransformOutputResponseOutput

func (TransformOutputResponseArgs) ToTransformOutputResponseOutputWithContext

func (i TransformOutputResponseArgs) ToTransformOutputResponseOutputWithContext(ctx context.Context) TransformOutputResponseOutput

type TransformOutputResponseArray

type TransformOutputResponseArray []TransformOutputResponseInput

func (TransformOutputResponseArray) ElementType

func (TransformOutputResponseArray) ToTransformOutputResponseArrayOutput

func (i TransformOutputResponseArray) ToTransformOutputResponseArrayOutput() TransformOutputResponseArrayOutput

func (TransformOutputResponseArray) ToTransformOutputResponseArrayOutputWithContext

func (i TransformOutputResponseArray) ToTransformOutputResponseArrayOutputWithContext(ctx context.Context) TransformOutputResponseArrayOutput

type TransformOutputResponseArrayInput

type TransformOutputResponseArrayInput interface {
	pulumi.Input

	ToTransformOutputResponseArrayOutput() TransformOutputResponseArrayOutput
	ToTransformOutputResponseArrayOutputWithContext(context.Context) TransformOutputResponseArrayOutput
}

TransformOutputResponseArrayInput is an input type that accepts TransformOutputResponseArray and TransformOutputResponseArrayOutput values. You can construct a concrete instance of `TransformOutputResponseArrayInput` via:

TransformOutputResponseArray{ TransformOutputResponseArgs{...} }

type TransformOutputResponseArrayOutput

type TransformOutputResponseArrayOutput struct{ *pulumi.OutputState }

func (TransformOutputResponseArrayOutput) ElementType

func (TransformOutputResponseArrayOutput) Index

func (TransformOutputResponseArrayOutput) ToTransformOutputResponseArrayOutput

func (o TransformOutputResponseArrayOutput) ToTransformOutputResponseArrayOutput() TransformOutputResponseArrayOutput

func (TransformOutputResponseArrayOutput) ToTransformOutputResponseArrayOutputWithContext

func (o TransformOutputResponseArrayOutput) ToTransformOutputResponseArrayOutputWithContext(ctx context.Context) TransformOutputResponseArrayOutput

type TransformOutputResponseInput

type TransformOutputResponseInput interface {
	pulumi.Input

	ToTransformOutputResponseOutput() TransformOutputResponseOutput
	ToTransformOutputResponseOutputWithContext(context.Context) TransformOutputResponseOutput
}

TransformOutputResponseInput is an input type that accepts TransformOutputResponseArgs and TransformOutputResponseOutput values. You can construct a concrete instance of `TransformOutputResponseInput` via:

TransformOutputResponseArgs{...}

type TransformOutputResponseOutput

type TransformOutputResponseOutput struct{ *pulumi.OutputState }

Describes the properties of a TransformOutput, which are the rules to be applied while generating the desired output.

func (TransformOutputResponseOutput) ElementType

func (TransformOutputResponseOutput) OnError

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 default is stop.

func (TransformOutputResponseOutput) Preset

Preset that describes the operations that will be used to modify, transcode, or extract insights from the source file to generate the output.

func (TransformOutputResponseOutput) RelativePriority

Sets the relative priority of the TransformOutputs within a Transform. This sets the priority that the service uses for processing TransformOutputs. The default priority is Normal.

func (TransformOutputResponseOutput) ToTransformOutputResponseOutput

func (o TransformOutputResponseOutput) ToTransformOutputResponseOutput() TransformOutputResponseOutput

func (TransformOutputResponseOutput) ToTransformOutputResponseOutputWithContext

func (o TransformOutputResponseOutput) ToTransformOutputResponseOutputWithContext(ctx context.Context) TransformOutputResponseOutput

type TransformState

type TransformState struct {
	// The UTC date and time when the Transform was created, in 'YYYY-MM-DDThh:mm:ssZ' format.
	Created pulumi.StringPtrInput
	// An optional verbose description of the Transform.
	Description pulumi.StringPtrInput
	// The UTC date and time when the Transform was last updated, in 'YYYY-MM-DDThh:mm:ssZ' format.
	LastModified pulumi.StringPtrInput
	// The name of the resource.
	Name pulumi.StringPtrInput
	// An array of one or more TransformOutputs that the Transform should generate.
	Outputs TransformOutputResponseArrayInput
	// The type of the resource.
	Type pulumi.StringPtrInput
}

func (TransformState) ElementType

func (TransformState) ElementType() reflect.Type

type Video

type Video struct {
	// The distance between two key frames, thereby defining a group of pictures (GOP). The value should be a non-zero integer in the range [1, 30] seconds, specified in ISO 8601 format. The default is 2 seconds (PT2S).
	KeyFrameInterval *string `pulumi:"keyFrameInterval"`
	// An optional label for the codec. The label can be used to control muxing behavior.
	Label *string `pulumi:"label"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
	// The resizing mode - how the input video will be resized to fit the desired output resolution(s). Default is AutoSize
	StretchMode *string `pulumi:"stretchMode"`
}

Describes the basic properties for encoding the input video.

type VideoArgs

type VideoArgs struct {
	// The distance between two key frames, thereby defining a group of pictures (GOP). The value should be a non-zero integer in the range [1, 30] seconds, specified in ISO 8601 format. The default is 2 seconds (PT2S).
	KeyFrameInterval pulumi.StringPtrInput `pulumi:"keyFrameInterval"`
	// An optional label for the codec. The label can be used to control muxing behavior.
	Label pulumi.StringPtrInput `pulumi:"label"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
	// The resizing mode - how the input video will be resized to fit the desired output resolution(s). Default is AutoSize
	StretchMode pulumi.StringPtrInput `pulumi:"stretchMode"`
}

Describes the basic properties for encoding the input video.

func (VideoArgs) ElementType

func (VideoArgs) ElementType() reflect.Type

func (VideoArgs) ToVideoOutput

func (i VideoArgs) ToVideoOutput() VideoOutput

func (VideoArgs) ToVideoOutputWithContext

func (i VideoArgs) ToVideoOutputWithContext(ctx context.Context) VideoOutput

type VideoInput

type VideoInput interface {
	pulumi.Input

	ToVideoOutput() VideoOutput
	ToVideoOutputWithContext(context.Context) VideoOutput
}

VideoInput is an input type that accepts VideoArgs and VideoOutput values. You can construct a concrete instance of `VideoInput` via:

VideoArgs{...}

type VideoOutput

type VideoOutput struct{ *pulumi.OutputState }

Describes the basic properties for encoding the input video.

func (VideoOutput) ElementType

func (VideoOutput) ElementType() reflect.Type

func (VideoOutput) KeyFrameInterval

func (o VideoOutput) KeyFrameInterval() pulumi.StringPtrOutput

The distance between two key frames, thereby defining a group of pictures (GOP). The value should be a non-zero integer in the range [1, 30] seconds, specified in ISO 8601 format. The default is 2 seconds (PT2S).

func (VideoOutput) Label

An optional label for the codec. The label can be used to control muxing behavior.

func (VideoOutput) OdataType

func (o VideoOutput) OdataType() pulumi.StringOutput

The discriminator for derived types.

func (VideoOutput) StretchMode

func (o VideoOutput) StretchMode() pulumi.StringPtrOutput

The resizing mode - how the input video will be resized to fit the desired output resolution(s). Default is AutoSize

func (VideoOutput) ToVideoOutput

func (o VideoOutput) ToVideoOutput() VideoOutput

func (VideoOutput) ToVideoOutputWithContext

func (o VideoOutput) ToVideoOutputWithContext(ctx context.Context) VideoOutput

type VideoOverlay

type VideoOverlay struct {
	// The gain level of audio in the overlay. The value should be in the range [0, 1.0]. The default is 1.0.
	AudioGainLevel *float64 `pulumi:"audioGainLevel"`
	// An optional rectangular window used to crop the overlay image or video.
	CropRectangle *Rectangle `pulumi:"cropRectangle"`
	// The position in the input video at which the overlay ends. The value should be in ISO 8601 duration format. For example, PT30S to end the overlay at 30 seconds in to the input video. If not specified the overlay will be applied until the end of the input video if inputLoop is true. Else, if inputLoop is false, then overlay will last as long as the duration of the overlay media.
	End *string `pulumi:"end"`
	// 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 `pulumi:"fadeInDuration"`
	// 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 `pulumi:"fadeOutDuration"`
	// The label of the job input which is to be used as an overlay. The Input must specify exactly one file. You can specify an image file in JPG or PNG formats, or an audio file (such as a WAV, MP3, WMA or M4A file), or a video file. See https://aka.ms/mesformats for the complete list of supported audio and video file formats.
	InputLabel *string `pulumi:"inputLabel"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
	// The opacity of the overlay. This is a value in the range [0 - 1.0]. Default is 1.0 which mean the overlay is opaque.
	Opacity *float64 `pulumi:"opacity"`
	// The location in the input video where the overlay is applied.
	Position *Rectangle `pulumi:"position"`
	// 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 in to the input video. If not specified the overlay starts from the beginning of the input video.
	Start *string `pulumi:"start"`
}

Describes the properties of a video overlay.

type VideoOverlayArgs

type VideoOverlayArgs struct {
	// The gain level of audio in the overlay. The value should be in the range [0, 1.0]. The default is 1.0.
	AudioGainLevel pulumi.Float64PtrInput `pulumi:"audioGainLevel"`
	// An optional rectangular window used to crop the overlay image or video.
	CropRectangle RectanglePtrInput `pulumi:"cropRectangle"`
	// The position in the input video at which the overlay ends. The value should be in ISO 8601 duration format. For example, PT30S to end the overlay at 30 seconds in to the input video. If not specified the overlay will be applied until the end of the input video if inputLoop is true. Else, if inputLoop is false, then overlay will last as long as the duration of the overlay media.
	End pulumi.StringPtrInput `pulumi:"end"`
	// 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 pulumi.StringPtrInput `pulumi:"fadeInDuration"`
	// 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 pulumi.StringPtrInput `pulumi:"fadeOutDuration"`
	// The label of the job input which is to be used as an overlay. The Input must specify exactly one file. You can specify an image file in JPG or PNG formats, or an audio file (such as a WAV, MP3, WMA or M4A file), or a video file. See https://aka.ms/mesformats for the complete list of supported audio and video file formats.
	InputLabel pulumi.StringPtrInput `pulumi:"inputLabel"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
	// The opacity of the overlay. This is a value in the range [0 - 1.0]. Default is 1.0 which mean the overlay is opaque.
	Opacity pulumi.Float64PtrInput `pulumi:"opacity"`
	// The location in the input video where the overlay is applied.
	Position RectanglePtrInput `pulumi:"position"`
	// 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 in to the input video. If not specified the overlay starts from the beginning of the input video.
	Start pulumi.StringPtrInput `pulumi:"start"`
}

Describes the properties of a video overlay.

func (VideoOverlayArgs) ElementType

func (VideoOverlayArgs) ElementType() reflect.Type

func (VideoOverlayArgs) ToVideoOverlayOutput

func (i VideoOverlayArgs) ToVideoOverlayOutput() VideoOverlayOutput

func (VideoOverlayArgs) ToVideoOverlayOutputWithContext

func (i VideoOverlayArgs) ToVideoOverlayOutputWithContext(ctx context.Context) VideoOverlayOutput

type VideoOverlayInput

type VideoOverlayInput interface {
	pulumi.Input

	ToVideoOverlayOutput() VideoOverlayOutput
	ToVideoOverlayOutputWithContext(context.Context) VideoOverlayOutput
}

VideoOverlayInput is an input type that accepts VideoOverlayArgs and VideoOverlayOutput values. You can construct a concrete instance of `VideoOverlayInput` via:

VideoOverlayArgs{...}

type VideoOverlayOutput

type VideoOverlayOutput struct{ *pulumi.OutputState }

Describes the properties of a video overlay.

func (VideoOverlayOutput) AudioGainLevel

func (o VideoOverlayOutput) AudioGainLevel() pulumi.Float64PtrOutput

The gain level of audio in the overlay. The value should be in the range [0, 1.0]. The default is 1.0.

func (VideoOverlayOutput) CropRectangle

func (o VideoOverlayOutput) CropRectangle() RectanglePtrOutput

An optional rectangular window used to crop the overlay image or video.

func (VideoOverlayOutput) ElementType

func (VideoOverlayOutput) ElementType() reflect.Type

func (VideoOverlayOutput) End

The position in the input video at which the overlay ends. The value should be in ISO 8601 duration format. For example, PT30S to end the overlay at 30 seconds in to the input video. If not specified the overlay will be applied until the end of the input video if inputLoop is true. Else, if inputLoop is false, then overlay will last as long as the duration of the overlay media.

func (VideoOverlayOutput) FadeInDuration

func (o VideoOverlayOutput) FadeInDuration() pulumi.StringPtrOutput

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).

func (VideoOverlayOutput) FadeOutDuration

func (o VideoOverlayOutput) FadeOutDuration() pulumi.StringPtrOutput

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).

func (VideoOverlayOutput) InputLabel

func (o VideoOverlayOutput) InputLabel() pulumi.StringPtrOutput

The label of the job input which is to be used as an overlay. The Input must specify exactly one file. You can specify an image file in JPG or PNG formats, or an audio file (such as a WAV, MP3, WMA or M4A file), or a video file. See https://aka.ms/mesformats for the complete list of supported audio and video file formats.

func (VideoOverlayOutput) OdataType

func (o VideoOverlayOutput) OdataType() pulumi.StringOutput

The discriminator for derived types.

func (VideoOverlayOutput) Opacity

The opacity of the overlay. This is a value in the range [0 - 1.0]. Default is 1.0 which mean the overlay is opaque.

func (VideoOverlayOutput) Position

The location in the input video where the overlay is applied.

func (VideoOverlayOutput) Start

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 in to the input video. If not specified the overlay starts from the beginning of the input video.

func (VideoOverlayOutput) ToVideoOverlayOutput

func (o VideoOverlayOutput) ToVideoOverlayOutput() VideoOverlayOutput

func (VideoOverlayOutput) ToVideoOverlayOutputWithContext

func (o VideoOverlayOutput) ToVideoOverlayOutputWithContext(ctx context.Context) VideoOverlayOutput

type VideoOverlayResponse

type VideoOverlayResponse struct {
	// The gain level of audio in the overlay. The value should be in the range [0, 1.0]. The default is 1.0.
	AudioGainLevel *float64 `pulumi:"audioGainLevel"`
	// An optional rectangular window used to crop the overlay image or video.
	CropRectangle *RectangleResponse `pulumi:"cropRectangle"`
	// The position in the input video at which the overlay ends. The value should be in ISO 8601 duration format. For example, PT30S to end the overlay at 30 seconds in to the input video. If not specified the overlay will be applied until the end of the input video if inputLoop is true. Else, if inputLoop is false, then overlay will last as long as the duration of the overlay media.
	End *string `pulumi:"end"`
	// 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 `pulumi:"fadeInDuration"`
	// 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 `pulumi:"fadeOutDuration"`
	// The label of the job input which is to be used as an overlay. The Input must specify exactly one file. You can specify an image file in JPG or PNG formats, or an audio file (such as a WAV, MP3, WMA or M4A file), or a video file. See https://aka.ms/mesformats for the complete list of supported audio and video file formats.
	InputLabel *string `pulumi:"inputLabel"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
	// The opacity of the overlay. This is a value in the range [0 - 1.0]. Default is 1.0 which mean the overlay is opaque.
	Opacity *float64 `pulumi:"opacity"`
	// The location in the input video where the overlay is applied.
	Position *RectangleResponse `pulumi:"position"`
	// 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 in to the input video. If not specified the overlay starts from the beginning of the input video.
	Start *string `pulumi:"start"`
}

Describes the properties of a video overlay.

type VideoOverlayResponseArgs

type VideoOverlayResponseArgs struct {
	// The gain level of audio in the overlay. The value should be in the range [0, 1.0]. The default is 1.0.
	AudioGainLevel pulumi.Float64PtrInput `pulumi:"audioGainLevel"`
	// An optional rectangular window used to crop the overlay image or video.
	CropRectangle RectangleResponsePtrInput `pulumi:"cropRectangle"`
	// The position in the input video at which the overlay ends. The value should be in ISO 8601 duration format. For example, PT30S to end the overlay at 30 seconds in to the input video. If not specified the overlay will be applied until the end of the input video if inputLoop is true. Else, if inputLoop is false, then overlay will last as long as the duration of the overlay media.
	End pulumi.StringPtrInput `pulumi:"end"`
	// 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 pulumi.StringPtrInput `pulumi:"fadeInDuration"`
	// 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 pulumi.StringPtrInput `pulumi:"fadeOutDuration"`
	// The label of the job input which is to be used as an overlay. The Input must specify exactly one file. You can specify an image file in JPG or PNG formats, or an audio file (such as a WAV, MP3, WMA or M4A file), or a video file. See https://aka.ms/mesformats for the complete list of supported audio and video file formats.
	InputLabel pulumi.StringPtrInput `pulumi:"inputLabel"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
	// The opacity of the overlay. This is a value in the range [0 - 1.0]. Default is 1.0 which mean the overlay is opaque.
	Opacity pulumi.Float64PtrInput `pulumi:"opacity"`
	// The location in the input video where the overlay is applied.
	Position RectangleResponsePtrInput `pulumi:"position"`
	// 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 in to the input video. If not specified the overlay starts from the beginning of the input video.
	Start pulumi.StringPtrInput `pulumi:"start"`
}

Describes the properties of a video overlay.

func (VideoOverlayResponseArgs) ElementType

func (VideoOverlayResponseArgs) ElementType() reflect.Type

func (VideoOverlayResponseArgs) ToVideoOverlayResponseOutput

func (i VideoOverlayResponseArgs) ToVideoOverlayResponseOutput() VideoOverlayResponseOutput

func (VideoOverlayResponseArgs) ToVideoOverlayResponseOutputWithContext

func (i VideoOverlayResponseArgs) ToVideoOverlayResponseOutputWithContext(ctx context.Context) VideoOverlayResponseOutput

type VideoOverlayResponseInput

type VideoOverlayResponseInput interface {
	pulumi.Input

	ToVideoOverlayResponseOutput() VideoOverlayResponseOutput
	ToVideoOverlayResponseOutputWithContext(context.Context) VideoOverlayResponseOutput
}

VideoOverlayResponseInput is an input type that accepts VideoOverlayResponseArgs and VideoOverlayResponseOutput values. You can construct a concrete instance of `VideoOverlayResponseInput` via:

VideoOverlayResponseArgs{...}

type VideoOverlayResponseOutput

type VideoOverlayResponseOutput struct{ *pulumi.OutputState }

Describes the properties of a video overlay.

func (VideoOverlayResponseOutput) AudioGainLevel

The gain level of audio in the overlay. The value should be in the range [0, 1.0]. The default is 1.0.

func (VideoOverlayResponseOutput) CropRectangle

An optional rectangular window used to crop the overlay image or video.

func (VideoOverlayResponseOutput) ElementType

func (VideoOverlayResponseOutput) ElementType() reflect.Type

func (VideoOverlayResponseOutput) End

The position in the input video at which the overlay ends. The value should be in ISO 8601 duration format. For example, PT30S to end the overlay at 30 seconds in to the input video. If not specified the overlay will be applied until the end of the input video if inputLoop is true. Else, if inputLoop is false, then overlay will last as long as the duration of the overlay media.

func (VideoOverlayResponseOutput) FadeInDuration

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).

func (VideoOverlayResponseOutput) FadeOutDuration

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).

func (VideoOverlayResponseOutput) InputLabel

The label of the job input which is to be used as an overlay. The Input must specify exactly one file. You can specify an image file in JPG or PNG formats, or an audio file (such as a WAV, MP3, WMA or M4A file), or a video file. See https://aka.ms/mesformats for the complete list of supported audio and video file formats.

func (VideoOverlayResponseOutput) OdataType

The discriminator for derived types.

func (VideoOverlayResponseOutput) Opacity

The opacity of the overlay. This is a value in the range [0 - 1.0]. Default is 1.0 which mean the overlay is opaque.

func (VideoOverlayResponseOutput) Position

The location in the input video where the overlay is applied.

func (VideoOverlayResponseOutput) Start

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 in to the input video. If not specified the overlay starts from the beginning of the input video.

func (VideoOverlayResponseOutput) ToVideoOverlayResponseOutput

func (o VideoOverlayResponseOutput) ToVideoOverlayResponseOutput() VideoOverlayResponseOutput

func (VideoOverlayResponseOutput) ToVideoOverlayResponseOutputWithContext

func (o VideoOverlayResponseOutput) ToVideoOverlayResponseOutputWithContext(ctx context.Context) VideoOverlayResponseOutput

type VideoResponse

type VideoResponse struct {
	// The distance between two key frames, thereby defining a group of pictures (GOP). The value should be a non-zero integer in the range [1, 30] seconds, specified in ISO 8601 format. The default is 2 seconds (PT2S).
	KeyFrameInterval *string `pulumi:"keyFrameInterval"`
	// An optional label for the codec. The label can be used to control muxing behavior.
	Label *string `pulumi:"label"`
	// The discriminator for derived types.
	OdataType string `pulumi:"odataType"`
	// The resizing mode - how the input video will be resized to fit the desired output resolution(s). Default is AutoSize
	StretchMode *string `pulumi:"stretchMode"`
}

Describes the basic properties for encoding the input video.

type VideoResponseArgs

type VideoResponseArgs struct {
	// The distance between two key frames, thereby defining a group of pictures (GOP). The value should be a non-zero integer in the range [1, 30] seconds, specified in ISO 8601 format. The default is 2 seconds (PT2S).
	KeyFrameInterval pulumi.StringPtrInput `pulumi:"keyFrameInterval"`
	// An optional label for the codec. The label can be used to control muxing behavior.
	Label pulumi.StringPtrInput `pulumi:"label"`
	// The discriminator for derived types.
	OdataType pulumi.StringInput `pulumi:"odataType"`
	// The resizing mode - how the input video will be resized to fit the desired output resolution(s). Default is AutoSize
	StretchMode pulumi.StringPtrInput `pulumi:"stretchMode"`
}

Describes the basic properties for encoding the input video.

func (VideoResponseArgs) ElementType

func (VideoResponseArgs) ElementType() reflect.Type

func (VideoResponseArgs) ToVideoResponseOutput

func (i VideoResponseArgs) ToVideoResponseOutput() VideoResponseOutput

func (VideoResponseArgs) ToVideoResponseOutputWithContext

func (i VideoResponseArgs) ToVideoResponseOutputWithContext(ctx context.Context) VideoResponseOutput

type VideoResponseInput

type VideoResponseInput interface {
	pulumi.Input

	ToVideoResponseOutput() VideoResponseOutput
	ToVideoResponseOutputWithContext(context.Context) VideoResponseOutput
}

VideoResponseInput is an input type that accepts VideoResponseArgs and VideoResponseOutput values. You can construct a concrete instance of `VideoResponseInput` via:

VideoResponseArgs{...}

type VideoResponseOutput

type VideoResponseOutput struct{ *pulumi.OutputState }

Describes the basic properties for encoding the input video.

func (VideoResponseOutput) ElementType

func (VideoResponseOutput) ElementType() reflect.Type

func (VideoResponseOutput) KeyFrameInterval

func (o VideoResponseOutput) KeyFrameInterval() pulumi.StringPtrOutput

The distance between two key frames, thereby defining a group of pictures (GOP). The value should be a non-zero integer in the range [1, 30] seconds, specified in ISO 8601 format. The default is 2 seconds (PT2S).

func (VideoResponseOutput) Label

An optional label for the codec. The label can be used to control muxing behavior.

func (VideoResponseOutput) OdataType

func (o VideoResponseOutput) OdataType() pulumi.StringOutput

The discriminator for derived types.

func (VideoResponseOutput) StretchMode

func (o VideoResponseOutput) StretchMode() pulumi.StringPtrOutput

The resizing mode - how the input video will be resized to fit the desired output resolution(s). Default is AutoSize

func (VideoResponseOutput) ToVideoResponseOutput

func (o VideoResponseOutput) ToVideoResponseOutput() VideoResponseOutput

func (VideoResponseOutput) ToVideoResponseOutputWithContext

func (o VideoResponseOutput) ToVideoResponseOutputWithContext(ctx context.Context) VideoResponseOutput

Jump to

Keyboard shortcuts

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