azure-native.sql.TransparentDataEncryption
Explore with Pulumi AI
Represents a database transparent data encryption configuration. API Version: 2014-04-01.
Create TransparentDataEncryption Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new TransparentDataEncryption(name: string, args: TransparentDataEncryptionArgs, opts?: CustomResourceOptions);
@overload
def TransparentDataEncryption(resource_name: str,
args: TransparentDataEncryptionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def TransparentDataEncryption(resource_name: str,
opts: Optional[ResourceOptions] = None,
database_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
server_name: Optional[str] = None,
status: Optional[Union[str, TransparentDataEncryptionStatus]] = None,
transparent_data_encryption_name: Optional[str] = None)
func NewTransparentDataEncryption(ctx *Context, name string, args TransparentDataEncryptionArgs, opts ...ResourceOption) (*TransparentDataEncryption, error)
public TransparentDataEncryption(string name, TransparentDataEncryptionArgs args, CustomResourceOptions? opts = null)
public TransparentDataEncryption(String name, TransparentDataEncryptionArgs args)
public TransparentDataEncryption(String name, TransparentDataEncryptionArgs args, CustomResourceOptions options)
type: azure-native:sql:TransparentDataEncryption
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. TransparentDataEncryptionArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. TransparentDataEncryptionArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. TransparentDataEncryptionArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. TransparentDataEncryptionArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. TransparentDataEncryptionArgs - 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 transparentDataEncryptionResource = new AzureNative.Sql.TransparentDataEncryption("transparentDataEncryptionResource", new()
{
DatabaseName = "string",
ResourceGroupName = "string",
ServerName = "string",
Status = "string",
TransparentDataEncryptionName = "string",
});
example, err := sql.NewTransparentDataEncryption(ctx, "transparentDataEncryptionResource", &sql.TransparentDataEncryptionArgs{
DatabaseName: "string",
ResourceGroupName: "string",
ServerName: "string",
Status: "string",
TransparentDataEncryptionName: "string",
})
var transparentDataEncryptionResource = new TransparentDataEncryption("transparentDataEncryptionResource", TransparentDataEncryptionArgs.builder()
.databaseName("string")
.resourceGroupName("string")
.serverName("string")
.status("string")
.transparentDataEncryptionName("string")
.build());
transparent_data_encryption_resource = azure_native.sql.TransparentDataEncryption("transparentDataEncryptionResource",
database_name=string,
resource_group_name=string,
server_name=string,
status=string,
transparent_data_encryption_name=string)
const transparentDataEncryptionResource = new azure_native.sql.TransparentDataEncryption("transparentDataEncryptionResource", {
databaseName: "string",
resourceGroupName: "string",
serverName: "string",
status: "string",
transparentDataEncryptionName: "string",
});
type: azure-native:sql:TransparentDataEncryption
properties:
databaseName: string
resourceGroupName: string
serverName: string
status: string
transparentDataEncryptionName: string
TransparentDataEncryption Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The TransparentDataEncryption resource accepts the following input properties:
- Database
Name This property is required. Changes to this property will trigger replacement.
- The name of the database for which setting the transparent data encryption applies.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- Server
Name This property is required. Changes to this property will trigger replacement.
- The name of the server.
- Status
string | Pulumi.
Azure Native. Sql. Transparent Data Encryption Status - The status of the database transparent data encryption.
- Transparent
Data Encryption Name Changes to this property will trigger replacement.
- The name of the transparent data encryption configuration.
- Database
Name This property is required. Changes to this property will trigger replacement.
- The name of the database for which setting the transparent data encryption applies.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- Server
Name This property is required. Changes to this property will trigger replacement.
- The name of the server.
- Status
string | Transparent
Data Encryption Status - The status of the database transparent data encryption.
- Transparent
Data Encryption Name Changes to this property will trigger replacement.
- The name of the transparent data encryption configuration.
- database
Name This property is required. Changes to this property will trigger replacement.
- The name of the database for which setting the transparent data encryption applies.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- server
Name This property is required. Changes to this property will trigger replacement.
- The name of the server.
- status
String | Transparent
Data Encryption Status - The status of the database transparent data encryption.
- transparent
Data Encryption Name Changes to this property will trigger replacement.
- The name of the transparent data encryption configuration.
- database
Name This property is required. Changes to this property will trigger replacement.
- The name of the database for which setting the transparent data encryption applies.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- server
Name This property is required. Changes to this property will trigger replacement.
- The name of the server.
- status
string | Transparent
Data Encryption Status - The status of the database transparent data encryption.
- transparent
Data Encryption Name Changes to this property will trigger replacement.
- The name of the transparent data encryption configuration.
- database_
name This property is required. Changes to this property will trigger replacement.
- The name of the database for which setting the transparent data encryption applies.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- server_
name This property is required. Changes to this property will trigger replacement.
- The name of the server.
- status
str | Transparent
Data Encryption Status - The status of the database transparent data encryption.
- transparent_
data_ encryption_ name Changes to this property will trigger replacement.
- The name of the transparent data encryption configuration.
- database
Name This property is required. Changes to this property will trigger replacement.
- The name of the database for which setting the transparent data encryption applies.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- server
Name This property is required. Changes to this property will trigger replacement.
- The name of the server.
- status String | "Enabled" | "Disabled"
- The status of the database transparent data encryption.
- transparent
Data Encryption Name Changes to this property will trigger replacement.
- The name of the transparent data encryption configuration.
Outputs
All input properties are implicitly available as output properties. Additionally, the TransparentDataEncryption resource produces the following output properties:
Supporting Types
TransparentDataEncryptionStatus, TransparentDataEncryptionStatusArgs
- Enabled
- Enabled
- Disabled
- Disabled
- Transparent
Data Encryption Status Enabled - Enabled
- Transparent
Data Encryption Status Disabled - Disabled
- Enabled
- Enabled
- Disabled
- Disabled
- Enabled
- Enabled
- Disabled
- Disabled
- ENABLED
- Enabled
- DISABLED
- Disabled
- "Enabled"
- Enabled
- "Disabled"
- Disabled
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:sql:TransparentDataEncryption current /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-6852/providers/Microsoft.Sql/servers/sqlcrudtest-2080/databases/sqlcrudtest-9187/transparentDataEncryption/current
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0