Class CfnCoreNetworkMixinProps
Properties for CfnCoreNetworkPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.NetworkManager.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnCoreNetworkMixinProps : ICfnCoreNetworkMixinProps
Syntax (vb)
Public Class CfnCoreNetworkMixinProps Implements ICfnCoreNetworkMixinProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.NetworkManager.Mixins;
var policyDocument;
var cfnCoreNetworkMixinProps = new CfnCoreNetworkMixinProps {
Description = "description",
GlobalNetworkId = "globalNetworkId",
PolicyDocument = policyDocument,
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
| CfnCoreNetworkMixinProps() | Properties for CfnCoreNetworkPropsMixin. |
Properties
| Description | The description of a core network. |
| GlobalNetworkId | The ID of the global network that your core network is a part of. |
| PolicyDocument | Describes a core network policy. For more information, see Core network policies . |
| Tags | The list of key-value tags associated with a core network. |
Constructors
CfnCoreNetworkMixinProps()
Properties for CfnCoreNetworkPropsMixin.
public CfnCoreNetworkMixinProps()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.NetworkManager.Mixins;
var policyDocument;
var cfnCoreNetworkMixinProps = new CfnCoreNetworkMixinProps {
Description = "description",
GlobalNetworkId = "globalNetworkId",
PolicyDocument = policyDocument,
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Properties
Description
The description of a core network.
public string? Description { get; set; }
Property Value
Remarks
GlobalNetworkId
The ID of the global network that your core network is a part of.
public string? GlobalNetworkId { get; set; }
Property Value
Remarks
PolicyDocument
Describes a core network policy. For more information, see Core network policies .
public object? PolicyDocument { get; set; }
Property Value
Remarks
If you update the policy document, CloudFormation will apply the core network change set generated from the updated policy document, and then set it as the LIVE policy.
Tags
The list of key-value tags associated with a core network.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]