Module GuardDuty.Detector

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html

type cfn_feature_additional_configuration = {
  1. status : string option;
  2. name : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-cfnfeatureadditionalconfiguration.html

and tag_item = {
  1. value : string;
  2. key : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-tagitem.html

and cfn_scan_ec2_instance_with_findings_configuration = {
  1. ebs_volumes : bool option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-cfnscanec2instancewithfindingsconfiguration.html

and cfn_kubernetes_audit_logs_configuration = {
  1. enable : bool;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-cfnkubernetesauditlogsconfiguration.html

and cfn_s3_logs_configuration = {
  1. enable : bool;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-cfns3logsconfiguration.html

and cfn_feature_configuration = {
  1. status : string;
  2. additional_configuration : cfn_feature_additional_configuration list option;
  3. name : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-cfnfeatureconfiguration.html

and cfn_malware_protection_configuration = {
  1. scan_ec2_instance_with_findings : cfn_scan_ec2_instance_with_findings_configuration option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-cfnmalwareprotectionconfiguration.html

and cfn_kubernetes_configuration = {
  1. audit_logs : cfn_kubernetes_audit_logs_configuration;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-cfnkubernetesconfiguration.html

and cfn_data_source_configurations = {
  1. malware_protection : cfn_malware_protection_configuration option;
  2. s3_logs : cfn_s3_logs_configuration option;
  3. kubernetes : cfn_kubernetes_configuration option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-cfndatasourceconfigurations.html

type properties = {
  1. finding_publishing_frequency : string option;
  2. data_sources : cfn_data_source_configurations option;
  3. enable : bool;
  4. features : cfn_feature_configuration list option;
  5. tags : tag_item list option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html;

val make_properties : ?finding_publishing_frequency:string -> ?data_sources:cfn_data_source_configurations -> enable:bool -> ?features:cfn_feature_configuration list -> ?tags:tag_item list -> unit -> properties
val make_cfn_feature_additional_configuration : ?status:string -> ?name:string -> unit -> cfn_feature_additional_configuration
val make_tag_item : value:string -> key:string -> unit -> tag_item
val make_cfn_scan_ec2_instance_with_findings_configuration : ?ebs_volumes:bool -> unit -> cfn_scan_ec2_instance_with_findings_configuration
val make_cfn_kubernetes_audit_logs_configuration : enable:bool -> unit -> cfn_kubernetes_audit_logs_configuration
val make_cfn_s3_logs_configuration : enable:bool -> unit -> cfn_s3_logs_configuration
val make_cfn_feature_configuration : status:string -> ?additional_configuration:cfn_feature_additional_configuration list -> name:string -> unit -> cfn_feature_configuration
val make_cfn_malware_protection_configuration : ?scan_ec2_instance_with_findings: cfn_scan_ec2_instance_with_findings_configuration -> unit -> cfn_malware_protection_configuration
val make_cfn_kubernetes_configuration : audit_logs:cfn_kubernetes_audit_logs_configuration -> unit -> cfn_kubernetes_configuration
val make_cfn_data_source_configurations : ?malware_protection:cfn_malware_protection_configuration -> ?s3_logs:cfn_s3_logs_configuration -> ?kubernetes:cfn_kubernetes_configuration -> unit -> cfn_data_source_configurations
val yojson_of_cfn_feature_additional_configuration : cfn_feature_additional_configuration -> Yojson.Safe.t
val yojson_of_tag_item : tag_item -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_cfn_scan_ec2_instance_with_findings_configuration : cfn_scan_ec2_instance_with_findings_configuration -> Yojson.Safe.t
val yojson_of_cfn_kubernetes_audit_logs_configuration : cfn_kubernetes_audit_logs_configuration -> Yojson.Safe.t
val yojson_of_cfn_s3_logs_configuration : cfn_s3_logs_configuration -> Yojson.Safe.t
val yojson_of_cfn_feature_configuration : cfn_feature_configuration -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_cfn_malware_protection_configuration : cfn_malware_protection_configuration -> Yojson.Safe.t
val yojson_of_cfn_kubernetes_configuration : cfn_kubernetes_configuration -> Yojson.Safe.t
val yojson_of_cfn_data_source_configurations : cfn_data_source_configurations -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string