interface CfnGlobalNetworkProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.NetworkManager.CfnGlobalNetworkProps |
Java | software.amazon.awscdk.services.networkmanager.CfnGlobalNetworkProps |
Python | aws_cdk.aws_networkmanager.CfnGlobalNetworkProps |
TypeScript | @aws-cdk/aws-networkmanager » CfnGlobalNetworkProps |
Properties for defining a CfnGlobalNetwork
.
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 cfnGlobalNetworkProps: networkmanager.CfnGlobalNetworkProps = {
description: 'description',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
description? | string | A description of the global network. |
tags? | Cfn [] | The tags for the global network. |
description?
Type:
string
(optional)
A description of the global network.
Constraints: Maximum length of 256 characters.
tags?
Type:
Cfn
[]
(optional)
The tags for the global network.