Interface CfnCoreNetworkPrefixListAssociationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCoreNetworkPrefixListAssociationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)",
date="2026-06-11T16:21:45.980Z")
@Stability(Stable)
public interface CfnCoreNetworkPrefixListAssociationProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnCoreNetworkPrefixListAssociation.
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.*;
CfnCoreNetworkPrefixListAssociationProps cfnCoreNetworkPrefixListAssociationProps = CfnCoreNetworkPrefixListAssociationProps.builder()
.coreNetworkId("coreNetworkId")
.prefixListAlias("prefixListAlias")
.prefixListArn("prefixListArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCoreNetworkPrefixListAssociationPropsstatic final classAn implementation forCfnCoreNetworkPrefixListAssociationProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ID of the core network.The alias of the prefix list.The Amazon Resource Name (ARN) of the prefix list.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCoreNetworkId
The ID of the core network.- See Also:
-
getPrefixListAlias
The alias of the prefix list.- See Also:
-
getPrefixListArn
The Amazon Resource Name (ARN) of the prefix list.- See Also:
-
builder
-