1. Packages
  2. AWS Native
  3. API Docs
  4. connect
  5. getHoursOfOperation

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

AWS Native v0.79.0 published on Monday, Oct 2, 2023 by Pulumi

aws-native.connect.getHoursOfOperation

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.79.0 published on Monday, Oct 2, 2023 by Pulumi

    Resource Type definition for AWS::Connect::HoursOfOperation

    Using getHoursOfOperation

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getHoursOfOperation(args: GetHoursOfOperationArgs, opts?: InvokeOptions): Promise<GetHoursOfOperationResult>
    function getHoursOfOperationOutput(args: GetHoursOfOperationOutputArgs, opts?: InvokeOptions): Output<GetHoursOfOperationResult>
    def get_hours_of_operation(hours_of_operation_arn: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetHoursOfOperationResult
    def get_hours_of_operation_output(hours_of_operation_arn: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetHoursOfOperationResult]
    func LookupHoursOfOperation(ctx *Context, args *LookupHoursOfOperationArgs, opts ...InvokeOption) (*LookupHoursOfOperationResult, error)
    func LookupHoursOfOperationOutput(ctx *Context, args *LookupHoursOfOperationOutputArgs, opts ...InvokeOption) LookupHoursOfOperationResultOutput

    > Note: This function is named LookupHoursOfOperation in the Go SDK.

    public static class GetHoursOfOperation 
    {
        public static Task<GetHoursOfOperationResult> InvokeAsync(GetHoursOfOperationArgs args, InvokeOptions? opts = null)
        public static Output<GetHoursOfOperationResult> Invoke(GetHoursOfOperationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetHoursOfOperationResult> getHoursOfOperation(GetHoursOfOperationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:connect:getHoursOfOperation
      arguments:
        # arguments dictionary

    The following arguments are supported:

    HoursOfOperationArn string

    The Amazon Resource Name (ARN) for the hours of operation.

    HoursOfOperationArn string

    The Amazon Resource Name (ARN) for the hours of operation.

    hoursOfOperationArn String

    The Amazon Resource Name (ARN) for the hours of operation.

    hoursOfOperationArn string

    The Amazon Resource Name (ARN) for the hours of operation.

    hours_of_operation_arn str

    The Amazon Resource Name (ARN) for the hours of operation.

    hoursOfOperationArn String

    The Amazon Resource Name (ARN) for the hours of operation.

    getHoursOfOperation Result

    The following output properties are available:

    Config List<Pulumi.AwsNative.Connect.Outputs.HoursOfOperationConfig>

    Configuration information for the hours of operation: day, start time, and end time.

    Description string

    The description of the hours of operation.

    HoursOfOperationArn string

    The Amazon Resource Name (ARN) for the hours of operation.

    InstanceArn string

    The identifier of the Amazon Connect instance.

    Name string

    The name of the hours of operation.

    Tags List<Pulumi.AwsNative.Connect.Outputs.HoursOfOperationTag>

    One or more tags.

    TimeZone string

    The time zone of the hours of operation.

    Config []HoursOfOperationConfig

    Configuration information for the hours of operation: day, start time, and end time.

    Description string

    The description of the hours of operation.

    HoursOfOperationArn string

    The Amazon Resource Name (ARN) for the hours of operation.

    InstanceArn string

    The identifier of the Amazon Connect instance.

    Name string

    The name of the hours of operation.

    Tags []HoursOfOperationTag

    One or more tags.

    TimeZone string

    The time zone of the hours of operation.

    config List<HoursOfOperationConfig>

    Configuration information for the hours of operation: day, start time, and end time.

    description String

    The description of the hours of operation.

    hoursOfOperationArn String

    The Amazon Resource Name (ARN) for the hours of operation.

    instanceArn String

    The identifier of the Amazon Connect instance.

    name String

    The name of the hours of operation.

    tags List<HoursOfOperationTag>

    One or more tags.

    timeZone String

    The time zone of the hours of operation.

    config HoursOfOperationConfig[]

    Configuration information for the hours of operation: day, start time, and end time.

    description string

    The description of the hours of operation.

    hoursOfOperationArn string

    The Amazon Resource Name (ARN) for the hours of operation.

    instanceArn string

    The identifier of the Amazon Connect instance.

    name string

    The name of the hours of operation.

    tags HoursOfOperationTag[]

    One or more tags.

    timeZone string

    The time zone of the hours of operation.

    config Sequence[HoursOfOperationConfig]

    Configuration information for the hours of operation: day, start time, and end time.

    description str

    The description of the hours of operation.

    hours_of_operation_arn str

    The Amazon Resource Name (ARN) for the hours of operation.

    instance_arn str

    The identifier of the Amazon Connect instance.

    name str

    The name of the hours of operation.

    tags Sequence[HoursOfOperationTag]

    One or more tags.

    time_zone str

    The time zone of the hours of operation.

    config List<Property Map>

    Configuration information for the hours of operation: day, start time, and end time.

    description String

    The description of the hours of operation.

    hoursOfOperationArn String

    The Amazon Resource Name (ARN) for the hours of operation.

    instanceArn String

    The identifier of the Amazon Connect instance.

    name String

    The name of the hours of operation.

    tags List<Property Map>

    One or more tags.

    timeZone String

    The time zone of the hours of operation.

    Supporting Types

    HoursOfOperationConfig

    Day Pulumi.AwsNative.Connect.HoursOfOperationConfigDay

    The day that the hours of operation applies to.

    EndTime Pulumi.AwsNative.Connect.Inputs.HoursOfOperationTimeSlice

    The end time that your contact center closes.

    StartTime Pulumi.AwsNative.Connect.Inputs.HoursOfOperationTimeSlice

    The start time that your contact center opens.

    Day HoursOfOperationConfigDay

    The day that the hours of operation applies to.

    EndTime HoursOfOperationTimeSlice

    The end time that your contact center closes.

    StartTime HoursOfOperationTimeSlice

    The start time that your contact center opens.

    day HoursOfOperationConfigDay

    The day that the hours of operation applies to.

    endTime HoursOfOperationTimeSlice

    The end time that your contact center closes.

    startTime HoursOfOperationTimeSlice

    The start time that your contact center opens.

    day HoursOfOperationConfigDay

    The day that the hours of operation applies to.

    endTime HoursOfOperationTimeSlice

    The end time that your contact center closes.

    startTime HoursOfOperationTimeSlice

    The start time that your contact center opens.

    day HoursOfOperationConfigDay

    The day that the hours of operation applies to.

    end_time HoursOfOperationTimeSlice

    The end time that your contact center closes.

    start_time HoursOfOperationTimeSlice

    The start time that your contact center opens.

    day "SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY"

    The day that the hours of operation applies to.

    endTime Property Map

    The end time that your contact center closes.

    startTime Property Map

    The start time that your contact center opens.

    HoursOfOperationConfigDay

    HoursOfOperationTag

    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 maximum of 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 maximum of 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 maximum of 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 maximum of 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 maximum of 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 maximum of 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 -.

    HoursOfOperationTimeSlice

    Hours int

    The hours.

    Minutes int

    The minutes.

    Hours int

    The hours.

    Minutes int

    The minutes.

    hours Integer

    The hours.

    minutes Integer

    The minutes.

    hours number

    The hours.

    minutes number

    The minutes.

    hours int

    The hours.

    minutes int

    The minutes.

    hours Number

    The hours.

    minutes Number

    The minutes.

    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.79.0 published on Monday, Oct 2, 2023 by Pulumi