Show / Hide Table of Contents

Class CfnCoreNetworkPrefixListAssociationProps

Properties for defining a CfnCoreNetworkPrefixListAssociation.

Inheritance
object
CfnCoreNetworkPrefixListAssociationProps
Implements
ICfnCoreNetworkPrefixListAssociationProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCoreNetworkPrefixListAssociationProps : ICfnCoreNetworkPrefixListAssociationProps
Syntax (vb)
Public Class CfnCoreNetworkPrefixListAssociationProps Implements 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

Constructors

CfnCoreNetworkPrefixListAssociationProps()

Properties for defining a CfnCoreNetworkPrefixListAssociation.

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

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"
             };

Properties

CoreNetworkId

The ID of the core network.

public string CoreNetworkId { get; set; }
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.

public string PrefixListAlias { get; set; }
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.

public string PrefixListArn { get; set; }
Property Value

string

Remarks

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

Implements

ICfnCoreNetworkPrefixListAssociationProps
Back to top Generated by DocFX