1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. ssm
  6. getOpsItem

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

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi
aws-native logo

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

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi

    Resource schema for AWS::SSM::OpsItem.

    Using getOpsItem

    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 getOpsItem(args: GetOpsItemArgs, opts?: InvokeOptions): Promise<GetOpsItemResult>
    function getOpsItemOutput(args: GetOpsItemOutputArgs, opts?: InvokeOptions): Output<GetOpsItemResult>
    def get_ops_item(ops_item_arn: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetOpsItemResult
    def get_ops_item_output(ops_item_arn: pulumi.Input[Optional[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetOpsItemResult]
    func LookupOpsItem(ctx *Context, args *LookupOpsItemArgs, opts ...InvokeOption) (*LookupOpsItemResult, error)
    func LookupOpsItemOutput(ctx *Context, args *LookupOpsItemOutputArgs, opts ...InvokeOption) LookupOpsItemResultOutput

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

    public static class GetOpsItem 
    {
        public static Task<GetOpsItemResult> InvokeAsync(GetOpsItemArgs args, InvokeOptions? opts = null)
        public static Output<GetOpsItemResult> Invoke(GetOpsItemInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetOpsItemResult> getOpsItem(GetOpsItemArgs args, InvokeOptions options)
    public static Output<GetOpsItemResult> getOpsItem(GetOpsItemArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:ssm:getOpsItem
      arguments:
        # arguments dictionary
    data "aws-native_ssm_get_ops_item" "name" {
        # arguments
    }

    The following arguments are supported:

    OpsItemArn string
    The ARN of the OpsItem.
    OpsItemArn string
    The ARN of the OpsItem.
    ops_item_arn string
    The ARN of the OpsItem.
    opsItemArn String
    The ARN of the OpsItem.
    opsItemArn string
    The ARN of the OpsItem.
    ops_item_arn str
    The ARN of the OpsItem.
    opsItemArn String
    The ARN of the OpsItem.

    getOpsItem Result

    The following output properties are available:

    Category string
    The category of the OpsItem.
    CreatedBy string
    The user who created the OpsItem.
    CreatedTime string
    The time the OpsItem was created.
    Description string
    The description of the OpsItem.
    LastModifiedBy string
    The user who last modified the OpsItem.
    LastModifiedTime string
    The time the OpsItem was last modified.
    OpsItemArn string
    The ARN of the OpsItem.
    OpsItemId string
    The ID of the OpsItem.
    OpsItemType string
    The type of OpsItem.
    Priority int
    The priority of the OpsItem.
    Severity string
    The severity of the OpsItem.
    Status string
    The status of the OpsItem.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Tags for the OpsItem.
    Title string
    The title of the OpsItem.
    Version string
    The version of the OpsItem.
    Category string
    The category of the OpsItem.
    CreatedBy string
    The user who created the OpsItem.
    CreatedTime string
    The time the OpsItem was created.
    Description string
    The description of the OpsItem.
    LastModifiedBy string
    The user who last modified the OpsItem.
    LastModifiedTime string
    The time the OpsItem was last modified.
    OpsItemArn string
    The ARN of the OpsItem.
    OpsItemId string
    The ID of the OpsItem.
    OpsItemType string
    The type of OpsItem.
    Priority int
    The priority of the OpsItem.
    Severity string
    The severity of the OpsItem.
    Status string
    The status of the OpsItem.
    Tags Tag
    Tags for the OpsItem.
    Title string
    The title of the OpsItem.
    Version string
    The version of the OpsItem.
    category string
    The category of the OpsItem.
    created_by string
    The user who created the OpsItem.
    created_time string
    The time the OpsItem was created.
    description string
    The description of the OpsItem.
    last_modified_by string
    The user who last modified the OpsItem.
    last_modified_time string
    The time the OpsItem was last modified.
    ops_item_arn string
    The ARN of the OpsItem.
    ops_item_id string
    The ID of the OpsItem.
    ops_item_type string
    The type of OpsItem.
    priority number
    The priority of the OpsItem.
    severity string
    The severity of the OpsItem.
    status string
    The status of the OpsItem.
    tags list(object)
    Tags for the OpsItem.
    title string
    The title of the OpsItem.
    version string
    The version of the OpsItem.
    category String
    The category of the OpsItem.
    createdBy String
    The user who created the OpsItem.
    createdTime String
    The time the OpsItem was created.
    description String
    The description of the OpsItem.
    lastModifiedBy String
    The user who last modified the OpsItem.
    lastModifiedTime String
    The time the OpsItem was last modified.
    opsItemArn String
    The ARN of the OpsItem.
    opsItemId String
    The ID of the OpsItem.
    opsItemType String
    The type of OpsItem.
    priority Integer
    The priority of the OpsItem.
    severity String
    The severity of the OpsItem.
    status String
    The status of the OpsItem.
    tags List<Tag>
    Tags for the OpsItem.
    title String
    The title of the OpsItem.
    version String
    The version of the OpsItem.
    category string
    The category of the OpsItem.
    createdBy string
    The user who created the OpsItem.
    createdTime string
    The time the OpsItem was created.
    description string
    The description of the OpsItem.
    lastModifiedBy string
    The user who last modified the OpsItem.
    lastModifiedTime string
    The time the OpsItem was last modified.
    opsItemArn string
    The ARN of the OpsItem.
    opsItemId string
    The ID of the OpsItem.
    opsItemType string
    The type of OpsItem.
    priority number
    The priority of the OpsItem.
    severity string
    The severity of the OpsItem.
    status string
    The status of the OpsItem.
    tags Tag[]
    Tags for the OpsItem.
    title string
    The title of the OpsItem.
    version string
    The version of the OpsItem.
    category str
    The category of the OpsItem.
    created_by str
    The user who created the OpsItem.
    created_time str
    The time the OpsItem was created.
    description str
    The description of the OpsItem.
    last_modified_by str
    The user who last modified the OpsItem.
    last_modified_time str
    The time the OpsItem was last modified.
    ops_item_arn str
    The ARN of the OpsItem.
    ops_item_id str
    The ID of the OpsItem.
    ops_item_type str
    The type of OpsItem.
    priority int
    The priority of the OpsItem.
    severity str
    The severity of the OpsItem.
    status str
    The status of the OpsItem.
    tags Sequence[root_Tag]
    Tags for the OpsItem.
    title str
    The title of the OpsItem.
    version str
    The version of the OpsItem.
    category String
    The category of the OpsItem.
    createdBy String
    The user who created the OpsItem.
    createdTime String
    The time the OpsItem was created.
    description String
    The description of the OpsItem.
    lastModifiedBy String
    The user who last modified the OpsItem.
    lastModifiedTime String
    The time the OpsItem was last modified.
    opsItemArn String
    The ARN of the OpsItem.
    opsItemId String
    The ID of the OpsItem.
    opsItemType String
    The type of OpsItem.
    priority Number
    The priority of the OpsItem.
    severity String
    The severity of the OpsItem.
    status String
    The status of the OpsItem.
    tags List<Property Map>
    Tags for the OpsItem.
    title String
    The title of the OpsItem.
    version String
    The version of the OpsItem.

    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

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

    Viewing docs for AWS Cloud Control v1.74.1
    published on Monday, Aug 3, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial