1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. MediaServices
  5. MediaAsset
Oracle Cloud Infrastructure v1.27.0 published on Friday, Mar 15, 2024 by Pulumi

oci.MediaServices.MediaAsset

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.27.0 published on Friday, Mar 15, 2024 by Pulumi

    This resource provides the Media Asset resource in Oracle Cloud Infrastructure Media Services service.

    Creates a new MediaAsset.

    Create MediaAsset Resource

    new MediaAsset(name: string, args: MediaAssetArgs, opts?: CustomResourceOptions);
    @overload
    def MediaAsset(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   bucket: Optional[str] = None,
                   compartment_id: Optional[str] = None,
                   defined_tags: Optional[Mapping[str, Any]] = None,
                   display_name: Optional[str] = None,
                   freeform_tags: Optional[Mapping[str, Any]] = None,
                   is_lock_override: Optional[bool] = None,
                   locks: Optional[Sequence[_mediaservices.MediaAssetLockArgs]] = None,
                   master_media_asset_id: Optional[str] = None,
                   media_asset_tags: Optional[Sequence[_mediaservices.MediaAssetMediaAssetTagArgs]] = None,
                   media_workflow_job_id: Optional[str] = None,
                   metadatas: Optional[Sequence[_mediaservices.MediaAssetMetadataArgs]] = None,
                   namespace: Optional[str] = None,
                   object: Optional[str] = None,
                   object_etag: Optional[str] = None,
                   parent_media_asset_id: Optional[str] = None,
                   segment_range_end_index: Optional[str] = None,
                   segment_range_start_index: Optional[str] = None,
                   source_media_workflow_id: Optional[str] = None,
                   source_media_workflow_version: Optional[str] = None,
                   type: Optional[str] = None)
    @overload
    def MediaAsset(resource_name: str,
                   args: MediaAssetArgs,
                   opts: Optional[ResourceOptions] = None)
    func NewMediaAsset(ctx *Context, name string, args MediaAssetArgs, opts ...ResourceOption) (*MediaAsset, error)
    public MediaAsset(string name, MediaAssetArgs args, CustomResourceOptions? opts = null)
    public MediaAsset(String name, MediaAssetArgs args)
    public MediaAsset(String name, MediaAssetArgs args, CustomResourceOptions options)
    
    type: oci:MediaServices:MediaAsset
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args MediaAssetArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args MediaAssetArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args MediaAssetArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args MediaAssetArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args MediaAssetArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    MediaAsset Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The MediaAsset resource accepts the following input properties:

    CompartmentId string
    (Updatable) The compartment ID of the lock.
    Type string

    (Updatable) The type of the media asset.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Bucket string
    The name of the object storage bucket where this asset is located.
    DefinedTags Dictionary<string, object>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    DisplayName string
    (Updatable) Display name for the Media Asset. Does not have to be unique. Avoid entering confidential information.
    FreeformTags Dictionary<string, object>
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    IsLockOverride bool
    Locks List<MediaAssetLock>
    Locks associated with this resource.
    MasterMediaAssetId string
    (Updatable) The ID of the senior most asset from which this asset is derived.
    MediaAssetTags List<MediaAssetMediaAssetTag>
    (Updatable) list of tags for the MediaAsset.
    MediaWorkflowJobId string
    The ID of the MediaWorkflowJob used to produce this asset.
    Metadatas List<MediaAssetMetadata>
    (Updatable) JSON string containing the technial metadata for the media asset.
    Namespace string
    The object storage namespace where this asset is located.
    Object string
    The object storage object name that identifies this asset.
    ObjectEtag string
    eTag of the underlying object storage object.
    ParentMediaAssetId string
    (Updatable) The ID of the parent asset from which this asset is derived.
    SegmentRangeEndIndex string
    The end index for video segment files.
    SegmentRangeStartIndex string
    The start index for video segment files.
    SourceMediaWorkflowId string
    The ID of the MediaWorkflow used to produce this asset.
    SourceMediaWorkflowVersion string
    The version of the MediaWorkflow used to produce this asset.
    CompartmentId string
    (Updatable) The compartment ID of the lock.
    Type string

    (Updatable) The type of the media asset.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Bucket string
    The name of the object storage bucket where this asset is located.
    DefinedTags map[string]interface{}
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    DisplayName string
    (Updatable) Display name for the Media Asset. Does not have to be unique. Avoid entering confidential information.
    FreeformTags map[string]interface{}
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    IsLockOverride bool
    Locks []MediaAssetLockArgs
    Locks associated with this resource.
    MasterMediaAssetId string
    (Updatable) The ID of the senior most asset from which this asset is derived.
    MediaAssetTags []MediaAssetMediaAssetTagArgs
    (Updatable) list of tags for the MediaAsset.
    MediaWorkflowJobId string
    The ID of the MediaWorkflowJob used to produce this asset.
    Metadatas []MediaAssetMetadataArgs
    (Updatable) JSON string containing the technial metadata for the media asset.
    Namespace string
    The object storage namespace where this asset is located.
    Object string
    The object storage object name that identifies this asset.
    ObjectEtag string
    eTag of the underlying object storage object.
    ParentMediaAssetId string
    (Updatable) The ID of the parent asset from which this asset is derived.
    SegmentRangeEndIndex string
    The end index for video segment files.
    SegmentRangeStartIndex string
    The start index for video segment files.
    SourceMediaWorkflowId string
    The ID of the MediaWorkflow used to produce this asset.
    SourceMediaWorkflowVersion string
    The version of the MediaWorkflow used to produce this asset.
    compartmentId String
    (Updatable) The compartment ID of the lock.
    type String

    (Updatable) The type of the media asset.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    bucket String
    The name of the object storage bucket where this asset is located.
    definedTags Map<String,Object>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName String
    (Updatable) Display name for the Media Asset. Does not have to be unique. Avoid entering confidential information.
    freeformTags Map<String,Object>
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    isLockOverride Boolean
    locks List<MediaAssetLock>
    Locks associated with this resource.
    masterMediaAssetId String
    (Updatable) The ID of the senior most asset from which this asset is derived.
    mediaAssetTags List<MediaAssetMediaAssetTag>
    (Updatable) list of tags for the MediaAsset.
    mediaWorkflowJobId String
    The ID of the MediaWorkflowJob used to produce this asset.
    metadatas List<MediaAssetMetadata>
    (Updatable) JSON string containing the technial metadata for the media asset.
    namespace String
    The object storage namespace where this asset is located.
    object String
    The object storage object name that identifies this asset.
    objectEtag String
    eTag of the underlying object storage object.
    parentMediaAssetId String
    (Updatable) The ID of the parent asset from which this asset is derived.
    segmentRangeEndIndex String
    The end index for video segment files.
    segmentRangeStartIndex String
    The start index for video segment files.
    sourceMediaWorkflowId String
    The ID of the MediaWorkflow used to produce this asset.
    sourceMediaWorkflowVersion String
    The version of the MediaWorkflow used to produce this asset.
    compartmentId string
    (Updatable) The compartment ID of the lock.
    type string

    (Updatable) The type of the media asset.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    bucket string
    The name of the object storage bucket where this asset is located.
    definedTags {[key: string]: any}
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName string
    (Updatable) Display name for the Media Asset. Does not have to be unique. Avoid entering confidential information.
    freeformTags {[key: string]: any}
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    isLockOverride boolean
    locks MediaAssetLock[]
    Locks associated with this resource.
    masterMediaAssetId string
    (Updatable) The ID of the senior most asset from which this asset is derived.
    mediaAssetTags MediaAssetMediaAssetTag[]
    (Updatable) list of tags for the MediaAsset.
    mediaWorkflowJobId string
    The ID of the MediaWorkflowJob used to produce this asset.
    metadatas MediaAssetMetadata[]
    (Updatable) JSON string containing the technial metadata for the media asset.
    namespace string
    The object storage namespace where this asset is located.
    object string
    The object storage object name that identifies this asset.
    objectEtag string
    eTag of the underlying object storage object.
    parentMediaAssetId string
    (Updatable) The ID of the parent asset from which this asset is derived.
    segmentRangeEndIndex string
    The end index for video segment files.
    segmentRangeStartIndex string
    The start index for video segment files.
    sourceMediaWorkflowId string
    The ID of the MediaWorkflow used to produce this asset.
    sourceMediaWorkflowVersion string
    The version of the MediaWorkflow used to produce this asset.
    compartment_id str
    (Updatable) The compartment ID of the lock.
    type str

    (Updatable) The type of the media asset.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    bucket str
    The name of the object storage bucket where this asset is located.
    defined_tags Mapping[str, Any]
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    display_name str
    (Updatable) Display name for the Media Asset. Does not have to be unique. Avoid entering confidential information.
    freeform_tags Mapping[str, Any]
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    is_lock_override bool
    locks MediaAssetLockArgs]
    Locks associated with this resource.
    master_media_asset_id str
    (Updatable) The ID of the senior most asset from which this asset is derived.
    media_asset_tags MediaAssetMediaAssetTagArgs]
    (Updatable) list of tags for the MediaAsset.
    media_workflow_job_id str
    The ID of the MediaWorkflowJob used to produce this asset.
    metadatas MediaAssetMetadataArgs]
    (Updatable) JSON string containing the technial metadata for the media asset.
    namespace str
    The object storage namespace where this asset is located.
    object str
    The object storage object name that identifies this asset.
    object_etag str
    eTag of the underlying object storage object.
    parent_media_asset_id str
    (Updatable) The ID of the parent asset from which this asset is derived.
    segment_range_end_index str
    The end index for video segment files.
    segment_range_start_index str
    The start index for video segment files.
    source_media_workflow_id str
    The ID of the MediaWorkflow used to produce this asset.
    source_media_workflow_version str
    The version of the MediaWorkflow used to produce this asset.
    compartmentId String
    (Updatable) The compartment ID of the lock.
    type String

    (Updatable) The type of the media asset.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    bucket String
    The name of the object storage bucket where this asset is located.
    definedTags Map<Any>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName String
    (Updatable) Display name for the Media Asset. Does not have to be unique. Avoid entering confidential information.
    freeformTags Map<Any>
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    isLockOverride Boolean
    locks List<Property Map>
    Locks associated with this resource.
    masterMediaAssetId String
    (Updatable) The ID of the senior most asset from which this asset is derived.
    mediaAssetTags List<Property Map>
    (Updatable) list of tags for the MediaAsset.
    mediaWorkflowJobId String
    The ID of the MediaWorkflowJob used to produce this asset.
    metadatas List<Property Map>
    (Updatable) JSON string containing the technial metadata for the media asset.
    namespace String
    The object storage namespace where this asset is located.
    object String
    The object storage object name that identifies this asset.
    objectEtag String
    eTag of the underlying object storage object.
    parentMediaAssetId String
    (Updatable) The ID of the parent asset from which this asset is derived.
    segmentRangeEndIndex String
    The end index for video segment files.
    segmentRangeStartIndex String
    The start index for video segment files.
    sourceMediaWorkflowId String
    The ID of the MediaWorkflow used to produce this asset.
    sourceMediaWorkflowVersion String
    The version of the MediaWorkflow used to produce this asset.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the MediaAsset resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    State string
    The current state of the MediaAsset.
    SystemTags Dictionary<string, object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    When the lock was created.
    TimeUpdated string
    The time when the MediaAsset was updated. An RFC3339 formatted datetime string.
    Id string
    The provider-assigned unique ID for this managed resource.
    State string
    The current state of the MediaAsset.
    SystemTags map[string]interface{}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    When the lock was created.
    TimeUpdated string
    The time when the MediaAsset was updated. An RFC3339 formatted datetime string.
    id String
    The provider-assigned unique ID for this managed resource.
    state String
    The current state of the MediaAsset.
    systemTags Map<String,Object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    When the lock was created.
    timeUpdated String
    The time when the MediaAsset was updated. An RFC3339 formatted datetime string.
    id string
    The provider-assigned unique ID for this managed resource.
    state string
    The current state of the MediaAsset.
    systemTags {[key: string]: any}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    When the lock was created.
    timeUpdated string
    The time when the MediaAsset was updated. An RFC3339 formatted datetime string.
    id str
    The provider-assigned unique ID for this managed resource.
    state str
    The current state of the MediaAsset.
    system_tags Mapping[str, Any]
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    When the lock was created.
    time_updated str
    The time when the MediaAsset was updated. An RFC3339 formatted datetime string.
    id String
    The provider-assigned unique ID for this managed resource.
    state String
    The current state of the MediaAsset.
    systemTags Map<Any>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    When the lock was created.
    timeUpdated String
    The time when the MediaAsset was updated. An RFC3339 formatted datetime string.

    Look up Existing MediaAsset Resource

    Get an existing MediaAsset resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: MediaAssetState, opts?: CustomResourceOptions): MediaAsset
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            bucket: Optional[str] = None,
            compartment_id: Optional[str] = None,
            defined_tags: Optional[Mapping[str, Any]] = None,
            display_name: Optional[str] = None,
            freeform_tags: Optional[Mapping[str, Any]] = None,
            is_lock_override: Optional[bool] = None,
            locks: Optional[Sequence[_mediaservices.MediaAssetLockArgs]] = None,
            master_media_asset_id: Optional[str] = None,
            media_asset_tags: Optional[Sequence[_mediaservices.MediaAssetMediaAssetTagArgs]] = None,
            media_workflow_job_id: Optional[str] = None,
            metadatas: Optional[Sequence[_mediaservices.MediaAssetMetadataArgs]] = None,
            namespace: Optional[str] = None,
            object: Optional[str] = None,
            object_etag: Optional[str] = None,
            parent_media_asset_id: Optional[str] = None,
            segment_range_end_index: Optional[str] = None,
            segment_range_start_index: Optional[str] = None,
            source_media_workflow_id: Optional[str] = None,
            source_media_workflow_version: Optional[str] = None,
            state: Optional[str] = None,
            system_tags: Optional[Mapping[str, Any]] = None,
            time_created: Optional[str] = None,
            time_updated: Optional[str] = None,
            type: Optional[str] = None) -> MediaAsset
    func GetMediaAsset(ctx *Context, name string, id IDInput, state *MediaAssetState, opts ...ResourceOption) (*MediaAsset, error)
    public static MediaAsset Get(string name, Input<string> id, MediaAssetState? state, CustomResourceOptions? opts = null)
    public static MediaAsset get(String name, Output<String> id, MediaAssetState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Bucket string
    The name of the object storage bucket where this asset is located.
    CompartmentId string
    (Updatable) The compartment ID of the lock.
    DefinedTags Dictionary<string, object>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    DisplayName string
    (Updatable) Display name for the Media Asset. Does not have to be unique. Avoid entering confidential information.
    FreeformTags Dictionary<string, object>
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    IsLockOverride bool
    Locks List<MediaAssetLock>
    Locks associated with this resource.
    MasterMediaAssetId string
    (Updatable) The ID of the senior most asset from which this asset is derived.
    MediaAssetTags List<MediaAssetMediaAssetTag>
    (Updatable) list of tags for the MediaAsset.
    MediaWorkflowJobId string
    The ID of the MediaWorkflowJob used to produce this asset.
    Metadatas List<MediaAssetMetadata>
    (Updatable) JSON string containing the technial metadata for the media asset.
    Namespace string
    The object storage namespace where this asset is located.
    Object string
    The object storage object name that identifies this asset.
    ObjectEtag string
    eTag of the underlying object storage object.
    ParentMediaAssetId string
    (Updatable) The ID of the parent asset from which this asset is derived.
    SegmentRangeEndIndex string
    The end index for video segment files.
    SegmentRangeStartIndex string
    The start index for video segment files.
    SourceMediaWorkflowId string
    The ID of the MediaWorkflow used to produce this asset.
    SourceMediaWorkflowVersion string
    The version of the MediaWorkflow used to produce this asset.
    State string
    The current state of the MediaAsset.
    SystemTags Dictionary<string, object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    When the lock was created.
    TimeUpdated string
    The time when the MediaAsset was updated. An RFC3339 formatted datetime string.
    Type string

    (Updatable) The type of the media asset.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Bucket string
    The name of the object storage bucket where this asset is located.
    CompartmentId string
    (Updatable) The compartment ID of the lock.
    DefinedTags map[string]interface{}
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    DisplayName string
    (Updatable) Display name for the Media Asset. Does not have to be unique. Avoid entering confidential information.
    FreeformTags map[string]interface{}
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    IsLockOverride bool
    Locks []MediaAssetLockArgs
    Locks associated with this resource.
    MasterMediaAssetId string
    (Updatable) The ID of the senior most asset from which this asset is derived.
    MediaAssetTags []MediaAssetMediaAssetTagArgs
    (Updatable) list of tags for the MediaAsset.
    MediaWorkflowJobId string
    The ID of the MediaWorkflowJob used to produce this asset.
    Metadatas []MediaAssetMetadataArgs
    (Updatable) JSON string containing the technial metadata for the media asset.
    Namespace string
    The object storage namespace where this asset is located.
    Object string
    The object storage object name that identifies this asset.
    ObjectEtag string
    eTag of the underlying object storage object.
    ParentMediaAssetId string
    (Updatable) The ID of the parent asset from which this asset is derived.
    SegmentRangeEndIndex string
    The end index for video segment files.
    SegmentRangeStartIndex string
    The start index for video segment files.
    SourceMediaWorkflowId string
    The ID of the MediaWorkflow used to produce this asset.
    SourceMediaWorkflowVersion string
    The version of the MediaWorkflow used to produce this asset.
    State string
    The current state of the MediaAsset.
    SystemTags map[string]interface{}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    When the lock was created.
    TimeUpdated string
    The time when the MediaAsset was updated. An RFC3339 formatted datetime string.
    Type string

    (Updatable) The type of the media asset.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    bucket String
    The name of the object storage bucket where this asset is located.
    compartmentId String
    (Updatable) The compartment ID of the lock.
    definedTags Map<String,Object>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName String
    (Updatable) Display name for the Media Asset. Does not have to be unique. Avoid entering confidential information.
    freeformTags Map<String,Object>
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    isLockOverride Boolean
    locks List<MediaAssetLock>
    Locks associated with this resource.
    masterMediaAssetId String
    (Updatable) The ID of the senior most asset from which this asset is derived.
    mediaAssetTags List<MediaAssetMediaAssetTag>
    (Updatable) list of tags for the MediaAsset.
    mediaWorkflowJobId String
    The ID of the MediaWorkflowJob used to produce this asset.
    metadatas List<MediaAssetMetadata>
    (Updatable) JSON string containing the technial metadata for the media asset.
    namespace String
    The object storage namespace where this asset is located.
    object String
    The object storage object name that identifies this asset.
    objectEtag String
    eTag of the underlying object storage object.
    parentMediaAssetId String
    (Updatable) The ID of the parent asset from which this asset is derived.
    segmentRangeEndIndex String
    The end index for video segment files.
    segmentRangeStartIndex String
    The start index for video segment files.
    sourceMediaWorkflowId String
    The ID of the MediaWorkflow used to produce this asset.
    sourceMediaWorkflowVersion String
    The version of the MediaWorkflow used to produce this asset.
    state String
    The current state of the MediaAsset.
    systemTags Map<String,Object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    When the lock was created.
    timeUpdated String
    The time when the MediaAsset was updated. An RFC3339 formatted datetime string.
    type String

    (Updatable) The type of the media asset.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    bucket string
    The name of the object storage bucket where this asset is located.
    compartmentId string
    (Updatable) The compartment ID of the lock.
    definedTags {[key: string]: any}
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName string
    (Updatable) Display name for the Media Asset. Does not have to be unique. Avoid entering confidential information.
    freeformTags {[key: string]: any}
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    isLockOverride boolean
    locks MediaAssetLock[]
    Locks associated with this resource.
    masterMediaAssetId string
    (Updatable) The ID of the senior most asset from which this asset is derived.
    mediaAssetTags MediaAssetMediaAssetTag[]
    (Updatable) list of tags for the MediaAsset.
    mediaWorkflowJobId string
    The ID of the MediaWorkflowJob used to produce this asset.
    metadatas MediaAssetMetadata[]
    (Updatable) JSON string containing the technial metadata for the media asset.
    namespace string
    The object storage namespace where this asset is located.
    object string
    The object storage object name that identifies this asset.
    objectEtag string
    eTag of the underlying object storage object.
    parentMediaAssetId string
    (Updatable) The ID of the parent asset from which this asset is derived.
    segmentRangeEndIndex string
    The end index for video segment files.
    segmentRangeStartIndex string
    The start index for video segment files.
    sourceMediaWorkflowId string
    The ID of the MediaWorkflow used to produce this asset.
    sourceMediaWorkflowVersion string
    The version of the MediaWorkflow used to produce this asset.
    state string
    The current state of the MediaAsset.
    systemTags {[key: string]: any}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    When the lock was created.
    timeUpdated string
    The time when the MediaAsset was updated. An RFC3339 formatted datetime string.
    type string

    (Updatable) The type of the media asset.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    bucket str
    The name of the object storage bucket where this asset is located.
    compartment_id str
    (Updatable) The compartment ID of the lock.
    defined_tags Mapping[str, Any]
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    display_name str
    (Updatable) Display name for the Media Asset. Does not have to be unique. Avoid entering confidential information.
    freeform_tags Mapping[str, Any]
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    is_lock_override bool
    locks MediaAssetLockArgs]
    Locks associated with this resource.
    master_media_asset_id str
    (Updatable) The ID of the senior most asset from which this asset is derived.
    media_asset_tags MediaAssetMediaAssetTagArgs]
    (Updatable) list of tags for the MediaAsset.
    media_workflow_job_id str
    The ID of the MediaWorkflowJob used to produce this asset.
    metadatas MediaAssetMetadataArgs]
    (Updatable) JSON string containing the technial metadata for the media asset.
    namespace str
    The object storage namespace where this asset is located.
    object str
    The object storage object name that identifies this asset.
    object_etag str
    eTag of the underlying object storage object.
    parent_media_asset_id str
    (Updatable) The ID of the parent asset from which this asset is derived.
    segment_range_end_index str
    The end index for video segment files.
    segment_range_start_index str
    The start index for video segment files.
    source_media_workflow_id str
    The ID of the MediaWorkflow used to produce this asset.
    source_media_workflow_version str
    The version of the MediaWorkflow used to produce this asset.
    state str
    The current state of the MediaAsset.
    system_tags Mapping[str, Any]
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    When the lock was created.
    time_updated str
    The time when the MediaAsset was updated. An RFC3339 formatted datetime string.
    type str

    (Updatable) The type of the media asset.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    bucket String
    The name of the object storage bucket where this asset is located.
    compartmentId String
    (Updatable) The compartment ID of the lock.
    definedTags Map<Any>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName String
    (Updatable) Display name for the Media Asset. Does not have to be unique. Avoid entering confidential information.
    freeformTags Map<Any>
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    isLockOverride Boolean
    locks List<Property Map>
    Locks associated with this resource.
    masterMediaAssetId String
    (Updatable) The ID of the senior most asset from which this asset is derived.
    mediaAssetTags List<Property Map>
    (Updatable) list of tags for the MediaAsset.
    mediaWorkflowJobId String
    The ID of the MediaWorkflowJob used to produce this asset.
    metadatas List<Property Map>
    (Updatable) JSON string containing the technial metadata for the media asset.
    namespace String
    The object storage namespace where this asset is located.
    object String
    The object storage object name that identifies this asset.
    objectEtag String
    eTag of the underlying object storage object.
    parentMediaAssetId String
    (Updatable) The ID of the parent asset from which this asset is derived.
    segmentRangeEndIndex String
    The end index for video segment files.
    segmentRangeStartIndex String
    The start index for video segment files.
    sourceMediaWorkflowId String
    The ID of the MediaWorkflow used to produce this asset.
    sourceMediaWorkflowVersion String
    The version of the MediaWorkflow used to produce this asset.
    state String
    The current state of the MediaAsset.
    systemTags Map<Any>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    When the lock was created.
    timeUpdated String
    The time when the MediaAsset was updated. An RFC3339 formatted datetime string.
    type String

    (Updatable) The type of the media asset.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Supporting Types

    MediaAssetLock, MediaAssetLockArgs

    CompartmentId string
    (Updatable) The compartment ID of the lock.
    Type string

    (Updatable) The type of the media asset.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Message string
    A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
    RelatedResourceId string
    The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
    TimeCreated string
    When the lock was created.
    CompartmentId string
    (Updatable) The compartment ID of the lock.
    Type string

    (Updatable) The type of the media asset.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Message string
    A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
    RelatedResourceId string
    The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
    TimeCreated string
    When the lock was created.
    compartmentId String
    (Updatable) The compartment ID of the lock.
    type String

    (Updatable) The type of the media asset.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    message String
    A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
    relatedResourceId String
    The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
    timeCreated String
    When the lock was created.
    compartmentId string
    (Updatable) The compartment ID of the lock.
    type string

    (Updatable) The type of the media asset.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    message string
    A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
    relatedResourceId string
    The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
    timeCreated string
    When the lock was created.
    compartment_id str
    (Updatable) The compartment ID of the lock.
    type str

    (Updatable) The type of the media asset.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    message str
    A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
    related_resource_id str
    The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
    time_created str
    When the lock was created.
    compartmentId String
    (Updatable) The compartment ID of the lock.
    type String

    (Updatable) The type of the media asset.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    message String
    A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
    relatedResourceId String
    The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
    timeCreated String
    When the lock was created.

    MediaAssetMediaAssetTag, MediaAssetMediaAssetTagArgs

    Value string
    (Updatable) Tag of the MediaAsset.
    Type string

    (Updatable) The type of the media asset.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Value string
    (Updatable) Tag of the MediaAsset.
    Type string

    (Updatable) The type of the media asset.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    value String
    (Updatable) Tag of the MediaAsset.
    type String

    (Updatable) The type of the media asset.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    value string
    (Updatable) Tag of the MediaAsset.
    type string

    (Updatable) The type of the media asset.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    value str
    (Updatable) Tag of the MediaAsset.
    type str

    (Updatable) The type of the media asset.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    value String
    (Updatable) Tag of the MediaAsset.
    type String

    (Updatable) The type of the media asset.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    MediaAssetMetadata, MediaAssetMetadataArgs

    Metadata string
    (Updatable) JSON string containing the technial metadata for the media asset.
    Metadata string
    (Updatable) JSON string containing the technial metadata for the media asset.
    metadata String
    (Updatable) JSON string containing the technial metadata for the media asset.
    metadata string
    (Updatable) JSON string containing the technial metadata for the media asset.
    metadata str
    (Updatable) JSON string containing the technial metadata for the media asset.
    metadata String
    (Updatable) JSON string containing the technial metadata for the media asset.

    Import

    MediaAssets can be imported using the id, e.g.

    $ pulumi import oci:MediaServices/mediaAsset:MediaAsset test_media_asset "id"
    

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v1.27.0 published on Friday, Mar 15, 2024 by Pulumi