AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.networkmanager.Site
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 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)
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.
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:
- Global
Network stringId - The ID of the global network.
- Description string
- The description of the site.
- Location
Pulumi.
Aws Native. Network Manager. Inputs. Site Location - The location of the site.
- List<Pulumi.
Aws Native. Inputs. Tag> - The tags for the site.
- Global
Network stringId - The ID of the global network.
- Description string
- The description of the site.
- Location
Site
Location Args - The location of the site.
- Tag
Args - The tags for the site.
- global
Network StringId - The ID of the global network.
- description String
- The description of the site.
- location
Site
Location - The location of the site.
- List<Tag>
- The tags for the site.
- global
Network stringId - The ID of the global network.
- description string
- The description of the site.
- location
Site
Location - The location of the site.
- Tag[]
- The tags for the site.
- global_
network_ strid - The ID of the global network.
- description str
- The description of the site.
- location
Site
Location Args - The location of the site.
- Sequence[Tag
Args] - The tags for the site.
- global
Network StringId - The ID of the global network.
- description String
- The description of the site.
- location Property Map
- The location of the site.
- 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:
- 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.
Supporting Types
SiteLocation, SiteLocationArgs
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi