Interface CfnThreatIntelSetMixinProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnThreatIntelSetMixinProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)", date="2026-04-14T18:32:13.224Z") @Stability(Stable) public interface CfnThreatIntelSetMixinProps extends software.amazon.jsii.JsiiSerializable
Properties for CfnThreatIntelSetPropsMixin.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.guardduty.*;
 CfnThreatIntelSetMixinProps cfnThreatIntelSetMixinProps = CfnThreatIntelSetMixinProps.builder()
         .activate(false)
         .detectorId("detectorId")
         .expectedBucketOwner("expectedBucketOwner")
         .format("format")
         .location("location")
         .name("name")
         .tags(List.of(CfnTag.builder()
                 .key("key")
                 .value("value")
                 .build()))
         .build();
 

See Also: