Interface ICfnCoreNetworkPrefixListAssociationProps
Properties for defining a CfnCoreNetworkPrefixListAssociation.
Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnCoreNetworkPrefixListAssociationProps
Syntax (vb)
Public Interface 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
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. |
Properties
CoreNetworkId
The ID of the core network.
string CoreNetworkId { get; }
Property Value
Remarks
PrefixListAlias
The alias of the prefix list.
string PrefixListAlias { get; }
Property Value
Remarks
PrefixListArn
The Amazon Resource Name (ARN) of the prefix list.
string PrefixListArn { get; }