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
published on Monday, Sep 7, 2026 by Pulumi
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
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 dictionarydata "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.
- Case
Id string - A unique identifier of the case.
-
List<Pulumi.
Aws Native. 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.
- case_
id string - A unique identifier of the case.
- list(object)
- 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.
- 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.
- case
Id String - A unique identifier of the case.
- List<Property Map>
- A list of tags for the case.
- title String
- The title of the case.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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
published on Monday, Sep 7, 2026 by Pulumi