Class CfnSystemMixinProps
Properties for CfnSystemPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ResilienceHubV2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnSystemMixinProps : ICfnSystemMixinProps
Syntax (vb)
Public Class CfnSystemMixinProps Implements ICfnSystemMixinProps
Remarks
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.ResilienceHubV2;
var cfnSystemMixinProps = new CfnSystemMixinProps {
Description = "description",
KmsKeyId = "kmsKeyId",
Name = "name",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
| CfnSystemMixinProps() | Properties for CfnSystemPropsMixin. |
Properties
| Description | The description of the system. |
| KmsKeyId | The KMS key ID for encrypting system data. |
| Name | The name of the system. |
| Tags | Tags assigned to the system. |
Constructors
CfnSystemMixinProps()
Properties for CfnSystemPropsMixin.
public CfnSystemMixinProps()
Remarks
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.ResilienceHubV2;
var cfnSystemMixinProps = new CfnSystemMixinProps {
Description = "description",
KmsKeyId = "kmsKeyId",
Name = "name",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Properties
Description
The description of the system.
public string? Description { get; set; }
Property Value
Remarks
KmsKeyId
The KMS key ID for encrypting system data.
public string? KmsKeyId { get; set; }
Property Value
Remarks
Name
The name of the system.
public string? Name { get; set; }