We recommend new projects start with resources from the AWS provider.
aws-native.medialive.SdiSource
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
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
SdiSource Type 
- Mode
SdiSource Mode 
- Name string
- The name of the SdiSource.
- 
TagArgs 
- A collection of key-value pairs.
- type
SdiSource Type 
- mode
SdiSource Mode 
- name String
- The name of the SdiSource.
- List<Tag>
- A collection of key-value pairs.
- type
SdiSource Type 
- mode
SdiSource Mode 
- name string
- The name of the SdiSource.
- Tag[]
- A collection of key-value pairs.
- type
SdiSource Type 
- mode
SdiSource Mode 
- name str
- The name of the SdiSource.
- 
Sequence[TagArgs] 
- 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
- SdiSource Mode Quadrant 
- QUADRANT
- SdiSource Mode Interleave 
- INTERLEAVE
- Quadrant
- QUADRANT
- Interleave
- INTERLEAVE
- Quadrant
- QUADRANT
- Interleave
- INTERLEAVE
- QUADRANT
- QUADRANT
- INTERLEAVE
- INTERLEAVE
- "QUADRANT"
- QUADRANT
- "INTERLEAVE"
- INTERLEAVE
SdiSourceState, SdiSourceStateArgs      
- Idle
- IDLE
- InUse 
- IN_USE
- Deleted
- DELETED
- SdiSource State Idle 
- IDLE
- SdiSource State In Use 
- IN_USE
- SdiSource State Deleted 
- DELETED
- Idle
- IDLE
- InUse 
- IN_USE
- Deleted
- DELETED
- Idle
- IDLE
- InUse 
- 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
- SdiSource Type Single 
- SINGLE
- SdiSource 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.