Class TopicPolicyProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sns.TopicPolicyProps.Jsii$Proxy
- All Implemented Interfaces:
TopicPolicyProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
TopicPolicyProps
@Stability(Stable)
@Internal
public static final class TopicPolicyProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements TopicPolicyProps
An implementation for
TopicPolicyProps-
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.TopicPolicyProps
TopicPolicyProps.Builder, TopicPolicyProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(TopicPolicyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theTopicPolicyProps.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 BooleanAdds a statement to enforce encryption of data in transit when publishing to the topic.final PolicyDocumentIAM policy document to apply to topic(s).The set of topics this policy applies to.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 theTopicPolicyProps.Builder.
-
-
Method Details
-
getTopics
Description copied from interface:TopicPolicyPropsThe set of topics this policy applies to.- Specified by:
getTopicsin interfaceTopicPolicyProps
-
getEnforceSSL
Description copied from interface:TopicPolicyPropsAdds a statement to enforce encryption of data in transit when publishing to the topic.For more information, see https://docs.aws.amazon.com/sns/latest/dg/sns-security-best-practices.html#enforce-encryption-data-in-transit.
Default: false
- Specified by:
getEnforceSSLin interfaceTopicPolicyProps
-
getPolicyDocument
Description copied from interface:TopicPolicyPropsIAM policy document to apply to topic(s).Default: empty policy document
- Specified by:
getPolicyDocumentin interfaceTopicPolicyProps
-
$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()
-