Viewing docs for stackit v0.0.6
published on Wednesday, May 6, 2026 by stackitcloud
published on Wednesday, May 6, 2026 by stackitcloud
Viewing docs for stackit v0.0.6
published on Wednesday, May 6, 2026 by stackitcloud
published on Wednesday, May 6, 2026 by stackitcloud
IAM role binding datasource schema.
This datasource is part of the iam experiment and is likely going to undergo significant changes or be removed in the future. Use it at your own discretion.
Example Usage
data "stackit_secretsmanager_instance_role_bindings_v1" "role_binding" {
resource_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
Using getSecretsmanagerInstanceRoleBindingsV1
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 getSecretsmanagerInstanceRoleBindingsV1(args: GetSecretsmanagerInstanceRoleBindingsV1Args, opts?: InvokeOptions): Promise<GetSecretsmanagerInstanceRoleBindingsV1Result>
function getSecretsmanagerInstanceRoleBindingsV1Output(args: GetSecretsmanagerInstanceRoleBindingsV1OutputArgs, opts?: InvokeOptions): Output<GetSecretsmanagerInstanceRoleBindingsV1Result>def get_secretsmanager_instance_role_bindings_v1(region: Optional[str] = None,
resource_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSecretsmanagerInstanceRoleBindingsV1Result
def get_secretsmanager_instance_role_bindings_v1_output(region: pulumi.Input[Optional[str]] = None,
resource_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSecretsmanagerInstanceRoleBindingsV1Result]func GetSecretsmanagerInstanceRoleBindingsV1(ctx *Context, args *GetSecretsmanagerInstanceRoleBindingsV1Args, opts ...InvokeOption) (*GetSecretsmanagerInstanceRoleBindingsV1Result, error)
func GetSecretsmanagerInstanceRoleBindingsV1Output(ctx *Context, args *GetSecretsmanagerInstanceRoleBindingsV1OutputArgs, opts ...InvokeOption) GetSecretsmanagerInstanceRoleBindingsV1ResultOutput> Note: This function is named GetSecretsmanagerInstanceRoleBindingsV1 in the Go SDK.
public static class GetSecretsmanagerInstanceRoleBindingsV1
{
public static Task<GetSecretsmanagerInstanceRoleBindingsV1Result> InvokeAsync(GetSecretsmanagerInstanceRoleBindingsV1Args args, InvokeOptions? opts = null)
public static Output<GetSecretsmanagerInstanceRoleBindingsV1Result> Invoke(GetSecretsmanagerInstanceRoleBindingsV1InvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSecretsmanagerInstanceRoleBindingsV1Result> getSecretsmanagerInstanceRoleBindingsV1(GetSecretsmanagerInstanceRoleBindingsV1Args args, InvokeOptions options)
public static Output<GetSecretsmanagerInstanceRoleBindingsV1Result> getSecretsmanagerInstanceRoleBindingsV1(GetSecretsmanagerInstanceRoleBindingsV1Args args, InvokeOptions options)
fn::invoke:
function: stackit:index/getSecretsmanagerInstanceRoleBindingsV1:getSecretsmanagerInstanceRoleBindingsV1
arguments:
# arguments dictionaryThe following arguments are supported:
- Resource
Id string - The identifier of the resource to get the role bindings for.
- Region string
- The resource region. If not defined, the provider region is used.
- Resource
Id string - The identifier of the resource to get the role bindings for.
- Region string
- The resource region. If not defined, the provider region is used.
- resource
Id String - The identifier of the resource to get the role bindings for.
- region String
- The resource region. If not defined, the provider region is used.
- resource
Id string - The identifier of the resource to get the role bindings for.
- region string
- The resource region. If not defined, the provider region is used.
- resource_
id str - The identifier of the resource to get the role bindings for.
- region str
- The resource region. If not defined, the provider region is used.
- resource
Id String - The identifier of the resource to get the role bindings for.
- region String
- The resource region. If not defined, the provider region is used.
getSecretsmanagerInstanceRoleBindingsV1 Result
The following output properties are available:
- Id string
- Terraform's internal resource identifier. It is structured as "
region,resourceId". - Resource
Id string - The identifier of the resource to get the role bindings for.
- Role
Bindings List<GetSecretsmanager Instance Role Bindings V1Role Binding> - List of role bindings.
- Region string
- The resource region. If not defined, the provider region is used.
- Id string
- Terraform's internal resource identifier. It is structured as "
region,resourceId". - Resource
Id string - The identifier of the resource to get the role bindings for.
- Role
Bindings []GetSecretsmanager Instance Role Bindings V1Role Binding - List of role bindings.
- Region string
- The resource region. If not defined, the provider region is used.
- id String
- Terraform's internal resource identifier. It is structured as "
region,resourceId". - resource
Id String - The identifier of the resource to get the role bindings for.
- role
Bindings List<GetSecretsmanager Instance Role Bindings V1Role Binding> - List of role bindings.
- region String
- The resource region. If not defined, the provider region is used.
- id string
- Terraform's internal resource identifier. It is structured as "
region,resourceId". - resource
Id string - The identifier of the resource to get the role bindings for.
- role
Bindings GetSecretsmanager Instance Role Bindings V1Role Binding[] - List of role bindings.
- region string
- The resource region. If not defined, the provider region is used.
- id str
- Terraform's internal resource identifier. It is structured as "
region,resourceId". - resource_
id str - The identifier of the resource to get the role bindings for.
- role_
bindings Sequence[GetSecretsmanager Instance Role Bindings V1Role Binding] - List of role bindings.
- region str
- The resource region. If not defined, the provider region is used.
- id String
- Terraform's internal resource identifier. It is structured as "
region,resourceId". - resource
Id String - The identifier of the resource to get the role bindings for.
- role
Bindings List<Property Map> - List of role bindings.
- region String
- The resource region. If not defined, the provider region is used.
Supporting Types
GetSecretsmanagerInstanceRoleBindingsV1RoleBinding
Package Details
- Repository
- stackit stackitcloud/pulumi-stackit
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
stackitTerraform Provider.
Viewing docs for stackit v0.0.6
published on Wednesday, May 6, 2026 by stackitcloud
published on Wednesday, May 6, 2026 by stackitcloud
