interface CfnGlobalNetworkProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.NetworkManager.CfnGlobalNetworkProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsnetworkmanager#CfnGlobalNetworkProps |
![]() | software.amazon.awscdk.services.networkmanager.CfnGlobalNetworkProps |
![]() | aws_cdk.aws_networkmanager.CfnGlobalNetworkProps |
![]() | aws-cdk-lib » 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 { aws_networkmanager as networkmanager } from 'aws-cdk-lib';
const cfnGlobalNetworkProps: networkmanager.CfnGlobalNetworkProps = {
createdAt: 'createdAt',
description: 'description',
state: 'state',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
created | string | The date and time that the global network was created. |
description? | string | A description of the global network. |
state? | string | The state of the global network. |
tags? | Cfn [] | The tags for the global network. |
createdAt?
Type:
string
(optional)
The date and time that the global network was created.
description?
Type:
string
(optional)
A description of the global network.
Constraints: Maximum length of 256 characters.
state?
Type:
string
(optional)
The state of the global network.
tags?
Type:
Cfn
[]
(optional)
The tags for the global network.