Class CfnCoreNetworkPrefixListAssociationProps
Properties for defining a CfnCoreNetworkPrefixListAssociation.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCoreNetworkPrefixListAssociationProps : ICfnCoreNetworkPrefixListAssociationProps
Syntax (vb)
Public Class CfnCoreNetworkPrefixListAssociationProps Implements ICfnCoreNetworkPrefixListAssociationProps
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.AWS.NetworkManager;
var cfnCoreNetworkPrefixListAssociationProps = new CfnCoreNetworkPrefixListAssociationProps {
CoreNetworkId = "coreNetworkId",
PrefixListAlias = "prefixListAlias",
PrefixListArn = "prefixListArn"
};
Synopsis
Constructors
| CfnCoreNetworkPrefixListAssociationProps() | Properties for defining a |
Properties
| CoreNetworkId | The ID of the core network. |
| PrefixListAlias | The alias of the prefix list. |
| PrefixListArn | The Amazon Resource Name (ARN) of the prefix list. |
Constructors
CfnCoreNetworkPrefixListAssociationProps()
Properties for defining a CfnCoreNetworkPrefixListAssociation.
public CfnCoreNetworkPrefixListAssociationProps()
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.AWS.NetworkManager;
var cfnCoreNetworkPrefixListAssociationProps = new CfnCoreNetworkPrefixListAssociationProps {
CoreNetworkId = "coreNetworkId",
PrefixListAlias = "prefixListAlias",
PrefixListArn = "prefixListArn"
};
Properties
CoreNetworkId
The ID of the core network.
public string CoreNetworkId { get; set; }
Property Value
Remarks
PrefixListAlias
The alias of the prefix list.
public string PrefixListAlias { get; set; }
Property Value
Remarks
PrefixListArn
The Amazon Resource Name (ARN) of the prefix list.
public string PrefixListArn { get; set; }