Alexa Channel Args
    data class AlexaChannelArgs(val channelName: Output<String>, val etag: Output<String>? = null, val location: Output<String>? = null, val properties: Output<AlexaChannelPropertiesArgs>? = null) : ConvertibleToJava<AlexaChannelArgs> 
Alexa channel definition
Constructors
Link copied to clipboard
                fun AlexaChannelArgs(channelName: Output<String>, etag: Output<String>? = null, location: Output<String>? = null, properties: Output<AlexaChannelPropertiesArgs>? = null)