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

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

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.networkmanager.Link

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    The AWS::NetworkManager::Link type describes a link.

    Create Link Resource

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

    Constructor syntax

    new Link(name: string, args: LinkArgs, opts?: CustomResourceOptions);
    @overload
    def Link(resource_name: str,
             args: LinkArgs,
             opts: Optional[ResourceOptions] = None)
    
    @overload
    def Link(resource_name: str,
             opts: Optional[ResourceOptions] = None,
             bandwidth: Optional[LinkBandwidthArgs] = None,
             global_network_id: Optional[str] = None,
             site_id: Optional[str] = None,
             description: Optional[str] = None,
             provider: Optional[str] = None,
             tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
             type: Optional[str] = None)
    func NewLink(ctx *Context, name string, args LinkArgs, opts ...ResourceOption) (*Link, error)
    public Link(string name, LinkArgs args, CustomResourceOptions? opts = null)
    public Link(String name, LinkArgs args)
    public Link(String name, LinkArgs args, CustomResourceOptions options)
    
    type: aws-native:networkmanager:Link
    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 LinkArgs
    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 LinkArgs
    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 LinkArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args LinkArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args LinkArgs
    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 linkResource = new aws_native.networkmanager.Link("linkResource", {
        bandwidth: {
            downloadSpeed: 0,
            uploadSpeed: 0,
        },
        globalNetworkId: "string",
        siteId: "string",
        description: "string",
        provider: "string",
        tags: [{
            key: "string",
            value: "string",
        }],
        type: "string",
    });
    
    Coming soon!
    

    Link 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 Link resource accepts the following input properties:

    Bandwidth Pulumi.AwsNative.NetworkManager.Inputs.LinkBandwidth
    The Bandwidth for the link.
    GlobalNetworkId string
    The ID of the global network.
    SiteId string
    The ID of the site
    Description string
    The description of the link.
    Provider string
    The provider of the link.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags for the link.
    Type string
    The type of the link.
    Bandwidth LinkBandwidthArgs
    The Bandwidth for the link.
    GlobalNetworkId string
    The ID of the global network.
    SiteId string
    The ID of the site
    Description string
    The description of the link.
    Provider string
    The provider of the link.
    Tags TagArgs
    The tags for the link.
    Type string
    The type of the link.
    bandwidth LinkBandwidth
    The Bandwidth for the link.
    globalNetworkId String
    The ID of the global network.
    siteId String
    The ID of the site
    description String
    The description of the link.
    provider String
    The provider of the link.
    tags List<Tag>
    The tags for the link.
    type String
    The type of the link.
    bandwidth LinkBandwidth
    The Bandwidth for the link.
    globalNetworkId string
    The ID of the global network.
    siteId string
    The ID of the site
    description string
    The description of the link.
    provider string
    The provider of the link.
    tags Tag[]
    The tags for the link.
    type string
    The type of the link.
    bandwidth LinkBandwidthArgs
    The Bandwidth for the link.
    global_network_id str
    The ID of the global network.
    site_id str
    The ID of the site
    description str
    The description of the link.
    provider str
    The provider of the link.
    tags Sequence[TagArgs]
    The tags for the link.
    type str
    The type of the link.
    bandwidth Property Map
    The Bandwidth for the link.
    globalNetworkId String
    The ID of the global network.
    siteId String
    The ID of the site
    description String
    The description of the link.
    provider String
    The provider of the link.
    tags List<Property Map>
    The tags for the link.
    type String
    The type of the link.

    Outputs

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

    CreatedAt string
    The date and time that the device was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    LinkArn string
    The Amazon Resource Name (ARN) of the link.
    LinkId string
    The ID of the link.
    State string
    The state of the link.
    CreatedAt string
    The date and time that the device was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    LinkArn string
    The Amazon Resource Name (ARN) of the link.
    LinkId string
    The ID of the link.
    State string
    The state of the link.
    createdAt String
    The date and time that the device was created.
    id String
    The provider-assigned unique ID for this managed resource.
    linkArn String
    The Amazon Resource Name (ARN) of the link.
    linkId String
    The ID of the link.
    state String
    The state of the link.
    createdAt string
    The date and time that the device was created.
    id string
    The provider-assigned unique ID for this managed resource.
    linkArn string
    The Amazon Resource Name (ARN) of the link.
    linkId string
    The ID of the link.
    state string
    The state of the link.
    created_at str
    The date and time that the device was created.
    id str
    The provider-assigned unique ID for this managed resource.
    link_arn str
    The Amazon Resource Name (ARN) of the link.
    link_id str
    The ID of the link.
    state str
    The state of the link.
    createdAt String
    The date and time that the device was created.
    id String
    The provider-assigned unique ID for this managed resource.
    linkArn String
    The Amazon Resource Name (ARN) of the link.
    linkId String
    The ID of the link.
    state String
    The state of the link.

    Supporting Types

    LinkBandwidth, LinkBandwidthArgs

    DownloadSpeed int
    Download speed in Mbps.
    UploadSpeed int
    Upload speed in Mbps.
    DownloadSpeed int
    Download speed in Mbps.
    UploadSpeed int
    Upload speed in Mbps.
    downloadSpeed Integer
    Download speed in Mbps.
    uploadSpeed Integer
    Upload speed in Mbps.
    downloadSpeed number
    Download speed in Mbps.
    uploadSpeed number
    Upload speed in Mbps.
    download_speed int
    Download speed in Mbps.
    upload_speed int
    Upload speed in Mbps.
    downloadSpeed Number
    Download speed in Mbps.
    uploadSpeed Number
    Upload speed in Mbps.

    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.103.0 published on Monday, Apr 22, 2024 by Pulumi