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

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.networkmanager.Site

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 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 This property is required. string
The unique name of the resource.
args This property is required. SiteArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. 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 This property is required. string
The unique name of the resource.
args This property is required. SiteArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. SiteArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. SiteArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

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

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The Site resource accepts the following input properties:

GlobalNetworkId This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

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

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi