Show / Hide Table of Contents

Class CfnBackupPlanPropsMixin.ScanActionResourceTypeProperty

Inheritance
object
CfnBackupPlanPropsMixin.ScanActionResourceTypeProperty
Implements
CfnBackupPlanPropsMixin.IScanActionResourceTypeProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Backup
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnBackupPlanPropsMixin.ScanActionResourceTypeProperty : CfnBackupPlanPropsMixin.IScanActionResourceTypeProperty
Syntax (vb)
Public Class CfnBackupPlanPropsMixin.ScanActionResourceTypeProperty Implements CfnBackupPlanPropsMixin.IScanActionResourceTypeProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-scanactionresourcetype.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.Backup;

             var scanActionResourceTypeProperty = new ScanActionResourceTypeProperty {
                 MalwareScanner = "malwareScanner",
                 ScanMode = "scanMode"
             };

Synopsis

Constructors

ScanActionResourceTypeProperty()

Properties

MalwareScanner
ScanMode

Constructors

ScanActionResourceTypeProperty()

public ScanActionResourceTypeProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-scanactionresourcetype.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.Backup;

             var scanActionResourceTypeProperty = new ScanActionResourceTypeProperty {
                 MalwareScanner = "malwareScanner",
                 ScanMode = "scanMode"
             };

Properties

MalwareScanner

public string? MalwareScanner { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-scanactionresourcetype.html#cfn-backup-backupplan-scanactionresourcetype-malwarescanner

ScanMode

public string? ScanMode { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-scanactionresourcetype.html#cfn-backup-backupplan-scanactionresourcetype-scanmode

Implements

CfnBackupPlanPropsMixin.IScanActionResourceTypeProperty
Back to top Generated by DocFX