Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.guardduty.CfnTrustedEntitySetPropsMixin.Builder
Packages that use CfnTrustedEntitySetPropsMixin.Builder
-
Uses of CfnTrustedEntitySetPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.guardduty
Methods in software.amazon.awscdk.cfnpropertymixins.services.guardduty that return CfnTrustedEntitySetPropsMixin.BuilderModifier and TypeMethodDescriptionA boolean value that determines if GuardDuty can start using this list for custom threat detection.CfnTrustedEntitySetPropsMixin.Builder.activate(IResolvable activate) A boolean value that determines if GuardDuty can start using this list for custom threat detection.CfnTrustedEntitySetPropsMixin.Builder.create()CfnTrustedEntitySetPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnTrustedEntitySetPropsMixin.Builder.detectorId(String detectorId) The unique regional detector ID of the GuardDuty account for which you want to create a trusted entity set.CfnTrustedEntitySetPropsMixin.Builder.expectedBucketOwner(String expectedBucketOwner) The AWS account ID that owns the Amazon S3 bucket specified in the Location field.The format of the file that contains the trusted entity set.The URI of the file that contains the trusted entity set.A user-friendly name to identify the trusted entity set.CfnTrustedEntitySetPropsMixin.Builder.tags(List<? extends CfnTrustedEntitySetPropsMixin.TagItemProperty> tags) The tags to be added to a new trusted entity set resource.