Show / Hide Table of Contents

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-opsitem.html#cfn-ssm-opsitem-category

Description

The description of the OpsItem.

string? Description { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-opsitem.html#cfn-ssm-opsitem-description

Priority

The priority of the OpsItem.

double? Priority { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-opsitem.html#cfn-ssm-opsitem-priority

Severity

The severity of the OpsItem.

string? Severity { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-opsitem.html#cfn-ssm-opsitem-severity

Source

The origin of the OpsItem.

string? Source { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-opsitem.html#cfn-ssm-opsitem-source

Tags

Tags for the OpsItem.

ICfnTag[]? Tags { get; }
Property Value

ICfnTag[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-opsitem.html#cfn-ssm-opsitem-tags

Title

The title of the OpsItem.

string? Title { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-opsitem.html#cfn-ssm-opsitem-title

Back to top Generated by DocFX