Class LoggingConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sns.LoggingConfig.Jsii$Proxy
- All Implemented Interfaces:
LoggingConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
LoggingConfig
@Stability(Stable)
@Internal
public static final class LoggingConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements LoggingConfig
An implementation for
LoggingConfig-
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.sns.LoggingConfig
LoggingConfig.Builder, LoggingConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(LoggingConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theLoggingConfig.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 IRoleRefThe IAM role to be used when logging failed message deliveries in Amazon CloudWatch.final LoggingProtocolIndicates one of the supported protocols for the SNS topic.final IRoleRefThe IAM role to be used when logging successful message deliveries in Amazon CloudWatch.final NumberThe percentage of successful message deliveries to be logged in Amazon CloudWatch.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 theLoggingConfig.Builder.
-
-
Method Details
-
getProtocol
Description copied from interface:LoggingConfigIndicates one of the supported protocols for the SNS topic.- Specified by:
getProtocolin interfaceLoggingConfig
-
getFailureFeedbackRole
Description copied from interface:LoggingConfigThe IAM role to be used when logging failed message deliveries in Amazon CloudWatch.Default: None
- Specified by:
getFailureFeedbackRolein interfaceLoggingConfig
-
getSuccessFeedbackRole
Description copied from interface:LoggingConfigThe IAM role to be used when logging successful message deliveries in Amazon CloudWatch.Default: None
- Specified by:
getSuccessFeedbackRolein interfaceLoggingConfig
-
getSuccessFeedbackSampleRate
Description copied from interface:LoggingConfigThe percentage of successful message deliveries to be logged in Amazon CloudWatch.Valid values are integer between 0-100
Default: None
- Specified by:
getSuccessFeedbackSampleRatein interfaceLoggingConfig
-
$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()
-