Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.guardduty.CfnPublishingDestinationPropsMixin.Builder
Packages that use CfnPublishingDestinationPropsMixin.Builder
-
Uses of CfnPublishingDestinationPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.guardduty
Methods in software.amazon.awscdk.cfnpropertymixins.services.guardduty that return CfnPublishingDestinationPropsMixin.BuilderModifier and TypeMethodDescriptionCfnPublishingDestinationPropsMixin.Builder.create()CfnPublishingDestinationPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnPublishingDestinationPropsMixin.Builder.destinationProperties(CfnPublishingDestinationPropsMixin.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.CfnPublishingDestinationPropsMixin.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.CfnPublishingDestinationPropsMixin.Builder.destinationType(String destinationType) The type of publishing destination.CfnPublishingDestinationPropsMixin.Builder.detectorId(String detectorId) The ID of the GuardDuty detector where the publishing destination exists.CfnPublishingDestinationPropsMixin.Builder.tags(List<? extends CfnPublishingDestinationPropsMixin.TagItemProperty> tags) Describes a tag.