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

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

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::Site type describes a site.

    Create Site Resource

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

    Constructor syntax

    new Site(name: string, args: SiteArgs, opts?: CustomResourceOptions);
    @overload
    def Site(resource_name: str,
             args: SiteArgs,
             opts: Optional[ResourceOptions] = None)
    
    @overload
    def Site(resource_name: str,
             opts: Optional[ResourceOptions] = None,
             global_network_id: Optional[str] = None,
             description: Optional[str] = None,
             location: Optional[SiteLocationArgs] = None,
             tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewSite(ctx *Context, name string, args SiteArgs, opts ...ResourceOption) (*Site, error)
    public Site(string name, SiteArgs args, CustomResourceOptions? opts = null)
    public Site(String name, SiteArgs args)
    public Site(String name, SiteArgs args, CustomResourceOptions options)
    
    type: aws-native:networkmanager:Site
    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 SiteArgs
    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 SiteArgs
    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 SiteArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SiteArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SiteArgs
    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 siteResource = new aws_native.networkmanager.Site("siteResource", {
        globalNetworkId: "string",
        description: "string",
        location: {
            address: "string",
            latitude: "string",
            longitude: "string",
        },
        tags: [{
            key: "string",
            value: "string",
        }],
    });
    
    Coming soon!
    

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

    GlobalNetworkId string
    The ID of the global network.
    Description string
    The description of the site.
    Location Pulumi.AwsNative.NetworkManager.Inputs.SiteLocation
    The location of the site.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags for the site.
    GlobalNetworkId string
    The ID of the global network.
    Description string
    The description of the site.
    Location SiteLocationArgs
    The location of the site.
    Tags TagArgs
    The tags for the site.
    globalNetworkId String
    The ID of the global network.
    description String
    The description of the site.
    location SiteLocation
    The location of the site.
    tags List<Tag>
    The tags for the site.
    globalNetworkId string
    The ID of the global network.
    description string
    The description of the site.
    location SiteLocation
    The location of the site.
    tags Tag[]
    The tags for the site.
    global_network_id str
    The ID of the global network.
    description str
    The description of the site.
    location SiteLocationArgs
    The location of the site.
    tags Sequence[TagArgs]
    The tags for the site.
    globalNetworkId String
    The ID of the global network.
    description String
    The description of the site.
    location Property Map
    The location of the site.
    tags List<Property Map>
    The tags for the site.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Site 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.
    SiteArn string
    The Amazon Resource Name (ARN) of the site.
    SiteId string
    The ID of the site.
    State string
    The state of the site.
    CreatedAt string
    The date and time that the device was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    SiteArn string
    The Amazon Resource Name (ARN) of the site.
    SiteId string
    The ID of the site.
    State string
    The state of the site.
    createdAt String
    The date and time that the device was created.
    id String
    The provider-assigned unique ID for this managed resource.
    siteArn String
    The Amazon Resource Name (ARN) of the site.
    siteId String
    The ID of the site.
    state String
    The state of the site.
    createdAt string
    The date and time that the device was created.
    id string
    The provider-assigned unique ID for this managed resource.
    siteArn string
    The Amazon Resource Name (ARN) of the site.
    siteId string
    The ID of the site.
    state string
    The state of the site.
    created_at str
    The date and time that the device was created.
    id str
    The provider-assigned unique ID for this managed resource.
    site_arn str
    The Amazon Resource Name (ARN) of the site.
    site_id str
    The ID of the site.
    state str
    The state of the site.
    createdAt String
    The date and time that the device was created.
    id String
    The provider-assigned unique ID for this managed resource.
    siteArn String
    The Amazon Resource Name (ARN) of the site.
    siteId String
    The ID of the site.
    state String
    The state of the site.

    Supporting Types

    SiteLocation, SiteLocationArgs

    Address string
    The physical address.
    Latitude string
    The latitude.
    Longitude string
    The longitude.
    Address string
    The physical address.
    Latitude string
    The latitude.
    Longitude string
    The longitude.
    address String
    The physical address.
    latitude String
    The latitude.
    longitude String
    The longitude.
    address string
    The physical address.
    latitude string
    The latitude.
    longitude string
    The longitude.
    address str
    The physical address.
    latitude str
    The latitude.
    longitude str
    The longitude.
    address String
    The physical address.
    latitude String
    The latitude.
    longitude String
    The longitude.

    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