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.gamelift.Location
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
The AWS::GameLift::Location resource creates an Amazon GameLift (GameLift) custom location.
Create Location Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Location(name: string, args?: LocationArgs, opts?: CustomResourceOptions);
@overload
def Location(resource_name: str,
args: Optional[LocationArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Location(resource_name: str,
opts: Optional[ResourceOptions] = None,
location_name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewLocation(ctx *Context, name string, args *LocationArgs, opts ...ResourceOption) (*Location, error)
public Location(string name, LocationArgs? args = null, CustomResourceOptions? opts = null)
public Location(String name, LocationArgs args)
public Location(String name, LocationArgs args, CustomResourceOptions options)
type: aws-native:gamelift:Location
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 LocationArgs
- 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 LocationArgs
- 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 LocationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args LocationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args LocationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Location 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 Location resource accepts the following input properties:
- Location
Name string - A descriptive name for the custom location.
- List<Pulumi.
Aws Native. Inputs. Tag> - An array of key-value pairs to apply to this resource.
- Location
Name string - A descriptive name for the custom location.
- Tag
Args - An array of key-value pairs to apply to this resource.
- location
Name String - A descriptive name for the custom location.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- location
Name string - A descriptive name for the custom location.
- Tag[]
- An array of key-value pairs to apply to this resource.
- location_
name str - A descriptive name for the custom location.
- Sequence[Tag
Args] - An array of key-value pairs to apply to this resource.
- location
Name String - A descriptive name for the custom location.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the Location resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Location
Arn string - A unique identifier for the custom location. For example,
arn:aws:gamelift:[region]::location/location-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.
- Id string
- The provider-assigned unique ID for this managed resource.
- Location
Arn string - A unique identifier for the custom location. For example,
arn:aws:gamelift:[region]::location/location-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.
- id String
- The provider-assigned unique ID for this managed resource.
- location
Arn String - A unique identifier for the custom location. For example,
arn:aws:gamelift:[region]::location/location-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.
- id string
- The provider-assigned unique ID for this managed resource.
- location
Arn string - A unique identifier for the custom location. For example,
arn:aws:gamelift:[region]::location/location-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.
- id str
- The provider-assigned unique ID for this managed resource.
- location_
arn str - A unique identifier for the custom location. For example,
arn:aws:gamelift:[region]::location/location-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.
- id String
- The provider-assigned unique ID for this managed resource.
- location
Arn String - A unique identifier for the custom location. For example,
arn:aws:gamelift:[region]::location/location-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.
Supporting Types
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