SinkArgs

data class SinkArgs(val name: Output<String>? = null, val policy: Output<Any>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<SinkArgs>

Resource Type definition for AWS::Oam::Sink

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, policy: Output<Any>? = null, tags: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

The name of the ObservabilityAccessManager Sink.

Link copied to clipboard
val policy: Output<Any>? = null

The policy of this ObservabilityAccessManager Sink. Search the CloudFormation User Guide for AWS::Oam::Sink for more information about the expected schema for this property.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Tags to apply to the sink

Functions

Link copied to clipboard
open override fun toJava(): SinkArgs