Oracle Cloud Infrastructure
AutonomousDatabaseRegionalWalletManagement
This resource provides the Autonomous Database Regional Wallet Management resource in Oracle Cloud Infrastructure Database service.
Updates the Autonomous Database regional wallet.
Example Usage
using Pulumi;
using Oci = Pulumi.Oci;
class MyStack : Stack
{
public MyStack()
{
var testAutonomousDatabaseRegionalWalletManagement = new Oci.Database.AutonomousDatabaseRegionalWalletManagement("testAutonomousDatabaseRegionalWalletManagement", new Oci.Database.AutonomousDatabaseRegionalWalletManagementArgs
{
ShouldRotate = @var.Autonomous_database_regional_wallet_management_should_rotate,
});
}
}
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/Database"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Database.NewAutonomousDatabaseRegionalWalletManagement(ctx, "testAutonomousDatabaseRegionalWalletManagement", &Database.AutonomousDatabaseRegionalWalletManagementArgs{
ShouldRotate: pulumi.Any(_var.Autonomous_database_regional_wallet_management_should_rotate),
})
if err != nil {
return err
}
return nil
})
}
Coming soon!
import pulumi
import pulumi_oci as oci
test_autonomous_database_regional_wallet_management = oci.database.AutonomousDatabaseRegionalWalletManagement("testAutonomousDatabaseRegionalWalletManagement", should_rotate=var["autonomous_database_regional_wallet_management_should_rotate"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testAutonomousDatabaseRegionalWalletManagement = new oci.database.AutonomousDatabaseRegionalWalletManagement("testAutonomousDatabaseRegionalWalletManagement", {shouldRotate: _var.autonomous_database_regional_wallet_management_should_rotate});
Coming soon!
Create a AutonomousDatabaseRegionalWalletManagement Resource
new AutonomousDatabaseRegionalWalletManagement(name: string, args?: AutonomousDatabaseRegionalWalletManagementArgs, opts?: CustomResourceOptions);
@overload
def AutonomousDatabaseRegionalWalletManagement(resource_name: str,
opts: Optional[ResourceOptions] = None,
should_rotate: Optional[bool] = None)
@overload
def AutonomousDatabaseRegionalWalletManagement(resource_name: str,
args: Optional[AutonomousDatabaseRegionalWalletManagementArgs] = None,
opts: Optional[ResourceOptions] = None)
func NewAutonomousDatabaseRegionalWalletManagement(ctx *Context, name string, args *AutonomousDatabaseRegionalWalletManagementArgs, opts ...ResourceOption) (*AutonomousDatabaseRegionalWalletManagement, error)
public AutonomousDatabaseRegionalWalletManagement(string name, AutonomousDatabaseRegionalWalletManagementArgs? args = null, CustomResourceOptions? opts = null)
public AutonomousDatabaseRegionalWalletManagement(String name, AutonomousDatabaseRegionalWalletManagementArgs args)
public AutonomousDatabaseRegionalWalletManagement(String name, AutonomousDatabaseRegionalWalletManagementArgs args, CustomResourceOptions options)
type: oci:Database:AutonomousDatabaseRegionalWalletManagement
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AutonomousDatabaseRegionalWalletManagementArgs
- 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 AutonomousDatabaseRegionalWalletManagementArgs
- 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 AutonomousDatabaseRegionalWalletManagementArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AutonomousDatabaseRegionalWalletManagementArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AutonomousDatabaseRegionalWalletManagementArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
AutonomousDatabaseRegionalWalletManagement 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 AutonomousDatabaseRegionalWalletManagement resource accepts the following input properties:
- Should
Rotate bool (Updatable) Indicates whether to rotate the wallet or not. If
false
, the wallet will not be rotated. The default isfalse
.
- Should
Rotate bool (Updatable) Indicates whether to rotate the wallet or not. If
false
, the wallet will not be rotated. The default isfalse
.
- should
Rotate Boolean (Updatable) Indicates whether to rotate the wallet or not. If
false
, the wallet will not be rotated. The default isfalse
.
- should
Rotate boolean (Updatable) Indicates whether to rotate the wallet or not. If
false
, the wallet will not be rotated. The default isfalse
.
- should_
rotate bool (Updatable) Indicates whether to rotate the wallet or not. If
false
, the wallet will not be rotated. The default isfalse
.
- should
Rotate Boolean (Updatable) Indicates whether to rotate the wallet or not. If
false
, the wallet will not be rotated. The default isfalse
.
Outputs
All input properties are implicitly available as output properties. Additionally, the AutonomousDatabaseRegionalWalletManagement resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- State string
The current lifecycle state of the Autonomous Database wallet.
- Time
Rotated string The date and time the wallet was last rotated.
- Id string
The provider-assigned unique ID for this managed resource.
- State string
The current lifecycle state of the Autonomous Database wallet.
- Time
Rotated string The date and time the wallet was last rotated.
- id String
The provider-assigned unique ID for this managed resource.
- state String
The current lifecycle state of the Autonomous Database wallet.
- time
Rotated String The date and time the wallet was last rotated.
- id string
The provider-assigned unique ID for this managed resource.
- state string
The current lifecycle state of the Autonomous Database wallet.
- time
Rotated string The date and time the wallet was last rotated.
- id str
The provider-assigned unique ID for this managed resource.
- state str
The current lifecycle state of the Autonomous Database wallet.
- time_
rotated str The date and time the wallet was last rotated.
- id String
The provider-assigned unique ID for this managed resource.
- state String
The current lifecycle state of the Autonomous Database wallet.
- time
Rotated String The date and time the wallet was last rotated.
Look up an Existing AutonomousDatabaseRegionalWalletManagement Resource
Get an existing AutonomousDatabaseRegionalWalletManagement 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?: AutonomousDatabaseRegionalWalletManagementState, opts?: CustomResourceOptions): AutonomousDatabaseRegionalWalletManagement
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
should_rotate: Optional[bool] = None,
state: Optional[str] = None,
time_rotated: Optional[str] = None) -> AutonomousDatabaseRegionalWalletManagement
func GetAutonomousDatabaseRegionalWalletManagement(ctx *Context, name string, id IDInput, state *AutonomousDatabaseRegionalWalletManagementState, opts ...ResourceOption) (*AutonomousDatabaseRegionalWalletManagement, error)
public static AutonomousDatabaseRegionalWalletManagement Get(string name, Input<string> id, AutonomousDatabaseRegionalWalletManagementState? state, CustomResourceOptions? opts = null)
public static AutonomousDatabaseRegionalWalletManagement get(String name, Output<String> id, AutonomousDatabaseRegionalWalletManagementState 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.
- Should
Rotate bool (Updatable) Indicates whether to rotate the wallet or not. If
false
, the wallet will not be rotated. The default isfalse
.- State string
The current lifecycle state of the Autonomous Database wallet.
- Time
Rotated string The date and time the wallet was last rotated.
- Should
Rotate bool (Updatable) Indicates whether to rotate the wallet or not. If
false
, the wallet will not be rotated. The default isfalse
.- State string
The current lifecycle state of the Autonomous Database wallet.
- Time
Rotated string The date and time the wallet was last rotated.
- should
Rotate Boolean (Updatable) Indicates whether to rotate the wallet or not. If
false
, the wallet will not be rotated. The default isfalse
.- state String
The current lifecycle state of the Autonomous Database wallet.
- time
Rotated String The date and time the wallet was last rotated.
- should
Rotate boolean (Updatable) Indicates whether to rotate the wallet or not. If
false
, the wallet will not be rotated. The default isfalse
.- state string
The current lifecycle state of the Autonomous Database wallet.
- time
Rotated string The date and time the wallet was last rotated.
- should_
rotate bool (Updatable) Indicates whether to rotate the wallet or not. If
false
, the wallet will not be rotated. The default isfalse
.- state str
The current lifecycle state of the Autonomous Database wallet.
- time_
rotated str The date and time the wallet was last rotated.
- should
Rotate Boolean (Updatable) Indicates whether to rotate the wallet or not. If
false
, the wallet will not be rotated. The default isfalse
.- state String
The current lifecycle state of the Autonomous Database wallet.
- time
Rotated String The date and time the wallet was last rotated.
Import
Import is not supported for this resource.
Package Details
- Repository
- https://github.com/pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.