Get Instance Storage Config Plain Args
data class GetInstanceStorageConfigPlainArgs(val associationId: String, val instanceId: String, val resourceType: String) : ConvertibleToJava<GetInstanceStorageConfigPlainArgs>
A collection of arguments for invoking getInstanceStorageConfig.
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
.