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