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