1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. cases
  6. getCase

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

Viewing docs for AWS Cloud Control v1.78.0
published on Monday, Sep 7, 2026 by Pulumi
aws-native logo aws-native logo

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

Viewing docs for AWS Cloud Control v1.78.0
published on Monday, Sep 7, 2026 by Pulumi

    Creates a case in the specified Cases domain.

    Using getCase

    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 getCase(args: GetCaseArgs, opts?: InvokeOptions): Promise<GetCaseResult>
    function getCaseOutput(args: GetCaseOutputArgs, opts?: InvokeOutputOptions): Output<GetCaseResult>
    def get_case(arn: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetCaseResult
    def get_case_output(arn: pulumi.Input[Optional[str]] = None,
                 opts: Optional[InvokeOutputOptions] = None) -> Output[GetCaseResult]
    func LookupCase(ctx *Context, args *LookupCaseArgs, opts ...InvokeOption) (*LookupCaseResult, error)
    func LookupCaseOutput(ctx *Context, args *LookupCaseOutputArgs, opts ...InvokeOption) LookupCaseResultOutput

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

    public static class GetCase 
    {
        public static Task<GetCaseResult> InvokeAsync(GetCaseArgs args, InvokeOptions? opts = null)
        public static Output<GetCaseResult> Invoke(GetCaseInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetCaseResult> Invoke(GetCaseInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetCaseResult> getCase(GetCaseArgs args, InvokeOptions options)
    public static Output<GetCaseResult> getCase(GetCaseArgs args, InvokeOptions options)
    public static Output<GetCaseResult> getCase(GetCaseArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:cases:getCase
      arguments:
        # arguments dictionary
    data "aws-native_cases_get_case" "name" {
        # arguments
    }

    The following arguments are supported:

    Arn string
    The Amazon Resource Name (ARN) of the case.
    Arn string
    The Amazon Resource Name (ARN) of the case.
    arn string
    The Amazon Resource Name (ARN) of the case.
    arn String
    The Amazon Resource Name (ARN) of the case.
    arn string
    The Amazon Resource Name (ARN) of the case.
    arn str
    The Amazon Resource Name (ARN) of the case.
    arn String
    The Amazon Resource Name (ARN) of the case.

    getCase Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) of the case.
    CaseId string
    A unique identifier of the case.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    A list of tags for the case.
    Title string
    The title of the case.
    Arn string
    The Amazon Resource Name (ARN) of the case.
    CaseId string
    A unique identifier of the case.
    Tags Tag
    A list of tags for the case.
    Title string
    The title of the case.
    arn string
    The Amazon Resource Name (ARN) of the case.
    case_id string
    A unique identifier of the case.
    tags list(object)
    A list of tags for the case.
    title string
    The title of the case.
    arn String
    The Amazon Resource Name (ARN) of the case.
    caseId String
    A unique identifier of the case.
    tags List<Tag>
    A list of tags for the case.
    title String
    The title of the case.
    arn string
    The Amazon Resource Name (ARN) of the case.
    caseId string
    A unique identifier of the case.
    tags Tag[]
    A list of tags for the case.
    title string
    The title of the case.
    arn str
    The Amazon Resource Name (ARN) of the case.
    case_id str
    A unique identifier of the case.
    tags Sequence[root_Tag]
    A list of tags for the case.
    title str
    The title of the case.
    arn String
    The Amazon Resource Name (ARN) of the case.
    caseId String
    A unique identifier of the case.
    tags List<Property Map>
    A list of tags for the case.
    title String
    The title of the case.

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

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

    Viewing docs for AWS Cloud Control v1.78.0
    published on Monday, Sep 7, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial