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

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

AWS Cloud Control v1.24.0 published on Wednesday, Jan 15, 2025 by Pulumi

aws-native.ivs.getIngestConfiguration

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.24.0 published on Wednesday, Jan 15, 2025 by Pulumi

    Resource Type definition for AWS::IVS::IngestConfiguration

    Using getIngestConfiguration

    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 getIngestConfiguration(args: GetIngestConfigurationArgs, opts?: InvokeOptions): Promise<GetIngestConfigurationResult>
    function getIngestConfigurationOutput(args: GetIngestConfigurationOutputArgs, opts?: InvokeOptions): Output<GetIngestConfigurationResult>
    def get_ingest_configuration(arn: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetIngestConfigurationResult
    def get_ingest_configuration_output(arn: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetIngestConfigurationResult]
    func LookupIngestConfiguration(ctx *Context, args *LookupIngestConfigurationArgs, opts ...InvokeOption) (*LookupIngestConfigurationResult, error)
    func LookupIngestConfigurationOutput(ctx *Context, args *LookupIngestConfigurationOutputArgs, opts ...InvokeOption) LookupIngestConfigurationResultOutput

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

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

    The following arguments are supported:

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

    getIngestConfiguration Result

    The following output properties are available:

    Arn string
    IngestConfiguration ARN is automatically generated on creation and assigned as the unique identifier.
    ParticipantId string
    Participant Id is automatically generated on creation and assigned.
    StageArn string
    Stage ARN. A value other than an empty string indicates that stage is linked to IngestConfiguration. Default: "" (recording is disabled).
    State Pulumi.AwsNative.Ivs.IngestConfigurationState
    State of IngestConfiguration which determines whether IngestConfiguration is in use or not.
    StreamKey string
    Stream-key value.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    A list of key-value pairs that contain metadata for the asset model.
    Arn string
    IngestConfiguration ARN is automatically generated on creation and assigned as the unique identifier.
    ParticipantId string
    Participant Id is automatically generated on creation and assigned.
    StageArn string
    Stage ARN. A value other than an empty string indicates that stage is linked to IngestConfiguration. Default: "" (recording is disabled).
    State IngestConfigurationStateEnum
    State of IngestConfiguration which determines whether IngestConfiguration is in use or not.
    StreamKey string
    Stream-key value.
    Tags Tag
    A list of key-value pairs that contain metadata for the asset model.
    arn String
    IngestConfiguration ARN is automatically generated on creation and assigned as the unique identifier.
    participantId String
    Participant Id is automatically generated on creation and assigned.
    stageArn String
    Stage ARN. A value other than an empty string indicates that stage is linked to IngestConfiguration. Default: "" (recording is disabled).
    state IngestConfigurationState
    State of IngestConfiguration which determines whether IngestConfiguration is in use or not.
    streamKey String
    Stream-key value.
    tags List<Tag>
    A list of key-value pairs that contain metadata for the asset model.
    arn string
    IngestConfiguration ARN is automatically generated on creation and assigned as the unique identifier.
    participantId string
    Participant Id is automatically generated on creation and assigned.
    stageArn string
    Stage ARN. A value other than an empty string indicates that stage is linked to IngestConfiguration. Default: "" (recording is disabled).
    state IngestConfigurationState
    State of IngestConfiguration which determines whether IngestConfiguration is in use or not.
    streamKey string
    Stream-key value.
    tags Tag[]
    A list of key-value pairs that contain metadata for the asset model.
    arn str
    IngestConfiguration ARN is automatically generated on creation and assigned as the unique identifier.
    participant_id str
    Participant Id is automatically generated on creation and assigned.
    stage_arn str
    Stage ARN. A value other than an empty string indicates that stage is linked to IngestConfiguration. Default: "" (recording is disabled).
    state IngestConfigurationState
    State of IngestConfiguration which determines whether IngestConfiguration is in use or not.
    stream_key str
    Stream-key value.
    tags Sequence[root_Tag]
    A list of key-value pairs that contain metadata for the asset model.
    arn String
    IngestConfiguration ARN is automatically generated on creation and assigned as the unique identifier.
    participantId String
    Participant Id is automatically generated on creation and assigned.
    stageArn String
    Stage ARN. A value other than an empty string indicates that stage is linked to IngestConfiguration. Default: "" (recording is disabled).
    state "ACTIVE" | "INACTIVE"
    State of IngestConfiguration which determines whether IngestConfiguration is in use or not.
    streamKey String
    Stream-key value.
    tags List<Property Map>
    A list of key-value pairs that contain metadata for the asset model.

    Supporting Types

    IngestConfigurationState

    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.24.0 published on Wednesday, Jan 15, 2025 by Pulumi