GetInstanceStorageConfigPlainArgs

data class GetInstanceStorageConfigPlainArgs(val associationId: String, val instanceId: String, val resourceType: String) : ConvertibleToJava<GetInstanceStorageConfigPlainArgs>

A collection of arguments for invoking getInstanceStorageConfig.

Constructors

Link copied to clipboard
constructor(associationId: String, instanceId: String, resourceType: String)

Properties

Link copied to clipboard

The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.

Link copied to clipboard

Reference to the hosting Amazon Connect Instance

Link copied to clipboard

A valid resource type. Valid Values: CHAT_TRANSCRIPTS | CALL_RECORDINGS | SCHEDULED_REPORTS | MEDIA_STREAMS | CONTACT_TRACE_RECORDS | AGENT_EVENTS | REAL_TIME_CONTACT_ANALYSIS_SEGMENTS.

Functions

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