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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.refactorspaces.Environment

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    Definition of AWS::RefactorSpaces::Environment Resource Type

    Create Environment Resource

    new Environment(name: string, args: EnvironmentArgs, opts?: CustomResourceOptions);
    @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)
    @overload
    def Environment(resource_name: str,
                    args: EnvironmentArgs,
                    opts: Optional[ResourceOptions] = 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.
    
    
    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:

    NetworkFabricType Pulumi.AwsNative.RefactorSpaces.EnvironmentNetworkFabricType
    Description string
    Name string
    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.
    NetworkFabricType EnvironmentNetworkFabricType
    Description string
    Name string
    Tags TagArgs
    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
    networkFabricType EnvironmentNetworkFabricType
    description String
    name String
    tags List<Tag>
    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
    networkFabricType EnvironmentNetworkFabricType
    description string
    name string
    tags Tag[]
    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
    network_fabric_type EnvironmentNetworkFabricType
    description str
    name str
    tags TagArgs]
    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
    networkFabricType "TRANSIT_GATEWAY" | "NONE"
    description String
    name String
    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
    EnvironmentIdentifier string
    Id string
    The provider-assigned unique ID for this managed resource.
    TransitGatewayId string
    Arn string
    EnvironmentIdentifier string
    Id string
    The provider-assigned unique ID for this managed resource.
    TransitGatewayId string
    arn String
    environmentIdentifier String
    id String
    The provider-assigned unique ID for this managed resource.
    transitGatewayId String
    arn string
    environmentIdentifier string
    id string
    The provider-assigned unique ID for this managed resource.
    transitGatewayId string
    arn str
    environment_identifier str
    id str
    The provider-assigned unique ID for this managed resource.
    transit_gateway_id str
    arn String
    environmentIdentifier String
    id String
    The provider-assigned unique ID for this managed resource.
    transitGatewayId String

    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 string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi