SnsDestination

class aws_cdk.aws_appconfig_alpha.SnsDestination(topic)

Bases: object

(deprecated) Use an Amazon SNS topic as an event destination.

Stability:

deprecated

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_appconfig_alpha as appconfig_alpha
from aws_cdk import aws_sns as sns

# topic: sns.Topic

sns_destination = appconfig_alpha.SnsDestination(topic)
Parameters:

topic (ITopic) –

Stability:

deprecated

Attributes

extension_uri

(deprecated) The URI of the extension event destination.

Stability:

deprecated

policy_document

(deprecated) The IAM policy document to invoke the event destination.

Stability:

deprecated

type

(deprecated) The type of the extension event destination.

Stability:

deprecated