1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. refactorspaces
  5. Environment

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.refactorspaces.Environment

Explore with Pulumi AI

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 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: Optional[EnvironmentArgs] = None,
                opts: Optional[ResourceOptions] = None)

@overload
def Environment(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                description: Optional[str] = None,
                name: Optional[str] = None,
                network_fabric_type: Optional[EnvironmentNetworkFabricType] = 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 = null, 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. String
The unique name of the resource.
args This property is required. 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

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

The Environment resource accepts the following input properties:

Description string
A description of the environment.
Name string
The name of the environment.
NetworkFabricType Pulumi.AwsNative.RefactorSpaces.EnvironmentNetworkFabricType
The network fabric type of the environment.
Tags List<Pulumi.AwsNative.Inputs.Tag>
Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
Description string
A description of the environment.
Name string
The name of the environment.
NetworkFabricType EnvironmentNetworkFabricType
The network fabric type of the environment.
Tags TagArgs
Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
description String
A description of the environment.
name String
The name of the environment.
networkFabricType EnvironmentNetworkFabricType
The network fabric type of the environment.
tags List<Tag>
Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
description string
A description of the environment.
name string
The name of the environment.
networkFabricType EnvironmentNetworkFabricType
The network fabric type of the environment.
tags Tag[]
Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
description str
A description of the environment.
name str
The name of the environment.
network_fabric_type EnvironmentNetworkFabricType
The network fabric type of the environment.
tags Sequence[TagArgs]
Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
description String
A description of the environment.
name String
The name of the environment.
networkFabricType "TRANSIT_GATEWAY" | "NONE"
The network fabric type of the environment.
tags 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.
EnvironmentIdentifier string
The unique identifier of the environment.
Id string
The provider-assigned unique ID for this managed resource.
TransitGatewayId string
The ID of the AWS Transit Gateway set up by the environment.
Arn string
The Amazon Resource Name (ARN) of the environment.
EnvironmentIdentifier string
The unique identifier of the environment.
Id string
The provider-assigned unique ID for this managed resource.
TransitGatewayId string
The ID of the AWS Transit Gateway set up by the environment.
arn String
The Amazon Resource Name (ARN) of the environment.
environmentIdentifier String
The unique identifier of the environment.
id String
The provider-assigned unique ID for this managed resource.
transitGatewayId String
The ID of the AWS Transit Gateway set up by the environment.
arn string
The Amazon Resource Name (ARN) of the environment.
environmentIdentifier string
The unique identifier of the environment.
id string
The provider-assigned unique ID for this managed resource.
transitGatewayId string
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_id str
The ID of the AWS Transit Gateway set up by the environment.
arn String
The Amazon Resource Name (ARN) of the environment.
environmentIdentifier String
The unique identifier of the environment.
id String
The provider-assigned unique ID for this managed resource.
transitGatewayId String
The ID of the AWS Transit Gateway set up by the environment.

Supporting Types

EnvironmentNetworkFabricType
, EnvironmentNetworkFabricTypeArgs

TransitGateway
TRANSIT_GATEWAY
None
NONE
EnvironmentNetworkFabricTypeTransitGateway
TRANSIT_GATEWAY
EnvironmentNetworkFabricTypeNone
NONE
TransitGateway
TRANSIT_GATEWAY
None
NONE
TransitGateway
TRANSIT_GATEWAY
None
NONE
TRANSIT_GATEWAY
TRANSIT_GATEWAY
NONE
NONE
"TRANSIT_GATEWAY"
TRANSIT_GATEWAY
"NONE"
NONE

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.27.0 published on Monday, Apr 14, 2025 by Pulumi