Deployment Configuration Args
data class DeploymentConfigurationArgs(val configFiles: Output<List<DeploymentConfigurationConfigFileArgs>>? = null, val packageData: Output<String>? = null, val protectedFiles: Output<List<DeploymentConfigurationProtectedFileArgs>>? = null, val rootFile: Output<String>) : ConvertibleToJava<DeploymentConfigurationArgs>
Constructors
Link copied to clipboard
constructor(configFiles: Output<List<DeploymentConfigurationConfigFileArgs>>? = null, packageData: Output<String>? = null, protectedFiles: Output<List<DeploymentConfigurationProtectedFileArgs>>? = null, rootFile: Output<String>)
Properties
Link copied to clipboard
One or more config_file blocks as defined below.
Link copied to clipboard
Specify the package data for this configuration.
Link copied to clipboard
One or more protected_file blocks with sensitive information as defined below. If specified config_file must also be specified.