Class CfnTopic.LoggingConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sns.CfnTopic.LoggingConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopic.LoggingConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopic.LoggingConfigProperty
@Stability(Stable)
@Internal
public static final class CfnTopic.LoggingConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopic.LoggingConfigProperty
An implementation for
CfnTopic.LoggingConfigProperty
-
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.sns.CfnTopic.LoggingConfigProperty
CfnTopic.LoggingConfigProperty.Builder, CfnTopic.LoggingConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTopic.LoggingConfigProperty.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 String
The IAM role ARN to be used when logging failed message deliveries in Amazon CloudWatch.final String
Indicates one of the supported protocols for the Amazon SNS topic.final String
The IAM role ARN to be used when logging successful message deliveries in Amazon CloudWatch.final String
The percentage of successful message deliveries to be logged in Amazon CloudWatch.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 theCfnTopic.LoggingConfigProperty.Builder
.
-
-
Method Details
-
getProtocol
Description copied from interface:CfnTopic.LoggingConfigProperty
Indicates one of the supported protocols for the Amazon SNS topic.At least one of the other three
LoggingConfig
properties is recommend along withProtocol
.- Specified by:
getProtocol
in interfaceCfnTopic.LoggingConfigProperty
- See Also:
-
getFailureFeedbackRoleArn
Description copied from interface:CfnTopic.LoggingConfigProperty
The IAM role ARN to be used when logging failed message deliveries in Amazon CloudWatch.- Specified by:
getFailureFeedbackRoleArn
in interfaceCfnTopic.LoggingConfigProperty
- See Also:
-
getSuccessFeedbackRoleArn
Description copied from interface:CfnTopic.LoggingConfigProperty
The IAM role ARN to be used when logging successful message deliveries in Amazon CloudWatch.- Specified by:
getSuccessFeedbackRoleArn
in interfaceCfnTopic.LoggingConfigProperty
- See Also:
-
getSuccessFeedbackSampleRate
Description copied from interface:CfnTopic.LoggingConfigProperty
The percentage of successful message deliveries to be logged in Amazon CloudWatch.Valid percentage values range from 0 to 100.
- Specified by:
getSuccessFeedbackSampleRate
in interfaceCfnTopic.LoggingConfigProperty
- 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()
-