1. Packages
  2. AWS Native
  3. API Docs
  4. networkmanager
  5. CoreNetwork

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.networkmanager.CoreNetwork

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

    AWS::NetworkManager::CoreNetwork Resource Type Definition.

    Create CoreNetwork Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new CoreNetwork(name: string, args: CoreNetworkArgs, opts?: CustomResourceOptions);
    @overload
    def CoreNetwork(resource_name: str,
                    args: CoreNetworkArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def CoreNetwork(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    global_network_id: Optional[str] = None,
                    description: Optional[str] = None,
                    policy_document: Optional[Any] = None,
                    tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewCoreNetwork(ctx *Context, name string, args CoreNetworkArgs, opts ...ResourceOption) (*CoreNetwork, error)
    public CoreNetwork(string name, CoreNetworkArgs args, CustomResourceOptions? opts = null)
    public CoreNetwork(String name, CoreNetworkArgs args)
    public CoreNetwork(String name, CoreNetworkArgs args, CustomResourceOptions options)
    
    type: aws-native:networkmanager:CoreNetwork
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args CoreNetworkArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args CoreNetworkArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args CoreNetworkArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CoreNetworkArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CoreNetworkArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const coreNetworkResource = new aws_native.networkmanager.CoreNetwork("coreNetworkResource", {
        globalNetworkId: "string",
        description: "string",
        policyDocument: "any",
        tags: [{
            key: "string",
            value: "string",
        }],
    });
    
    Coming soon!
    

    CoreNetwork Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The CoreNetwork resource accepts the following input properties:

    GlobalNetworkId string
    The ID of the global network that your core network is a part of.
    Description string
    The description of core network
    PolicyDocument object

    Live policy document for the core network, you must provide PolicyDocument in Json Format

    Search the CloudFormation User Guide for AWS::NetworkManager::CoreNetwork for more information about the expected schema for this property.

    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags for the global network.
    GlobalNetworkId string
    The ID of the global network that your core network is a part of.
    Description string
    The description of core network
    PolicyDocument interface{}

    Live policy document for the core network, you must provide PolicyDocument in Json Format

    Search the CloudFormation User Guide for AWS::NetworkManager::CoreNetwork for more information about the expected schema for this property.

    Tags TagArgs
    The tags for the global network.
    globalNetworkId String
    The ID of the global network that your core network is a part of.
    description String
    The description of core network
    policyDocument Object

    Live policy document for the core network, you must provide PolicyDocument in Json Format

    Search the CloudFormation User Guide for AWS::NetworkManager::CoreNetwork for more information about the expected schema for this property.

    tags List<Tag>
    The tags for the global network.
    globalNetworkId string
    The ID of the global network that your core network is a part of.
    description string
    The description of core network
    policyDocument any

    Live policy document for the core network, you must provide PolicyDocument in Json Format

    Search the CloudFormation User Guide for AWS::NetworkManager::CoreNetwork for more information about the expected schema for this property.

    tags Tag[]
    The tags for the global network.
    global_network_id str
    The ID of the global network that your core network is a part of.
    description str
    The description of core network
    policy_document Any

    Live policy document for the core network, you must provide PolicyDocument in Json Format

    Search the CloudFormation User Guide for AWS::NetworkManager::CoreNetwork for more information about the expected schema for this property.

    tags Sequence[TagArgs]
    The tags for the global network.
    globalNetworkId String
    The ID of the global network that your core network is a part of.
    description String
    The description of core network
    policyDocument Any

    Live policy document for the core network, you must provide PolicyDocument in Json Format

    Search the CloudFormation User Guide for AWS::NetworkManager::CoreNetwork for more information about the expected schema for this property.

    tags List<Property Map>
    The tags for the global network.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the CoreNetwork resource produces the following output properties:

    CoreNetworkArn string
    The ARN (Amazon resource name) of core network
    CoreNetworkId string
    The Id of core network
    CreatedAt string
    The creation time of core network
    Edges List<Pulumi.AwsNative.NetworkManager.Outputs.CoreNetworkEdge>
    The edges within a core network.
    Id string
    The provider-assigned unique ID for this managed resource.
    OwnerAccount string
    Owner of the core network
    Segments List<Pulumi.AwsNative.NetworkManager.Outputs.CoreNetworkSegment>
    The segments within a core network.
    State string
    The state of core network
    CoreNetworkArn string
    The ARN (Amazon resource name) of core network
    CoreNetworkId string
    The Id of core network
    CreatedAt string
    The creation time of core network
    Edges []CoreNetworkEdge
    The edges within a core network.
    Id string
    The provider-assigned unique ID for this managed resource.
    OwnerAccount string
    Owner of the core network
    Segments []CoreNetworkSegment
    The segments within a core network.
    State string
    The state of core network
    coreNetworkArn String
    The ARN (Amazon resource name) of core network
    coreNetworkId String
    The Id of core network
    createdAt String
    The creation time of core network
    edges List<CoreNetworkEdge>
    The edges within a core network.
    id String
    The provider-assigned unique ID for this managed resource.
    ownerAccount String
    Owner of the core network
    segments List<CoreNetworkSegment>
    The segments within a core network.
    state String
    The state of core network
    coreNetworkArn string
    The ARN (Amazon resource name) of core network
    coreNetworkId string
    The Id of core network
    createdAt string
    The creation time of core network
    edges CoreNetworkEdge[]
    The edges within a core network.
    id string
    The provider-assigned unique ID for this managed resource.
    ownerAccount string
    Owner of the core network
    segments CoreNetworkSegment[]
    The segments within a core network.
    state string
    The state of core network
    core_network_arn str
    The ARN (Amazon resource name) of core network
    core_network_id str
    The Id of core network
    created_at str
    The creation time of core network
    edges Sequence[CoreNetworkEdge]
    The edges within a core network.
    id str
    The provider-assigned unique ID for this managed resource.
    owner_account str
    Owner of the core network
    segments Sequence[CoreNetworkSegment]
    The segments within a core network.
    state str
    The state of core network
    coreNetworkArn String
    The ARN (Amazon resource name) of core network
    coreNetworkId String
    The Id of core network
    createdAt String
    The creation time of core network
    edges List<Property Map>
    The edges within a core network.
    id String
    The provider-assigned unique ID for this managed resource.
    ownerAccount String
    Owner of the core network
    segments List<Property Map>
    The segments within a core network.
    state String
    The state of core network

    Supporting Types

    CoreNetworkEdge, CoreNetworkEdgeArgs

    Asn double
    The ASN of a core network edge.
    EdgeLocation string
    The Region where a core network edge is located.
    InsideCidrBlocks List<string>
    Asn float64
    The ASN of a core network edge.
    EdgeLocation string
    The Region where a core network edge is located.
    InsideCidrBlocks []string
    asn Double
    The ASN of a core network edge.
    edgeLocation String
    The Region where a core network edge is located.
    insideCidrBlocks List<String>
    asn number
    The ASN of a core network edge.
    edgeLocation string
    The Region where a core network edge is located.
    insideCidrBlocks string[]
    asn float
    The ASN of a core network edge.
    edge_location str
    The Region where a core network edge is located.
    inside_cidr_blocks Sequence[str]
    asn Number
    The ASN of a core network edge.
    edgeLocation String
    The Region where a core network edge is located.
    insideCidrBlocks List<String>

    CoreNetworkSegment, CoreNetworkSegmentArgs

    EdgeLocations List<string>
    Name string
    Name of segment
    SharedSegments List<string>
    EdgeLocations []string
    Name string
    Name of segment
    SharedSegments []string
    edgeLocations List<String>
    name String
    Name of segment
    sharedSegments List<String>
    edgeLocations string[]
    name string
    Name of segment
    sharedSegments string[]
    edge_locations Sequence[str]
    name str
    Name of segment
    shared_segments Sequence[str]
    edgeLocations List<String>
    name String
    Name of segment
    sharedSegments List<String>

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi