We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.medialive.getSdiSource
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:medialive:getSdiSource
arguments:
# arguments dictionary
The 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
Sdi
Source Mode - Name string
- The name of the SdiSource.
- State
Sdi
Source State Enum - Tag
- A collection of key-value pairs.
- Type
Sdi
Source 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
Sdi
Source Mode - name String
- The name of the SdiSource.
- state
Sdi
Source State - List<Tag>
- A collection of key-value pairs.
- type
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
Sdi
Source Mode - name string
- The name of the SdiSource.
- state
Sdi
Source State - Tag[]
- A collection of key-value pairs.
- type
Sdi
Source 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
Sdi
Source Mode - name str
- The name of the SdiSource.
- state
Sdi
Source State - Sequence[root_Tag]
- A collection of key-value pairs.
- type
Sdi
Source 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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi