Class CfnDeliveryDestinationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.logs.CfnDeliveryDestinationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDeliveryDestinationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeliveryDestinationProps
@Stability(Stable)
@Internal
public static final class CfnDeliveryDestinationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeliveryDestinationProps
An implementation for
CfnDeliveryDestinationProps
-
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.logs.CfnDeliveryDestinationProps
CfnDeliveryDestinationProps.Builder, CfnDeliveryDestinationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDeliveryDestinationProps.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
A structure that contains information about one delivery destination policy.final String
The ARN of the AWS destination that this delivery destination represents.final String
getName()
The name of this delivery destination.getTags()
The tags that have been assigned to this delivery destination.final int
hashCode()
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 theCfnDeliveryDestinationProps.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnDeliveryDestinationProps
The name of this delivery destination.- Specified by:
getName
in interfaceCfnDeliveryDestinationProps
- See Also:
-
getDeliveryDestinationPolicy
Description copied from interface:CfnDeliveryDestinationProps
A structure that contains information about one delivery destination policy.- Specified by:
getDeliveryDestinationPolicy
in interfaceCfnDeliveryDestinationProps
- See Also:
-
getDestinationResourceArn
Description copied from interface:CfnDeliveryDestinationProps
The ARN of the AWS destination that this delivery destination represents.That AWS destination can be a log group in CloudWatch Logs, an Amazon S3 bucket, or a delivery stream in Firehose.
- Specified by:
getDestinationResourceArn
in interfaceCfnDeliveryDestinationProps
- See Also:
-
getTags
Description copied from interface:CfnDeliveryDestinationProps
The tags that have been assigned to this delivery destination.- Specified by:
getTags
in interfaceCfnDeliveryDestinationProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-