We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
aws-native.ivs.getIngestConfiguration
Start a Neo task
Explain and create an aws-native.ivs.getIngestConfiguration resource
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 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.
- Participant
Id string - Participant Id is automatically generated on creation and assigned.
- Stage
Arn 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.
- Stream
Key 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.
- Participant
Id string - Participant Id is automatically generated on creation and assigned.
- Stage
Arn string - Stage ARN. A value other than an empty string indicates that stage is linked to IngestConfiguration. Default: "" (recording is disabled).
- State
Ingest
Configuration State Enum - State of IngestConfiguration which determines whether IngestConfiguration is in use or not.
- Stream
Key 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.
- participant
Id String - Participant Id is automatically generated on creation and assigned.
- stage
Arn String - Stage ARN. A value other than an empty string indicates that stage is linked to IngestConfiguration. Default: "" (recording is disabled).
- state
Ingest
Configuration State - State of IngestConfiguration which determines whether IngestConfiguration is in use or not.
- stream
Key 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.
- participant
Id string - Participant Id is automatically generated on creation and assigned.
- stage
Arn string - Stage ARN. A value other than an empty string indicates that stage is linked to IngestConfiguration. Default: "" (recording is disabled).
- state
Ingest
Configuration State - State of IngestConfiguration which determines whether IngestConfiguration is in use or not.
- stream
Key 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
Ingest
Configuration 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.
- participant
Id String - Participant Id is automatically generated on creation and assigned.
- stage
Arn 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.
- stream
Key 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.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
