Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-corenetworkprefixlistassociation.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-corenetworkprefixlistassociation.html#cfn-networkmanager-corenetworkprefixlistassociation-corenetworkid

PrefixListAlias

The alias of the prefix list.

string PrefixListAlias { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-corenetworkprefixlistassociation.html#cfn-networkmanager-corenetworkprefixlistassociation-prefixlistalias

PrefixListArn

The Amazon Resource Name (ARN) of the prefix list.

string PrefixListArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-corenetworkprefixlistassociation.html#cfn-networkmanager-corenetworkprefixlistassociation-prefixlistarn

Back to top Generated by DocFX