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

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.

    Create OpsItem Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new OpsItem(name: string, args: OpsItemArgs, opts?: CustomResourceOptions);
    @overload
    def OpsItem(resource_name: str,
                args: OpsItemArgs,
                opts: Optional[ResourceOptions] = None)
    
    @overload
    def OpsItem(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                description: Optional[str] = None,
                source: Optional[str] = None,
                title: Optional[str] = None,
                category: Optional[str] = None,
                priority: Optional[int] = None,
                severity: Optional[str] = None,
                tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewOpsItem(ctx *Context, name string, args OpsItemArgs, opts ...ResourceOption) (*OpsItem, error)
    public OpsItem(string name, OpsItemArgs args, CustomResourceOptions? opts = null)
    public OpsItem(String name, OpsItemArgs args)
    public OpsItem(String name, OpsItemArgs args, CustomResourceOptions options)
    
    type: aws-native:ssm:OpsItem
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_ssm_ops_item" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args OpsItemArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args OpsItemArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args OpsItemArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args OpsItemArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args OpsItemArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    OpsItem Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The OpsItem resource accepts the following input properties:

    Description string
    The description of the OpsItem.
    Source string
    The origin of the OpsItem.
    Title string
    The title of the OpsItem.
    Category string
    The category of the OpsItem.
    Priority int
    The priority of the OpsItem.
    Severity string
    The severity of the OpsItem.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    Tags for the OpsItem.
    Description string
    The description of the OpsItem.
    Source string
    The origin of the OpsItem.
    Title string
    The title of the OpsItem.
    Category string
    The category of the OpsItem.
    Priority int
    The priority of the OpsItem.
    Severity string
    The severity of the OpsItem.
    Tags TagArgs
    Tags for the OpsItem.
    description string
    The description of the OpsItem.
    source string
    The origin of the OpsItem.
    title string
    The title of the OpsItem.
    category string
    The category of the OpsItem.
    priority number
    The priority of the OpsItem.
    severity string
    The severity of the OpsItem.
    tags list(object)
    Tags for the OpsItem.
    description String
    The description of the OpsItem.
    source String
    The origin of the OpsItem.
    title String
    The title of the OpsItem.
    category String
    The category of the OpsItem.
    priority Integer
    The priority of the OpsItem.
    severity String
    The severity of the OpsItem.
    tags List<Tag>
    Tags for the OpsItem.
    description string
    The description of the OpsItem.
    source string
    The origin of the OpsItem.
    title string
    The title of the OpsItem.
    category string
    The category of the OpsItem.
    priority number
    The priority of the OpsItem.
    severity string
    The severity of the OpsItem.
    tags Tag[]
    Tags for the OpsItem.
    description str
    The description of the OpsItem.
    source str
    The origin of the OpsItem.
    title str
    The title of the OpsItem.
    category str
    The category of the OpsItem.
    priority int
    The priority of the OpsItem.
    severity str
    The severity of the OpsItem.
    tags Sequence[TagArgs]
    Tags for the OpsItem.
    description String
    The description of the OpsItem.
    source String
    The origin of the OpsItem.
    title String
    The title of the OpsItem.
    category String
    The category of the OpsItem.
    priority Number
    The priority of the OpsItem.
    severity String
    The severity of the OpsItem.
    tags List<Property Map>
    Tags for the OpsItem.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the OpsItem resource produces the following output properties:

    CreatedBy string
    The user who created the OpsItem.
    CreatedTime string
    The time the OpsItem was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    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.
    Status string
    The status of the OpsItem.
    Version string
    The version of the OpsItem.
    CreatedBy string
    The user who created the OpsItem.
    CreatedTime string
    The time the OpsItem was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    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.
    Status string
    The status of the OpsItem.
    Version string
    The version of the OpsItem.
    created_by string
    The user who created the OpsItem.
    created_time string
    The time the OpsItem was created.
    id string
    The provider-assigned unique ID for this managed resource.
    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.
    status string
    The status of the OpsItem.
    version string
    The version of the OpsItem.
    createdBy String
    The user who created the OpsItem.
    createdTime String
    The time the OpsItem was created.
    id String
    The provider-assigned unique ID for this managed resource.
    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.
    status String
    The status of the OpsItem.
    version String
    The version of the OpsItem.
    createdBy string
    The user who created the OpsItem.
    createdTime string
    The time the OpsItem was created.
    id string
    The provider-assigned unique ID for this managed resource.
    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.
    status string
    The status of the OpsItem.
    version string
    The version of the OpsItem.
    created_by str
    The user who created the OpsItem.
    created_time str
    The time the OpsItem was created.
    id str
    The provider-assigned unique ID for this managed resource.
    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.
    status str
    The status of the OpsItem.
    version str
    The version of the OpsItem.
    createdBy String
    The user who created the OpsItem.
    createdTime String
    The time the OpsItem was created.
    id String
    The provider-assigned unique ID for this managed resource.
    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.
    status String
    The status of the OpsItem.
    version String
    The version of the OpsItem.

    Supporting Types

    Tag, TagArgs

    A set of tags to apply to the resource.
    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