Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.guardduty.CfnDetectorPropsMixin.Builder
Packages that use CfnDetectorPropsMixin.Builder
-
Uses of CfnDetectorPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.guardduty
Methods in software.amazon.awscdk.cfnpropertymixins.services.guardduty that return CfnDetectorPropsMixin.BuilderModifier and TypeMethodDescriptionCfnDetectorPropsMixin.Builder.create()CfnDetectorPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnDetectorPropsMixin.Builder.dataSources(CfnDetectorPropsMixin.CFNDataSourceConfigurationsProperty dataSources) Describes which data sources will be enabled for the detector.CfnDetectorPropsMixin.Builder.dataSources(IResolvable dataSources) Describes which data sources will be enabled for the detector.Specifies whether the detector is to be enabled on creation.CfnDetectorPropsMixin.Builder.enable(IResolvable enable) Specifies whether the detector is to be enabled on creation.A list of features that will be configured for the detector.CfnDetectorPropsMixin.Builder.features(IResolvable features) A list of features that will be configured for the detector.CfnDetectorPropsMixin.Builder.findingPublishingFrequency(String findingPublishingFrequency) Specifies how frequently updated findings are exported.CfnDetectorPropsMixin.Builder.tags(List<? extends CfnDetectorPropsMixin.TagItemProperty> tags) Specifies tags added to a new detector resource.