interface CfnLinkProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.NetworkManager.CfnLinkProps |
Java | software.amazon.awscdk.services.networkmanager.CfnLinkProps |
Python | aws_cdk.aws_networkmanager.CfnLinkProps |
TypeScript | @aws-cdk/aws-networkmanager » CfnLinkProps |
Properties for defining a CfnLink
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as networkmanager from '@aws-cdk/aws-networkmanager';
const cfnLinkProps: networkmanager.CfnLinkProps = {
bandwidth: {
downloadSpeed: 123,
uploadSpeed: 123,
},
globalNetworkId: 'globalNetworkId',
siteId: 'siteId',
// the properties below are optional
description: 'description',
provider: 'provider',
tags: [{
key: 'key',
value: 'value',
}],
type: 'type',
};
Properties
Name | Type | Description |
---|---|---|
bandwidth | IResolvable | Bandwidth | The bandwidth for the link. |
global | string | The ID of the global network. |
site | string | The ID of the site. |
description? | string | A description of the link. |
provider? | string | The provider of the link. |
tags? | Cfn [] | The tags for the link. |
type? | string | The type of the link. |
bandwidth
Type:
IResolvable
|
Bandwidth
The bandwidth for the link.
globalNetworkId
Type:
string
The ID of the global network.
siteId
Type:
string
The ID of the site.
description?
Type:
string
(optional)
A description of the link.
Constraints: Maximum length of 256 characters.
provider?
Type:
string
(optional)
The provider of the link.
Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^
tags?
Type:
Cfn
[]
(optional)
The tags for the link.
type?
Type:
string
(optional)
The type of the link.
Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^