1. Packages
  2. AWS Native
  3. API Docs
  4. ivs
  5. RecordingConfiguration

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.ivs.RecordingConfiguration

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    Resource Type definition for AWS::IVS::RecordingConfiguration

    Create RecordingConfiguration Resource

    new RecordingConfiguration(name: string, args: RecordingConfigurationArgs, opts?: CustomResourceOptions);
    @overload
    def RecordingConfiguration(resource_name: str,
                               opts: Optional[ResourceOptions] = None,
                               destination_configuration: Optional[RecordingConfigurationDestinationConfigurationArgs] = None,
                               name: Optional[str] = None,
                               recording_reconnect_window_seconds: Optional[int] = None,
                               rendition_configuration: Optional[RecordingConfigurationRenditionConfigurationArgs] = None,
                               tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                               thumbnail_configuration: Optional[RecordingConfigurationThumbnailConfigurationArgs] = None)
    @overload
    def RecordingConfiguration(resource_name: str,
                               args: RecordingConfigurationArgs,
                               opts: Optional[ResourceOptions] = None)
    func NewRecordingConfiguration(ctx *Context, name string, args RecordingConfigurationArgs, opts ...ResourceOption) (*RecordingConfiguration, error)
    public RecordingConfiguration(string name, RecordingConfigurationArgs args, CustomResourceOptions? opts = null)
    public RecordingConfiguration(String name, RecordingConfigurationArgs args)
    public RecordingConfiguration(String name, RecordingConfigurationArgs args, CustomResourceOptions options)
    
    type: aws-native:ivs:RecordingConfiguration
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args RecordingConfigurationArgs
    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 RecordingConfigurationArgs
    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 RecordingConfigurationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args RecordingConfigurationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args RecordingConfigurationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    RecordingConfiguration 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 RecordingConfiguration resource accepts the following input properties:

    destinationConfiguration RecordingConfigurationDestinationConfiguration
    name String
    Recording Configuration Name.
    recordingReconnectWindowSeconds Integer
    Recording Reconnect Window Seconds. (0 means disabled)
    renditionConfiguration RecordingConfigurationRenditionConfiguration
    tags List<Tag>
    A list of key-value pairs that contain metadata for the asset model.
    thumbnailConfiguration RecordingConfigurationThumbnailConfiguration
    destinationConfiguration RecordingConfigurationDestinationConfiguration
    name string
    Recording Configuration Name.
    recordingReconnectWindowSeconds number
    Recording Reconnect Window Seconds. (0 means disabled)
    renditionConfiguration RecordingConfigurationRenditionConfiguration
    tags Tag[]
    A list of key-value pairs that contain metadata for the asset model.
    thumbnailConfiguration RecordingConfigurationThumbnailConfiguration
    destinationConfiguration Property Map
    name String
    Recording Configuration Name.
    recordingReconnectWindowSeconds Number
    Recording Reconnect Window Seconds. (0 means disabled)
    renditionConfiguration Property Map
    tags List<Property Map>
    A list of key-value pairs that contain metadata for the asset model.
    thumbnailConfiguration Property Map

    Outputs

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

    Arn string
    Recording Configuration ARN is automatically generated on creation and assigned as the unique identifier.
    Id string
    The provider-assigned unique ID for this managed resource.
    State Pulumi.AwsNative.Ivs.RecordingConfigurationState
    Recording Configuration State.
    Arn string
    Recording Configuration ARN is automatically generated on creation and assigned as the unique identifier.
    Id string
    The provider-assigned unique ID for this managed resource.
    State RecordingConfigurationStateEnum
    Recording Configuration State.
    arn String
    Recording Configuration ARN is automatically generated on creation and assigned as the unique identifier.
    id String
    The provider-assigned unique ID for this managed resource.
    state RecordingConfigurationState
    Recording Configuration State.
    arn string
    Recording Configuration ARN is automatically generated on creation and assigned as the unique identifier.
    id string
    The provider-assigned unique ID for this managed resource.
    state RecordingConfigurationState
    Recording Configuration State.
    arn str
    Recording Configuration ARN is automatically generated on creation and assigned as the unique identifier.
    id str
    The provider-assigned unique ID for this managed resource.
    state RecordingConfigurationState
    Recording Configuration State.
    arn String
    Recording Configuration ARN is automatically generated on creation and assigned as the unique identifier.
    id String
    The provider-assigned unique ID for this managed resource.
    state "CREATING" | "CREATE_FAILED" | "ACTIVE"
    Recording Configuration State.

    Supporting Types

    RecordingConfigurationDestinationConfiguration, RecordingConfigurationDestinationConfigurationArgs

    RecordingConfigurationRenditionConfiguration, RecordingConfigurationRenditionConfigurationArgs

    RenditionSelection Pulumi.AwsNative.Ivs.RecordingConfigurationRenditionConfigurationRenditionSelection
    Resolution Selection indicates which set of renditions are recorded for a stream.
    Renditions List<Pulumi.AwsNative.Ivs.RecordingConfigurationRenditionConfigurationRenditionsItem>
    Renditions indicates which renditions are recorded for a stream.
    RenditionSelection RecordingConfigurationRenditionConfigurationRenditionSelection
    Resolution Selection indicates which set of renditions are recorded for a stream.
    Renditions []RecordingConfigurationRenditionConfigurationRenditionsItem
    Renditions indicates which renditions are recorded for a stream.
    renditionSelection RecordingConfigurationRenditionConfigurationRenditionSelection
    Resolution Selection indicates which set of renditions are recorded for a stream.
    renditions List<RecordingConfigurationRenditionConfigurationRenditionsItem>
    Renditions indicates which renditions are recorded for a stream.
    renditionSelection RecordingConfigurationRenditionConfigurationRenditionSelection
    Resolution Selection indicates which set of renditions are recorded for a stream.
    renditions RecordingConfigurationRenditionConfigurationRenditionsItem[]
    Renditions indicates which renditions are recorded for a stream.
    rendition_selection RecordingConfigurationRenditionConfigurationRenditionSelection
    Resolution Selection indicates which set of renditions are recorded for a stream.
    renditions Sequence[RecordingConfigurationRenditionConfigurationRenditionsItem]
    Renditions indicates which renditions are recorded for a stream.
    renditionSelection "ALL" | "NONE" | "CUSTOM"
    Resolution Selection indicates which set of renditions are recorded for a stream.
    renditions List<"FULL_HD" | "HD" | "SD" | "LOWEST_RESOLUTION">
    Renditions indicates which renditions are recorded for a stream.

    RecordingConfigurationRenditionConfigurationRenditionSelection, RecordingConfigurationRenditionConfigurationRenditionSelectionArgs

    All
    ALL
    None
    NONE
    Custom
    CUSTOM
    RecordingConfigurationRenditionConfigurationRenditionSelectionAll
    ALL
    RecordingConfigurationRenditionConfigurationRenditionSelectionNone
    NONE
    RecordingConfigurationRenditionConfigurationRenditionSelectionCustom
    CUSTOM
    All
    ALL
    None
    NONE
    Custom
    CUSTOM
    All
    ALL
    None
    NONE
    Custom
    CUSTOM
    ALL
    ALL
    NONE
    NONE
    CUSTOM
    CUSTOM
    "ALL"
    ALL
    "NONE"
    NONE
    "CUSTOM"
    CUSTOM

    RecordingConfigurationRenditionConfigurationRenditionsItem, RecordingConfigurationRenditionConfigurationRenditionsItemArgs

    FullHd
    FULL_HD
    Hd
    HD
    Sd
    SD
    LowestResolution
    LOWEST_RESOLUTION
    RecordingConfigurationRenditionConfigurationRenditionsItemFullHd
    FULL_HD
    RecordingConfigurationRenditionConfigurationRenditionsItemHd
    HD
    RecordingConfigurationRenditionConfigurationRenditionsItemSd
    SD
    RecordingConfigurationRenditionConfigurationRenditionsItemLowestResolution
    LOWEST_RESOLUTION
    FullHd
    FULL_HD
    Hd
    HD
    Sd
    SD
    LowestResolution
    LOWEST_RESOLUTION
    FullHd
    FULL_HD
    Hd
    HD
    Sd
    SD
    LowestResolution
    LOWEST_RESOLUTION
    FULL_HD
    FULL_HD
    HD
    HD
    SD
    SD
    LOWEST_RESOLUTION
    LOWEST_RESOLUTION
    "FULL_HD"
    FULL_HD
    "HD"
    HD
    "SD"
    SD
    "LOWEST_RESOLUTION"
    LOWEST_RESOLUTION

    RecordingConfigurationS3DestinationConfiguration, RecordingConfigurationS3DestinationConfigurationArgs

    BucketName string
    BucketName string
    bucketName String
    bucketName string
    bucketName String

    RecordingConfigurationState, RecordingConfigurationStateArgs

    Creating
    CREATING
    CreateFailed
    CREATE_FAILED
    Active
    ACTIVE
    RecordingConfigurationStateCreating
    CREATING
    RecordingConfigurationStateCreateFailed
    CREATE_FAILED
    RecordingConfigurationStateActive
    ACTIVE
    Creating
    CREATING
    CreateFailed
    CREATE_FAILED
    Active
    ACTIVE
    Creating
    CREATING
    CreateFailed
    CREATE_FAILED
    Active
    ACTIVE
    CREATING
    CREATING
    CREATE_FAILED
    CREATE_FAILED
    ACTIVE
    ACTIVE
    "CREATING"
    CREATING
    "CREATE_FAILED"
    CREATE_FAILED
    "ACTIVE"
    ACTIVE

    RecordingConfigurationThumbnailConfiguration, RecordingConfigurationThumbnailConfigurationArgs

    RecordingMode Pulumi.AwsNative.Ivs.RecordingConfigurationThumbnailConfigurationRecordingMode
    Thumbnail Recording Mode, which determines whether thumbnails are recorded at an interval or are disabled.
    Resolution Pulumi.AwsNative.Ivs.RecordingConfigurationThumbnailConfigurationResolution
    Resolution indicates the desired resolution of recorded thumbnails.
    Storage List<Pulumi.AwsNative.Ivs.RecordingConfigurationThumbnailConfigurationStorageItem>
    Storage indicates the format in which thumbnails are recorded.
    TargetIntervalSeconds int
    Target Interval Seconds defines the interval at which thumbnails are recorded. This field is required if RecordingMode is INTERVAL.
    RecordingMode RecordingConfigurationThumbnailConfigurationRecordingMode
    Thumbnail Recording Mode, which determines whether thumbnails are recorded at an interval or are disabled.
    Resolution RecordingConfigurationThumbnailConfigurationResolution
    Resolution indicates the desired resolution of recorded thumbnails.
    Storage []RecordingConfigurationThumbnailConfigurationStorageItem
    Storage indicates the format in which thumbnails are recorded.
    TargetIntervalSeconds int
    Target Interval Seconds defines the interval at which thumbnails are recorded. This field is required if RecordingMode is INTERVAL.
    recordingMode RecordingConfigurationThumbnailConfigurationRecordingMode
    Thumbnail Recording Mode, which determines whether thumbnails are recorded at an interval or are disabled.
    resolution RecordingConfigurationThumbnailConfigurationResolution
    Resolution indicates the desired resolution of recorded thumbnails.
    storage List<RecordingConfigurationThumbnailConfigurationStorageItem>
    Storage indicates the format in which thumbnails are recorded.
    targetIntervalSeconds Integer
    Target Interval Seconds defines the interval at which thumbnails are recorded. This field is required if RecordingMode is INTERVAL.
    recordingMode RecordingConfigurationThumbnailConfigurationRecordingMode
    Thumbnail Recording Mode, which determines whether thumbnails are recorded at an interval or are disabled.
    resolution RecordingConfigurationThumbnailConfigurationResolution
    Resolution indicates the desired resolution of recorded thumbnails.
    storage RecordingConfigurationThumbnailConfigurationStorageItem[]
    Storage indicates the format in which thumbnails are recorded.
    targetIntervalSeconds number
    Target Interval Seconds defines the interval at which thumbnails are recorded. This field is required if RecordingMode is INTERVAL.
    recording_mode RecordingConfigurationThumbnailConfigurationRecordingMode
    Thumbnail Recording Mode, which determines whether thumbnails are recorded at an interval or are disabled.
    resolution RecordingConfigurationThumbnailConfigurationResolution
    Resolution indicates the desired resolution of recorded thumbnails.
    storage Sequence[RecordingConfigurationThumbnailConfigurationStorageItem]
    Storage indicates the format in which thumbnails are recorded.
    target_interval_seconds int
    Target Interval Seconds defines the interval at which thumbnails are recorded. This field is required if RecordingMode is INTERVAL.
    recordingMode "INTERVAL" | "DISABLED"
    Thumbnail Recording Mode, which determines whether thumbnails are recorded at an interval or are disabled.
    resolution "FULL_HD" | "HD" | "SD" | "LOWEST_RESOLUTION"
    Resolution indicates the desired resolution of recorded thumbnails.
    storage List<"SEQUENTIAL" | "LATEST">
    Storage indicates the format in which thumbnails are recorded.
    targetIntervalSeconds Number
    Target Interval Seconds defines the interval at which thumbnails are recorded. This field is required if RecordingMode is INTERVAL.

    RecordingConfigurationThumbnailConfigurationRecordingMode, RecordingConfigurationThumbnailConfigurationRecordingModeArgs

    Interval
    INTERVAL
    Disabled
    DISABLED
    RecordingConfigurationThumbnailConfigurationRecordingModeInterval
    INTERVAL
    RecordingConfigurationThumbnailConfigurationRecordingModeDisabled
    DISABLED
    Interval
    INTERVAL
    Disabled
    DISABLED
    Interval
    INTERVAL
    Disabled
    DISABLED
    INTERVAL
    INTERVAL
    DISABLED
    DISABLED
    "INTERVAL"
    INTERVAL
    "DISABLED"
    DISABLED

    RecordingConfigurationThumbnailConfigurationResolution, RecordingConfigurationThumbnailConfigurationResolutionArgs

    FullHd
    FULL_HD
    Hd
    HD
    Sd
    SD
    LowestResolution
    LOWEST_RESOLUTION
    RecordingConfigurationThumbnailConfigurationResolutionFullHd
    FULL_HD
    RecordingConfigurationThumbnailConfigurationResolutionHd
    HD
    RecordingConfigurationThumbnailConfigurationResolutionSd
    SD
    RecordingConfigurationThumbnailConfigurationResolutionLowestResolution
    LOWEST_RESOLUTION
    FullHd
    FULL_HD
    Hd
    HD
    Sd
    SD
    LowestResolution
    LOWEST_RESOLUTION
    FullHd
    FULL_HD
    Hd
    HD
    Sd
    SD
    LowestResolution
    LOWEST_RESOLUTION
    FULL_HD
    FULL_HD
    HD
    HD
    SD
    SD
    LOWEST_RESOLUTION
    LOWEST_RESOLUTION
    "FULL_HD"
    FULL_HD
    "HD"
    HD
    "SD"
    SD
    "LOWEST_RESOLUTION"
    LOWEST_RESOLUTION

    RecordingConfigurationThumbnailConfigurationStorageItem, RecordingConfigurationThumbnailConfigurationStorageItemArgs

    Sequential
    SEQUENTIAL
    Latest
    LATEST
    RecordingConfigurationThumbnailConfigurationStorageItemSequential
    SEQUENTIAL
    RecordingConfigurationThumbnailConfigurationStorageItemLatest
    LATEST
    Sequential
    SEQUENTIAL
    Latest
    LATEST
    Sequential
    SEQUENTIAL
    Latest
    LATEST
    SEQUENTIAL
    SEQUENTIAL
    LATEST
    LATEST
    "SEQUENTIAL"
    SEQUENTIAL
    "LATEST"
    LATEST

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi