akeyless.DynamicSecretPostgresql
Explore with Pulumi AI
PostgreSQL dynamic secret resource
Create DynamicSecretPostgresql Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DynamicSecretPostgresql(name: string, args?: DynamicSecretPostgresqlArgs, opts?: CustomResourceOptions);
@overload
def DynamicSecretPostgresql(resource_name: str,
args: Optional[DynamicSecretPostgresqlArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def DynamicSecretPostgresql(resource_name: str,
opts: Optional[ResourceOptions] = None,
creation_statements: Optional[str] = None,
dynamic_secret_postgresql_id: Optional[str] = None,
encryption_key_name: Optional[str] = None,
name: Optional[str] = None,
password_length: Optional[str] = None,
postgresql_db_name: Optional[str] = None,
postgresql_host: Optional[str] = None,
postgresql_password: Optional[str] = None,
postgresql_port: Optional[str] = None,
postgresql_username: Optional[str] = None,
revocation_statements: Optional[str] = None,
secure_access_bastion_issuer: Optional[str] = None,
secure_access_db_name: Optional[str] = None,
secure_access_db_schema: Optional[str] = None,
secure_access_enable: Optional[str] = None,
secure_access_hosts: Optional[Sequence[str]] = None,
secure_access_web: Optional[bool] = None,
ssl: Optional[bool] = None,
tags: Optional[Sequence[str]] = None,
target_name: Optional[str] = None,
user_ttl: Optional[str] = None)
func NewDynamicSecretPostgresql(ctx *Context, name string, args *DynamicSecretPostgresqlArgs, opts ...ResourceOption) (*DynamicSecretPostgresql, error)
public DynamicSecretPostgresql(string name, DynamicSecretPostgresqlArgs? args = null, CustomResourceOptions? opts = null)
public DynamicSecretPostgresql(String name, DynamicSecretPostgresqlArgs args)
public DynamicSecretPostgresql(String name, DynamicSecretPostgresqlArgs args, CustomResourceOptions options)
type: akeyless:DynamicSecretPostgresql
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 DynamicSecretPostgresqlArgs
- 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 DynamicSecretPostgresqlArgs
- 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 DynamicSecretPostgresqlArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DynamicSecretPostgresqlArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DynamicSecretPostgresqlArgs
- 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 dynamicSecretPostgresqlResource = new Akeyless.DynamicSecretPostgresql("dynamicSecretPostgresqlResource", new()
{
CreationStatements = "string",
DynamicSecretPostgresqlId = "string",
EncryptionKeyName = "string",
Name = "string",
PasswordLength = "string",
PostgresqlDbName = "string",
PostgresqlHost = "string",
PostgresqlPassword = "string",
PostgresqlPort = "string",
PostgresqlUsername = "string",
RevocationStatements = "string",
SecureAccessBastionIssuer = "string",
SecureAccessDbName = "string",
SecureAccessDbSchema = "string",
SecureAccessEnable = "string",
SecureAccessHosts = new[]
{
"string",
},
SecureAccessWeb = false,
Ssl = false,
Tags = new[]
{
"string",
},
TargetName = "string",
UserTtl = "string",
});
example, err := akeyless.NewDynamicSecretPostgresql(ctx, "dynamicSecretPostgresqlResource", &akeyless.DynamicSecretPostgresqlArgs{
CreationStatements: pulumi.String("string"),
DynamicSecretPostgresqlId: pulumi.String("string"),
EncryptionKeyName: pulumi.String("string"),
Name: pulumi.String("string"),
PasswordLength: pulumi.String("string"),
PostgresqlDbName: pulumi.String("string"),
PostgresqlHost: pulumi.String("string"),
PostgresqlPassword: pulumi.String("string"),
PostgresqlPort: pulumi.String("string"),
PostgresqlUsername: pulumi.String("string"),
RevocationStatements: pulumi.String("string"),
SecureAccessBastionIssuer: pulumi.String("string"),
SecureAccessDbName: pulumi.String("string"),
SecureAccessDbSchema: pulumi.String("string"),
SecureAccessEnable: pulumi.String("string"),
SecureAccessHosts: pulumi.StringArray{
pulumi.String("string"),
},
SecureAccessWeb: pulumi.Bool(false),
Ssl: pulumi.Bool(false),
Tags: pulumi.StringArray{
pulumi.String("string"),
},
TargetName: pulumi.String("string"),
UserTtl: pulumi.String("string"),
})
var dynamicSecretPostgresqlResource = new DynamicSecretPostgresql("dynamicSecretPostgresqlResource", DynamicSecretPostgresqlArgs.builder()
.creationStatements("string")
.dynamicSecretPostgresqlId("string")
.encryptionKeyName("string")
.name("string")
.passwordLength("string")
.postgresqlDbName("string")
.postgresqlHost("string")
.postgresqlPassword("string")
.postgresqlPort("string")
.postgresqlUsername("string")
.revocationStatements("string")
.secureAccessBastionIssuer("string")
.secureAccessDbName("string")
.secureAccessDbSchema("string")
.secureAccessEnable("string")
.secureAccessHosts("string")
.secureAccessWeb(false)
.ssl(false)
.tags("string")
.targetName("string")
.userTtl("string")
.build());
dynamic_secret_postgresql_resource = akeyless.DynamicSecretPostgresql("dynamicSecretPostgresqlResource",
creation_statements="string",
dynamic_secret_postgresql_id="string",
encryption_key_name="string",
name="string",
password_length="string",
postgresql_db_name="string",
postgresql_host="string",
postgresql_password="string",
postgresql_port="string",
postgresql_username="string",
revocation_statements="string",
secure_access_bastion_issuer="string",
secure_access_db_name="string",
secure_access_db_schema="string",
secure_access_enable="string",
secure_access_hosts=["string"],
secure_access_web=False,
ssl=False,
tags=["string"],
target_name="string",
user_ttl="string")
const dynamicSecretPostgresqlResource = new akeyless.DynamicSecretPostgresql("dynamicSecretPostgresqlResource", {
creationStatements: "string",
dynamicSecretPostgresqlId: "string",
encryptionKeyName: "string",
name: "string",
passwordLength: "string",
postgresqlDbName: "string",
postgresqlHost: "string",
postgresqlPassword: "string",
postgresqlPort: "string",
postgresqlUsername: "string",
revocationStatements: "string",
secureAccessBastionIssuer: "string",
secureAccessDbName: "string",
secureAccessDbSchema: "string",
secureAccessEnable: "string",
secureAccessHosts: ["string"],
secureAccessWeb: false,
ssl: false,
tags: ["string"],
targetName: "string",
userTtl: "string",
});
type: akeyless:DynamicSecretPostgresql
properties:
creationStatements: string
dynamicSecretPostgresqlId: string
encryptionKeyName: string
name: string
passwordLength: string
postgresqlDbName: string
postgresqlHost: string
postgresqlPassword: string
postgresqlPort: string
postgresqlUsername: string
revocationStatements: string
secureAccessBastionIssuer: string
secureAccessDbName: string
secureAccessDbSchema: string
secureAccessEnable: string
secureAccessHosts:
- string
secureAccessWeb: false
ssl: false
tags:
- string
targetName: string
userTtl: string
DynamicSecretPostgresql 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 DynamicSecretPostgresql resource accepts the following input properties:
- Creation
Statements string - PostgreSQL Creation Statements
- Dynamic
Secret stringPostgresql Id - The ID of this resource.
- Encryption
Key stringName - Encrypt dynamic secret details with following key
- Name string
- Dynamic secret name
- Password
Length string - The length of the password to be generated
- Postgresql
Db stringName - PostgreSQL DB name
- Postgresql
Host string - PostgreSQL host name
- Postgresql
Password string - PostgreSQL password
- Postgresql
Port string - PostgreSQL port
- Postgresql
Username string - PostgreSQL user
- Revocation
Statements string - PostgreSQL Revocation Statement
- Secure
Access stringBastion Issuer - Path to the SSH Certificate Issuer for your Akeyless Bastion
- Secure
Access stringDb Name - The DB Name
- Secure
Access stringDb Schema - The db schema
- Secure
Access stringEnable - Enable/Disable secure remote access, [true/false]
- Secure
Access List<string>Hosts - Target DB servers for connections., For multiple values repeat this flag.
- Secure
Access boolWeb - Enable Web Secure Remote Access
- Ssl bool
- Enable/Disable SSL [true/false]
- List<string>
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
- Target
Name string - Name of existing target to use in dynamic secret creation
- User
Ttl string - User TTL
- Creation
Statements string - PostgreSQL Creation Statements
- Dynamic
Secret stringPostgresql Id - The ID of this resource.
- Encryption
Key stringName - Encrypt dynamic secret details with following key
- Name string
- Dynamic secret name
- Password
Length string - The length of the password to be generated
- Postgresql
Db stringName - PostgreSQL DB name
- Postgresql
Host string - PostgreSQL host name
- Postgresql
Password string - PostgreSQL password
- Postgresql
Port string - PostgreSQL port
- Postgresql
Username string - PostgreSQL user
- Revocation
Statements string - PostgreSQL Revocation Statement
- Secure
Access stringBastion Issuer - Path to the SSH Certificate Issuer for your Akeyless Bastion
- Secure
Access stringDb Name - The DB Name
- Secure
Access stringDb Schema - The db schema
- Secure
Access stringEnable - Enable/Disable secure remote access, [true/false]
- Secure
Access []stringHosts - Target DB servers for connections., For multiple values repeat this flag.
- Secure
Access boolWeb - Enable Web Secure Remote Access
- Ssl bool
- Enable/Disable SSL [true/false]
- []string
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
- Target
Name string - Name of existing target to use in dynamic secret creation
- User
Ttl string - User TTL
- creation
Statements String - PostgreSQL Creation Statements
- dynamic
Secret StringPostgresql Id - The ID of this resource.
- encryption
Key StringName - Encrypt dynamic secret details with following key
- name String
- Dynamic secret name
- password
Length String - The length of the password to be generated
- postgresql
Db StringName - PostgreSQL DB name
- postgresql
Host String - PostgreSQL host name
- postgresql
Password String - PostgreSQL password
- postgresql
Port String - PostgreSQL port
- postgresql
Username String - PostgreSQL user
- revocation
Statements String - PostgreSQL Revocation Statement
- secure
Access StringBastion Issuer - Path to the SSH Certificate Issuer for your Akeyless Bastion
- secure
Access StringDb Name - The DB Name
- secure
Access StringDb Schema - The db schema
- secure
Access StringEnable - Enable/Disable secure remote access, [true/false]
- secure
Access List<String>Hosts - Target DB servers for connections., For multiple values repeat this flag.
- secure
Access BooleanWeb - Enable Web Secure Remote Access
- ssl Boolean
- Enable/Disable SSL [true/false]
- List<String>
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
- target
Name String - Name of existing target to use in dynamic secret creation
- user
Ttl String - User TTL
- creation
Statements string - PostgreSQL Creation Statements
- dynamic
Secret stringPostgresql Id - The ID of this resource.
- encryption
Key stringName - Encrypt dynamic secret details with following key
- name string
- Dynamic secret name
- password
Length string - The length of the password to be generated
- postgresql
Db stringName - PostgreSQL DB name
- postgresql
Host string - PostgreSQL host name
- postgresql
Password string - PostgreSQL password
- postgresql
Port string - PostgreSQL port
- postgresql
Username string - PostgreSQL user
- revocation
Statements string - PostgreSQL Revocation Statement
- secure
Access stringBastion Issuer - Path to the SSH Certificate Issuer for your Akeyless Bastion
- secure
Access stringDb Name - The DB Name
- secure
Access stringDb Schema - The db schema
- secure
Access stringEnable - Enable/Disable secure remote access, [true/false]
- secure
Access string[]Hosts - Target DB servers for connections., For multiple values repeat this flag.
- secure
Access booleanWeb - Enable Web Secure Remote Access
- ssl boolean
- Enable/Disable SSL [true/false]
- string[]
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
- target
Name string - Name of existing target to use in dynamic secret creation
- user
Ttl string - User TTL
- creation_
statements str - PostgreSQL Creation Statements
- dynamic_
secret_ strpostgresql_ id - The ID of this resource.
- encryption_
key_ strname - Encrypt dynamic secret details with following key
- name str
- Dynamic secret name
- password_
length str - The length of the password to be generated
- postgresql_
db_ strname - PostgreSQL DB name
- postgresql_
host str - PostgreSQL host name
- postgresql_
password str - PostgreSQL password
- postgresql_
port str - PostgreSQL port
- postgresql_
username str - PostgreSQL user
- revocation_
statements str - PostgreSQL Revocation Statement
- secure_
access_ strbastion_ issuer - Path to the SSH Certificate Issuer for your Akeyless Bastion
- secure_
access_ strdb_ name - The DB Name
- secure_
access_ strdb_ schema - The db schema
- secure_
access_ strenable - Enable/Disable secure remote access, [true/false]
- secure_
access_ Sequence[str]hosts - Target DB servers for connections., For multiple values repeat this flag.
- secure_
access_ boolweb - Enable Web Secure Remote Access
- ssl bool
- Enable/Disable SSL [true/false]
- Sequence[str]
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
- target_
name str - Name of existing target to use in dynamic secret creation
- user_
ttl str - User TTL
- creation
Statements String - PostgreSQL Creation Statements
- dynamic
Secret StringPostgresql Id - The ID of this resource.
- encryption
Key StringName - Encrypt dynamic secret details with following key
- name String
- Dynamic secret name
- password
Length String - The length of the password to be generated
- postgresql
Db StringName - PostgreSQL DB name
- postgresql
Host String - PostgreSQL host name
- postgresql
Password String - PostgreSQL password
- postgresql
Port String - PostgreSQL port
- postgresql
Username String - PostgreSQL user
- revocation
Statements String - PostgreSQL Revocation Statement
- secure
Access StringBastion Issuer - Path to the SSH Certificate Issuer for your Akeyless Bastion
- secure
Access StringDb Name - The DB Name
- secure
Access StringDb Schema - The db schema
- secure
Access StringEnable - Enable/Disable secure remote access, [true/false]
- secure
Access List<String>Hosts - Target DB servers for connections., For multiple values repeat this flag.
- secure
Access BooleanWeb - Enable Web Secure Remote Access
- ssl Boolean
- Enable/Disable SSL [true/false]
- List<String>
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
- target
Name String - Name of existing target to use in dynamic secret creation
- user
Ttl String - User TTL
Outputs
All input properties are implicitly available as output properties. Additionally, the DynamicSecretPostgresql resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing DynamicSecretPostgresql Resource
Get an existing DynamicSecretPostgresql 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?: DynamicSecretPostgresqlState, opts?: CustomResourceOptions): DynamicSecretPostgresql
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
creation_statements: Optional[str] = None,
dynamic_secret_postgresql_id: Optional[str] = None,
encryption_key_name: Optional[str] = None,
name: Optional[str] = None,
password_length: Optional[str] = None,
postgresql_db_name: Optional[str] = None,
postgresql_host: Optional[str] = None,
postgresql_password: Optional[str] = None,
postgresql_port: Optional[str] = None,
postgresql_username: Optional[str] = None,
revocation_statements: Optional[str] = None,
secure_access_bastion_issuer: Optional[str] = None,
secure_access_db_name: Optional[str] = None,
secure_access_db_schema: Optional[str] = None,
secure_access_enable: Optional[str] = None,
secure_access_hosts: Optional[Sequence[str]] = None,
secure_access_web: Optional[bool] = None,
ssl: Optional[bool] = None,
tags: Optional[Sequence[str]] = None,
target_name: Optional[str] = None,
user_ttl: Optional[str] = None) -> DynamicSecretPostgresql
func GetDynamicSecretPostgresql(ctx *Context, name string, id IDInput, state *DynamicSecretPostgresqlState, opts ...ResourceOption) (*DynamicSecretPostgresql, error)
public static DynamicSecretPostgresql Get(string name, Input<string> id, DynamicSecretPostgresqlState? state, CustomResourceOptions? opts = null)
public static DynamicSecretPostgresql get(String name, Output<String> id, DynamicSecretPostgresqlState state, CustomResourceOptions options)
resources: _: type: akeyless:DynamicSecretPostgresql get: id: ${id}
- 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.
- Creation
Statements string - PostgreSQL Creation Statements
- Dynamic
Secret stringPostgresql Id - The ID of this resource.
- Encryption
Key stringName - Encrypt dynamic secret details with following key
- Name string
- Dynamic secret name
- Password
Length string - The length of the password to be generated
- Postgresql
Db stringName - PostgreSQL DB name
- Postgresql
Host string - PostgreSQL host name
- Postgresql
Password string - PostgreSQL password
- Postgresql
Port string - PostgreSQL port
- Postgresql
Username string - PostgreSQL user
- Revocation
Statements string - PostgreSQL Revocation Statement
- Secure
Access stringBastion Issuer - Path to the SSH Certificate Issuer for your Akeyless Bastion
- Secure
Access stringDb Name - The DB Name
- Secure
Access stringDb Schema - The db schema
- Secure
Access stringEnable - Enable/Disable secure remote access, [true/false]
- Secure
Access List<string>Hosts - Target DB servers for connections., For multiple values repeat this flag.
- Secure
Access boolWeb - Enable Web Secure Remote Access
- Ssl bool
- Enable/Disable SSL [true/false]
- List<string>
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
- Target
Name string - Name of existing target to use in dynamic secret creation
- User
Ttl string - User TTL
- Creation
Statements string - PostgreSQL Creation Statements
- Dynamic
Secret stringPostgresql Id - The ID of this resource.
- Encryption
Key stringName - Encrypt dynamic secret details with following key
- Name string
- Dynamic secret name
- Password
Length string - The length of the password to be generated
- Postgresql
Db stringName - PostgreSQL DB name
- Postgresql
Host string - PostgreSQL host name
- Postgresql
Password string - PostgreSQL password
- Postgresql
Port string - PostgreSQL port
- Postgresql
Username string - PostgreSQL user
- Revocation
Statements string - PostgreSQL Revocation Statement
- Secure
Access stringBastion Issuer - Path to the SSH Certificate Issuer for your Akeyless Bastion
- Secure
Access stringDb Name - The DB Name
- Secure
Access stringDb Schema - The db schema
- Secure
Access stringEnable - Enable/Disable secure remote access, [true/false]
- Secure
Access []stringHosts - Target DB servers for connections., For multiple values repeat this flag.
- Secure
Access boolWeb - Enable Web Secure Remote Access
- Ssl bool
- Enable/Disable SSL [true/false]
- []string
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
- Target
Name string - Name of existing target to use in dynamic secret creation
- User
Ttl string - User TTL
- creation
Statements String - PostgreSQL Creation Statements
- dynamic
Secret StringPostgresql Id - The ID of this resource.
- encryption
Key StringName - Encrypt dynamic secret details with following key
- name String
- Dynamic secret name
- password
Length String - The length of the password to be generated
- postgresql
Db StringName - PostgreSQL DB name
- postgresql
Host String - PostgreSQL host name
- postgresql
Password String - PostgreSQL password
- postgresql
Port String - PostgreSQL port
- postgresql
Username String - PostgreSQL user
- revocation
Statements String - PostgreSQL Revocation Statement
- secure
Access StringBastion Issuer - Path to the SSH Certificate Issuer for your Akeyless Bastion
- secure
Access StringDb Name - The DB Name
- secure
Access StringDb Schema - The db schema
- secure
Access StringEnable - Enable/Disable secure remote access, [true/false]
- secure
Access List<String>Hosts - Target DB servers for connections., For multiple values repeat this flag.
- secure
Access BooleanWeb - Enable Web Secure Remote Access
- ssl Boolean
- Enable/Disable SSL [true/false]
- List<String>
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
- target
Name String - Name of existing target to use in dynamic secret creation
- user
Ttl String - User TTL
- creation
Statements string - PostgreSQL Creation Statements
- dynamic
Secret stringPostgresql Id - The ID of this resource.
- encryption
Key stringName - Encrypt dynamic secret details with following key
- name string
- Dynamic secret name
- password
Length string - The length of the password to be generated
- postgresql
Db stringName - PostgreSQL DB name
- postgresql
Host string - PostgreSQL host name
- postgresql
Password string - PostgreSQL password
- postgresql
Port string - PostgreSQL port
- postgresql
Username string - PostgreSQL user
- revocation
Statements string - PostgreSQL Revocation Statement
- secure
Access stringBastion Issuer - Path to the SSH Certificate Issuer for your Akeyless Bastion
- secure
Access stringDb Name - The DB Name
- secure
Access stringDb Schema - The db schema
- secure
Access stringEnable - Enable/Disable secure remote access, [true/false]
- secure
Access string[]Hosts - Target DB servers for connections., For multiple values repeat this flag.
- secure
Access booleanWeb - Enable Web Secure Remote Access
- ssl boolean
- Enable/Disable SSL [true/false]
- string[]
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
- target
Name string - Name of existing target to use in dynamic secret creation
- user
Ttl string - User TTL
- creation_
statements str - PostgreSQL Creation Statements
- dynamic_
secret_ strpostgresql_ id - The ID of this resource.
- encryption_
key_ strname - Encrypt dynamic secret details with following key
- name str
- Dynamic secret name
- password_
length str - The length of the password to be generated
- postgresql_
db_ strname - PostgreSQL DB name
- postgresql_
host str - PostgreSQL host name
- postgresql_
password str - PostgreSQL password
- postgresql_
port str - PostgreSQL port
- postgresql_
username str - PostgreSQL user
- revocation_
statements str - PostgreSQL Revocation Statement
- secure_
access_ strbastion_ issuer - Path to the SSH Certificate Issuer for your Akeyless Bastion
- secure_
access_ strdb_ name - The DB Name
- secure_
access_ strdb_ schema - The db schema
- secure_
access_ strenable - Enable/Disable secure remote access, [true/false]
- secure_
access_ Sequence[str]hosts - Target DB servers for connections., For multiple values repeat this flag.
- secure_
access_ boolweb - Enable Web Secure Remote Access
- ssl bool
- Enable/Disable SSL [true/false]
- Sequence[str]
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
- target_
name str - Name of existing target to use in dynamic secret creation
- user_
ttl str - User TTL
- creation
Statements String - PostgreSQL Creation Statements
- dynamic
Secret StringPostgresql Id - The ID of this resource.
- encryption
Key StringName - Encrypt dynamic secret details with following key
- name String
- Dynamic secret name
- password
Length String - The length of the password to be generated
- postgresql
Db StringName - PostgreSQL DB name
- postgresql
Host String - PostgreSQL host name
- postgresql
Password String - PostgreSQL password
- postgresql
Port String - PostgreSQL port
- postgresql
Username String - PostgreSQL user
- revocation
Statements String - PostgreSQL Revocation Statement
- secure
Access StringBastion Issuer - Path to the SSH Certificate Issuer for your Akeyless Bastion
- secure
Access StringDb Name - The DB Name
- secure
Access StringDb Schema - The db schema
- secure
Access StringEnable - Enable/Disable secure remote access, [true/false]
- secure
Access List<String>Hosts - Target DB servers for connections., For multiple values repeat this flag.
- secure
Access BooleanWeb - Enable Web Secure Remote Access
- ssl Boolean
- Enable/Disable SSL [true/false]
- List<String>
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
- target
Name String - Name of existing target to use in dynamic secret creation
- user
Ttl String - User TTL
Package Details
- Repository
- akeyless akeyless-community/terraform-provider-akeyless
- License
- Notes
- This Pulumi package is based on the
akeyless
Terraform Provider.