Package-level declarations
Types
Link copied to clipboard
data class GetProjectsPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetProjectsPlainArgs>
A collection of arguments for invoking getProjects.
Link copied to clipboard
Builder for GetProjectsPlainArgs.
Link copied to clipboard
A collection of arguments for invoking getService.
Link copied to clipboard
Builder for GetServicePlainArgs.
Link copied to clipboard
data class ProjectIpWhiteListArgs(val ipList: Output<String>? = null, val vpcIpList: Output<String>? = null) : ConvertibleToJava<ProjectIpWhiteListArgs>
Link copied to clipboard
Builder for ProjectIpWhiteListArgs.
Link copied to clipboard
data class ProjectPropertiesArgs(val allowFullScan: Output<Boolean>? = null, val enableDecimal2: Output<Boolean>? = null, val encryption: Output<ProjectPropertiesEncryptionArgs>? = null, val retentionDays: Output<Int>? = null, val sqlMeteringMax: Output<String>? = null, val tableLifecycle: Output<ProjectPropertiesTableLifecycleArgs>? = null, val timezone: Output<String>? = null, val typeSystem: Output<String>? = null) : ConvertibleToJava<ProjectPropertiesArgs>
Link copied to clipboard
Builder for ProjectPropertiesArgs.
Link copied to clipboard
data class ProjectPropertiesEncryptionArgs(val algorithm: Output<String>? = null, val enable: Output<Boolean>? = null, val key: Output<String>? = null) : ConvertibleToJava<ProjectPropertiesEncryptionArgs>
Link copied to clipboard
Builder for ProjectPropertiesEncryptionArgs.
Link copied to clipboard
data class ProjectPropertiesTableLifecycleArgs(val type: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<ProjectPropertiesTableLifecycleArgs>
Link copied to clipboard
Link copied to clipboard
data class ProjectSecurityPropertiesArgs(val enableDownloadPrivilege: Output<Boolean>? = null, val labelSecurity: Output<Boolean>? = null, val objectCreatorHasAccessPermission: Output<Boolean>? = null, val objectCreatorHasGrantPermission: Output<Boolean>? = null, val projectProtection: Output<ProjectSecurityPropertiesProjectProtectionArgs>? = null, val usingAcl: Output<Boolean>? = null, val usingPolicy: Output<Boolean>? = null) : ConvertibleToJava<ProjectSecurityPropertiesArgs>
Link copied to clipboard
Builder for ProjectSecurityPropertiesArgs.
Link copied to clipboard
data class ProjectSecurityPropertiesProjectProtectionArgs(val exceptionPolicy: Output<String>? = null, val protected: Output<Boolean>? = null) : ConvertibleToJava<ProjectSecurityPropertiesProjectProtectionArgs>
Link copied to clipboard