databricks.OboToken
Explore with Pulumi AI
Import
-> Note Importing this resource is not currently supported.
Create OboToken Resource
new OboToken(name: string, args: OboTokenArgs, opts?: CustomResourceOptions);
@overload
def OboToken(resource_name: str,
opts: Optional[ResourceOptions] = None,
application_id: Optional[str] = None,
comment: Optional[str] = None,
lifetime_seconds: Optional[int] = None)
@overload
def OboToken(resource_name: str,
args: OboTokenArgs,
opts: Optional[ResourceOptions] = None)
func NewOboToken(ctx *Context, name string, args OboTokenArgs, opts ...ResourceOption) (*OboToken, error)
public OboToken(string name, OboTokenArgs args, CustomResourceOptions? opts = null)
public OboToken(String name, OboTokenArgs args)
public OboToken(String name, OboTokenArgs args, CustomResourceOptions options)
type: databricks:OboToken
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args OboTokenArgs
- 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 OboTokenArgs
- 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 OboTokenArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args OboTokenArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args OboTokenArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
OboToken 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 OboToken resource accepts the following input properties:
- Application
Id string Application ID of databricks.ServicePrincipal to create a PAT token for.
- Comment string
Comment that describes the purpose of the token.
- Lifetime
Seconds int The number of seconds before the token expires. Token resource is re-created when it expires. If no lifetime is specified, the token remains valid indefinitely.
- Application
Id string Application ID of databricks.ServicePrincipal to create a PAT token for.
- Comment string
Comment that describes the purpose of the token.
- Lifetime
Seconds int The number of seconds before the token expires. Token resource is re-created when it expires. If no lifetime is specified, the token remains valid indefinitely.
- application
Id String Application ID of databricks.ServicePrincipal to create a PAT token for.
- comment String
Comment that describes the purpose of the token.
- lifetime
Seconds Integer The number of seconds before the token expires. Token resource is re-created when it expires. If no lifetime is specified, the token remains valid indefinitely.
- application
Id string Application ID of databricks.ServicePrincipal to create a PAT token for.
- comment string
Comment that describes the purpose of the token.
- lifetime
Seconds number The number of seconds before the token expires. Token resource is re-created when it expires. If no lifetime is specified, the token remains valid indefinitely.
- application_
id str Application ID of databricks.ServicePrincipal to create a PAT token for.
- comment str
Comment that describes the purpose of the token.
- lifetime_
seconds int The number of seconds before the token expires. Token resource is re-created when it expires. If no lifetime is specified, the token remains valid indefinitely.
- application
Id String Application ID of databricks.ServicePrincipal to create a PAT token for.
- comment String
Comment that describes the purpose of the token.
- lifetime
Seconds Number The number of seconds before the token expires. Token resource is re-created when it expires. If no lifetime is specified, the token remains valid indefinitely.
Outputs
All input properties are implicitly available as output properties. Additionally, the OboToken resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- Token
Value string Sensitive value of the newly-created token.
- Id string
The provider-assigned unique ID for this managed resource.
- Token
Value string Sensitive value of the newly-created token.
- id String
The provider-assigned unique ID for this managed resource.
- token
Value String Sensitive value of the newly-created token.
- id string
The provider-assigned unique ID for this managed resource.
- token
Value string Sensitive value of the newly-created token.
- id str
The provider-assigned unique ID for this managed resource.
- token_
value str Sensitive value of the newly-created token.
- id String
The provider-assigned unique ID for this managed resource.
- token
Value String Sensitive value of the newly-created token.
Look up Existing OboToken Resource
Get an existing OboToken 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?: OboTokenState, opts?: CustomResourceOptions): OboToken
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
application_id: Optional[str] = None,
comment: Optional[str] = None,
lifetime_seconds: Optional[int] = None,
token_value: Optional[str] = None) -> OboToken
func GetOboToken(ctx *Context, name string, id IDInput, state *OboTokenState, opts ...ResourceOption) (*OboToken, error)
public static OboToken Get(string name, Input<string> id, OboTokenState? state, CustomResourceOptions? opts = null)
public static OboToken get(String name, Output<String> id, OboTokenState 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.
- Application
Id string Application ID of databricks.ServicePrincipal to create a PAT token for.
- Comment string
Comment that describes the purpose of the token.
- Lifetime
Seconds int The number of seconds before the token expires. Token resource is re-created when it expires. If no lifetime is specified, the token remains valid indefinitely.
- Token
Value string Sensitive value of the newly-created token.
- Application
Id string Application ID of databricks.ServicePrincipal to create a PAT token for.
- Comment string
Comment that describes the purpose of the token.
- Lifetime
Seconds int The number of seconds before the token expires. Token resource is re-created when it expires. If no lifetime is specified, the token remains valid indefinitely.
- Token
Value string Sensitive value of the newly-created token.
- application
Id String Application ID of databricks.ServicePrincipal to create a PAT token for.
- comment String
Comment that describes the purpose of the token.
- lifetime
Seconds Integer The number of seconds before the token expires. Token resource is re-created when it expires. If no lifetime is specified, the token remains valid indefinitely.
- token
Value String Sensitive value of the newly-created token.
- application
Id string Application ID of databricks.ServicePrincipal to create a PAT token for.
- comment string
Comment that describes the purpose of the token.
- lifetime
Seconds number The number of seconds before the token expires. Token resource is re-created when it expires. If no lifetime is specified, the token remains valid indefinitely.
- token
Value string Sensitive value of the newly-created token.
- application_
id str Application ID of databricks.ServicePrincipal to create a PAT token for.
- comment str
Comment that describes the purpose of the token.
- lifetime_
seconds int The number of seconds before the token expires. Token resource is re-created when it expires. If no lifetime is specified, the token remains valid indefinitely.
- token_
value str Sensitive value of the newly-created token.
- application
Id String Application ID of databricks.ServicePrincipal to create a PAT token for.
- comment String
Comment that describes the purpose of the token.
- lifetime
Seconds Number The number of seconds before the token expires. Token resource is re-created when it expires. If no lifetime is specified, the token remains valid indefinitely.
- token
Value String Sensitive value of the newly-created token.
Package Details
- Repository
- databricks pulumi/pulumi-databricks
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
databricks
Terraform Provider.