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.SdiSource
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
Create SdiSource Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SdiSource(name: string, args: SdiSourceArgs, opts?: CustomResourceOptions);
@overload
def SdiSource(resource_name: str,
args: SdiSourceArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SdiSource(resource_name: str,
opts: Optional[ResourceOptions] = None,
type: Optional[SdiSourceType] = None,
mode: Optional[SdiSourceMode] = None,
name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewSdiSource(ctx *Context, name string, args SdiSourceArgs, opts ...ResourceOption) (*SdiSource, error)
public SdiSource(string name, SdiSourceArgs args, CustomResourceOptions? opts = null)
public SdiSource(String name, SdiSourceArgs args)
public SdiSource(String name, SdiSourceArgs args, CustomResourceOptions options)
type: aws-native:medialive:SdiSource
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args SdiSourceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args SdiSourceArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args SdiSourceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SdiSourceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SdiSourceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
SdiSource Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The SdiSource resource accepts the following input properties:
- Type
Pulumi.
Aws Native. Media Live. Sdi Source Type - Mode
Pulumi.
Aws Native. Media Live. Sdi Source Mode - Name string
- The name of the SdiSource.
- List<Pulumi.
Aws Native. Inputs. Tag> - A collection of key-value pairs.
- Type
Sdi
Source Type - Mode
Sdi
Source Mode - Name string
- The name of the SdiSource.
- Tag
Args - A collection of key-value pairs.
- type
Sdi
Source Type - mode
Sdi
Source Mode - name String
- The name of the SdiSource.
- List<Tag>
- A collection of key-value pairs.
- type
Sdi
Source Type - mode
Sdi
Source Mode - name string
- The name of the SdiSource.
- Tag[]
- A collection of key-value pairs.
- type
Sdi
Source Type - mode
Sdi
Source Mode - name str
- The name of the SdiSource.
- Sequence[Tag
Args] - A collection of key-value pairs.
- type "SINGLE" | "QUAD"
- mode "QUADRANT" | "INTERLEAVE"
- name String
- The name of the SdiSource.
- List<Property Map>
- A collection of key-value pairs.
Outputs
All input properties are implicitly available as output properties. Additionally, the SdiSource resource produces the following output properties:
Supporting Types
SdiSourceMode, SdiSourceModeArgs
- Quadrant
- QUADRANT
- Interleave
- INTERLEAVE
- Sdi
Source Mode Quadrant - QUADRANT
- Sdi
Source Mode Interleave - INTERLEAVE
- Quadrant
- QUADRANT
- Interleave
- INTERLEAVE
- Quadrant
- QUADRANT
- Interleave
- INTERLEAVE
- QUADRANT
- QUADRANT
- INTERLEAVE
- INTERLEAVE
- "QUADRANT"
- QUADRANT
- "INTERLEAVE"
- INTERLEAVE
SdiSourceState, SdiSourceStateArgs
- Idle
- IDLE
- In
Use - IN_USE
- Deleted
- DELETED
- Sdi
Source State Idle - IDLE
- Sdi
Source State In Use - IN_USE
- Sdi
Source State Deleted - DELETED
- Idle
- IDLE
- In
Use - IN_USE
- Deleted
- DELETED
- Idle
- IDLE
- In
Use - IN_USE
- Deleted
- DELETED
- IDLE
- IDLE
- IN_USE
- IN_USE
- DELETED
- DELETED
- "IDLE"
- IDLE
- "IN_USE"
- IN_USE
- "DELETED"
- DELETED
SdiSourceType, SdiSourceTypeArgs
- Single
- SINGLE
- Quad
- QUAD
- Sdi
Source Type Single - SINGLE
- Sdi
Source Type Quad - QUAD
- Single
- SINGLE
- Quad
- QUAD
- Single
- SINGLE
- Quad
- QUAD
- SINGLE
- SINGLE
- QUAD
- QUAD
- "SINGLE"
- SINGLE
- "QUAD"
- QUAD
Tag, TagArgs
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