ProjectEnvironmentArgs

constructor(certificate: Output<String>? = null, computeType: Output<ComputeTypeEnumValueArgs>? = null, environmentVariables: Output<List<EnvironmentVariableArgs>>? = null, fleet: Output<ProjectFleetArgs>? = null, image: Output<String>? = null, imagePullCredentialsType: Output<ImagePullCredentialsTypeEnumValueArgs>? = null, privilegedMode: Output<Boolean>? = null, registryCredential: Output<RegistryCredentialArgs>? = null, type: Output<EnvironmentTypeEnumValueArgs>? = null)