Uses of Interface
software.amazon.awscdk.interfaces.sns.ITopicRef
Packages that use ITopicRef
Package
Description
Amazon EC2 Auto Scaling Construct Library
Amazon EC2 Construct Library
AWS::ImageBuilder Construct Library
AWS Lambda Construct Library
AWS::Pipes Construct Library
Amazon Relational Database Service Construct Library
Amazon Redshift Construct Library
Amazon Simple Notification Service Construct Library
AWS Step Functions Construct Library
-
Uses of ITopicRef in software.amazon.awscdk.interfaces.sns
Subinterfaces of ITopicRef in software.amazon.awscdk.interfaces.snsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITopicRef.Classes in software.amazon.awscdk.interfaces.sns that implement ITopicRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ITopicRef in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling with parameters of type ITopicRefModifier and TypeMethodDescriptionCfnLifecycleHook.Builder.notificationTargetArn(ITopicRef notificationTargetArn) The Amazon Resource Name (ARN) of the notification target that Amazon EC2 Auto Scaling sends notifications to when an instance is in a wait state for the lifecycle hook.CfnLifecycleHookProps.Builder.notificationTargetArn(ITopicRef notificationTargetArn) Sets the value ofCfnLifecycleHookProps.getNotificationTargetArn() -
Uses of ITopicRef in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 with parameters of type ITopicRefModifier and TypeMethodDescriptionCfnVPCEndpointConnectionNotification.Builder.connectionNotificationArn(ITopicRef connectionNotificationArn) The ARN of the SNS topic for the notifications.CfnVPCEndpointConnectionNotificationProps.Builder.connectionNotificationArn(ITopicRef connectionNotificationArn) Sets the value ofCfnVPCEndpointConnectionNotificationProps.getConnectionNotificationArn() -
Uses of ITopicRef in software.amazon.awscdk.services.imagebuilder
Methods in software.amazon.awscdk.services.imagebuilder with parameters of type ITopicRefModifier and TypeMethodDescriptionCfnInfrastructureConfiguration.Builder.snsTopicArn(ITopicRef snsTopicArn) The Amazon Resource Name (ARN) for the SNS topic to which we send image build event notifications.CfnInfrastructureConfigurationProps.Builder.snsTopicArn(ITopicRef snsTopicArn) Sets the value ofCfnInfrastructureConfigurationProps.getSnsTopicArn() -
Uses of ITopicRef in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda with parameters of type ITopicRefModifier and TypeMethodDescriptionFor AWS services , the ARN of the AWS resource that invokes the function.Sets the value ofCfnPermissionProps.getSourceArn() -
Uses of ITopicRef in software.amazon.awscdk.services.pipes
Methods in software.amazon.awscdk.services.pipes with parameters of type ITopicRefModifier and TypeMethodDescriptionThe ARN of the target resource.Sets the value ofCfnPipeProps.getTarget() -
Uses of ITopicRef in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds with parameters of type ITopicRefModifier and TypeMethodDescriptionCfnEventSubscription.Builder.snsTopicArn(ITopicRef snsTopicArn) The Amazon Resource Name (ARN) of the SNS topic created for event notification.CfnEventSubscriptionProps.Builder.snsTopicArn(ITopicRef snsTopicArn) Sets the value ofCfnEventSubscriptionProps.getSnsTopicArn() -
Uses of ITopicRef in software.amazon.awscdk.services.redshift
Methods in software.amazon.awscdk.services.redshift with parameters of type ITopicRefModifier and TypeMethodDescriptionCfnEventSubscription.Builder.snsTopicArn(ITopicRef snsTopicArn) The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications.CfnEventSubscriptionProps.Builder.snsTopicArn(ITopicRef snsTopicArn) Sets the value ofCfnEventSubscriptionProps.getSnsTopicArn() -
Uses of ITopicRef in software.amazon.awscdk.services.sns
Subinterfaces of ITopicRef in software.amazon.awscdk.services.snsModifier and TypeInterfaceDescriptioninterfaceRepresents an SNS topic.static interfaceInternal default implementation forITopic.Classes in software.amazon.awscdk.services.sns that implement ITopicRefModifier and TypeClassDescriptionclassTheAWS::SNS::Topicresource creates a topic to which notifications can be published.static final classA proxy class which represents a concrete javascript instance of this type.classA new SNS topic.classEither a new or imported Topic.Methods in software.amazon.awscdk.services.sns that return ITopicRefMethods in software.amazon.awscdk.services.sns with parameters of type ITopicRefModifier and TypeMethodDescriptionstatic StringCfnTopic.arnForTopic(ITopicRef resource) static TopicGrantsCreates grants for TopicGrants.The ARN of the topic to subscribe to.Sets the value ofCfnSubscriptionProps.getTopicArn() -
Uses of ITopicRef in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions with parameters of type ITopicRefModifier and TypeMethodDescriptionCfnStateMachine.Builder.definitionString(ITopicRef definitionString) The Amazon States Language definition of the state machine.CfnStateMachineProps.Builder.definitionString(ITopicRef definitionString) Sets the value ofCfnStateMachineProps.getDefinitionString()