Class CfnDetectorMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.guardduty.CfnDetectorMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDetectorMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDetectorMixinProps
@Stability(Stable)
@Internal
public static final class CfnDetectorMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDetectorMixinProps
An implementation for
CfnDetectorMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.guardduty.CfnDetectorMixinProps
CfnDetectorMixinProps.Builder, CfnDetectorMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDetectorMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDetectorMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectDescribes which data sources will be enabled for the detector.final ObjectSpecifies whether the detector is to be enabled on creation.final ObjectA list of features that will be configured for the detector.final StringSpecifies how frequently updated findings are exported.getTags()Specifies tags added to a new detector resource.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theCfnDetectorMixinProps.Builder.
-
-
Method Details
-
getDataSources
Description copied from interface:CfnDetectorMixinPropsDescribes which data sources will be enabled for the detector.Returns union: either
IResolvableorCfnDetectorPropsMixin.CFNDataSourceConfigurationsProperty- Specified by:
getDataSourcesin interfaceCfnDetectorMixinProps- See Also:
-
getEnable
Description copied from interface:CfnDetectorMixinPropsSpecifies whether the detector is to be enabled on creation.Returns union: either
BooleanorIResolvable- Specified by:
getEnablein interfaceCfnDetectorMixinProps- See Also:
-
getFeatures
Description copied from interface:CfnDetectorMixinPropsA list of features that will be configured for the detector.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDetectorPropsMixin.CFNFeatureConfigurationProperty>- Specified by:
getFeaturesin interfaceCfnDetectorMixinProps- See Also:
-
getFindingPublishingFrequency
Description copied from interface:CfnDetectorMixinPropsSpecifies how frequently updated findings are exported.- Specified by:
getFindingPublishingFrequencyin interfaceCfnDetectorMixinProps- See Also:
-
getTags
Description copied from interface:CfnDetectorMixinPropsSpecifies tags added to a new detector resource.Each tag consists of a key and an optional value, both of which you define.
Currently, support is available only for creating and deleting a tag. No support exists for updating the tags.
For more information, see Tag .
- Specified by:
getTagsin interfaceCfnDetectorMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-