Class CfnThreatIntelSetProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.guardduty.CfnThreatIntelSetProps.Jsii$Proxy
All Implemented Interfaces:
CfnThreatIntelSetProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnThreatIntelSetProps

@Stability(Stable) @Internal public static final class CfnThreatIntelSetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnThreatIntelSetProps
An implementation for CfnThreatIntelSetProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.guardduty.CfnThreatIntelSetProps

    CfnThreatIntelSetProps.Builder, CfnThreatIntelSetProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnThreatIntelSetProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
    final String
    The unique ID of the detector of the GuardDuty account that you want to create a threatIntelSet for.
    final String
    The format of the file that contains the ThreatIntelSet.
    final String
    The URI of the file that contains the ThreatIntelSet.
    final String
    A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.
    final List<CfnTag>
    The tags to be added to a new threat list resource.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CfnThreatIntelSetProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnThreatIntelSetProps.Builder.
  • Method Details