Uses of Class
software.amazon.awscdk.services.guardduty.CfnPublishingDestination.Builder
Packages that use CfnPublishingDestination.Builder
-
Uses of CfnPublishingDestination.Builder in software.amazon.awscdk.services.guardduty
Methods in software.amazon.awscdk.services.guardduty that return CfnPublishingDestination.BuilderModifier and TypeMethodDescriptionCfnPublishingDestination.Builder.destinationProperties
(IResolvable destinationProperties) Contains the Amazon Resource Name (ARN) of the resource to publish to, such as an S3 bucket, and the ARN of the KMS key to use to encrypt published findings.CfnPublishingDestination.Builder.destinationProperties
(CfnPublishingDestination.CFNDestinationPropertiesProperty destinationProperties) Contains the Amazon Resource Name (ARN) of the resource to publish to, such as an S3 bucket, and the ARN of the KMS key to use to encrypt published findings.CfnPublishingDestination.Builder.destinationType
(String destinationType) The type of publishing destination.CfnPublishingDestination.Builder.detectorId
(String detectorId) The ID of the GuardDuty detector where the publishing destination exists.CfnPublishingDestination.Builder.tags
(List<? extends CfnPublishingDestination.TagItemProperty> tags) Describes a tag.