akeyless.ProducerOracle
Explore with Pulumi AI
Oracle DB producer resource
Create ProducerOracle Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ProducerOracle(name: string, args?: ProducerOracleArgs, opts?: CustomResourceOptions);
@overload
def ProducerOracle(resource_name: str,
args: Optional[ProducerOracleArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ProducerOracle(resource_name: str,
opts: Optional[ResourceOptions] = None,
db_server_certificates: Optional[str] = None,
db_server_name: Optional[str] = None,
name: Optional[str] = None,
oracle_host: Optional[str] = None,
oracle_password: Optional[str] = None,
oracle_port: Optional[str] = None,
oracle_screation_statements: Optional[str] = None,
oracle_service_name: Optional[str] = None,
oracle_username: Optional[str] = None,
producer_encryption_key_name: Optional[str] = None,
producer_oracle_id: Optional[str] = None,
tags: Optional[Sequence[str]] = None,
target_name: Optional[str] = None,
user_ttl: Optional[str] = None)
func NewProducerOracle(ctx *Context, name string, args *ProducerOracleArgs, opts ...ResourceOption) (*ProducerOracle, error)
public ProducerOracle(string name, ProducerOracleArgs? args = null, CustomResourceOptions? opts = null)
public ProducerOracle(String name, ProducerOracleArgs args)
public ProducerOracle(String name, ProducerOracleArgs args, CustomResourceOptions options)
type: akeyless:ProducerOracle
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 ProducerOracleArgs
- 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 ProducerOracleArgs
- 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 ProducerOracleArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ProducerOracleArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ProducerOracleArgs
- 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 producerOracleResource = new Akeyless.ProducerOracle("producerOracleResource", new()
{
DbServerCertificates = "string",
DbServerName = "string",
Name = "string",
OracleHost = "string",
OraclePassword = "string",
OraclePort = "string",
OracleScreationStatements = "string",
OracleServiceName = "string",
OracleUsername = "string",
ProducerEncryptionKeyName = "string",
ProducerOracleId = "string",
Tags = new[]
{
"string",
},
TargetName = "string",
UserTtl = "string",
});
example, err := akeyless.NewProducerOracle(ctx, "producerOracleResource", &akeyless.ProducerOracleArgs{
DbServerCertificates: pulumi.String("string"),
DbServerName: pulumi.String("string"),
Name: pulumi.String("string"),
OracleHost: pulumi.String("string"),
OraclePassword: pulumi.String("string"),
OraclePort: pulumi.String("string"),
OracleScreationStatements: pulumi.String("string"),
OracleServiceName: pulumi.String("string"),
OracleUsername: pulumi.String("string"),
ProducerEncryptionKeyName: pulumi.String("string"),
ProducerOracleId: pulumi.String("string"),
Tags: pulumi.StringArray{
pulumi.String("string"),
},
TargetName: pulumi.String("string"),
UserTtl: pulumi.String("string"),
})
var producerOracleResource = new ProducerOracle("producerOracleResource", ProducerOracleArgs.builder()
.dbServerCertificates("string")
.dbServerName("string")
.name("string")
.oracleHost("string")
.oraclePassword("string")
.oraclePort("string")
.oracleScreationStatements("string")
.oracleServiceName("string")
.oracleUsername("string")
.producerEncryptionKeyName("string")
.producerOracleId("string")
.tags("string")
.targetName("string")
.userTtl("string")
.build());
producer_oracle_resource = akeyless.ProducerOracle("producerOracleResource",
db_server_certificates="string",
db_server_name="string",
name="string",
oracle_host="string",
oracle_password="string",
oracle_port="string",
oracle_screation_statements="string",
oracle_service_name="string",
oracle_username="string",
producer_encryption_key_name="string",
producer_oracle_id="string",
tags=["string"],
target_name="string",
user_ttl="string")
const producerOracleResource = new akeyless.ProducerOracle("producerOracleResource", {
dbServerCertificates: "string",
dbServerName: "string",
name: "string",
oracleHost: "string",
oraclePassword: "string",
oraclePort: "string",
oracleScreationStatements: "string",
oracleServiceName: "string",
oracleUsername: "string",
producerEncryptionKeyName: "string",
producerOracleId: "string",
tags: ["string"],
targetName: "string",
userTtl: "string",
});
type: akeyless:ProducerOracle
properties:
dbServerCertificates: string
dbServerName: string
name: string
oracleHost: string
oraclePassword: string
oraclePort: string
oracleScreationStatements: string
oracleServiceName: string
oracleUsername: string
producerEncryptionKeyName: string
producerOracleId: string
tags:
- string
targetName: string
userTtl: string
ProducerOracle 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 ProducerOracle resource accepts the following input properties:
- Db
Server stringCertificates - the set of root certificate authorities in base64 encoding that clients use when verifying server certificates
- Db
Server stringName - Server name is used to verify the hostname on the returned certificates unless InsecureSkipVerify is given. It is also included in the client's handshake to support virtual hosting unless it is an IP address
- Name string
- Producer name
- Oracle
Host string - Oracle host name
- Oracle
Password string - Oracle password
- Oracle
Port string - Oracle port
- Oracle
Screation stringStatements - Oracle Creation Statements
- Oracle
Service stringName - Oracle service name
- Oracle
Username string - Oracle user
- Producer
Encryption stringKey Name - Encrypt producer with following key
- Producer
Oracle stringId - The ID of this resource.
- 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 producer creation
- User
Ttl string - User TTL
- Db
Server stringCertificates - the set of root certificate authorities in base64 encoding that clients use when verifying server certificates
- Db
Server stringName - Server name is used to verify the hostname on the returned certificates unless InsecureSkipVerify is given. It is also included in the client's handshake to support virtual hosting unless it is an IP address
- Name string
- Producer name
- Oracle
Host string - Oracle host name
- Oracle
Password string - Oracle password
- Oracle
Port string - Oracle port
- Oracle
Screation stringStatements - Oracle Creation Statements
- Oracle
Service stringName - Oracle service name
- Oracle
Username string - Oracle user
- Producer
Encryption stringKey Name - Encrypt producer with following key
- Producer
Oracle stringId - The ID of this resource.
- []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 producer creation
- User
Ttl string - User TTL
- db
Server StringCertificates - the set of root certificate authorities in base64 encoding that clients use when verifying server certificates
- db
Server StringName - Server name is used to verify the hostname on the returned certificates unless InsecureSkipVerify is given. It is also included in the client's handshake to support virtual hosting unless it is an IP address
- name String
- Producer name
- oracle
Host String - Oracle host name
- oracle
Password String - Oracle password
- oracle
Port String - Oracle port
- oracle
Screation StringStatements - Oracle Creation Statements
- oracle
Service StringName - Oracle service name
- oracle
Username String - Oracle user
- producer
Encryption StringKey Name - Encrypt producer with following key
- producer
Oracle StringId - The ID of this resource.
- 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 producer creation
- user
Ttl String - User TTL
- db
Server stringCertificates - the set of root certificate authorities in base64 encoding that clients use when verifying server certificates
- db
Server stringName - Server name is used to verify the hostname on the returned certificates unless InsecureSkipVerify is given. It is also included in the client's handshake to support virtual hosting unless it is an IP address
- name string
- Producer name
- oracle
Host string - Oracle host name
- oracle
Password string - Oracle password
- oracle
Port string - Oracle port
- oracle
Screation stringStatements - Oracle Creation Statements
- oracle
Service stringName - Oracle service name
- oracle
Username string - Oracle user
- producer
Encryption stringKey Name - Encrypt producer with following key
- producer
Oracle stringId - The ID of this resource.
- 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 producer creation
- user
Ttl string - User TTL
- db_
server_ strcertificates - the set of root certificate authorities in base64 encoding that clients use when verifying server certificates
- db_
server_ strname - Server name is used to verify the hostname on the returned certificates unless InsecureSkipVerify is given. It is also included in the client's handshake to support virtual hosting unless it is an IP address
- name str
- Producer name
- oracle_
host str - Oracle host name
- oracle_
password str - Oracle password
- oracle_
port str - Oracle port
- oracle_
screation_ strstatements - Oracle Creation Statements
- oracle_
service_ strname - Oracle service name
- oracle_
username str - Oracle user
- producer_
encryption_ strkey_ name - Encrypt producer with following key
- producer_
oracle_ strid - The ID of this resource.
- 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 producer creation
- user_
ttl str - User TTL
- db
Server StringCertificates - the set of root certificate authorities in base64 encoding that clients use when verifying server certificates
- db
Server StringName - Server name is used to verify the hostname on the returned certificates unless InsecureSkipVerify is given. It is also included in the client's handshake to support virtual hosting unless it is an IP address
- name String
- Producer name
- oracle
Host String - Oracle host name
- oracle
Password String - Oracle password
- oracle
Port String - Oracle port
- oracle
Screation StringStatements - Oracle Creation Statements
- oracle
Service StringName - Oracle service name
- oracle
Username String - Oracle user
- producer
Encryption StringKey Name - Encrypt producer with following key
- producer
Oracle StringId - The ID of this resource.
- 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 producer creation
- user
Ttl String - User TTL
Outputs
All input properties are implicitly available as output properties. Additionally, the ProducerOracle 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 ProducerOracle Resource
Get an existing ProducerOracle 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?: ProducerOracleState, opts?: CustomResourceOptions): ProducerOracle
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
db_server_certificates: Optional[str] = None,
db_server_name: Optional[str] = None,
name: Optional[str] = None,
oracle_host: Optional[str] = None,
oracle_password: Optional[str] = None,
oracle_port: Optional[str] = None,
oracle_screation_statements: Optional[str] = None,
oracle_service_name: Optional[str] = None,
oracle_username: Optional[str] = None,
producer_encryption_key_name: Optional[str] = None,
producer_oracle_id: Optional[str] = None,
tags: Optional[Sequence[str]] = None,
target_name: Optional[str] = None,
user_ttl: Optional[str] = None) -> ProducerOracle
func GetProducerOracle(ctx *Context, name string, id IDInput, state *ProducerOracleState, opts ...ResourceOption) (*ProducerOracle, error)
public static ProducerOracle Get(string name, Input<string> id, ProducerOracleState? state, CustomResourceOptions? opts = null)
public static ProducerOracle get(String name, Output<String> id, ProducerOracleState state, CustomResourceOptions options)
resources: _: type: akeyless:ProducerOracle 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.
- Db
Server stringCertificates - the set of root certificate authorities in base64 encoding that clients use when verifying server certificates
- Db
Server stringName - Server name is used to verify the hostname on the returned certificates unless InsecureSkipVerify is given. It is also included in the client's handshake to support virtual hosting unless it is an IP address
- Name string
- Producer name
- Oracle
Host string - Oracle host name
- Oracle
Password string - Oracle password
- Oracle
Port string - Oracle port
- Oracle
Screation stringStatements - Oracle Creation Statements
- Oracle
Service stringName - Oracle service name
- Oracle
Username string - Oracle user
- Producer
Encryption stringKey Name - Encrypt producer with following key
- Producer
Oracle stringId - The ID of this resource.
- 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 producer creation
- User
Ttl string - User TTL
- Db
Server stringCertificates - the set of root certificate authorities in base64 encoding that clients use when verifying server certificates
- Db
Server stringName - Server name is used to verify the hostname on the returned certificates unless InsecureSkipVerify is given. It is also included in the client's handshake to support virtual hosting unless it is an IP address
- Name string
- Producer name
- Oracle
Host string - Oracle host name
- Oracle
Password string - Oracle password
- Oracle
Port string - Oracle port
- Oracle
Screation stringStatements - Oracle Creation Statements
- Oracle
Service stringName - Oracle service name
- Oracle
Username string - Oracle user
- Producer
Encryption stringKey Name - Encrypt producer with following key
- Producer
Oracle stringId - The ID of this resource.
- []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 producer creation
- User
Ttl string - User TTL
- db
Server StringCertificates - the set of root certificate authorities in base64 encoding that clients use when verifying server certificates
- db
Server StringName - Server name is used to verify the hostname on the returned certificates unless InsecureSkipVerify is given. It is also included in the client's handshake to support virtual hosting unless it is an IP address
- name String
- Producer name
- oracle
Host String - Oracle host name
- oracle
Password String - Oracle password
- oracle
Port String - Oracle port
- oracle
Screation StringStatements - Oracle Creation Statements
- oracle
Service StringName - Oracle service name
- oracle
Username String - Oracle user
- producer
Encryption StringKey Name - Encrypt producer with following key
- producer
Oracle StringId - The ID of this resource.
- 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 producer creation
- user
Ttl String - User TTL
- db
Server stringCertificates - the set of root certificate authorities in base64 encoding that clients use when verifying server certificates
- db
Server stringName - Server name is used to verify the hostname on the returned certificates unless InsecureSkipVerify is given. It is also included in the client's handshake to support virtual hosting unless it is an IP address
- name string
- Producer name
- oracle
Host string - Oracle host name
- oracle
Password string - Oracle password
- oracle
Port string - Oracle port
- oracle
Screation stringStatements - Oracle Creation Statements
- oracle
Service stringName - Oracle service name
- oracle
Username string - Oracle user
- producer
Encryption stringKey Name - Encrypt producer with following key
- producer
Oracle stringId - The ID of this resource.
- 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 producer creation
- user
Ttl string - User TTL
- db_
server_ strcertificates - the set of root certificate authorities in base64 encoding that clients use when verifying server certificates
- db_
server_ strname - Server name is used to verify the hostname on the returned certificates unless InsecureSkipVerify is given. It is also included in the client's handshake to support virtual hosting unless it is an IP address
- name str
- Producer name
- oracle_
host str - Oracle host name
- oracle_
password str - Oracle password
- oracle_
port str - Oracle port
- oracle_
screation_ strstatements - Oracle Creation Statements
- oracle_
service_ strname - Oracle service name
- oracle_
username str - Oracle user
- producer_
encryption_ strkey_ name - Encrypt producer with following key
- producer_
oracle_ strid - The ID of this resource.
- 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 producer creation
- user_
ttl str - User TTL
- db
Server StringCertificates - the set of root certificate authorities in base64 encoding that clients use when verifying server certificates
- db
Server StringName - Server name is used to verify the hostname on the returned certificates unless InsecureSkipVerify is given. It is also included in the client's handshake to support virtual hosting unless it is an IP address
- name String
- Producer name
- oracle
Host String - Oracle host name
- oracle
Password String - Oracle password
- oracle
Port String - Oracle port
- oracle
Screation StringStatements - Oracle Creation Statements
- oracle
Service StringName - Oracle service name
- oracle
Username String - Oracle user
- producer
Encryption StringKey Name - Encrypt producer with following key
- producer
Oracle StringId - The ID of this resource.
- 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 producer 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.