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

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.getCoreNetwork

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.

    Using getCoreNetwork

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getCoreNetwork(args: GetCoreNetworkArgs, opts?: InvokeOptions): Promise<GetCoreNetworkResult>
    function getCoreNetworkOutput(args: GetCoreNetworkOutputArgs, opts?: InvokeOptions): Output<GetCoreNetworkResult>
    def get_core_network(core_network_id: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetCoreNetworkResult
    def get_core_network_output(core_network_id: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetCoreNetworkResult]
    func LookupCoreNetwork(ctx *Context, args *LookupCoreNetworkArgs, opts ...InvokeOption) (*LookupCoreNetworkResult, error)
    func LookupCoreNetworkOutput(ctx *Context, args *LookupCoreNetworkOutputArgs, opts ...InvokeOption) LookupCoreNetworkResultOutput

    > Note: This function is named LookupCoreNetwork in the Go SDK.

    public static class GetCoreNetwork 
    {
        public static Task<GetCoreNetworkResult> InvokeAsync(GetCoreNetworkArgs args, InvokeOptions? opts = null)
        public static Output<GetCoreNetworkResult> Invoke(GetCoreNetworkInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCoreNetworkResult> getCoreNetwork(GetCoreNetworkArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:networkmanager:getCoreNetwork
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CoreNetworkId string
    The Id of core network
    CoreNetworkId string
    The Id of core network
    coreNetworkId String
    The Id of core network
    coreNetworkId string
    The Id of core network
    core_network_id str
    The Id of core network
    coreNetworkId String
    The Id of core network

    getCoreNetwork Result

    The following output properties are available:

    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
    Description string
    The description of core network
    Edges List<Pulumi.AwsNative.NetworkManager.Outputs.CoreNetworkEdge>
    The edges within a core network.
    OwnerAccount string
    Owner of the 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.

    Segments List<Pulumi.AwsNative.NetworkManager.Outputs.CoreNetworkSegment>
    The segments within a core network.
    State string
    The state of core network
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The tags for the global 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
    Description string
    The description of core network
    Edges []CoreNetworkEdge
    The edges within a core network.
    OwnerAccount string
    Owner of the 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.

    Segments []CoreNetworkSegment
    The segments within a core network.
    State string
    The state of core network
    Tags Tag
    The tags for the global 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
    description String
    The description of core network
    edges List<CoreNetworkEdge>
    The edges within a core network.
    ownerAccount String
    Owner of the 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.

    segments List<CoreNetworkSegment>
    The segments within a core network.
    state String
    The state of core network
    tags List<Tag>
    The tags for the global 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
    description string
    The description of core network
    edges CoreNetworkEdge[]
    The edges within a core network.
    ownerAccount string
    Owner of the 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.

    segments CoreNetworkSegment[]
    The segments within a core network.
    state string
    The state of core network
    tags Tag[]
    The tags for the global 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
    description str
    The description of core network
    edges Sequence[CoreNetworkEdge]
    The edges within a core network.
    owner_account str
    Owner of the 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.

    segments Sequence[CoreNetworkSegment]
    The segments within a core network.
    state str
    The state of core network
    tags Sequence[root_Tag]
    The tags for the global 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
    description String
    The description of core network
    edges List<Property Map>
    The edges within a core network.
    ownerAccount String
    Owner of the 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.

    segments List<Property Map>
    The segments within a core network.
    state String
    The state of core network
    tags List<Property Map>
    The tags for the global network.

    Supporting Types

    CoreNetworkEdge

    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

    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

    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