1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Database
  5. AutonomousContainerDatabaseDataguardRoleChange
Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi

oci.Database.AutonomousContainerDatabaseDataguardRoleChange

Explore with Pulumi AI

Create AutonomousContainerDatabaseDataguardRoleChange Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new AutonomousContainerDatabaseDataguardRoleChange(name: string, args: AutonomousContainerDatabaseDataguardRoleChangeArgs, opts?: CustomResourceOptions);
@overload
def AutonomousContainerDatabaseDataguardRoleChange(resource_name: str,
                                                   args: AutonomousContainerDatabaseDataguardRoleChangeArgs,
                                                   opts: Optional[ResourceOptions] = None)

@overload
def AutonomousContainerDatabaseDataguardRoleChange(resource_name: str,
                                                   opts: Optional[ResourceOptions] = None,
                                                   autonomous_container_database_dataguard_association_id: Optional[str] = None,
                                                   autonomous_container_database_id: Optional[str] = None,
                                                   role: Optional[str] = None,
                                                   connection_strings_type: Optional[str] = None)
func NewAutonomousContainerDatabaseDataguardRoleChange(ctx *Context, name string, args AutonomousContainerDatabaseDataguardRoleChangeArgs, opts ...ResourceOption) (*AutonomousContainerDatabaseDataguardRoleChange, error)
public AutonomousContainerDatabaseDataguardRoleChange(string name, AutonomousContainerDatabaseDataguardRoleChangeArgs args, CustomResourceOptions? opts = null)
public AutonomousContainerDatabaseDataguardRoleChange(String name, AutonomousContainerDatabaseDataguardRoleChangeArgs args)
public AutonomousContainerDatabaseDataguardRoleChange(String name, AutonomousContainerDatabaseDataguardRoleChangeArgs args, CustomResourceOptions options)
type: oci:Database:AutonomousContainerDatabaseDataguardRoleChange
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. AutonomousContainerDatabaseDataguardRoleChangeArgs
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. AutonomousContainerDatabaseDataguardRoleChangeArgs
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. AutonomousContainerDatabaseDataguardRoleChangeArgs
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. AutonomousContainerDatabaseDataguardRoleChangeArgs
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. AutonomousContainerDatabaseDataguardRoleChangeArgs
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 autonomousContainerDatabaseDataguardRoleChangeResource = new Oci.Database.AutonomousContainerDatabaseDataguardRoleChange("autonomousContainerDatabaseDataguardRoleChangeResource", new()
{
    AutonomousContainerDatabaseDataguardAssociationId = "string",
    AutonomousContainerDatabaseId = "string",
    Role = "string",
    ConnectionStringsType = "string",
});
Copy
example, err := Database.NewAutonomousContainerDatabaseDataguardRoleChange(ctx, "autonomousContainerDatabaseDataguardRoleChangeResource", &Database.AutonomousContainerDatabaseDataguardRoleChangeArgs{
	AutonomousContainerDatabaseDataguardAssociationId: pulumi.String("string"),
	AutonomousContainerDatabaseId:                     pulumi.String("string"),
	Role:                                              pulumi.String("string"),
	ConnectionStringsType:                             pulumi.String("string"),
})
Copy
var autonomousContainerDatabaseDataguardRoleChangeResource = new AutonomousContainerDatabaseDataguardRoleChange("autonomousContainerDatabaseDataguardRoleChangeResource", AutonomousContainerDatabaseDataguardRoleChangeArgs.builder()
    .autonomousContainerDatabaseDataguardAssociationId("string")
    .autonomousContainerDatabaseId("string")
    .role("string")
    .connectionStringsType("string")
    .build());
Copy
autonomous_container_database_dataguard_role_change_resource = oci.database.AutonomousContainerDatabaseDataguardRoleChange("autonomousContainerDatabaseDataguardRoleChangeResource",
    autonomous_container_database_dataguard_association_id="string",
    autonomous_container_database_id="string",
    role="string",
    connection_strings_type="string")
Copy
const autonomousContainerDatabaseDataguardRoleChangeResource = new oci.database.AutonomousContainerDatabaseDataguardRoleChange("autonomousContainerDatabaseDataguardRoleChangeResource", {
    autonomousContainerDatabaseDataguardAssociationId: "string",
    autonomousContainerDatabaseId: "string",
    role: "string",
    connectionStringsType: "string",
});
Copy
type: oci:Database:AutonomousContainerDatabaseDataguardRoleChange
properties:
    autonomousContainerDatabaseDataguardAssociationId: string
    autonomousContainerDatabaseId: string
    connectionStringsType: string
    role: string
Copy

AutonomousContainerDatabaseDataguardRoleChange 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 AutonomousContainerDatabaseDataguardRoleChange resource accepts the following input properties:

