Class CfnCoreNetworkPrefixListAssociation

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.networkmanager.CfnCoreNetworkPrefixListAssociation
All Implemented Interfaces:
IInspectable, IEnvironmentAware, ICoreNetworkPrefixListAssociationRef, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)", date="2026-06-08T20:22:48.878Z") @Stability(Stable) public class CfnCoreNetworkPrefixListAssociation extends CfnResource implements IInspectable, ICoreNetworkPrefixListAssociationRef
Resource Type definition for AWS::NetworkManager::CoreNetworkPrefixListAssociation which associates a prefix list with a core network.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.networkmanager.*;
 CfnCoreNetworkPrefixListAssociation cfnCoreNetworkPrefixListAssociation = CfnCoreNetworkPrefixListAssociation.Builder.create(this, "MyCfnCoreNetworkPrefixListAssociation")
         .coreNetworkId("coreNetworkId")
         .prefixListAlias("prefixListAlias")
         .prefixListArn("prefixListArn")
         .build();
 

See Also:
  • Field Details

    • CFN_RESOURCE_TYPE_NAME

      @Stability(Stable) public static final String CFN_RESOURCE_TYPE_NAME
      The CloudFormation resource type name for this resource class.
  • Constructor Details

    • CfnCoreNetworkPrefixListAssociation

      protected CfnCoreNetworkPrefixListAssociation(software.amazon.jsii.JsiiObjectRef objRef)
    • CfnCoreNetworkPrefixListAssociation

      protected CfnCoreNetworkPrefixListAssociation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • CfnCoreNetworkPrefixListAssociation

      @Stability(Stable) public CfnCoreNetworkPrefixListAssociation(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnCoreNetworkPrefixListAssociationProps props)
      Create a new AWS::NetworkManager::CoreNetworkPrefixListAssociation.

      Parameters:
      scope - Scope in which this resource is defined. This parameter is required.
      id - Construct identifier for this resource (unique in its scope). This parameter is required.
      props - Resource properties. This parameter is required.
  • Method Details

    • isCfnCoreNetworkPrefixListAssociation

      @Stability(Stable) @NotNull public static Boolean isCfnCoreNetworkPrefixListAssociation(@NotNull Object x)
      Checks whether the given object is a CfnCoreNetworkPrefixListAssociation.

      Parameters:
      x - This parameter is required.
    • inspect

      @Stability(Stable) public void inspect(@NotNull TreeInspector inspector)
      Examines the CloudFormation resource and discloses attributes.

      Specified by:
      inspect in interface IInspectable
      Parameters:
      inspector - tree inspector to collect and process attributes. This parameter is required.
    • renderProperties

      @Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
      Overrides:
      renderProperties in class CfnResource
      Parameters:
      props - This parameter is required.
    • getCfnProperties

      @Stability(Stable) @NotNull protected Map<String,Object> getCfnProperties()
      Overrides:
      getCfnProperties in class CfnResource
    • getCfnPropertyNames

      @Stability(Stable) @NotNull protected Map<String,String> getCfnPropertyNames()
      Overrides:
      getCfnPropertyNames in class CfnResource
    • getCoreNetworkPrefixListAssociationRef

      @Stability(Stable) @NotNull public CoreNetworkPrefixListAssociationReference getCoreNetworkPrefixListAssociationRef()
      A reference to a CoreNetworkPrefixListAssociation resource.
      Specified by:
      getCoreNetworkPrefixListAssociationRef in interface ICoreNetworkPrefixListAssociationRef
    • getCoreNetworkId

      @Stability(Stable) @NotNull public String getCoreNetworkId()
      The ID of the core network.
    • setCoreNetworkId

      @Stability(Stable) public void setCoreNetworkId(@NotNull String value)
      The ID of the core network.
    • getPrefixListAlias

      @Stability(Stable) @NotNull public String getPrefixListAlias()
      The alias of the prefix list.
    • setPrefixListAlias

      @Stability(Stable) public void setPrefixListAlias(@NotNull String value)
      The alias of the prefix list.
    • getPrefixListArn

      @Stability(Stable) @NotNull public String getPrefixListArn()
      The Amazon Resource Name (ARN) of the prefix list.
    • setPrefixListArn

      @Stability(Stable) public void setPrefixListArn(@NotNull String value)
      The Amazon Resource Name (ARN) of the prefix list.