Show / Hide Table of Contents

Class CfnDetectorPropsMixin.CFNKubernetesAuditLogsConfigurationProperty

Describes which optional data sources are enabled for a detector.

Inheritance
object
CfnDetectorPropsMixin.CFNKubernetesAuditLogsConfigurationProperty
Implements
CfnDetectorPropsMixin.ICFNKubernetesAuditLogsConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.GuardDuty.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDetectorPropsMixin.CFNKubernetesAuditLogsConfigurationProperty : CfnDetectorPropsMixin.ICFNKubernetesAuditLogsConfigurationProperty
Syntax (vb)
Public Class CfnDetectorPropsMixin.CFNKubernetesAuditLogsConfigurationProperty Implements CfnDetectorPropsMixin.ICFNKubernetesAuditLogsConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-cfnkubernetesauditlogsconfiguration.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.Mixins.Preview.AWS.GuardDuty.Mixins;

             var cFNKubernetesAuditLogsConfigurationProperty = new CFNKubernetesAuditLogsConfigurationProperty {
                 Enable = false
             };

Synopsis

Constructors

CFNKubernetesAuditLogsConfigurationProperty()

Describes which optional data sources are enabled for a detector.

Properties

Enable

Describes whether Kubernetes audit logs are enabled as a data source for the detector.

Constructors

CFNKubernetesAuditLogsConfigurationProperty()

Describes which optional data sources are enabled for a detector.

public CFNKubernetesAuditLogsConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-cfnkubernetesauditlogsconfiguration.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.Mixins.Preview.AWS.GuardDuty.Mixins;

             var cFNKubernetesAuditLogsConfigurationProperty = new CFNKubernetesAuditLogsConfigurationProperty {
                 Enable = false
             };

Properties

Enable

Describes whether Kubernetes audit logs are enabled as a data source for the detector.

public object? Enable { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-cfnkubernetesauditlogsconfiguration.html#cfn-guardduty-detector-cfnkubernetesauditlogsconfiguration-enable

Type union: either bool or IResolvable

Implements

CfnDetectorPropsMixin.ICFNKubernetesAuditLogsConfigurationProperty
Back to top Generated by DocFX