Class CfnTrustedEntitySetMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTrustedEntitySetMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTrustedEntitySetMixinProps
CfnTrustedEntitySetMixinProps-
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.CfnTrustedEntitySetMixinProps
CfnTrustedEntitySetMixinProps.Builder, CfnTrustedEntitySetMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTrustedEntitySetMixinProps.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 ObjectA boolean value that determines if GuardDuty can start using this list for custom threat detection.final StringThe unique regional detector ID of the GuardDuty account for which you want to create a trusted entity set.final StringThe AWS account ID that owns the Amazon S3 bucket specified in the Location field.final StringThe format of the file that contains the trusted entity set.final StringThe URI of the file that contains the trusted entity set.final StringgetName()A user-friendly name to identify the trusted entity set.getTags()The tags to be added to a new trusted entity set 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 theCfnTrustedEntitySetMixinProps.Builder.
-
-
Method Details
-
getActivate
Description copied from interface:CfnTrustedEntitySetMixinPropsA boolean value that determines if GuardDuty can start using this list for custom threat detection.For GuardDuty to prevent generating findings based on an activity associated with these entries, this list must be active.
Returns union: either
BooleanorIResolvable- Specified by:
getActivatein interfaceCfnTrustedEntitySetMixinProps- See Also:
-
getDetectorId
Description copied from interface:CfnTrustedEntitySetMixinPropsThe unique regional detector ID of the GuardDuty account for which you want to create a trusted entity set.To find the
detectorIdin the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.- Specified by:
getDetectorIdin interfaceCfnTrustedEntitySetMixinProps- See Also:
-
getExpectedBucketOwner
Description copied from interface:CfnTrustedEntitySetMixinPropsThe AWS account ID that owns the Amazon S3 bucket specified in the Location field.Whether or not you provide the account ID for this optional field, GuardDuty validates that the account ID associated with the
DetectorIdvalue owns the S3 bucket in theLocationfield. If GuardDuty finds that this S3 bucket doesn't belong to the specified account ID, you will get an error at the time of activating this list.- Specified by:
getExpectedBucketOwnerin interfaceCfnTrustedEntitySetMixinProps- See Also:
-
getFormat
Description copied from interface:CfnTrustedEntitySetMixinPropsThe format of the file that contains the trusted entity set.For information about supported formats, see List formats in the Amazon GuardDuty User Guide .
- Specified by:
getFormatin interfaceCfnTrustedEntitySetMixinProps- See Also:
-
getLocation
Description copied from interface:CfnTrustedEntitySetMixinPropsThe URI of the file that contains the trusted entity set.- Specified by:
getLocationin interfaceCfnTrustedEntitySetMixinProps- See Also:
-
getName
Description copied from interface:CfnTrustedEntitySetMixinPropsA user-friendly name to identify the trusted entity set.Valid characters include lowercase letters, uppercase letters, numbers, dash(-), and underscore (_).
- Specified by:
getNamein interfaceCfnTrustedEntitySetMixinProps- See Also:
-
getTags
Description copied from interface:CfnTrustedEntitySetMixinPropsThe tags to be added to a new trusted entity set resource.Each tag consists of a key and an optional value, both of which you define.
For more information, see Tag .
- Specified by:
getTagsin interfaceCfnTrustedEntitySetMixinProps- 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()
-