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.medialive.getSdiSource
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
Definition of AWS::MediaLive::SdiSource Resource Type
Using getSdiSource
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 getSdiSource(args: GetSdiSourceArgs, opts?: InvokeOptions): Promise<GetSdiSourceResult>
function getSdiSourceOutput(args: GetSdiSourceOutputArgs, opts?: InvokeOptions): Output<GetSdiSourceResult>def get_sdi_source(id: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetSdiSourceResult
def get_sdi_source_output(id: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetSdiSourceResult]func LookupSdiSource(ctx *Context, args *LookupSdiSourceArgs, opts ...InvokeOption) (*LookupSdiSourceResult, error)
func LookupSdiSourceOutput(ctx *Context, args *LookupSdiSourceOutputArgs, opts ...InvokeOption) LookupSdiSourceResultOutput> Note: This function is named LookupSdiSource in the Go SDK.
public static class GetSdiSource 
{
    public static Task<GetSdiSourceResult> InvokeAsync(GetSdiSourceArgs args, InvokeOptions? opts = null)
    public static Output<GetSdiSourceResult> Invoke(GetSdiSourceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSdiSourceResult> getSdiSource(GetSdiSourceArgs args, InvokeOptions options)
public static Output<GetSdiSourceResult> getSdiSource(GetSdiSourceArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:medialive:getSdiSource
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Id string
- The unique identifier of the SdiSource.
- Id string
- The unique identifier of the SdiSource.
- id String
- The unique identifier of the SdiSource.
- id string
- The unique identifier of the SdiSource.
- id str
- The unique identifier of the SdiSource.
- id String
- The unique identifier of the SdiSource.
getSdiSource Result
The following output properties are available:
- Arn string
- The unique arn of the SdiSource.
- Id string
- The unique identifier of the SdiSource.
- Inputs List<string>
- The list of inputs currently using this SDI source.
- Mode
Pulumi.Aws Native. Media Live. Sdi Source Mode 
- Name string
- The name of the SdiSource.
- State
Pulumi.Aws Native. Media Live. Sdi Source State 
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- A collection of key-value pairs.
- Type
Pulumi.Aws Native. Media Live. Sdi Source Type 
- Arn string
- The unique arn of the SdiSource.
- Id string
- The unique identifier of the SdiSource.
- Inputs []string
- The list of inputs currently using this SDI source.
- Mode
SdiSource Mode 
- Name string
- The name of the SdiSource.
- State
SdiSource State Enum 
- Tag
- A collection of key-value pairs.
- Type
SdiSource Type 
- arn String
- The unique arn of the SdiSource.
- id String
- The unique identifier of the SdiSource.
- inputs List<String>
- The list of inputs currently using this SDI source.
- mode
SdiSource Mode 
- name String
- The name of the SdiSource.
- state
SdiSource State 
- List<Tag>
- A collection of key-value pairs.
- type
SdiSource Type 
- arn string
- The unique arn of the SdiSource.
- id string
- The unique identifier of the SdiSource.
- inputs string[]
- The list of inputs currently using this SDI source.
- mode
SdiSource Mode 
- name string
- The name of the SdiSource.
- state
SdiSource State 
- Tag[]
- A collection of key-value pairs.
- type
SdiSource Type 
- arn str
- The unique arn of the SdiSource.
- id str
- The unique identifier of the SdiSource.
- inputs Sequence[str]
- The list of inputs currently using this SDI source.
- mode
SdiSource Mode 
- name str
- The name of the SdiSource.
- state
SdiSource State 
- Sequence[root_Tag]
- A collection of key-value pairs.
- type
SdiSource Type 
- arn String
- The unique arn of the SdiSource.
- id String
- The unique identifier of the SdiSource.
- inputs List<String>
- The list of inputs currently using this SDI source.
- mode "QUADRANT" | "INTERLEAVE"
- name String
- The name of the SdiSource.
- state "IDLE" | "IN_USE" | "DELETED"
- List<Property Map>
- A collection of key-value pairs.
- type "SINGLE" | "QUAD"
Supporting Types
SdiSourceMode  
SdiSourceState  
SdiSourceType  
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