AutonomousContainerDatabaseDataguardAssociationId
This property is required.
Changes to this property will trigger replacement.
string
AutonomousContainerDatabaseId
This property is required.
Changes to this property will trigger replacement.
string
Role
This property is required.
Changes to this property will trigger replacement.
string
ConnectionStringsType Changes to this property will trigger replacement. string
AutonomousContainerDatabaseDataguardAssociationId
This property is required.
Changes to this property will trigger replacement.
string
AutonomousContainerDatabaseId
This property is required.
Changes to this property will trigger replacement.
string
Role
This property is required.
Changes to this property will trigger replacement.
string
ConnectionStringsType Changes to this property will trigger replacement. string
autonomousContainerDatabaseDataguardAssociationId
This property is required.
Changes to this property will trigger replacement.
String
autonomousContainerDatabaseId
This property is required.
Changes to this property will trigger replacement.
String
role
This property is required.
Changes to this property will trigger replacement.
String
connectionStringsType Changes to this property will trigger replacement. String
autonomousContainerDatabaseDataguardAssociationId
This property is required.
Changes to this property will trigger replacement.
string
autonomousContainerDatabaseId
This property is required.
Changes to this property will trigger replacement.
string
role
This property is required.
Changes to this property will trigger replacement.
string
connectionStringsType Changes to this property will trigger replacement. string
autonomous_container_database_dataguard_association_id
This property is required.
Changes to this property will trigger replacement.
str
autonomous_container_database_id
This property is required.
Changes to this property will trigger replacement.
str
role
This property is required.
Changes to this property will trigger replacement.
str
connection_strings_type Changes to this property will trigger replacement. str
autonomousContainerDatabaseDataguardAssociationId
This property is required.
Changes to this property will trigger replacement.
String
autonomousContainerDatabaseId
This property is required.
Changes to this property will trigger replacement.
String
role
This property is required.
Changes to this property will trigger replacement.
String
connectionStringsType Changes to this property will trigger replacement. String

Outputs

All input properties are implicitly available as output properties. Additionally, the AutonomousContainerDatabaseDataguardRoleChange 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 AutonomousContainerDatabaseDataguardRoleChange Resource

Get an existing AutonomousContainerDatabaseDataguardRoleChange 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?: AutonomousContainerDatabaseDataguardRoleChangeState, opts?: CustomResourceOptions): AutonomousContainerDatabaseDataguardRoleChange
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        autonomous_container_database_dataguard_association_id: Optional[str] = None,
        autonomous_container_database_id: Optional[str] = None,
        connection_strings_type: Optional[str] = None,
        role: Optional[str] = None) -> AutonomousContainerDatabaseDataguardRoleChange
func GetAutonomousContainerDatabaseDataguardRoleChange(ctx *Context, name string, id IDInput, state *AutonomousContainerDatabaseDataguardRoleChangeState, opts ...ResourceOption) (*AutonomousContainerDatabaseDataguardRoleChange, error)
public static AutonomousContainerDatabaseDataguardRoleChange Get(string name, Input<string> id, AutonomousContainerDatabaseDataguardRoleChangeState? state, CustomResourceOptions? opts = null)
public static AutonomousContainerDatabaseDataguardRoleChange get(String name, Output<String> id, AutonomousContainerDatabaseDataguardRoleChangeState state, CustomResourceOptions options)
resources:  _:    type: oci:Database:AutonomousContainerDatabaseDataguardRoleChange    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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.
The following state arguments are supported:
AutonomousContainerDatabaseDataguardAssociationId Changes to this property will trigger replacement. string
AutonomousContainerDatabaseId Changes to this property will trigger replacement. string
ConnectionStringsType Changes to this property will trigger replacement. string
Role Changes to this property will trigger replacement. string
AutonomousContainerDatabaseDataguardAssociationId Changes to this property will trigger replacement. string
AutonomousContainerDatabaseId Changes to this property will trigger replacement. string
ConnectionStringsType Changes to this property will trigger replacement. string
Role Changes to this property will trigger replacement. string
autonomousContainerDatabaseDataguardAssociationId Changes to this property will trigger replacement. String
autonomousContainerDatabaseId Changes to this property will trigger replacement. String
connectionStringsType Changes to this property will trigger replacement. String
role Changes to this property will trigger replacement. String
autonomousContainerDatabaseDataguardAssociationId Changes to this property will trigger replacement. string
autonomousContainerDatabaseId Changes to this property will trigger replacement. string
connectionStringsType Changes to this property will trigger replacement. string
role Changes to this property will trigger replacement. string
autonomous_container_database_dataguard_association_id Changes to this property will trigger replacement. str
autonomous_container_database_id Changes to this property will trigger replacement. str
connection_strings_type Changes to this property will trigger replacement. str
role Changes to this property will trigger replacement. str
autonomousContainerDatabaseDataguardAssociationId Changes to this property will trigger replacement. String
autonomousContainerDatabaseId Changes to this property will trigger replacement. String
connectionStringsType Changes to this property will trigger replacement. String
role Changes to this property will trigger replacement. String

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.