1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. BigDataService
  5. BdsInstanceResourcePrincipalConfiguration
Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi

oci.BigDataService.BdsInstanceResourcePrincipalConfiguration

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi

    This resource provides the Bds Instance Resource Principal Configuration resource in Oracle Cloud Infrastructure Big Data Service service.

    Create a resource principal session token configuration.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testBdsInstanceResourcePrincipalConfiguration = new oci.bigdataservice.BdsInstanceResourcePrincipalConfiguration("test_bds_instance_resource_principal_configuration", {
        bdsInstanceId: testBdsInstance.id,
        clusterAdminPassword: bdsInstanceResourcePrincipalConfigurationClusterAdminPassword,
        displayName: bdsInstanceResourcePrincipalConfigurationDisplayName,
        sessionTokenLifeSpanDurationInHours: bdsInstanceResourcePrincipalConfigurationSessionTokenLifeSpanDurationInHours,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_bds_instance_resource_principal_configuration = oci.big_data_service.BdsInstanceResourcePrincipalConfiguration("test_bds_instance_resource_principal_configuration",
        bds_instance_id=test_bds_instance["id"],
        cluster_admin_password=bds_instance_resource_principal_configuration_cluster_admin_password,
        display_name=bds_instance_resource_principal_configuration_display_name,
        session_token_life_span_duration_in_hours=bds_instance_resource_principal_configuration_session_token_life_span_duration_in_hours)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/BigDataService"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := BigDataService.NewBdsInstanceResourcePrincipalConfiguration(ctx, "test_bds_instance_resource_principal_configuration", &BigDataService.BdsInstanceResourcePrincipalConfigurationArgs{
    			BdsInstanceId:                       pulumi.Any(testBdsInstance.Id),
    			ClusterAdminPassword:                pulumi.Any(bdsInstanceResourcePrincipalConfigurationClusterAdminPassword),
    			DisplayName:                         pulumi.Any(bdsInstanceResourcePrincipalConfigurationDisplayName),
    			SessionTokenLifeSpanDurationInHours: pulumi.Any(bdsInstanceResourcePrincipalConfigurationSessionTokenLifeSpanDurationInHours),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testBdsInstanceResourcePrincipalConfiguration = new Oci.BigDataService.BdsInstanceResourcePrincipalConfiguration("test_bds_instance_resource_principal_configuration", new()
        {
            BdsInstanceId = testBdsInstance.Id,
            ClusterAdminPassword = bdsInstanceResourcePrincipalConfigurationClusterAdminPassword,
            DisplayName = bdsInstanceResourcePrincipalConfigurationDisplayName,
            SessionTokenLifeSpanDurationInHours = bdsInstanceResourcePrincipalConfigurationSessionTokenLifeSpanDurationInHours,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.BigDataService.BdsInstanceResourcePrincipalConfiguration;
    import com.pulumi.oci.BigDataService.BdsInstanceResourcePrincipalConfigurationArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var testBdsInstanceResourcePrincipalConfiguration = new BdsInstanceResourcePrincipalConfiguration("testBdsInstanceResourcePrincipalConfiguration", BdsInstanceResourcePrincipalConfigurationArgs.builder()
                .bdsInstanceId(testBdsInstance.id())
                .clusterAdminPassword(bdsInstanceResourcePrincipalConfigurationClusterAdminPassword)
                .displayName(bdsInstanceResourcePrincipalConfigurationDisplayName)
                .sessionTokenLifeSpanDurationInHours(bdsInstanceResourcePrincipalConfigurationSessionTokenLifeSpanDurationInHours)
                .build());
    
        }
    }
    
    resources:
      testBdsInstanceResourcePrincipalConfiguration:
        type: oci:BigDataService:BdsInstanceResourcePrincipalConfiguration
        name: test_bds_instance_resource_principal_configuration
        properties:
          bdsInstanceId: ${testBdsInstance.id}
          clusterAdminPassword: ${bdsInstanceResourcePrincipalConfigurationClusterAdminPassword}
          displayName: ${bdsInstanceResourcePrincipalConfigurationDisplayName}
          sessionTokenLifeSpanDurationInHours: ${bdsInstanceResourcePrincipalConfigurationSessionTokenLifeSpanDurationInHours}
    

    Create BdsInstanceResourcePrincipalConfiguration Resource

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

    Constructor syntax

    new BdsInstanceResourcePrincipalConfiguration(name: string, args: BdsInstanceResourcePrincipalConfigurationArgs, opts?: CustomResourceOptions);
    @overload
    def BdsInstanceResourcePrincipalConfiguration(resource_name: str,
                                                  args: BdsInstanceResourcePrincipalConfigurationArgs,
                                                  opts: Optional[ResourceOptions] = None)
    
    @overload
    def BdsInstanceResourcePrincipalConfiguration(resource_name: str,
                                                  opts: Optional[ResourceOptions] = None,
                                                  bds_instance_id: Optional[str] = None,
                                                  cluster_admin_password: Optional[str] = None,
                                                  display_name: Optional[str] = None,
                                                  force_refresh_resource_principal_trigger: Optional[int] = None,
                                                  session_token_life_span_duration_in_hours: Optional[int] = None)
    func NewBdsInstanceResourcePrincipalConfiguration(ctx *Context, name string, args BdsInstanceResourcePrincipalConfigurationArgs, opts ...ResourceOption) (*BdsInstanceResourcePrincipalConfiguration, error)
    public BdsInstanceResourcePrincipalConfiguration(string name, BdsInstanceResourcePrincipalConfigurationArgs args, CustomResourceOptions? opts = null)
    public BdsInstanceResourcePrincipalConfiguration(String name, BdsInstanceResourcePrincipalConfigurationArgs args)
    public BdsInstanceResourcePrincipalConfiguration(String name, BdsInstanceResourcePrincipalConfigurationArgs args, CustomResourceOptions options)
    
    type: oci:BigDataService:BdsInstanceResourcePrincipalConfiguration
    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 BdsInstanceResourcePrincipalConfigurationArgs
    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 BdsInstanceResourcePrincipalConfigurationArgs
    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 BdsInstanceResourcePrincipalConfigurationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args BdsInstanceResourcePrincipalConfigurationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args BdsInstanceResourcePrincipalConfigurationArgs
    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 bdsInstanceResourcePrincipalConfigurationResource = new Oci.BigDataService.BdsInstanceResourcePrincipalConfiguration("bdsInstanceResourcePrincipalConfigurationResource", new()
    {
        BdsInstanceId = "string",
        ClusterAdminPassword = "string",
        DisplayName = "string",
        ForceRefreshResourcePrincipalTrigger = 0,
        SessionTokenLifeSpanDurationInHours = 0,
    });
    
    example, err := BigDataService.NewBdsInstanceResourcePrincipalConfiguration(ctx, "bdsInstanceResourcePrincipalConfigurationResource", &BigDataService.BdsInstanceResourcePrincipalConfigurationArgs{
    	BdsInstanceId:                        pulumi.String("string"),
    	ClusterAdminPassword:                 pulumi.String("string"),
    	DisplayName:                          pulumi.String("string"),
    	ForceRefreshResourcePrincipalTrigger: pulumi.Int(0),
    	SessionTokenLifeSpanDurationInHours:  pulumi.Int(0),
    })
    
    var bdsInstanceResourcePrincipalConfigurationResource = new BdsInstanceResourcePrincipalConfiguration("bdsInstanceResourcePrincipalConfigurationResource", BdsInstanceResourcePrincipalConfigurationArgs.builder()
        .bdsInstanceId("string")
        .clusterAdminPassword("string")
        .displayName("string")
        .forceRefreshResourcePrincipalTrigger(0)
        .sessionTokenLifeSpanDurationInHours(0)
        .build());
    
    bds_instance_resource_principal_configuration_resource = oci.big_data_service.BdsInstanceResourcePrincipalConfiguration("bdsInstanceResourcePrincipalConfigurationResource",
        bds_instance_id="string",
        cluster_admin_password="string",
        display_name="string",
        force_refresh_resource_principal_trigger=0,
        session_token_life_span_duration_in_hours=0)
    
    const bdsInstanceResourcePrincipalConfigurationResource = new oci.bigdataservice.BdsInstanceResourcePrincipalConfiguration("bdsInstanceResourcePrincipalConfigurationResource", {
        bdsInstanceId: "string",
        clusterAdminPassword: "string",
        displayName: "string",
        forceRefreshResourcePrincipalTrigger: 0,
        sessionTokenLifeSpanDurationInHours: 0,
    });
    
    type: oci:BigDataService:BdsInstanceResourcePrincipalConfiguration
    properties:
        bdsInstanceId: string
        clusterAdminPassword: string
        displayName: string
        forceRefreshResourcePrincipalTrigger: 0
        sessionTokenLifeSpanDurationInHours: 0
    

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

    BdsInstanceId string
    The OCID of the cluster.
    ClusterAdminPassword string
    Base-64 encoded Cluster Admin Password for cluster admin user.
    DisplayName string
    (Updatable) A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
    ForceRefreshResourcePrincipalTrigger int
    (Updatable) An optional property when incremented triggers Force Refresh Resource Principal. Could be set to any integer value.
    SessionTokenLifeSpanDurationInHours int
    (Updatable) Life span in hours for the resource principal session token.
    BdsInstanceId string
    The OCID of the cluster.
    ClusterAdminPassword string
    Base-64 encoded Cluster Admin Password for cluster admin user.
    DisplayName string
    (Updatable) A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
    ForceRefreshResourcePrincipalTrigger int
    (Updatable) An optional property when incremented triggers Force Refresh Resource Principal. Could be set to any integer value.
    SessionTokenLifeSpanDurationInHours int
    (Updatable) Life span in hours for the resource principal session token.
    bdsInstanceId String
    The OCID of the cluster.
    clusterAdminPassword String
    Base-64 encoded Cluster Admin Password for cluster admin user.
    displayName String
    (Updatable) A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
    forceRefreshResourcePrincipalTrigger Integer
    (Updatable) An optional property when incremented triggers Force Refresh Resource Principal. Could be set to any integer value.
    sessionTokenLifeSpanDurationInHours Integer
    (Updatable) Life span in hours for the resource principal session token.
    bdsInstanceId string
    The OCID of the cluster.
    clusterAdminPassword string
    Base-64 encoded Cluster Admin Password for cluster admin user.
    displayName string
    (Updatable) A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
    forceRefreshResourcePrincipalTrigger number
    (Updatable) An optional property when incremented triggers Force Refresh Resource Principal. Could be set to any integer value.
    sessionTokenLifeSpanDurationInHours number
    (Updatable) Life span in hours for the resource principal session token.
    bds_instance_id str
    The OCID of the cluster.
    cluster_admin_password str
    Base-64 encoded Cluster Admin Password for cluster admin user.
    display_name str
    (Updatable) A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
    force_refresh_resource_principal_trigger int
    (Updatable) An optional property when incremented triggers Force Refresh Resource Principal. Could be set to any integer value.
    session_token_life_span_duration_in_hours int
    (Updatable) Life span in hours for the resource principal session token.
    bdsInstanceId String
    The OCID of the cluster.
    clusterAdminPassword String
    Base-64 encoded Cluster Admin Password for cluster admin user.
    displayName String
    (Updatable) A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
    forceRefreshResourcePrincipalTrigger Number
    (Updatable) An optional property when incremented triggers Force Refresh Resource Principal. Could be set to any integer value.
    sessionTokenLifeSpanDurationInHours Number
    (Updatable) Life span in hours for the resource principal session token.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the BdsInstanceResourcePrincipalConfiguration resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    State string
    The state of the ResourcePrincipalConfiguration.
    TimeCreated string
    The time the ResourcePrincipalConfiguration was created, shown as an RFC 3339 formatted datetime string.
    TimeTokenExpiry string
    the time the resource principal session token will expired, shown as an rfc 3339 formatted datetime string.
    TimeTokenRefreshed string
    the time the resource principal session token was refreshed, shown as an rfc 3339 formatted datetime string.
    TimeUpdated string
    The time the ResourcePrincipalConfiguration was updated, shown as an RFC 3339 formatted datetime string.
    Id string
    The provider-assigned unique ID for this managed resource.
    State string
    The state of the ResourcePrincipalConfiguration.
    TimeCreated string
    The time the ResourcePrincipalConfiguration was created, shown as an RFC 3339 formatted datetime string.
    TimeTokenExpiry string
    the time the resource principal session token will expired, shown as an rfc 3339 formatted datetime string.
    TimeTokenRefreshed string
    the time the resource principal session token was refreshed, shown as an rfc 3339 formatted datetime string.
    TimeUpdated string
    The time the ResourcePrincipalConfiguration was updated, shown as an RFC 3339 formatted datetime string.
    id String
    The provider-assigned unique ID for this managed resource.
    state String
    The state of the ResourcePrincipalConfiguration.
    timeCreated String
    The time the ResourcePrincipalConfiguration was created, shown as an RFC 3339 formatted datetime string.
    timeTokenExpiry String
    the time the resource principal session token will expired, shown as an rfc 3339 formatted datetime string.
    timeTokenRefreshed String
    the time the resource principal session token was refreshed, shown as an rfc 3339 formatted datetime string.
    timeUpdated String
    The time the ResourcePrincipalConfiguration was updated, shown as an RFC 3339 formatted datetime string.
    id string
    The provider-assigned unique ID for this managed resource.
    state string
    The state of the ResourcePrincipalConfiguration.
    timeCreated string
    The time the ResourcePrincipalConfiguration was created, shown as an RFC 3339 formatted datetime string.
    timeTokenExpiry string
    the time the resource principal session token will expired, shown as an rfc 3339 formatted datetime string.
    timeTokenRefreshed string
    the time the resource principal session token was refreshed, shown as an rfc 3339 formatted datetime string.
    timeUpdated string
    The time the ResourcePrincipalConfiguration was updated, shown as an RFC 3339 formatted datetime string.
    id str
    The provider-assigned unique ID for this managed resource.
    state str
    The state of the ResourcePrincipalConfiguration.
    time_created str
    The time the ResourcePrincipalConfiguration was created, shown as an RFC 3339 formatted datetime string.
    time_token_expiry str
    the time the resource principal session token will expired, shown as an rfc 3339 formatted datetime string.
    time_token_refreshed str
    the time the resource principal session token was refreshed, shown as an rfc 3339 formatted datetime string.
    time_updated str
    The time the ResourcePrincipalConfiguration was updated, shown as an RFC 3339 formatted datetime string.
    id String
    The provider-assigned unique ID for this managed resource.
    state String
    The state of the ResourcePrincipalConfiguration.
    timeCreated String
    The time the ResourcePrincipalConfiguration was created, shown as an RFC 3339 formatted datetime string.
    timeTokenExpiry String
    the time the resource principal session token will expired, shown as an rfc 3339 formatted datetime string.
    timeTokenRefreshed String
    the time the resource principal session token was refreshed, shown as an rfc 3339 formatted datetime string.
    timeUpdated String
    The time the ResourcePrincipalConfiguration was updated, shown as an RFC 3339 formatted datetime string.

    Look up Existing BdsInstanceResourcePrincipalConfiguration Resource

    Get an existing BdsInstanceResourcePrincipalConfiguration 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?: BdsInstanceResourcePrincipalConfigurationState, opts?: CustomResourceOptions): BdsInstanceResourcePrincipalConfiguration
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            bds_instance_id: Optional[str] = None,
            cluster_admin_password: Optional[str] = None,
            display_name: Optional[str] = None,
            force_refresh_resource_principal_trigger: Optional[int] = None,
            session_token_life_span_duration_in_hours: Optional[int] = None,
            state: Optional[str] = None,
            time_created: Optional[str] = None,
            time_token_expiry: Optional[str] = None,
            time_token_refreshed: Optional[str] = None,
            time_updated: Optional[str] = None) -> BdsInstanceResourcePrincipalConfiguration
    func GetBdsInstanceResourcePrincipalConfiguration(ctx *Context, name string, id IDInput, state *BdsInstanceResourcePrincipalConfigurationState, opts ...ResourceOption) (*BdsInstanceResourcePrincipalConfiguration, error)
    public static BdsInstanceResourcePrincipalConfiguration Get(string name, Input<string> id, BdsInstanceResourcePrincipalConfigurationState? state, CustomResourceOptions? opts = null)
    public static BdsInstanceResourcePrincipalConfiguration get(String name, Output<String> id, BdsInstanceResourcePrincipalConfigurationState 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:
    BdsInstanceId string
    The OCID of the cluster.
    ClusterAdminPassword string
    Base-64 encoded Cluster Admin Password for cluster admin user.
    DisplayName string
    (Updatable) A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
    ForceRefreshResourcePrincipalTrigger int
    (Updatable) An optional property when incremented triggers Force Refresh Resource Principal. Could be set to any integer value.
    SessionTokenLifeSpanDurationInHours int
    (Updatable) Life span in hours for the resource principal session token.
    State string
    The state of the ResourcePrincipalConfiguration.
    TimeCreated string
    The time the ResourcePrincipalConfiguration was created, shown as an RFC 3339 formatted datetime string.
    TimeTokenExpiry string
    the time the resource principal session token will expired, shown as an rfc 3339 formatted datetime string.
    TimeTokenRefreshed string
    the time the resource principal session token was refreshed, shown as an rfc 3339 formatted datetime string.
    TimeUpdated string
    The time the ResourcePrincipalConfiguration was updated, shown as an RFC 3339 formatted datetime string.
    BdsInstanceId string
    The OCID of the cluster.
    ClusterAdminPassword string
    Base-64 encoded Cluster Admin Password for cluster admin user.
    DisplayName string
    (Updatable) A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
    ForceRefreshResourcePrincipalTrigger int
    (Updatable) An optional property when incremented triggers Force Refresh Resource Principal. Could be set to any integer value.
    SessionTokenLifeSpanDurationInHours int
    (Updatable) Life span in hours for the resource principal session token.
    State string
    The state of the ResourcePrincipalConfiguration.
    TimeCreated string
    The time the ResourcePrincipalConfiguration was created, shown as an RFC 3339 formatted datetime string.
    TimeTokenExpiry string
    the time the resource principal session token will expired, shown as an rfc 3339 formatted datetime string.
    TimeTokenRefreshed string
    the time the resource principal session token was refreshed, shown as an rfc 3339 formatted datetime string.
    TimeUpdated string
    The time the ResourcePrincipalConfiguration was updated, shown as an RFC 3339 formatted datetime string.
    bdsInstanceId String
    The OCID of the cluster.
    clusterAdminPassword String
    Base-64 encoded Cluster Admin Password for cluster admin user.
    displayName String
    (Updatable) A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
    forceRefreshResourcePrincipalTrigger Integer
    (Updatable) An optional property when incremented triggers Force Refresh Resource Principal. Could be set to any integer value.
    sessionTokenLifeSpanDurationInHours Integer
    (Updatable) Life span in hours for the resource principal session token.
    state String
    The state of the ResourcePrincipalConfiguration.
    timeCreated String
    The time the ResourcePrincipalConfiguration was created, shown as an RFC 3339 formatted datetime string.
    timeTokenExpiry String
    the time the resource principal session token will expired, shown as an rfc 3339 formatted datetime string.
    timeTokenRefreshed String
    the time the resource principal session token was refreshed, shown as an rfc 3339 formatted datetime string.
    timeUpdated String
    The time the ResourcePrincipalConfiguration was updated, shown as an RFC 3339 formatted datetime string.
    bdsInstanceId string
    The OCID of the cluster.
    clusterAdminPassword string
    Base-64 encoded Cluster Admin Password for cluster admin user.
    displayName string
    (Updatable) A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
    forceRefreshResourcePrincipalTrigger number
    (Updatable) An optional property when incremented triggers Force Refresh Resource Principal. Could be set to any integer value.
    sessionTokenLifeSpanDurationInHours number
    (Updatable) Life span in hours for the resource principal session token.
    state string
    The state of the ResourcePrincipalConfiguration.
    timeCreated string
    The time the ResourcePrincipalConfiguration was created, shown as an RFC 3339 formatted datetime string.
    timeTokenExpiry string
    the time the resource principal session token will expired, shown as an rfc 3339 formatted datetime string.
    timeTokenRefreshed string
    the time the resource principal session token was refreshed, shown as an rfc 3339 formatted datetime string.
    timeUpdated string
    The time the ResourcePrincipalConfiguration was updated, shown as an RFC 3339 formatted datetime string.
    bds_instance_id str
    The OCID of the cluster.
    cluster_admin_password str
    Base-64 encoded Cluster Admin Password for cluster admin user.
    display_name str
    (Updatable) A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
    force_refresh_resource_principal_trigger int
    (Updatable) An optional property when incremented triggers Force Refresh Resource Principal. Could be set to any integer value.
    session_token_life_span_duration_in_hours int
    (Updatable) Life span in hours for the resource principal session token.
    state str
    The state of the ResourcePrincipalConfiguration.
    time_created str
    The time the ResourcePrincipalConfiguration was created, shown as an RFC 3339 formatted datetime string.
    time_token_expiry str
    the time the resource principal session token will expired, shown as an rfc 3339 formatted datetime string.
    time_token_refreshed str
    the time the resource principal session token was refreshed, shown as an rfc 3339 formatted datetime string.
    time_updated str
    The time the ResourcePrincipalConfiguration was updated, shown as an RFC 3339 formatted datetime string.
    bdsInstanceId String
    The OCID of the cluster.
    clusterAdminPassword String
    Base-64 encoded Cluster Admin Password for cluster admin user.
    displayName String
    (Updatable) A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
    forceRefreshResourcePrincipalTrigger Number
    (Updatable) An optional property when incremented triggers Force Refresh Resource Principal. Could be set to any integer value.
    sessionTokenLifeSpanDurationInHours Number
    (Updatable) Life span in hours for the resource principal session token.
    state String
    The state of the ResourcePrincipalConfiguration.
    timeCreated String
    The time the ResourcePrincipalConfiguration was created, shown as an RFC 3339 formatted datetime string.
    timeTokenExpiry String
    the time the resource principal session token will expired, shown as an rfc 3339 formatted datetime string.
    timeTokenRefreshed String
    the time the resource principal session token was refreshed, shown as an rfc 3339 formatted datetime string.
    timeUpdated String
    The time the ResourcePrincipalConfiguration was updated, shown as an RFC 3339 formatted datetime string.

    Import

    BdsInstanceResourcePrincipalConfigurations can be imported using the id, e.g.

    $ pulumi import oci:BigDataService/bdsInstanceResourcePrincipalConfiguration:BdsInstanceResourcePrincipalConfiguration test_bds_instance_resource_principal_configuration "bdsInstances/{bdsInstanceId}/resourcePrincipalConfigurations/{resourcePrincipalConfigurationId}"
    

    To learn more about importing existing cloud resources, see Importing resources.

    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 v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi