1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. ivs
  5. getRecordingConfiguration

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.3.0 published on Thursday, Oct 17, 2024 by Pulumi

aws-native.ivs.getRecordingConfiguration

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.3.0 published on Thursday, Oct 17, 2024 by Pulumi

    Resource Type definition for AWS::IVS::RecordingConfiguration

    Using getRecordingConfiguration

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getRecordingConfiguration(args: GetRecordingConfigurationArgs, opts?: InvokeOptions): Promise<GetRecordingConfigurationResult>
    function getRecordingConfigurationOutput(args: GetRecordingConfigurationOutputArgs, opts?: InvokeOptions): Output<GetRecordingConfigurationResult>
    def get_recording_configuration(arn: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetRecordingConfigurationResult
    def get_recording_configuration_output(arn: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetRecordingConfigurationResult]
    func LookupRecordingConfiguration(ctx *Context, args *LookupRecordingConfigurationArgs, opts ...InvokeOption) (*LookupRecordingConfigurationResult, error)
    func LookupRecordingConfigurationOutput(ctx *Context, args *LookupRecordingConfigurationOutputArgs, opts ...InvokeOption) LookupRecordingConfigurationResultOutput

    > Note: This function is named LookupRecordingConfiguration in the Go SDK.

    public static class GetRecordingConfiguration 
    {
        public static Task<GetRecordingConfigurationResult> InvokeAsync(GetRecordingConfigurationArgs args, InvokeOptions? opts = null)
        public static Output<GetRecordingConfigurationResult> Invoke(GetRecordingConfigurationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRecordingConfigurationResult> getRecordingConfiguration(GetRecordingConfigurationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:ivs:getRecordingConfiguration
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    Recording Configuration ARN is automatically generated on creation and assigned as the unique identifier.
    Arn string
    Recording Configuration ARN is automatically generated on creation and assigned as the unique identifier.
    arn String
    Recording Configuration ARN is automatically generated on creation and assigned as the unique identifier.
    arn string
    Recording Configuration ARN is automatically generated on creation and assigned as the unique identifier.
    arn str
    Recording Configuration ARN is automatically generated on creation and assigned as the unique identifier.
    arn String
    Recording Configuration ARN is automatically generated on creation and assigned as the unique identifier.

    getRecordingConfiguration Result

    The following output properties are available:

    Arn string
    Recording Configuration ARN is automatically generated on creation and assigned as the unique identifier.
    State Pulumi.AwsNative.Ivs.RecordingConfigurationState
    Recording Configuration State.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    A list of key-value pairs that contain metadata for the asset model.
    Arn string
    Recording Configuration ARN is automatically generated on creation and assigned as the unique identifier.
    State RecordingConfigurationStateEnum
    Recording Configuration State.
    Tags Tag
    A list of key-value pairs that contain metadata for the asset model.
    arn String
    Recording Configuration ARN is automatically generated on creation and assigned as the unique identifier.
    state RecordingConfigurationState
    Recording Configuration State.
    tags List<Tag>
    A list of key-value pairs that contain metadata for the asset model.
    arn string
    Recording Configuration ARN is automatically generated on creation and assigned as the unique identifier.
    state RecordingConfigurationState
    Recording Configuration State.
    tags Tag[]
    A list of key-value pairs that contain metadata for the asset model.
    arn str
    Recording Configuration ARN is automatically generated on creation and assigned as the unique identifier.
    state RecordingConfigurationState
    Recording Configuration State.
    tags Sequence[root_Tag]
    A list of key-value pairs that contain metadata for the asset model.
    arn String
    Recording Configuration ARN is automatically generated on creation and assigned as the unique identifier.
    state "CREATING" | "CREATE_FAILED" | "ACTIVE"
    Recording Configuration State.
    tags List<Property Map>
    A list of key-value pairs that contain metadata for the asset model.

    Supporting Types

    RecordingConfigurationState

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

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.3.0 published on Thursday, Oct 17, 2024 by Pulumi