Class CfnDeliverySourceMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.logs.CfnDeliverySourceMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDeliverySourceMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeliverySourceMixinProps
@Stability(Stable)
@Internal
public static final class CfnDeliverySourceMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeliverySourceMixinProps
An implementation for
CfnDeliverySourceMixinProps-
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.logs.CfnDeliverySourceMixinProps
CfnDeliverySourceMixinProps.Builder, CfnDeliverySourceMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeliverySourceMixinProps.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 StringThe type of log that the source is sending.final StringgetName()The unique name of the delivery source.final StringThe ARN of the AWS resource that is generating and sending logs.getTags()An array of key-value pairs to apply to the delivery source.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 theCfnDeliverySourceMixinProps.Builder.
-
-
Method Details
-
getLogType
Description copied from interface:CfnDeliverySourceMixinPropsThe type of log that the source is sending.For valid values for this parameter, see the documentation for the source service.
- Specified by:
getLogTypein interfaceCfnDeliverySourceMixinProps- See Also:
-
getName
Description copied from interface:CfnDeliverySourceMixinPropsThe unique name of the delivery source.- Specified by:
getNamein interfaceCfnDeliverySourceMixinProps- See Also:
-
getResourceArn
Description copied from interface:CfnDeliverySourceMixinPropsThe ARN of the AWS resource that is generating and sending logs.For example,
arn:aws:workmail:us-east-1:123456789012:organization/m-1234EXAMPLEabcd1234abcd1234abcd1234- Specified by:
getResourceArnin interfaceCfnDeliverySourceMixinProps- See Also:
-
getTags
Description copied from interface:CfnDeliverySourceMixinPropsAn array of key-value pairs to apply to the delivery source.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnDeliverySourceMixinProps- 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()
-