Instance Propertyswift-cloud 0.31.0CloudAWS
actions
Topic.swift:67var actions: [String] { get }
var actions: [String] { get }
import CloudAWS
struct Topic
enum AWS
@frozen struct String
A Unicode string value that is a collection of characters.
init(_ name: String, fifo: Bool = false, options: Resource.Options? = nil)
var name: Output<String> { get }
var properties: LinkProperties? { get }
var resources: [Output<String>] { get }
let topic: Resource
@discardableResult func subscribe(_ queue: AWS.Queue) -> AWS.Topic
@discardableResult func subscribe(_ function: AWS.Function) -> AWS.Topic