1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Database
  5. AutonomousContainerDatabaseDataguardRoleChange
Oracle Cloud Infrastructure v1.27.0 published on Friday, Mar 15, 2024 by Pulumi

oci.Database.AutonomousContainerDatabaseDataguardRoleChange

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.27.0 published on Friday, Mar 15, 2024 by Pulumi

    Create AutonomousContainerDatabaseDataguardRoleChange Resource

    new AutonomousContainerDatabaseDataguardRoleChange(name: string, args: AutonomousContainerDatabaseDataguardRoleChangeArgs, opts?: CustomResourceOptions);
    @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,
                                                       connection_strings_type: Optional[str] = None,
                                                       role: Optional[str] = None)
    @overload
    def AutonomousContainerDatabaseDataguardRoleChange(resource_name: str,
                                                       args: AutonomousContainerDatabaseDataguardRoleChangeArgs,
                                                       opts: Optional[ResourceOptions] = 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.
    
    
    name string
    The unique name of the resource.
    args AutonomousContainerDatabaseDataguardRoleChangeArgs
    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 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 string
    The unique name of the resource.
    args AutonomousContainerDatabaseDataguardRoleChangeArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AutonomousContainerDatabaseDataguardRoleChangeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AutonomousContainerDatabaseDataguardRoleChangeArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    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

    The AutonomousContainerDatabaseDataguardRoleChange resource accepts the following input properties:

    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)
    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.
    The following state arguments are supported:

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v1.27.0 published on Friday, Mar 15, 2024 by Pulumi