We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.ivs.getIngestConfiguration
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 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)
public static Output<GetIngestConfigurationResult> getIngestConfiguration(GetIngestConfigurationArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:ivs:getIngestConfiguration
  arguments:
    # arguments dictionaryThe 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.Aws Native. Ivs. Ingest Configuration State 
- State of IngestConfiguration which determines whether IngestConfiguration is in use or not.
- StreamKey string
- Stream-key value.
- 
List<Pulumi.Aws Native. 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
IngestConfiguration State Enum 
- State of IngestConfiguration which determines whether IngestConfiguration is in use or not.
- StreamKey string
- Stream-key value.
- 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
IngestConfiguration State 
- State of IngestConfiguration which determines whether IngestConfiguration is in use or not.
- streamKey String
- Stream-key value.
- 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
IngestConfiguration State 
- State of IngestConfiguration which determines whether IngestConfiguration is in use or not.
- streamKey string
- Stream-key value.
- 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
IngestConfiguration State 
- State of IngestConfiguration which determines whether IngestConfiguration is in use or not.
- stream_key str
- Stream-key value.
- 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.
- List<Property Map>
- A list of key-value pairs that contain metadata for the asset model.
Supporting Types
IngestConfigurationState  
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi