oci.DataSafe.DatabaseSecurityConfig
Explore with Pulumi AI
This resource provides the Database Security Config resource in Oracle Cloud Infrastructure Data Safe service.
Updates the database security configuration.
Create DatabaseSecurityConfig Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DatabaseSecurityConfig(name: string, args: DatabaseSecurityConfigArgs, opts?: CustomResourceOptions);
@overload
def DatabaseSecurityConfig(resource_name: str,
args: DatabaseSecurityConfigArgs,
opts: Optional[ResourceOptions] = None)
@overload
def DatabaseSecurityConfig(resource_name: str,
opts: Optional[ResourceOptions] = None,
database_security_config_id: Optional[str] = None,
compartment_id: Optional[str] = None,
defined_tags: Optional[Mapping[str, str]] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
freeform_tags: Optional[Mapping[str, str]] = None,
refresh_trigger: Optional[int] = None,
sql_firewall_config: Optional[_datasafe.DatabaseSecurityConfigSqlFirewallConfigArgs] = None)
func NewDatabaseSecurityConfig(ctx *Context, name string, args DatabaseSecurityConfigArgs, opts ...ResourceOption) (*DatabaseSecurityConfig, error)
public DatabaseSecurityConfig(string name, DatabaseSecurityConfigArgs args, CustomResourceOptions? opts = null)
public DatabaseSecurityConfig(String name, DatabaseSecurityConfigArgs args)
public DatabaseSecurityConfig(String name, DatabaseSecurityConfigArgs args, CustomResourceOptions options)
type: oci:DataSafe:DatabaseSecurityConfig
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args DatabaseSecurityConfigArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DatabaseSecurityConfigArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DatabaseSecurityConfigArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DatabaseSecurityConfigArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DatabaseSecurityConfigArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var databaseSecurityConfigResource = new Oci.DataSafe.DatabaseSecurityConfig("databaseSecurityConfigResource", new()
{
DatabaseSecurityConfigId = "string",
CompartmentId = "string",
DefinedTags =
{
{ "string", "string" },
},
Description = "string",
DisplayName = "string",
FreeformTags =
{
{ "string", "string" },
},
RefreshTrigger = 0,
SqlFirewallConfig = new Oci.DataSafe.Inputs.DatabaseSecurityConfigSqlFirewallConfigArgs
{
ExcludeJob = "string",
Status = "string",
TimeStatusUpdated = "string",
ViolationLogAutoPurge = "string",
},
});
example, err := DataSafe.NewDatabaseSecurityConfig(ctx, "databaseSecurityConfigResource", &DataSafe.DatabaseSecurityConfigArgs{
DatabaseSecurityConfigId: pulumi.String("string"),
CompartmentId: pulumi.String("string"),
DefinedTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
Description: pulumi.String("string"),
DisplayName: pulumi.String("string"),
FreeformTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
RefreshTrigger: pulumi.Int(0),
SqlFirewallConfig: &datasafe.DatabaseSecurityConfigSqlFirewallConfigArgs{
ExcludeJob: pulumi.String("string"),
Status: pulumi.String("string"),
TimeStatusUpdated: pulumi.String("string"),
ViolationLogAutoPurge: pulumi.String("string"),
},
})
var databaseSecurityConfigResource = new DatabaseSecurityConfig("databaseSecurityConfigResource", DatabaseSecurityConfigArgs.builder()
.databaseSecurityConfigId("string")
.compartmentId("string")
.definedTags(Map.of("string", "string"))
.description("string")
.displayName("string")
.freeformTags(Map.of("string", "string"))
.refreshTrigger(0)
.sqlFirewallConfig(DatabaseSecurityConfigSqlFirewallConfigArgs.builder()
.excludeJob("string")
.status("string")
.timeStatusUpdated("string")
.violationLogAutoPurge("string")
.build())
.build());
database_security_config_resource = oci.data_safe.DatabaseSecurityConfig("databaseSecurityConfigResource",
database_security_config_id="string",
compartment_id="string",
defined_tags={
"string": "string",
},
description="string",
display_name="string",
freeform_tags={
"string": "string",
},
refresh_trigger=0,
sql_firewall_config=oci.data_safe.DatabaseSecurityConfigSqlFirewallConfigArgs(
exclude_job="string",
status="string",
time_status_updated="string",
violation_log_auto_purge="string",
))
const databaseSecurityConfigResource = new oci.datasafe.DatabaseSecurityConfig("databaseSecurityConfigResource", {
databaseSecurityConfigId: "string",
compartmentId: "string",
definedTags: {
string: "string",
},
description: "string",
displayName: "string",
freeformTags: {
string: "string",
},
refreshTrigger: 0,
sqlFirewallConfig: {
excludeJob: "string",
status: "string",
timeStatusUpdated: "string",
violationLogAutoPurge: "string",
},
});
type: oci:DataSafe:DatabaseSecurityConfig
properties:
compartmentId: string
databaseSecurityConfigId: string
definedTags:
string: string
description: string
displayName: string
freeformTags:
string: string
refreshTrigger: 0
sqlFirewallConfig:
excludeJob: string
status: string
timeStatusUpdated: string
violationLogAutoPurge: string
DatabaseSecurityConfig Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The DatabaseSecurityConfig resource accepts the following input properties:
- Database
Security stringConfig Id - The OCID of the database security configuration resource.
- Compartment
Id string - (Updatable) The OCID of the compartment containing the database security config.
- Dictionary<string, string>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example:
{"Operations.CostCenter": "42"}
- Description string
- (Updatable) The description of the security policy.
- Display
Name string - (Updatable) The display name of the database security config. The name does not have to be unique, and it is changeable.
- Dictionary<string, string>
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:
{"Department": "Finance"}
- Refresh
Trigger int (Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Sql
Firewall DatabaseConfig Security Config Sql Firewall Config - (Updatable) Details to update the SQL Firewall config.
- Database
Security stringConfig Id - The OCID of the database security configuration resource.
- Compartment
Id string - (Updatable) The OCID of the compartment containing the database security config.
- map[string]string
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example:
{"Operations.CostCenter": "42"}
- Description string
- (Updatable) The description of the security policy.
- Display
Name string - (Updatable) The display name of the database security config. The name does not have to be unique, and it is changeable.
- map[string]string
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:
{"Department": "Finance"}
- Refresh
Trigger int (Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Sql
Firewall DatabaseConfig Security Config Sql Firewall Config Args - (Updatable) Details to update the SQL Firewall config.
- database
Security StringConfig Id - The OCID of the database security configuration resource.
- compartment
Id String - (Updatable) The OCID of the compartment containing the database security config.
- Map<String,String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example:
{"Operations.CostCenter": "42"}
- description String
- (Updatable) The description of the security policy.
- display
Name String - (Updatable) The display name of the database security config. The name does not have to be unique, and it is changeable.
- Map<String,String>
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:
{"Department": "Finance"}
- refresh
Trigger Integer (Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- sql
Firewall DatabaseConfig Security Config Sql Firewall Config - (Updatable) Details to update the SQL Firewall config.
- database
Security stringConfig Id - The OCID of the database security configuration resource.
- compartment
Id string - (Updatable) The OCID of the compartment containing the database security config.
- {[key: string]: string}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example:
{"Operations.CostCenter": "42"}
- description string
- (Updatable) The description of the security policy.
- display
Name string - (Updatable) The display name of the database security config. The name does not have to be unique, and it is changeable.
- {[key: string]: string}
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:
{"Department": "Finance"}
- refresh
Trigger number (Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- sql
Firewall DatabaseConfig Security Config Sql Firewall Config - (Updatable) Details to update the SQL Firewall config.
- database_
security_ strconfig_ id - The OCID of the database security configuration resource.
- compartment_
id str - (Updatable) The OCID of the compartment containing the database security config.
- Mapping[str, str]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example:
{"Operations.CostCenter": "42"}
- description str
- (Updatable) The description of the security policy.
- display_
name str - (Updatable) The display name of the database security config. The name does not have to be unique, and it is changeable.
- Mapping[str, str]
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:
{"Department": "Finance"}
- refresh_
trigger int (Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- sql_
firewall_ datasafe.config Database Security Config Sql Firewall Config Args - (Updatable) Details to update the SQL Firewall config.
- database
Security StringConfig Id - The OCID of the database security configuration resource.
- compartment
Id String - (Updatable) The OCID of the compartment containing the database security config.
- Map<String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example:
{"Operations.CostCenter": "42"}
- description String
- (Updatable) The description of the security policy.
- display
Name String - (Updatable) The display name of the database security config. The name does not have to be unique, and it is changeable.
- Map<String>
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:
{"Department": "Finance"}
- refresh
Trigger Number (Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- sql
Firewall Property MapConfig - (Updatable) Details to update the SQL Firewall config.
Outputs
All input properties are implicitly available as output properties. Additionally, the DatabaseSecurityConfig resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Lifecycle
Details string - Details about the current state of the database security config in Data Safe.
- State string
- The current state of the database security config.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Target
Id string - The target OCID corresponding to the database security config.
- Time
Created string - The time that the database security config was created, in the format defined by RFC3339.
- Time
Last stringRefreshed - The last date and time the database security config was refreshed, in the format defined by RFC3339.
- Time
Updated string - The date and time the database security configuration was last updated, in the format defined by RFC3339.
- Id string
- The provider-assigned unique ID for this managed resource.
- Lifecycle
Details string - Details about the current state of the database security config in Data Safe.
- State string
- The current state of the database security config.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Target
Id string - The target OCID corresponding to the database security config.
- Time
Created string - The time that the database security config was created, in the format defined by RFC3339.
- Time
Last stringRefreshed - The last date and time the database security config was refreshed, in the format defined by RFC3339.
- Time
Updated string - The date and time the database security configuration was last updated, in the format defined by RFC3339.
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details String - Details about the current state of the database security config in Data Safe.
- state String
- The current state of the database security config.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- target
Id String - The target OCID corresponding to the database security config.
- time
Created String - The time that the database security config was created, in the format defined by RFC3339.
- time
Last StringRefreshed - The last date and time the database security config was refreshed, in the format defined by RFC3339.
- time
Updated String - The date and time the database security configuration was last updated, in the format defined by RFC3339.
- id string
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details string - Details about the current state of the database security config in Data Safe.
- state string
- The current state of the database security config.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- target
Id string - The target OCID corresponding to the database security config.
- time
Created string - The time that the database security config was created, in the format defined by RFC3339.
- time
Last stringRefreshed - The last date and time the database security config was refreshed, in the format defined by RFC3339.
- time
Updated string - The date and time the database security configuration was last updated, in the format defined by RFC3339.
- id str
- The provider-assigned unique ID for this managed resource.
- lifecycle_
details str - Details about the current state of the database security config in Data Safe.
- state str
- The current state of the database security config.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- target_
id str - The target OCID corresponding to the database security config.
- time_
created str - The time that the database security config was created, in the format defined by RFC3339.
- time_
last_ strrefreshed - The last date and time the database security config was refreshed, in the format defined by RFC3339.
- time_
updated str - The date and time the database security configuration was last updated, in the format defined by RFC3339.
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details String - Details about the current state of the database security config in Data Safe.
- state String
- The current state of the database security config.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- target
Id String - The target OCID corresponding to the database security config.
- time
Created String - The time that the database security config was created, in the format defined by RFC3339.
- time
Last StringRefreshed - The last date and time the database security config was refreshed, in the format defined by RFC3339.
- time
Updated String - The date and time the database security configuration was last updated, in the format defined by RFC3339.
Look up Existing DatabaseSecurityConfig Resource
Get an existing DatabaseSecurityConfig resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: DatabaseSecurityConfigState, opts?: CustomResourceOptions): DatabaseSecurityConfig
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
compartment_id: Optional[str] = None,
database_security_config_id: Optional[str] = None,
defined_tags: Optional[Mapping[str, str]] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
freeform_tags: Optional[Mapping[str, str]] = None,
lifecycle_details: Optional[str] = None,
refresh_trigger: Optional[int] = None,
sql_firewall_config: Optional[_datasafe.DatabaseSecurityConfigSqlFirewallConfigArgs] = None,
state: Optional[str] = None,
system_tags: Optional[Mapping[str, str]] = None,
target_id: Optional[str] = None,
time_created: Optional[str] = None,
time_last_refreshed: Optional[str] = None,
time_updated: Optional[str] = None) -> DatabaseSecurityConfig
func GetDatabaseSecurityConfig(ctx *Context, name string, id IDInput, state *DatabaseSecurityConfigState, opts ...ResourceOption) (*DatabaseSecurityConfig, error)
public static DatabaseSecurityConfig Get(string name, Input<string> id, DatabaseSecurityConfigState? state, CustomResourceOptions? opts = null)
public static DatabaseSecurityConfig get(String name, Output<String> id, DatabaseSecurityConfigState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Compartment
Id string - (Updatable) The OCID of the compartment containing the database security config.
- Database
Security stringConfig Id - The OCID of the database security configuration resource.
- Dictionary<string, string>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example:
{"Operations.CostCenter": "42"}
- Description string
- (Updatable) The description of the security policy.
- Display
Name string - (Updatable) The display name of the database security config. The name does not have to be unique, and it is changeable.
- Dictionary<string, string>
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:
{"Department": "Finance"}
- Lifecycle
Details string - Details about the current state of the database security config in Data Safe.
- Refresh
Trigger int (Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Sql
Firewall DatabaseConfig Security Config Sql Firewall Config - (Updatable) Details to update the SQL Firewall config.
- State string
- The current state of the database security config.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Target
Id string - The target OCID corresponding to the database security config.
- Time
Created string - The time that the database security config was created, in the format defined by RFC3339.
- Time
Last stringRefreshed - The last date and time the database security config was refreshed, in the format defined by RFC3339.
- Time
Updated string - The date and time the database security configuration was last updated, in the format defined by RFC3339.
- Compartment
Id string - (Updatable) The OCID of the compartment containing the database security config.
- Database
Security stringConfig Id - The OCID of the database security configuration resource.
- map[string]string
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example:
{"Operations.CostCenter": "42"}
- Description string
- (Updatable) The description of the security policy.
- Display
Name string - (Updatable) The display name of the database security config. The name does not have to be unique, and it is changeable.
- map[string]string
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:
{"Department": "Finance"}
- Lifecycle
Details string - Details about the current state of the database security config in Data Safe.
- Refresh
Trigger int (Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Sql
Firewall DatabaseConfig Security Config Sql Firewall Config Args - (Updatable) Details to update the SQL Firewall config.
- State string
- The current state of the database security config.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Target
Id string - The target OCID corresponding to the database security config.
- Time
Created string - The time that the database security config was created, in the format defined by RFC3339.
- Time
Last stringRefreshed - The last date and time the database security config was refreshed, in the format defined by RFC3339.
- Time
Updated string - The date and time the database security configuration was last updated, in the format defined by RFC3339.
- compartment
Id String - (Updatable) The OCID of the compartment containing the database security config.
- database
Security StringConfig Id - The OCID of the database security configuration resource.
- Map<String,String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example:
{"Operations.CostCenter": "42"}
- description String
- (Updatable) The description of the security policy.
- display
Name String - (Updatable) The display name of the database security config. The name does not have to be unique, and it is changeable.
- Map<String,String>
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:
{"Department": "Finance"}
- lifecycle
Details String - Details about the current state of the database security config in Data Safe.
- refresh
Trigger Integer (Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- sql
Firewall DatabaseConfig Security Config Sql Firewall Config - (Updatable) Details to update the SQL Firewall config.
- state String
- The current state of the database security config.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- target
Id String - The target OCID corresponding to the database security config.
- time
Created String - The time that the database security config was created, in the format defined by RFC3339.
- time
Last StringRefreshed - The last date and time the database security config was refreshed, in the format defined by RFC3339.
- time
Updated String - The date and time the database security configuration was last updated, in the format defined by RFC3339.
- compartment
Id string - (Updatable) The OCID of the compartment containing the database security config.
- database
Security stringConfig Id - The OCID of the database security configuration resource.
- {[key: string]: string}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example:
{"Operations.CostCenter": "42"}
- description string
- (Updatable) The description of the security policy.
- display
Name string - (Updatable) The display name of the database security config. The name does not have to be unique, and it is changeable.
- {[key: string]: string}
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:
{"Department": "Finance"}
- lifecycle
Details string - Details about the current state of the database security config in Data Safe.
- refresh
Trigger number (Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- sql
Firewall DatabaseConfig Security Config Sql Firewall Config - (Updatable) Details to update the SQL Firewall config.
- state string
- The current state of the database security config.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- target
Id string - The target OCID corresponding to the database security config.
- time
Created string - The time that the database security config was created, in the format defined by RFC3339.
- time
Last stringRefreshed - The last date and time the database security config was refreshed, in the format defined by RFC3339.
- time
Updated string - The date and time the database security configuration was last updated, in the format defined by RFC3339.
- compartment_
id str - (Updatable) The OCID of the compartment containing the database security config.
- database_
security_ strconfig_ id - The OCID of the database security configuration resource.
- Mapping[str, str]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example:
{"Operations.CostCenter": "42"}
- description str
- (Updatable) The description of the security policy.
- display_
name str - (Updatable) The display name of the database security config. The name does not have to be unique, and it is changeable.
- Mapping[str, str]
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:
{"Department": "Finance"}
- lifecycle_
details str - Details about the current state of the database security config in Data Safe.
- refresh_
trigger int (Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- sql_
firewall_ datasafe.config Database Security Config Sql Firewall Config Args - (Updatable) Details to update the SQL Firewall config.
- state str
- The current state of the database security config.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- target_
id str - The target OCID corresponding to the database security config.
- time_
created str - The time that the database security config was created, in the format defined by RFC3339.
- time_
last_ strrefreshed - The last date and time the database security config was refreshed, in the format defined by RFC3339.
- time_
updated str - The date and time the database security configuration was last updated, in the format defined by RFC3339.
- compartment
Id String - (Updatable) The OCID of the compartment containing the database security config.
- database
Security StringConfig Id - The OCID of the database security configuration resource.
- Map<String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example:
{"Operations.CostCenter": "42"}
- description String
- (Updatable) The description of the security policy.
- display
Name String - (Updatable) The display name of the database security config. The name does not have to be unique, and it is changeable.
- Map<String>
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:
{"Department": "Finance"}
- lifecycle
Details String - Details about the current state of the database security config in Data Safe.
- refresh
Trigger Number (Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- sql
Firewall Property MapConfig - (Updatable) Details to update the SQL Firewall config.
- state String
- The current state of the database security config.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- target
Id String - The target OCID corresponding to the database security config.
- time
Created String - The time that the database security config was created, in the format defined by RFC3339.
- time
Last StringRefreshed - The last date and time the database security config was refreshed, in the format defined by RFC3339.
- time
Updated String - The date and time the database security configuration was last updated, in the format defined by RFC3339.
Supporting Types
DatabaseSecurityConfigSqlFirewallConfig, DatabaseSecurityConfigSqlFirewallConfigArgs
- Exclude
Job string - (Updatable) Specifies whether the firewall should include or exclude the database internal job activities.
- Status string
- (Updatable) Specifies whether the firewall is enabled or disabled on the target database.
- Time
Status stringUpdated - The most recent time when the firewall status is updated, in the format defined by RFC3339.
- Violation
Log stringAuto Purge - (Updatable) Specifies whether Data Safe should automatically purge the violation logs from the database after collecting the violation logs and persisting on Data Safe.
- Exclude
Job string - (Updatable) Specifies whether the firewall should include or exclude the database internal job activities.
- Status string
- (Updatable) Specifies whether the firewall is enabled or disabled on the target database.
- Time
Status stringUpdated - The most recent time when the firewall status is updated, in the format defined by RFC3339.
- Violation
Log stringAuto Purge - (Updatable) Specifies whether Data Safe should automatically purge the violation logs from the database after collecting the violation logs and persisting on Data Safe.
- exclude
Job String - (Updatable) Specifies whether the firewall should include or exclude the database internal job activities.
- status String
- (Updatable) Specifies whether the firewall is enabled or disabled on the target database.
- time
Status StringUpdated - The most recent time when the firewall status is updated, in the format defined by RFC3339.
- violation
Log StringAuto Purge - (Updatable) Specifies whether Data Safe should automatically purge the violation logs from the database after collecting the violation logs and persisting on Data Safe.
- exclude
Job string - (Updatable) Specifies whether the firewall should include or exclude the database internal job activities.
- status string
- (Updatable) Specifies whether the firewall is enabled or disabled on the target database.
- time
Status stringUpdated - The most recent time when the firewall status is updated, in the format defined by RFC3339.
- violation
Log stringAuto Purge - (Updatable) Specifies whether Data Safe should automatically purge the violation logs from the database after collecting the violation logs and persisting on Data Safe.
- exclude_
job str - (Updatable) Specifies whether the firewall should include or exclude the database internal job activities.
- status str
- (Updatable) Specifies whether the firewall is enabled or disabled on the target database.
- time_
status_ strupdated - The most recent time when the firewall status is updated, in the format defined by RFC3339.
- violation_
log_ strauto_ purge - (Updatable) Specifies whether Data Safe should automatically purge the violation logs from the database after collecting the violation logs and persisting on Data Safe.
- exclude
Job String - (Updatable) Specifies whether the firewall should include or exclude the database internal job activities.
- status String
- (Updatable) Specifies whether the firewall is enabled or disabled on the target database.
- time
Status StringUpdated - The most recent time when the firewall status is updated, in the format defined by RFC3339.
- violation
Log StringAuto Purge - (Updatable) Specifies whether Data Safe should automatically purge the violation logs from the database after collecting the violation logs and persisting on Data Safe.
Import
DatabaseSecurityConfigs can be imported using the id
, e.g.
$ pulumi import oci:DataSafe/databaseSecurityConfig:DatabaseSecurityConfig test_database_security_config "id"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.