Interface ICfnOpsItemMixinProps
Properties for CfnOpsItemPropsMixin.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SSM
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface ICfnOpsItemMixinProps
Syntax (vb)
Public Interface ICfnOpsItemMixinProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-opsitem.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SSM;
var cfnOpsItemMixinProps = new CfnOpsItemMixinProps {
Category = "category",
Description = "description",
Priority = 123,
Severity = "severity",
Source = "source",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
Title = "title"
};
Synopsis
Properties
| Category | The category of the OpsItem. |
| Description | The description of the OpsItem. |
| Priority | The priority of the OpsItem. |
| Severity | The severity of the OpsItem. |
| Source | The origin of the OpsItem. |
| Tags | Tags for the OpsItem. |
| Title | The title of the OpsItem. |
Properties
Category
The category of the OpsItem.
string? Category { get; }
Property Value
Remarks
Description
The description of the OpsItem.
string? Description { get; }
Property Value
Remarks
Priority
The priority of the OpsItem.
double? Priority { get; }
Property Value
Remarks
Severity
The severity of the OpsItem.
string? Severity { get; }
Property Value
Remarks
Source
The origin of the OpsItem.
string? Source { get; }
Property Value
Remarks
Tags
Title
The title of the OpsItem.
string? Title { get; }