interface NetworkAttributes
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.NetworkAttributes |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#NetworkAttributes |
Java | software.amazon.awscdk.services.medialive.alpha.NetworkAttributes |
Python | aws_cdk.aws_medialive_alpha.NetworkAttributes |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป NetworkAttributes |
Attributes for importing an existing Network.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive_alpha from '@aws-cdk/aws-medialive-alpha';
const networkAttributes: medialive_alpha.NetworkAttributes = {
networkArn: 'networkArn',
networkId: 'networkId',
};
Properties
| Name | Type | Description |
|---|---|---|
| network | string | The ARN of the network. |
| network | string | The ID of the network. |
networkArn
Type:
string
The ARN of the network.
networkId
Type:
string
The ID of the network.

.NET
Go
Java
Python
TypeScript (