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

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

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.workspacesthinclient.Environment

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

    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,
                    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.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const exampleenvironmentResourceResourceFromWorkspacesthinclient = new aws_native.workspacesthinclient.Environment("exampleenvironmentResourceResourceFromWorkspacesthinclient", {
        desktopArn: "string",
        desiredSoftwareSetId: "string",
        desktopEndpoint: "string",
        kmsKeyArn: "string",
        maintenanceWindow: {
            type: aws_native.workspacesthinclient.EnvironmentMaintenanceWindowType.System,
            applyTimeOf: aws_native.workspacesthinclient.EnvironmentMaintenanceWindowApplyTimeOf.Utc,
            daysOfTheWeek: [aws_native.workspacesthinclient.EnvironmentDayOfWeek.Monday],
            endTimeHour: 0,
            endTimeMinute: 0,
            startTimeHour: 0,
            startTimeMinute: 0,
        },
        name: "string",
        softwareSetUpdateMode: aws_native.workspacesthinclient.EnvironmentSoftwareSetUpdateMode.UseLatest,
        softwareSetUpdateSchedule: aws_native.workspacesthinclient.EnvironmentSoftwareSetUpdateSchedule.UseMaintenanceWindow,
        tags: [{
            key: "string",
            value: "string",
        }],
    });
    
    Coming soon!
    

    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:

    DesktopArn string
    The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, WorkSpaces Web, or AppStream 2.0.
    DesiredSoftwareSetId string
    The ID of the software set to apply.
    DesktopEndpoint string
    The URL for the identity provider login (only for environments that use AppStream 2.0).
    KmsKeyArn string
    The Amazon Resource Name (ARN) of the AWS Key Management Service key used to encrypt the environment.
    MaintenanceWindow Pulumi.AwsNative.WorkSpacesThinClient.Inputs.EnvironmentMaintenanceWindow
    A specification for a time window to apply software updates.
    Name string
    The name of the environment.
    SoftwareSetUpdateMode Pulumi.AwsNative.WorkSpacesThinClient.EnvironmentSoftwareSetUpdateMode
    An option to define which software updates to apply.
    SoftwareSetUpdateSchedule Pulumi.AwsNative.WorkSpacesThinClient.EnvironmentSoftwareSetUpdateSchedule
    An option to define if software updates should be applied within a maintenance window.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    DesktopArn string
    The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, WorkSpaces Web, or AppStream 2.0.
    DesiredSoftwareSetId string
    The ID of the software set to apply.
    DesktopEndpoint string
    The URL for the identity provider login (only for environments that use AppStream 2.0).
    KmsKeyArn string
    The Amazon Resource Name (ARN) of the AWS Key Management Service key used to encrypt the environment.
    MaintenanceWindow EnvironmentMaintenanceWindowArgs
    A specification for a time window to apply software updates.
    Name string
    The name of the environment.
    SoftwareSetUpdateMode EnvironmentSoftwareSetUpdateMode
    An option to define which software updates to apply.
    SoftwareSetUpdateSchedule EnvironmentSoftwareSetUpdateSchedule
    An option to define if software updates should be applied within a maintenance window.
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    desktopArn String
    The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, WorkSpaces Web, or AppStream 2.0.
    desiredSoftwareSetId String
    The ID of the software set to apply.
    desktopEndpoint String
    The URL for the identity provider login (only for environments that use AppStream 2.0).
    kmsKeyArn String
    The Amazon Resource Name (ARN) of the AWS Key Management Service key used to encrypt the environment.
    maintenanceWindow EnvironmentMaintenanceWindow
    A specification for a time window to apply software updates.
    name String
    The name of the environment.
    softwareSetUpdateMode EnvironmentSoftwareSetUpdateMode
    An option to define which software updates to apply.
    softwareSetUpdateSchedule EnvironmentSoftwareSetUpdateSchedule
    An option to define if software updates should be applied within a maintenance window.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    desktopArn string
    The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, WorkSpaces Web, or AppStream 2.0.
    desiredSoftwareSetId string
    The ID of the software set to apply.
    desktopEndpoint string
    The URL for the identity provider login (only for environments that use AppStream 2.0).
    kmsKeyArn string
    The Amazon Resource Name (ARN) of the AWS Key Management Service key used to encrypt the environment.
    maintenanceWindow EnvironmentMaintenanceWindow
    A specification for a time window to apply software updates.
    name string
    The name of the environment.
    softwareSetUpdateMode EnvironmentSoftwareSetUpdateMode
    An option to define which software updates to apply.
    softwareSetUpdateSchedule EnvironmentSoftwareSetUpdateSchedule
    An option to define if software updates should be applied within a maintenance window.
    tags 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_set_id str
    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).
    kms_key_arn str
    The Amazon Resource Name (ARN) of the AWS Key Management Service key used to encrypt the environment.
    maintenance_window EnvironmentMaintenanceWindowArgs
    A specification for a time window to apply software updates.
    name str
    The name of the environment.
    software_set_update_mode EnvironmentSoftwareSetUpdateMode
    An option to define which software updates to apply.
    software_set_update_schedule EnvironmentSoftwareSetUpdateSchedule
    An option to define if software updates should be applied within a maintenance window.
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource.
    desktopArn String
    The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, WorkSpaces Web, or AppStream 2.0.
    desiredSoftwareSetId String
    The ID of the software set to apply.
    desktopEndpoint String
    The URL for the identity provider login (only for environments that use AppStream 2.0).
    kmsKeyArn String
    The Amazon Resource Name (ARN) of the AWS Key Management Service key used to encrypt the environment.
    maintenanceWindow Property Map
    A specification for a time window to apply software updates.
    name String
    The name of the environment.
    softwareSetUpdateMode "USE_LATEST" | "USE_DESIRED"
    An option to define which software updates to apply.
    softwareSetUpdateSchedule "USE_MAINTENANCE_WINDOW" | "APPLY_IMMEDIATELY"
    An option to define if software updates should be applied within a maintenance window.
    tags 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:

    ActivationCode string
    Activation code for devices associated with environment.
    Arn string
    The environment ARN.
    AwsId string
    Unique identifier of the environment.
    CreatedAt string
    The timestamp in unix epoch format when environment was created.
    DesktopType Pulumi.AwsNative.WorkSpacesThinClient.EnvironmentDesktopType
    The type of VDI.
    Id string
    The provider-assigned unique ID for this managed resource.
    PendingSoftwareSetId string
    The ID of the software set that is pending to be installed.
    PendingSoftwareSetVersion string
    The version of the software set that is pending to be installed.
    RegisteredDevicesCount int
    Number of devices registered to the environment.
    SoftwareSetComplianceStatus Pulumi.AwsNative.WorkSpacesThinClient.EnvironmentSoftwareSetComplianceStatus
    Describes if the software currently installed on all devices in the environment is a supported version.
    UpdatedAt string
    The timestamp in unix epoch format when environment was last updated.
    ActivationCode string
    Activation code for devices associated with environment.
    Arn string
    The environment ARN.
    AwsId string
    Unique identifier of the environment.
    CreatedAt string
    The timestamp in unix epoch format when environment was created.
    DesktopType EnvironmentDesktopType
    The type of VDI.
    Id string
    The provider-assigned unique ID for this managed resource.
    PendingSoftwareSetId string
    The ID of the software set that is pending to be installed.
    PendingSoftwareSetVersion string
    The version of the software set that is pending to be installed.
    RegisteredDevicesCount int
    Number of devices registered to the environment.
    SoftwareSetComplianceStatus EnvironmentSoftwareSetComplianceStatus
    Describes if the software currently installed on all devices in the environment is a supported version.
    UpdatedAt string
    The timestamp in unix epoch format when environment was last updated.
    activationCode String
    Activation code for devices associated with environment.
    arn String
    The environment ARN.
    awsId String
    Unique identifier of the environment.
    createdAt String
    The timestamp in unix epoch format when environment was created.
    desktopType EnvironmentDesktopType
    The type of VDI.
    id String
    The provider-assigned unique ID for this managed resource.
    pendingSoftwareSetId String
    The ID of the software set that is pending to be installed.
    pendingSoftwareSetVersion String
    The version of the software set that is pending to be installed.
    registeredDevicesCount Integer
    Number of devices registered to the environment.
    softwareSetComplianceStatus EnvironmentSoftwareSetComplianceStatus
    Describes if the software currently installed on all devices in the environment is a supported version.
    updatedAt String
    The timestamp in unix epoch format when environment was last updated.
    activationCode string
    Activation code for devices associated with environment.
    arn string
    The environment ARN.
    awsId string
    Unique identifier of the environment.
    createdAt string
    The timestamp in unix epoch format when environment was created.
    desktopType EnvironmentDesktopType
    The type of VDI.
    id string
    The provider-assigned unique ID for this managed resource.
    pendingSoftwareSetId string
    The ID of the software set that is pending to be installed.
    pendingSoftwareSetVersion string
    The version of the software set that is pending to be installed.
    registeredDevicesCount number
    Number of devices registered to the environment.
    softwareSetComplianceStatus EnvironmentSoftwareSetComplianceStatus
    Describes if the software currently installed on all devices in the environment is a supported version.
    updatedAt 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 EnvironmentDesktopType
    The type of VDI.
    id str
    The provider-assigned unique ID for this managed resource.
    pending_software_set_id str
    The ID of the software set that is pending to be installed.
    pending_software_set_version str
    The version of the software set that is pending to be installed.
    registered_devices_count int
    Number of devices registered to the environment.
    software_set_compliance_status EnvironmentSoftwareSetComplianceStatus
    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.
    activationCode String
    Activation code for devices associated with environment.
    arn String
    The environment ARN.
    awsId String
    Unique identifier of the environment.
    createdAt String
    The timestamp in unix epoch format when environment was created.
    desktopType "workspaces" | "appstream" | "workspaces-web"
    The type of VDI.
    id String
    The provider-assigned unique ID for this managed resource.
    pendingSoftwareSetId String
    The ID of the software set that is pending to be installed.
    pendingSoftwareSetVersion String
    The version of the software set that is pending to be installed.
    registeredDevicesCount Number
    Number of devices registered to the environment.
    softwareSetComplianceStatus "COMPLIANT" | "NOT_COMPLIANT" | "NO_REGISTERED_DEVICES"
    Describes if the software currently installed on all devices in the environment is a supported version.
    updatedAt 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
    EnvironmentDayOfWeekMonday
    MONDAY
    EnvironmentDayOfWeekTuesday
    TUESDAY
    EnvironmentDayOfWeekWednesday
    WEDNESDAY
    EnvironmentDayOfWeekThursday
    THURSDAY
    EnvironmentDayOfWeekFriday
    FRIDAY
    EnvironmentDayOfWeekSaturday
    SATURDAY
    EnvironmentDayOfWeekSunday
    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
    WorkspacesWeb
    workspaces-web
    EnvironmentDesktopTypeWorkspaces
    workspaces
    EnvironmentDesktopTypeAppstream
    appstream
    EnvironmentDesktopTypeWorkspacesWeb
    workspaces-web
    Workspaces
    workspaces
    Appstream
    appstream
    WorkspacesWeb
    workspaces-web
    Workspaces
    workspaces
    Appstream
    appstream
    WorkspacesWeb
    workspaces-web
    WORKSPACES
    workspaces
    APPSTREAM
    appstream
    WORKSPACES_WEB
    workspaces-web
    "workspaces"
    workspaces
    "appstream"
    appstream
    "workspaces-web"
    workspaces-web

    EnvironmentMaintenanceWindow, EnvironmentMaintenanceWindowArgs

    Type Pulumi.AwsNative.WorkSpacesThinClient.EnvironmentMaintenanceWindowType
    The type of maintenance window.
    ApplyTimeOf Pulumi.AwsNative.WorkSpacesThinClient.EnvironmentMaintenanceWindowApplyTimeOf
    The desired time zone maintenance window.
    DaysOfTheWeek List<Pulumi.AwsNative.WorkSpacesThinClient.EnvironmentDayOfWeek>
    The date of maintenance window.
    EndTimeHour int
    The hour end time of maintenance window.
    EndTimeMinute int
    The minute end time of maintenance window.
    StartTimeHour int
    The hour start time of maintenance window.
    StartTimeMinute int
    The minute start time of maintenance window.
    Type EnvironmentMaintenanceWindowType
    The type of maintenance window.
    ApplyTimeOf EnvironmentMaintenanceWindowApplyTimeOf
    The desired time zone maintenance window.
    DaysOfTheWeek []EnvironmentDayOfWeek
    The date of maintenance window.
    EndTimeHour int
    The hour end time of maintenance window.
    EndTimeMinute int
    The minute end time of maintenance window.
    StartTimeHour int
    The hour start time of maintenance window.
    StartTimeMinute int
    The minute start time of maintenance window.
    type EnvironmentMaintenanceWindowType
    The type of maintenance window.
    applyTimeOf EnvironmentMaintenanceWindowApplyTimeOf
    The desired time zone maintenance window.
    daysOfTheWeek List<EnvironmentDayOfWeek>
    The date of maintenance window.
    endTimeHour Integer
    The hour end time of maintenance window.
    endTimeMinute Integer
    The minute end time of maintenance window.
    startTimeHour Integer
    The hour start time of maintenance window.
    startTimeMinute Integer
    The minute start time of maintenance window.
    type EnvironmentMaintenanceWindowType
    The type of maintenance window.
    applyTimeOf EnvironmentMaintenanceWindowApplyTimeOf
    The desired time zone maintenance window.
    daysOfTheWeek EnvironmentDayOfWeek[]
    The date of maintenance window.
    endTimeHour number
    The hour end time of maintenance window.
    endTimeMinute number
    The minute end time of maintenance window.
    startTimeHour number
    The hour start time of maintenance window.
    startTimeMinute number
    The minute start time of maintenance window.
    type EnvironmentMaintenanceWindowType
    The type of maintenance window.
    apply_time_of EnvironmentMaintenanceWindowApplyTimeOf
    The desired time zone maintenance window.
    days_of_the_week Sequence[EnvironmentDayOfWeek]
    The date of maintenance window.
    end_time_hour int
    The hour end time of maintenance window.
    end_time_minute int
    The minute end time of maintenance window.
    start_time_hour int
    The hour start time of maintenance window.
    start_time_minute int
    The minute start time of maintenance window.
    type "SYSTEM" | "CUSTOM"
    The type of maintenance window.
    applyTimeOf "UTC" | "DEVICE"
    The desired time zone maintenance window.
    daysOfTheWeek List<"MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY">
    The date of maintenance window.
    endTimeHour Number
    The hour end time of maintenance window.
    endTimeMinute Number
    The minute end time of maintenance window.
    startTimeHour Number
    The hour start time of maintenance window.
    startTimeMinute Number
    The minute start time of maintenance window.

    EnvironmentMaintenanceWindowApplyTimeOf, EnvironmentMaintenanceWindowApplyTimeOfArgs

    Utc
    UTC
    Device
    DEVICE
    EnvironmentMaintenanceWindowApplyTimeOfUtc
    UTC
    EnvironmentMaintenanceWindowApplyTimeOfDevice
    DEVICE
    Utc
    UTC
    Device
    DEVICE
    Utc
    UTC
    Device
    DEVICE
    UTC
    UTC
    DEVICE
    DEVICE
    "UTC"
    UTC
    "DEVICE"
    DEVICE

    EnvironmentMaintenanceWindowType, EnvironmentMaintenanceWindowTypeArgs

    System
    SYSTEM
    Custom
    CUSTOM
    EnvironmentMaintenanceWindowTypeSystem
    SYSTEM
    EnvironmentMaintenanceWindowTypeCustom
    CUSTOM
    System
    SYSTEM
    Custom
    CUSTOM
    System
    SYSTEM
    Custom
    CUSTOM
    SYSTEM
    SYSTEM
    CUSTOM
    CUSTOM
    "SYSTEM"
    SYSTEM
    "CUSTOM"
    CUSTOM

    EnvironmentSoftwareSetComplianceStatus, EnvironmentSoftwareSetComplianceStatusArgs

    Compliant
    COMPLIANT
    NotCompliant
    NOT_COMPLIANT
    NoRegisteredDevices
    NO_REGISTERED_DEVICES
    EnvironmentSoftwareSetComplianceStatusCompliant
    COMPLIANT
    EnvironmentSoftwareSetComplianceStatusNotCompliant
    NOT_COMPLIANT
    EnvironmentSoftwareSetComplianceStatusNoRegisteredDevices
    NO_REGISTERED_DEVICES
    Compliant
    COMPLIANT
    NotCompliant
    NOT_COMPLIANT
    NoRegisteredDevices
    NO_REGISTERED_DEVICES
    Compliant
    COMPLIANT
    NotCompliant
    NOT_COMPLIANT
    NoRegisteredDevices
    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

    UseLatest
    USE_LATEST
    UseDesired
    USE_DESIRED
    EnvironmentSoftwareSetUpdateModeUseLatest
    USE_LATEST
    EnvironmentSoftwareSetUpdateModeUseDesired
    USE_DESIRED
    UseLatest
    USE_LATEST
    UseDesired
    USE_DESIRED
    UseLatest
    USE_LATEST
    UseDesired
    USE_DESIRED
    USE_LATEST
    USE_LATEST
    USE_DESIRED
    USE_DESIRED
    "USE_LATEST"
    USE_LATEST
    "USE_DESIRED"
    USE_DESIRED

    EnvironmentSoftwareSetUpdateSchedule, EnvironmentSoftwareSetUpdateScheduleArgs

    UseMaintenanceWindow
    USE_MAINTENANCE_WINDOW
    ApplyImmediately
    APPLY_IMMEDIATELY
    EnvironmentSoftwareSetUpdateScheduleUseMaintenanceWindow
    USE_MAINTENANCE_WINDOW
    EnvironmentSoftwareSetUpdateScheduleApplyImmediately
    APPLY_IMMEDIATELY
    UseMaintenanceWindow
    USE_MAINTENANCE_WINDOW
    ApplyImmediately
    APPLY_IMMEDIATELY
    UseMaintenanceWindow
    USE_MAINTENANCE_WINDOW
    ApplyImmediately
    APPLY_IMMEDIATELY
    USE_MAINTENANCE_WINDOW
    USE_MAINTENANCE_WINDOW
    APPLY_IMMEDIATELY
    APPLY_IMMEDIATELY
    "USE_MAINTENANCE_WINDOW"
    USE_MAINTENANCE_WINDOW
    "APPLY_IMMEDIATELY"
    APPLY_IMMEDIATELY

    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.105.0 published on Thursday, May 2, 2024 by Pulumi