We recommend new projects start with resources from the AWS provider.
aws-native.workspacesthinclient.Environment
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource type definition for AWS::WorkSpacesThinClient::Environment.
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: EnvironmentArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Environment(resource_name: str,
opts: Optional[ResourceOptions] = None,
desktop_arn: Optional[str] = None,
desired_software_set_id: Optional[str] = None,
desktop_endpoint: Optional[str] = None,
device_creation_tags: Optional[Sequence[EnvironmentTagArgs]] = None,
kms_key_arn: Optional[str] = None,
maintenance_window: Optional[EnvironmentMaintenanceWindowArgs] = None,
name: Optional[str] = None,
software_set_update_mode: Optional[EnvironmentSoftwareSetUpdateMode] = None,
software_set_update_schedule: Optional[EnvironmentSoftwareSetUpdateSchedule] = 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, CustomResourceOptions? opts = null)
public Environment(String name, EnvironmentArgs args)
public Environment(String name, EnvironmentArgs args, CustomResourceOptions options)
type: aws-native:workspacesthinclient: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:
- Desktop
Arn string - The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, WorkSpaces Web, or AppStream 2.0.
- Desired
Software stringSet Id - The ID of the software set to apply.
- Desktop
Endpoint string - The URL for the identity provider login (only for environments that use AppStream 2.0).
- List<Pulumi.
Aws Native. Work Spaces Thin Client. Inputs. Environment Tag> - An array of key-value pairs to apply to the newly created devices for this environment.
- Kms
Key stringArn - The Amazon Resource Name (ARN) of the AWS Key Management Service key used to encrypt the environment.
- Maintenance
Window Pulumi.Aws Native. Work Spaces Thin Client. Inputs. Environment Maintenance Window - A specification for a time window to apply software updates.
- Name string
- The name of the environment.
- Software
Set Pulumi.Update Mode Aws Native. Work Spaces Thin Client. Environment Software Set Update Mode - An option to define which software updates to apply.
- Software
Set Pulumi.Update Schedule Aws Native. Work Spaces Thin Client. Environment Software Set Update Schedule - An option to define if software updates should be applied within a maintenance window.
- List<Pulumi.
Aws Native. Inputs. Tag> - An array of key-value pairs to apply to this resource.
- Desktop
Arn string - The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, WorkSpaces Web, or AppStream 2.0.
- Desired
Software stringSet Id - The ID of the software set to apply.
- Desktop
Endpoint string - The URL for the identity provider login (only for environments that use AppStream 2.0).
- []Environment
Tag Args - An array of key-value pairs to apply to the newly created devices for this environment.
- Kms
Key stringArn - The Amazon Resource Name (ARN) of the AWS Key Management Service key used to encrypt the environment.
- Maintenance
Window EnvironmentMaintenance Window Args - A specification for a time window to apply software updates.
- Name string
- The name of the environment.
- Software
Set EnvironmentUpdate Mode Software Set Update Mode - An option to define which software updates to apply.
- Software
Set EnvironmentUpdate Schedule Software Set Update Schedule - An option to define if software updates should be applied within a maintenance window.
- Tag
Args - An array of key-value pairs to apply to this resource.
- desktop
Arn String - The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, WorkSpaces Web, or AppStream 2.0.
- desired
Software StringSet Id - The ID of the software set to apply.
- desktop
Endpoint String - The URL for the identity provider login (only for environments that use AppStream 2.0).
- List<Environment
Tag> - An array of key-value pairs to apply to the newly created devices for this environment.
- kms
Key StringArn - The Amazon Resource Name (ARN) of the AWS Key Management Service key used to encrypt the environment.
- maintenance
Window EnvironmentMaintenance Window - A specification for a time window to apply software updates.
- name String
- The name of the environment.
- software
Set EnvironmentUpdate Mode Software Set Update Mode - An option to define which software updates to apply.
- software
Set EnvironmentUpdate Schedule Software Set Update Schedule - An option to define if software updates should be applied within a maintenance window.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- desktop
Arn string - The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, WorkSpaces Web, or AppStream 2.0.
- desired
Software stringSet Id - The ID of the software set to apply.
- desktop
Endpoint string - The URL for the identity provider login (only for environments that use AppStream 2.0).
- Environment
Tag[] - An array of key-value pairs to apply to the newly created devices for this environment.
- kms
Key stringArn - The Amazon Resource Name (ARN) of the AWS Key Management Service key used to encrypt the environment.
- maintenance
Window EnvironmentMaintenance Window - A specification for a time window to apply software updates.
- name string
- The name of the environment.
- software
Set EnvironmentUpdate Mode Software Set Update Mode - An option to define which software updates to apply.
- software
Set EnvironmentUpdate Schedule Software Set Update Schedule - An option to define if software updates should be applied within a maintenance window.
- Tag[]
- An array of key-value pairs to apply to this resource.
- desktop_
arn str - The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, WorkSpaces Web, or AppStream 2.0.
- desired_
software_ strset_ id - The ID of the software set to apply.
- desktop_
endpoint str - The URL for the identity provider login (only for environments that use AppStream 2.0).
- Sequence[Environment
Tag Args] - An array of key-value pairs to apply to the newly created devices for this environment.
- kms_
key_ strarn - The Amazon Resource Name (ARN) of the AWS Key Management Service key used to encrypt the environment.
- maintenance_
window EnvironmentMaintenance Window Args - A specification for a time window to apply software updates.
- name str
- The name of the environment.
- software_
set_ Environmentupdate_ mode Software Set Update Mode - An option to define which software updates to apply.
- software_
set_ Environmentupdate_ schedule Software Set Update Schedule - An option to define if software updates should be applied within a maintenance window.
- Sequence[Tag
Args] - An array of key-value pairs to apply to this resource.
- desktop
Arn String - The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, WorkSpaces Web, or AppStream 2.0.
- desired
Software StringSet Id - The ID of the software set to apply.
- desktop
Endpoint String - The URL for the identity provider login (only for environments that use AppStream 2.0).
- List<Property Map>
- An array of key-value pairs to apply to the newly created devices for this environment.
- kms
Key StringArn - The Amazon Resource Name (ARN) of the AWS Key Management Service key used to encrypt the environment.
- maintenance
Window Property Map - A specification for a time window to apply software updates.
- name String
- The name of the environment.
- software
Set "USE_LATEST" | "USE_DESIRED"Update Mode - An option to define which software updates to apply.
- software
Set "USE_MAINTENANCE_WINDOW" | "APPLY_IMMEDIATELY"Update Schedule - An option to define if software updates should be applied within a maintenance window.
- 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 Environment resource produces the following output properties:
- Activation
Code string - Activation code for devices associated with environment.
- Arn string
- The environment ARN.
- Aws
Id string - Unique identifier of the environment.
- Created
At string - The timestamp in unix epoch format when environment was created.
- Desktop
Type Pulumi.Aws Native. Work Spaces Thin Client. Environment Desktop Type - The type of VDI.
- Id string
- The provider-assigned unique ID for this managed resource.
- Pending
Software stringSet Id - The ID of the software set that is pending to be installed.
- Pending
Software stringSet Version - The version of the software set that is pending to be installed.
- Registered
Devices intCount - Number of devices registered to the environment.
- Software
Set Pulumi.Compliance Status Aws Native. Work Spaces Thin Client. Environment Software Set Compliance Status - Describes if the software currently installed on all devices in the environment is a supported version.
- Updated
At string - The timestamp in unix epoch format when environment was last updated.
- Activation
Code string - Activation code for devices associated with environment.
- Arn string
- The environment ARN.
- Aws
Id string - Unique identifier of the environment.
- Created
At string - The timestamp in unix epoch format when environment was created.
- Desktop
Type EnvironmentDesktop Type - The type of VDI.
- Id string
- The provider-assigned unique ID for this managed resource.
- Pending
Software stringSet Id - The ID of the software set that is pending to be installed.
- Pending
Software stringSet Version - The version of the software set that is pending to be installed.
- Registered
Devices intCount - Number of devices registered to the environment.
- Software
Set EnvironmentCompliance Status Software Set Compliance Status - Describes if the software currently installed on all devices in the environment is a supported version.
- Updated
At string - The timestamp in unix epoch format when environment was last updated.
- activation
Code String - Activation code for devices associated with environment.
- arn String
- The environment ARN.
- aws
Id String - Unique identifier of the environment.
- created
At String - The timestamp in unix epoch format when environment was created.
- desktop
Type EnvironmentDesktop Type - The type of VDI.
- id String
- The provider-assigned unique ID for this managed resource.
- pending
Software StringSet Id - The ID of the software set that is pending to be installed.
- pending
Software StringSet Version - The version of the software set that is pending to be installed.
- registered
Devices IntegerCount - Number of devices registered to the environment.
- software
Set EnvironmentCompliance Status Software Set Compliance Status - Describes if the software currently installed on all devices in the environment is a supported version.
- updated
At String - The timestamp in unix epoch format when environment was last updated.
- activation
Code string - Activation code for devices associated with environment.
- arn string
- The environment ARN.
- aws
Id string - Unique identifier of the environment.
- created
At string - The timestamp in unix epoch format when environment was created.
- desktop
Type EnvironmentDesktop Type - The type of VDI.
- id string
- The provider-assigned unique ID for this managed resource.
- pending
Software stringSet Id - The ID of the software set that is pending to be installed.
- pending
Software stringSet Version - The version of the software set that is pending to be installed.
- registered
Devices numberCount - Number of devices registered to the environment.
- software
Set EnvironmentCompliance Status Software Set Compliance Status - Describes if the software currently installed on all devices in the environment is a supported version.
- updated
At string - The timestamp in unix epoch format when environment was last updated.
- activation_
code str - Activation code for devices associated with environment.
- arn str
- The environment ARN.
- aws_
id str - Unique identifier of the environment.
- created_
at str - The timestamp in unix epoch format when environment was created.
- desktop_
type EnvironmentDesktop Type - The type of VDI.
- id str
- The provider-assigned unique ID for this managed resource.
- pending_
software_ strset_ id - The ID of the software set that is pending to be installed.
- pending_
software_ strset_ version - The version of the software set that is pending to be installed.
- registered_
devices_ intcount - Number of devices registered to the environment.
- software_
set_ Environmentcompliance_ status Software Set Compliance Status - Describes if the software currently installed on all devices in the environment is a supported version.
- updated_
at str - The timestamp in unix epoch format when environment was last updated.
- activation
Code String - Activation code for devices associated with environment.
- arn String
- The environment ARN.
- aws
Id String - Unique identifier of the environment.
- created
At String - The timestamp in unix epoch format when environment was created.
- desktop
Type "workspaces" | "appstream" | "workspaces-web" - The type of VDI.
- id String
- The provider-assigned unique ID for this managed resource.
- pending
Software StringSet Id - The ID of the software set that is pending to be installed.
- pending
Software StringSet Version - The version of the software set that is pending to be installed.
- registered
Devices NumberCount - Number of devices registered to the environment.
- software
Set "COMPLIANT" | "NOT_COMPLIANT" | "NO_REGISTERED_DEVICES"Compliance Status - Describes if the software currently installed on all devices in the environment is a supported version.
- updated
At String - The timestamp in unix epoch format when environment was last updated.
Supporting Types
EnvironmentDayOfWeek, EnvironmentDayOfWeekArgs
- Monday
- MONDAY
- Tuesday
- TUESDAY
- Wednesday
- WEDNESDAY
- Thursday
- THURSDAY
- Friday
- FRIDAY
- Saturday
- SATURDAY
- Sunday
- SUNDAY
- Environment
Day Of Week Monday - MONDAY
- Environment
Day Of Week Tuesday - TUESDAY
- Environment
Day Of Week Wednesday - WEDNESDAY
- Environment
Day Of Week Thursday - THURSDAY
- Environment
Day Of Week Friday - FRIDAY
- Environment
Day Of Week Saturday - SATURDAY
- Environment
Day Of Week Sunday - SUNDAY
- Monday
- MONDAY
- Tuesday
- TUESDAY
- Wednesday
- WEDNESDAY
- Thursday
- THURSDAY
- Friday
- FRIDAY
- Saturday
- SATURDAY
- Sunday
- SUNDAY
- Monday
- MONDAY
- Tuesday
- TUESDAY
- Wednesday
- WEDNESDAY
- Thursday
- THURSDAY
- Friday
- FRIDAY
- Saturday
- SATURDAY
- Sunday
- SUNDAY
- MONDAY
- MONDAY
- TUESDAY
- TUESDAY
- WEDNESDAY
- WEDNESDAY
- THURSDAY
- THURSDAY
- FRIDAY
- FRIDAY
- SATURDAY
- SATURDAY
- SUNDAY
- SUNDAY
- "MONDAY"
- MONDAY
- "TUESDAY"
- TUESDAY
- "WEDNESDAY"
- WEDNESDAY
- "THURSDAY"
- THURSDAY
- "FRIDAY"
- FRIDAY
- "SATURDAY"
- SATURDAY
- "SUNDAY"
- SUNDAY
EnvironmentDesktopType, EnvironmentDesktopTypeArgs
- Workspaces
- workspaces
- Appstream
- appstream
- Workspaces
Web - workspaces-web
- Environment
Desktop Type Workspaces - workspaces
- Environment
Desktop Type Appstream - appstream
- Environment
Desktop Type Workspaces Web - workspaces-web
- Workspaces
- workspaces
- Appstream
- appstream
- Workspaces
Web - workspaces-web
- Workspaces
- workspaces
- Appstream
- appstream
- Workspaces
Web - workspaces-web
- WORKSPACES
- workspaces
- APPSTREAM
- appstream
- WORKSPACES_WEB
- workspaces-web
- "workspaces"
- workspaces
- "appstream"
- appstream
- "workspaces-web"
- workspaces-web
EnvironmentMaintenanceWindow, EnvironmentMaintenanceWindowArgs
- Type
Pulumi.
Aws Native. Work Spaces Thin Client. Environment Maintenance Window Type - The type of maintenance window.
- Apply
Time Pulumi.Of Aws Native. Work Spaces Thin Client. Environment Maintenance Window Apply Time Of - The desired time zone maintenance window.
- Days
Of List<Pulumi.The Week Aws Native. Work Spaces Thin Client. Environment Day Of Week> - The date of maintenance window.
- End
Time intHour - The hour end time of maintenance window.
- End
Time intMinute - The minute end time of maintenance window.
- Start
Time intHour - The hour start time of maintenance window.
- Start
Time intMinute - The minute start time of maintenance window.
- Type
Environment
Maintenance Window Type - The type of maintenance window.
- Apply
Time EnvironmentOf Maintenance Window Apply Time Of - The desired time zone maintenance window.
- Days
Of []EnvironmentThe Week Day Of Week - The date of maintenance window.
- End
Time intHour - The hour end time of maintenance window.
- End
Time intMinute - The minute end time of maintenance window.
- Start
Time intHour - The hour start time of maintenance window.
- Start
Time intMinute - The minute start time of maintenance window.
- type
Environment
Maintenance Window Type - The type of maintenance window.
- apply
Time EnvironmentOf Maintenance Window Apply Time Of - The desired time zone maintenance window.
- days
Of List<EnvironmentThe Week Day Of Week> - The date of maintenance window.
- end
Time IntegerHour - The hour end time of maintenance window.
- end
Time IntegerMinute - The minute end time of maintenance window.
- start
Time IntegerHour - The hour start time of maintenance window.
- start
Time IntegerMinute - The minute start time of maintenance window.
- type
Environment
Maintenance Window Type - The type of maintenance window.
- apply
Time EnvironmentOf Maintenance Window Apply Time Of - The desired time zone maintenance window.
- days
Of EnvironmentThe Week Day Of Week[] - The date of maintenance window.
- end
Time numberHour - The hour end time of maintenance window.
- end
Time numberMinute - The minute end time of maintenance window.
- start
Time numberHour - The hour start time of maintenance window.
- start
Time numberMinute - The minute start time of maintenance window.
- type
Environment
Maintenance Window Type - The type of maintenance window.
- apply_
time_ Environmentof Maintenance Window Apply Time Of - The desired time zone maintenance window.
- days_
of_ Sequence[Environmentthe_ week Day Of Week] - The date of maintenance window.
- end_
time_ inthour - The hour end time of maintenance window.
- end_
time_ intminute - The minute end time of maintenance window.
- start_
time_ inthour - The hour start time of maintenance window.
- start_
time_ intminute - The minute start time of maintenance window.
- type "SYSTEM" | "CUSTOM"
- The type of maintenance window.
- apply
Time "UTC" | "DEVICE"Of - The desired time zone maintenance window.
- days
Of List<"MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY">The Week - The date of maintenance window.
- end
Time NumberHour - The hour end time of maintenance window.
- end
Time NumberMinute - The minute end time of maintenance window.
- start
Time NumberHour - The hour start time of maintenance window.
- start
Time NumberMinute - The minute start time of maintenance window.
EnvironmentMaintenanceWindowApplyTimeOf, EnvironmentMaintenanceWindowApplyTimeOfArgs
- Utc
- UTC
- Device
- DEVICE
- Environment
Maintenance Window Apply Time Of Utc - UTC
- Environment
Maintenance Window Apply Time Of Device - DEVICE
- Utc
- UTC
- Device
- DEVICE
- Utc
- UTC
- Device
- DEVICE
- UTC
- UTC
- DEVICE
- DEVICE
- "UTC"
- UTC
- "DEVICE"
- DEVICE
EnvironmentMaintenanceWindowType, EnvironmentMaintenanceWindowTypeArgs
- System
- SYSTEM
- Custom
- CUSTOM
- Environment
Maintenance Window Type System - SYSTEM
- Environment
Maintenance Window Type Custom - CUSTOM
- System
- SYSTEM
- Custom
- CUSTOM
- System
- SYSTEM
- Custom
- CUSTOM
- SYSTEM
- SYSTEM
- CUSTOM
- CUSTOM
- "SYSTEM"
- SYSTEM
- "CUSTOM"
- CUSTOM
EnvironmentSoftwareSetComplianceStatus, EnvironmentSoftwareSetComplianceStatusArgs
- Compliant
- COMPLIANT
- Not
Compliant - NOT_COMPLIANT
- No
Registered Devices - NO_REGISTERED_DEVICES
- Environment
Software Set Compliance Status Compliant - COMPLIANT
- Environment
Software Set Compliance Status Not Compliant - NOT_COMPLIANT
- Environment
Software Set Compliance Status No Registered Devices - NO_REGISTERED_DEVICES
- Compliant
- COMPLIANT
- Not
Compliant - NOT_COMPLIANT
- No
Registered Devices - NO_REGISTERED_DEVICES
- Compliant
- COMPLIANT
- Not
Compliant - NOT_COMPLIANT
- No
Registered Devices - NO_REGISTERED_DEVICES
- COMPLIANT
- COMPLIANT
- NOT_COMPLIANT
- NOT_COMPLIANT
- NO_REGISTERED_DEVICES
- NO_REGISTERED_DEVICES
- "COMPLIANT"
- COMPLIANT
- "NOT_COMPLIANT"
- NOT_COMPLIANT
- "NO_REGISTERED_DEVICES"
- NO_REGISTERED_DEVICES
EnvironmentSoftwareSetUpdateMode, EnvironmentSoftwareSetUpdateModeArgs
- Use
Latest - USE_LATEST
- Use
Desired - USE_DESIRED
- Environment
Software Set Update Mode Use Latest - USE_LATEST
- Environment
Software Set Update Mode Use Desired - USE_DESIRED
- Use
Latest - USE_LATEST
- Use
Desired - USE_DESIRED
- Use
Latest - USE_LATEST
- Use
Desired - USE_DESIRED
- USE_LATEST
- USE_LATEST
- USE_DESIRED
- USE_DESIRED
- "USE_LATEST"
- USE_LATEST
- "USE_DESIRED"
- USE_DESIRED
EnvironmentSoftwareSetUpdateSchedule, EnvironmentSoftwareSetUpdateScheduleArgs
- Use
Maintenance Window - USE_MAINTENANCE_WINDOW
- Apply
Immediately - APPLY_IMMEDIATELY
- Environment
Software Set Update Schedule Use Maintenance Window - USE_MAINTENANCE_WINDOW
- Environment
Software Set Update Schedule Apply Immediately - APPLY_IMMEDIATELY
- Use
Maintenance Window - USE_MAINTENANCE_WINDOW
- Apply
Immediately - APPLY_IMMEDIATELY
- Use
Maintenance Window - USE_MAINTENANCE_WINDOW
- Apply
Immediately - APPLY_IMMEDIATELY
- USE_MAINTENANCE_WINDOW
- USE_MAINTENANCE_WINDOW
- APPLY_IMMEDIATELY
- APPLY_IMMEDIATELY
- "USE_MAINTENANCE_WINDOW"
- USE_MAINTENANCE_WINDOW
- "APPLY_IMMEDIATELY"
- APPLY_IMMEDIATELY
EnvironmentTag, EnvironmentTagArgs
- Key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
- The value for the tag. You can specify a value that is 1 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
- The value for the tag. You can specify a value that is 1 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
- The value for the tag. You can specify a value that is 1 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value string
- The value for the tag. You can specify a value that is 1 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key str
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value str
- The value for the tag. You can specify a value that is 1 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
- The value for the tag. You can specify a value that is 1 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
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.