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.refactorspaces.Environment
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
Definition of AWS::RefactorSpaces::Environment Resource Type
Create Environment Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Environment(name: string, args: EnvironmentArgs, opts?: CustomResourceOptions);
@overload
def Environment(resource_name: str,
args: EnvironmentArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Environment(resource_name: str,
opts: Optional[ResourceOptions] = None,
network_fabric_type: Optional[EnvironmentNetworkFabricType] = None,
description: Optional[str] = None,
name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewEnvironment(ctx *Context, name string, args EnvironmentArgs, opts ...ResourceOption) (*Environment, error)
public Environment(string name, EnvironmentArgs args, CustomResourceOptions? opts = null)
public Environment(String name, EnvironmentArgs args)
public Environment(String name, EnvironmentArgs args, CustomResourceOptions options)
type: aws-native:refactorspaces:Environment
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 EnvironmentArgs
- 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 EnvironmentArgs
- 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 EnvironmentArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EnvironmentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EnvironmentArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Environment 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 Environment resource accepts the following input properties:
- Network
Fabric Pulumi.Type Aws Native. Refactor Spaces. Environment Network Fabric Type - The network fabric type of the environment.
- Description string
- A description of the environment.
- Name string
- The name of the environment.
- List<Pulumi.
Aws Native. Inputs. Tag> - Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- Network
Fabric EnvironmentType Network Fabric Type - The network fabric type of the environment.
- Description string
- A description of the environment.
- Name string
- The name of the environment.
- Tag
Args - Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- network
Fabric EnvironmentType Network Fabric Type - The network fabric type of the environment.
- description String
- A description of the environment.
- name String
- The name of the environment.
- List<Tag>
- Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- network
Fabric EnvironmentType Network Fabric Type - The network fabric type of the environment.
- description string
- A description of the environment.
- name string
- The name of the environment.
- Tag[]
- Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- network_
fabric_ Environmenttype Network Fabric Type - The network fabric type of the environment.
- description str
- A description of the environment.
- name str
- The name of the environment.
- Sequence[Tag
Args] - Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- network
Fabric "TRANSIT_GATEWAY" | "NONE"Type - The network fabric type of the environment.
- description String
- A description of the environment.
- name String
- The name of the environment.
- List<Property Map>
- Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
Outputs
All input properties are implicitly available as output properties. Additionally, the Environment resource produces the following output properties:
- Arn string
- The Amazon Resource Name (ARN) of the environment.
- Environment
Identifier string - The unique identifier of the environment.
- Id string
- The provider-assigned unique ID for this managed resource.
- Transit
Gateway stringId - The ID of the AWS Transit Gateway set up by the environment.
- Arn string
- The Amazon Resource Name (ARN) of the environment.
- Environment
Identifier string - The unique identifier of the environment.
- Id string
- The provider-assigned unique ID for this managed resource.
- Transit
Gateway stringId - The ID of the AWS Transit Gateway set up by the environment.
- arn String
- The Amazon Resource Name (ARN) of the environment.
- environment
Identifier String - The unique identifier of the environment.
- id String
- The provider-assigned unique ID for this managed resource.
- transit
Gateway StringId - The ID of the AWS Transit Gateway set up by the environment.
- arn string
- The Amazon Resource Name (ARN) of the environment.
- environment
Identifier string - The unique identifier of the environment.
- id string
- The provider-assigned unique ID for this managed resource.
- transit
Gateway stringId - The ID of the AWS Transit Gateway set up by the environment.
- arn str
- The Amazon Resource Name (ARN) of the environment.
- environment_
identifier str - The unique identifier of the environment.
- id str
- The provider-assigned unique ID for this managed resource.
- transit_
gateway_ strid - The ID of the AWS Transit Gateway set up by the environment.
- arn String
- The Amazon Resource Name (ARN) of the environment.
- environment
Identifier String - The unique identifier of the environment.
- id String
- The provider-assigned unique ID for this managed resource.
- transit
Gateway StringId - The ID of the AWS Transit Gateway set up by the environment.
Supporting Types
EnvironmentNetworkFabricType, EnvironmentNetworkFabricTypeArgs
- Transit
Gateway - TRANSIT_GATEWAY
- None
- NONE
- Environment
Network Fabric Type Transit Gateway - TRANSIT_GATEWAY
- Environment
Network Fabric Type None - NONE
- Transit
Gateway - TRANSIT_GATEWAY
- None
- NONE
- Transit
Gateway - TRANSIT_GATEWAY
- None
- NONE
- TRANSIT_GATEWAY
- TRANSIT_GATEWAY
- NONE
- NONE
- "TRANSIT_GATEWAY"
- TRANSIT_GATEWAY
- "NONE"
- NONE
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