interface SourceBase
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaConnect.Alpha.SourceBase |
Go | github.com/aws/aws-cdk-go/awsmediaconnectalpha/v2#SourceBase |
Java | software.amazon.awscdk.services.mediaconnect.alpha.SourceBase |
Python | aws_cdk.aws_mediaconnect_alpha.SourceBase |
TypeScript (source) | @aws-cdk/aws-mediaconnect-alpha ยป SourceBase |
Common configuration across all inputs.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as mediaconnect_alpha from '@aws-cdk/aws-mediaconnect-alpha';
const sourceBase: mediaconnect_alpha.SourceBase = {
description: 'description',
flowSourceName: 'flowSourceName',
};
Properties
| Name | Type | Description |
|---|---|---|
| description? | string | A description of the source. |
| flow | string | The name of the source. |
description?
Type:
string
(optional, default: no description)
A description of the source.
This description appears only on the MediaConnect console and will not be seen by the end user.
flowSourceName?
Type:
string
(optional, default: a name is generated automatically)
The name of the source.

.NET
Go
Java
Python
TypeScript (