Class CfnPublishingDestinationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.guardduty.CfnPublishingDestinationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPublishingDestinationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPublishingDestinationProps
@Stability(Stable)
@Internal
public static final class CfnPublishingDestinationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPublishingDestinationProps
An implementation for
CfnPublishingDestinationProps-
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.services.guardduty.CfnPublishingDestinationProps
CfnPublishingDestinationProps.Builder, CfnPublishingDestinationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPublishingDestinationProps.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 ObjectContains 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.final StringThe type of publishing destination.final StringThe ID of the GuardDuty detector where the publishing destination exists.getTags()Describes a tag.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 theCfnPublishingDestinationProps.Builder.
-
-
Method Details
-
getDestinationProperties
Description copied from interface:CfnPublishingDestinationPropsContains 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.Returns union: either
IResolvableorCfnPublishingDestination.CFNDestinationPropertiesProperty- Specified by:
getDestinationPropertiesin interfaceCfnPublishingDestinationProps- See Also:
-
getDestinationType
Description copied from interface:CfnPublishingDestinationPropsThe type of publishing destination.GuardDuty supports Amazon S3 buckets as a publishing destination.
- Specified by:
getDestinationTypein interfaceCfnPublishingDestinationProps- See Also:
-
getDetectorId
Description copied from interface:CfnPublishingDestinationPropsThe ID of the GuardDuty detector where the publishing destination exists.- Specified by:
getDetectorIdin interfaceCfnPublishingDestinationProps- See Also:
-
getTags
Description copied from interface:CfnPublishingDestinationPropsDescribes a tag.- Specified by:
getTagsin interfaceCfnPublishingDestinationProps- 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()
-