Api Key Args
data class ApiKeyArgs(val customerId: Output<String>? = null, val description: Output<String>? = null, val enabled: Output<Boolean>? = null, val generateDistinctId: Output<Boolean>? = null, val name: Output<String>? = null, val stageKeys: Output<List<ApiKeyStageKeyArgs>>? = null, val tags: Output<List<ApiKeyTagArgs>>? = null, val value: Output<String>? = null) : ConvertibleToJava<ApiKeyArgs>
Resource Type definition for AWS::ApiGateway::ApiKey
Example Usage
Example
No Java example available.
Example
No Java example available.
Constructors
Link copied to clipboard
fun ApiKeyArgs(customerId: Output<String>? = null, description: Output<String>? = null, enabled: Output<Boolean>? = null, generateDistinctId: Output<Boolean>? = null, name: Output<String>? = null, stageKeys: Output<List<ApiKeyStageKeyArgs>>? = null, tags: Output<List<ApiKeyTagArgs>>? = null, value: Output<String>? = null)