We recommend new projects start with resources from the AWS provider.
aws-native.refactorspaces.Environment
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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 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
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.
- NetworkFabric Pulumi.Type Aws Native. Refactor Spaces. Environment Network Fabric Type 
- The network fabric type 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.
- Description string
- A description of the environment.
- Name string
- The name of the environment.
- NetworkFabric EnvironmentType Network Fabric Type 
- The network fabric type of the environment.
- 
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.
- networkFabric EnvironmentType Network Fabric Type 
- The network fabric type 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.
- description string
- A description of the environment.
- name string
- The name of the environment.
- networkFabric EnvironmentType Network Fabric Type 
- The network fabric type of the environment.
- 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_ Environmenttype Network Fabric Type 
- The network fabric type of the environment.
- 
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.
- networkFabric "TRANSIT_GATEWAY" | "NONE"Type 
- The network fabric type 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.
- EnvironmentIdentifier string
- The unique identifier of the environment.
- Id string
- The provider-assigned unique ID for this managed resource.
- TransitGateway stringId 
- 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.
- TransitGateway stringId 
- 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.
- transitGateway StringId 
- 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.
- transitGateway 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.
- environmentIdentifier String
- The unique identifier of the environment.
- id String
- The provider-assigned unique ID for this managed resource.
- transitGateway StringId 
- The ID of the AWS Transit Gateway set up by the environment.
Supporting Types
EnvironmentNetworkFabricType, EnvironmentNetworkFabricTypeArgs        
- TransitGateway 
- TRANSIT_GATEWAY
- None
- NONE
- EnvironmentNetwork Fabric Type Transit Gateway 
- TRANSIT_GATEWAY
- EnvironmentNetwork Fabric Type None 
- 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  
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.