Workspace Enhanced Security Compliance Args
data class WorkspaceEnhancedSecurityComplianceArgs(val automaticClusterUpdateEnabled: Output<Boolean>? = null, val complianceSecurityProfileEnabled: Output<Boolean>? = null, val complianceSecurityProfileStandards: Output<List<String>>? = null, val enhancedSecurityMonitoringEnabled: Output<Boolean>? = null) : ConvertibleToJava<WorkspaceEnhancedSecurityComplianceArgs>
Properties
Link copied to clipboard
Enables automatic cluster updates for this workspace. Defaults to false
.
Link copied to clipboard
Enables compliance security profile for this workspace. Defaults to false
.
Link copied to clipboard
A list of standards to enforce on this workspace. Possible values include HIPAA
and PCI_DSS
.
Link copied to clipboard
Enables enhanced security monitoring for this workspace. Defaults to false
.