1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. aps
  5. getWorkspace

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.28.0 published on Monday, May 19, 2025 by Pulumi

aws-native.aps.getWorkspace

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.28.0 published on Monday, May 19, 2025 by Pulumi

    Resource Type definition for AWS::APS::Workspace

    Using getWorkspace

    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 getWorkspace(args: GetWorkspaceArgs, opts?: InvokeOptions): Promise<GetWorkspaceResult>
    function getWorkspaceOutput(args: GetWorkspaceOutputArgs, opts?: InvokeOptions): Output<GetWorkspaceResult>
    def get_workspace(arn: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetWorkspaceResult
    def get_workspace_output(arn: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetWorkspaceResult]
    func LookupWorkspace(ctx *Context, args *LookupWorkspaceArgs, opts ...InvokeOption) (*LookupWorkspaceResult, error)
    func LookupWorkspaceOutput(ctx *Context, args *LookupWorkspaceOutputArgs, opts ...InvokeOption) LookupWorkspaceResultOutput

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

    public static class GetWorkspace 
    {
        public static Task<GetWorkspaceResult> InvokeAsync(GetWorkspaceArgs args, InvokeOptions? opts = null)
        public static Output<GetWorkspaceResult> Invoke(GetWorkspaceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWorkspaceResult> getWorkspace(GetWorkspaceArgs args, InvokeOptions options)
    public static Output<GetWorkspaceResult> getWorkspace(GetWorkspaceArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:aps:getWorkspace
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    Workspace arn.
    Arn string
    Workspace arn.
    arn String
    Workspace arn.
    arn string
    Workspace arn.
    arn str
    Workspace arn.
    arn String
    Workspace arn.

    getWorkspace Result

    The following output properties are available:

    AlertManagerDefinition string
    The AMP Workspace alert manager definition data
    Alias string
    AMP Workspace alias.
    Arn string
    Workspace arn.
    LoggingConfiguration Pulumi.AwsNative.Aps.Outputs.WorkspaceLoggingConfiguration
    Contains information about the logging configuration for the workspace.
    PrometheusEndpoint string
    AMP Workspace prometheus endpoint
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An array of key-value pairs to apply to this resource.
    WorkspaceConfiguration Pulumi.AwsNative.Aps.Outputs.WorkspaceConfiguration
    Use this structure to define label sets and the ingestion limits for time series that match label sets, and to specify the retention period of the workspace.
    WorkspaceId string
    Required to identify a specific APS Workspace.
    AlertManagerDefinition string
    The AMP Workspace alert manager definition data
    Alias string
    AMP Workspace alias.
    Arn string
    Workspace arn.
    LoggingConfiguration WorkspaceLoggingConfiguration
    Contains information about the logging configuration for the workspace.
    PrometheusEndpoint string
    AMP Workspace prometheus endpoint
    Tags Tag
    An array of key-value pairs to apply to this resource.
    WorkspaceConfiguration WorkspaceConfiguration
    Use this structure to define label sets and the ingestion limits for time series that match label sets, and to specify the retention period of the workspace.
    WorkspaceId string
    Required to identify a specific APS Workspace.
    alertManagerDefinition String
    The AMP Workspace alert manager definition data
    alias String
    AMP Workspace alias.
    arn String
    Workspace arn.
    loggingConfiguration WorkspaceLoggingConfiguration
    Contains information about the logging configuration for the workspace.
    prometheusEndpoint String
    AMP Workspace prometheus endpoint
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    workspaceConfiguration WorkspaceConfiguration
    Use this structure to define label sets and the ingestion limits for time series that match label sets, and to specify the retention period of the workspace.
    workspaceId String
    Required to identify a specific APS Workspace.
    alertManagerDefinition string
    The AMP Workspace alert manager definition data
    alias string
    AMP Workspace alias.
    arn string
    Workspace arn.
    loggingConfiguration WorkspaceLoggingConfiguration
    Contains information about the logging configuration for the workspace.
    prometheusEndpoint string
    AMP Workspace prometheus endpoint
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    workspaceConfiguration WorkspaceConfiguration
    Use this structure to define label sets and the ingestion limits for time series that match label sets, and to specify the retention period of the workspace.
    workspaceId string
    Required to identify a specific APS Workspace.
    alert_manager_definition str
    The AMP Workspace alert manager definition data
    alias str
    AMP Workspace alias.
    arn str
    Workspace arn.
    logging_configuration WorkspaceLoggingConfiguration
    Contains information about the logging configuration for the workspace.
    prometheus_endpoint str
    AMP Workspace prometheus endpoint
    tags Sequence[root_Tag]
    An array of key-value pairs to apply to this resource.
    workspace_configuration WorkspaceConfiguration
    Use this structure to define label sets and the ingestion limits for time series that match label sets, and to specify the retention period of the workspace.
    workspace_id str
    Required to identify a specific APS Workspace.
    alertManagerDefinition String
    The AMP Workspace alert manager definition data
    alias String
    AMP Workspace alias.
    arn String
    Workspace arn.
    loggingConfiguration Property Map
    Contains information about the logging configuration for the workspace.
    prometheusEndpoint String
    AMP Workspace prometheus endpoint
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.
    workspaceConfiguration Property Map
    Use this structure to define label sets and the ingestion limits for time series that match label sets, and to specify the retention period of the workspace.
    workspaceId String
    Required to identify a specific APS Workspace.

    Supporting Types

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

    WorkspaceConfiguration

    LimitsPerLabelSets List<Pulumi.AwsNative.Aps.Inputs.WorkspaceLimitsPerLabelSet>
    An array of label set and associated limits
    RetentionPeriodInDays int
    How many days that metrics are retained in the workspace
    LimitsPerLabelSets []WorkspaceLimitsPerLabelSet
    An array of label set and associated limits
    RetentionPeriodInDays int
    How many days that metrics are retained in the workspace
    limitsPerLabelSets List<WorkspaceLimitsPerLabelSet>
    An array of label set and associated limits
    retentionPeriodInDays Integer
    How many days that metrics are retained in the workspace
    limitsPerLabelSets WorkspaceLimitsPerLabelSet[]
    An array of label set and associated limits
    retentionPeriodInDays number
    How many days that metrics are retained in the workspace
    limits_per_label_sets Sequence[WorkspaceLimitsPerLabelSet]
    An array of label set and associated limits
    retention_period_in_days int
    How many days that metrics are retained in the workspace
    limitsPerLabelSets List<Property Map>
    An array of label set and associated limits
    retentionPeriodInDays Number
    How many days that metrics are retained in the workspace

    WorkspaceLabel

    Name string
    Name of the label
    Value string
    Value of the label
    Name string
    Name of the label
    Value string
    Value of the label
    name String
    Name of the label
    value String
    Value of the label
    name string
    Name of the label
    value string
    Value of the label
    name str
    Name of the label
    value str
    Value of the label
    name String
    Name of the label
    value String
    Value of the label

    WorkspaceLimitsPerLabelSet

    LabelSet List<Pulumi.AwsNative.Aps.Inputs.WorkspaceLabel>
    An array of series labels
    Limits Pulumi.AwsNative.Aps.Inputs.WorkspaceLimitsPerLabelSetEntry
    This structure contains the information about the limits that apply to time series that match this label set.
    LabelSet []WorkspaceLabel
    An array of series labels
    Limits WorkspaceLimitsPerLabelSetEntry
    This structure contains the information about the limits that apply to time series that match this label set.
    labelSet List<WorkspaceLabel>
    An array of series labels
    limits WorkspaceLimitsPerLabelSetEntry
    This structure contains the information about the limits that apply to time series that match this label set.
    labelSet WorkspaceLabel[]
    An array of series labels
    limits WorkspaceLimitsPerLabelSetEntry
    This structure contains the information about the limits that apply to time series that match this label set.
    label_set Sequence[WorkspaceLabel]
    An array of series labels
    limits WorkspaceLimitsPerLabelSetEntry
    This structure contains the information about the limits that apply to time series that match this label set.
    labelSet List<Property Map>
    An array of series labels
    limits Property Map
    This structure contains the information about the limits that apply to time series that match this label set.

    WorkspaceLimitsPerLabelSetEntry

    MaxSeries int
    The maximum number of active series that can be ingested for this label set
    MaxSeries int
    The maximum number of active series that can be ingested for this label set
    maxSeries Integer
    The maximum number of active series that can be ingested for this label set
    maxSeries number
    The maximum number of active series that can be ingested for this label set
    max_series int
    The maximum number of active series that can be ingested for this label set
    maxSeries Number
    The maximum number of active series that can be ingested for this label set

    WorkspaceLoggingConfiguration

    LogGroupArn string
    CloudWatch log group ARN
    LogGroupArn string
    CloudWatch log group ARN
    logGroupArn String
    CloudWatch log group ARN
    logGroupArn string
    CloudWatch log group ARN
    log_group_arn str
    CloudWatch log group ARN
    logGroupArn String
    CloudWatch log group ARN

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.28.0 published on Monday, May 19, 2025 by Pulumi