interface CfnSdiSourceProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaLive.CfnSdiSourceProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnSdiSourceProps |
![]() | software.amazon.awscdk.services.medialive.CfnSdiSourceProps |
![]() | aws_cdk.aws_medialive.CfnSdiSourceProps |
![]() | aws-cdk-lib » aws_medialive » CfnSdiSourceProps |
Properties for defining a CfnSdiSource
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-sdisource.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from 'aws-cdk-lib';
const cfnSdiSourceProps: medialive.CfnSdiSourceProps = {
name: 'name',
type: 'type',
// the properties below are optional
mode: 'mode',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
name | string | The name of the SdiSource. |
type | string | The interface mode of the SdiSource. |
mode? | string | The current state of the SdiSource. |
tags? | Cfn [] | A collection of key-value pairs. |
name
Type:
string
The name of the SdiSource.
type
Type:
string
The interface mode of the SdiSource.
mode?
Type:
string
(optional)
The current state of the SdiSource.
tags?
Type:
Cfn
[]
(optional)
A collection of key-value pairs.