Deployment Stage Description Args
constructor(accessLogSetting: Output<DeploymentAccessLogSettingArgs>? = null, cacheClusterEnabled: Output<Boolean>? = null, cacheClusterSize: Output<String>? = null, cacheDataEncrypted: Output<Boolean>? = null, cacheTtlInSeconds: Output<Int>? = null, cachingEnabled: Output<Boolean>? = null, canarySetting: Output<DeploymentCanarySettingArgs>? = null, clientCertificateId: Output<String>? = null, dataTraceEnabled: Output<Boolean>? = null, description: Output<String>? = null, documentationVersion: Output<String>? = null, loggingLevel: Output<String>? = null, methodSettings: Output<List<DeploymentMethodSettingArgs>>? = null, metricsEnabled: Output<Boolean>? = null, tags: Output<List<DeploymentTagArgs>>? = null, throttlingBurstLimit: Output<Int>? = null, throttlingRateLimit: Output<Double>? = null, tracingEnabled: Output<Boolean>? = null, variables: Output<Map<String, String>>? = null)