databricks.getAwsAssumeRolePolicy
Using getAwsAssumeRolePolicy
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAwsAssumeRolePolicy(args: GetAwsAssumeRolePolicyArgs, opts?: InvokeOptions): Promise<GetAwsAssumeRolePolicyResult>
function getAwsAssumeRolePolicyOutput(args: GetAwsAssumeRolePolicyOutputArgs, opts?: InvokeOptions): Output<GetAwsAssumeRolePolicyResult>
def get_aws_assume_role_policy(databricks_account_id: Optional[str] = None,
external_id: Optional[str] = None,
for_log_delivery: Optional[bool] = None,
opts: Optional[InvokeOptions] = None) -> GetAwsAssumeRolePolicyResult
def get_aws_assume_role_policy_output(databricks_account_id: Optional[pulumi.Input[str]] = None,
external_id: Optional[pulumi.Input[str]] = None,
for_log_delivery: Optional[pulumi.Input[bool]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAwsAssumeRolePolicyResult]
func GetAwsAssumeRolePolicy(ctx *Context, args *GetAwsAssumeRolePolicyArgs, opts ...InvokeOption) (*GetAwsAssumeRolePolicyResult, error)
func GetAwsAssumeRolePolicyOutput(ctx *Context, args *GetAwsAssumeRolePolicyOutputArgs, opts ...InvokeOption) GetAwsAssumeRolePolicyResultOutput
> Note: This function is named GetAwsAssumeRolePolicy
in the Go SDK.
public static class GetAwsAssumeRolePolicy
{
public static Task<GetAwsAssumeRolePolicyResult> InvokeAsync(GetAwsAssumeRolePolicyArgs args, InvokeOptions? opts = null)
public static Output<GetAwsAssumeRolePolicyResult> Invoke(GetAwsAssumeRolePolicyInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAwsAssumeRolePolicyResult> getAwsAssumeRolePolicy(GetAwsAssumeRolePolicyArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: databricks:index/getAwsAssumeRolePolicy:getAwsAssumeRolePolicy
arguments:
# arguments dictionary
The following arguments are supported:
- External
Id string Account Id that could be found in the bottom left corner of Accounts Console.
- Databricks
Account stringId - For
Log boolDelivery Either or not this assume role policy should be created for usage log delivery. Defaults to false.
- External
Id string Account Id that could be found in the bottom left corner of Accounts Console.
- Databricks
Account stringId - For
Log boolDelivery Either or not this assume role policy should be created for usage log delivery. Defaults to false.
- external
Id String Account Id that could be found in the bottom left corner of Accounts Console.
- databricks
Account StringId - for
Log BooleanDelivery Either or not this assume role policy should be created for usage log delivery. Defaults to false.
- external
Id string Account Id that could be found in the bottom left corner of Accounts Console.
- databricks
Account stringId - for
Log booleanDelivery Either or not this assume role policy should be created for usage log delivery. Defaults to false.
- external_
id str Account Id that could be found in the bottom left corner of Accounts Console.
- databricks_
account_ strid - for_
log_ booldelivery Either or not this assume role policy should be created for usage log delivery. Defaults to false.
- external
Id String Account Id that could be found in the bottom left corner of Accounts Console.
- databricks
Account StringId - for
Log BooleanDelivery Either or not this assume role policy should be created for usage log delivery. Defaults to false.
getAwsAssumeRolePolicy Result
The following output properties are available:
- External
Id string - Id string
The provider-assigned unique ID for this managed resource.
- Json string
AWS IAM Policy JSON document
- Databricks
Account stringId - For
Log boolDelivery
- External
Id string - Id string
The provider-assigned unique ID for this managed resource.
- Json string
AWS IAM Policy JSON document
- Databricks
Account stringId - For
Log boolDelivery
- external
Id String - id String
The provider-assigned unique ID for this managed resource.
- json String
AWS IAM Policy JSON document
- databricks
Account StringId - for
Log BooleanDelivery
- external
Id string - id string
The provider-assigned unique ID for this managed resource.
- json string
AWS IAM Policy JSON document
- databricks
Account stringId - for
Log booleanDelivery
- external_
id str - id str
The provider-assigned unique ID for this managed resource.
- json str
AWS IAM Policy JSON document
- databricks_
account_ strid - for_
log_ booldelivery
- external
Id String - id String
The provider-assigned unique ID for this managed resource.
- json String
AWS IAM Policy JSON document
- databricks
Account StringId - for
Log BooleanDelivery
Package Details
- Repository
- databricks pulumi/pulumi-databricks
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
databricks
Terraform Provider.