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.65.0 published on Wednesday, Jun 7, 2023 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.65.0 published on Wednesday, Jun 7, 2023 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[EnvironmentTagArgs]] = 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.RefactorSpaces.Inputs.EnvironmentTagArgs>

    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 []EnvironmentTagArgs

    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<EnvironmentTagArgs>

    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 EnvironmentTagArgs[]

    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 Sequence[EnvironmentTagArgs]

    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

    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

    EnvironmentTag

    Key string

    A string used to identify this tag

    Value string

    A string containing the value for the tag

    Key string

    A string used to identify this tag

    Value string

    A string containing the value for the tag

    key String

    A string used to identify this tag

    value String

    A string containing the value for the tag

    key string

    A string used to identify this tag

    value string

    A string containing the value for the tag

    key str

    A string used to identify this tag

    value str

    A string containing the value for the tag

    key String

    A string used to identify this tag

    value String

    A string containing the value for 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.65.0 published on Wednesday, Jun 7, 2023 by Pulumi