AuthBackendClient
Create a AuthBackendClient Resource
new AuthBackendClient(name: string, args?: AuthBackendClientArgs, opts?: CustomResourceOptions);def AuthBackendClient(resource_name, opts=None, access_key=None, backend=None, ec2_endpoint=None, iam_endpoint=None, iam_server_id_header_value=None, secret_key=None, sts_endpoint=None, __props__=None);func NewAuthBackendClient(ctx *Context, name string, args *AuthBackendClientArgs, opts ...ResourceOption) (*AuthBackendClient, error)public AuthBackendClient(string name, AuthBackendClientArgs? args = null, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args AuthBackendClientArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args AuthBackendClientArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AuthBackendClientArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
AuthBackendClient Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The AuthBackendClient resource accepts the following input properties:
- Access
Key string The AWS access key that Vault should use for the auth backend.
- Backend string
The path the AWS auth backend being configured was mounted at. Defaults to
aws.- Ec2Endpoint string
Override the URL Vault uses when making EC2 API calls.
- Iam
Endpoint string Override the URL Vault uses when making IAM API calls.
- Iam
Server stringId Header Value The value to require in the
X-Vault-AWS-IAM-Server-IDheader as part ofGetCallerIdentityrequests that are used in the IAM auth method.- Secret
Key string The AWS secret key that Vault should use for the auth backend.
- Sts
Endpoint string Override the URL Vault uses when making STS API calls.
- Access
Key string The AWS access key that Vault should use for the auth backend.
- Backend string
The path the AWS auth backend being configured was mounted at. Defaults to
aws.- Ec2Endpoint string
Override the URL Vault uses when making EC2 API calls.
- Iam
Endpoint string Override the URL Vault uses when making IAM API calls.
- Iam
Server stringId Header Value The value to require in the
X-Vault-AWS-IAM-Server-IDheader as part ofGetCallerIdentityrequests that are used in the IAM auth method.- Secret
Key string The AWS secret key that Vault should use for the auth backend.
- Sts
Endpoint string Override the URL Vault uses when making STS API calls.
- access
Key string The AWS access key that Vault should use for the auth backend.
- backend string
The path the AWS auth backend being configured was mounted at. Defaults to
aws.- ec2Endpoint string
Override the URL Vault uses when making EC2 API calls.
- iam
Endpoint string Override the URL Vault uses when making IAM API calls.
- iam
Server stringId Header Value The value to require in the
X-Vault-AWS-IAM-Server-IDheader as part ofGetCallerIdentityrequests that are used in the IAM auth method.- secret
Key string The AWS secret key that Vault should use for the auth backend.
- sts
Endpoint string Override the URL Vault uses when making STS API calls.
- access_
key str The AWS access key that Vault should use for the auth backend.
- backend str
The path the AWS auth backend being configured was mounted at. Defaults to
aws.- ec2_
endpoint str Override the URL Vault uses when making EC2 API calls.
- iam_
endpoint str Override the URL Vault uses when making IAM API calls.
- iam_
server_ strid_ header_ value The value to require in the
X-Vault-AWS-IAM-Server-IDheader as part ofGetCallerIdentityrequests that are used in the IAM auth method.- secret_
key str The AWS secret key that Vault should use for the auth backend.
- sts_
endpoint str Override the URL Vault uses when making STS API calls.
Outputs
All input properties are implicitly available as output properties. Additionally, the AuthBackendClient resource produces the following output properties:
Look up an Existing AuthBackendClient Resource
Get an existing AuthBackendClient 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?: AuthBackendClientState, opts?: CustomResourceOptions): AuthBackendClientstatic get(resource_name, id, opts=None, access_key=None, backend=None, ec2_endpoint=None, iam_endpoint=None, iam_server_id_header_value=None, secret_key=None, sts_endpoint=None, __props__=None);func GetAuthBackendClient(ctx *Context, name string, id IDInput, state *AuthBackendClientState, opts ...ResourceOption) (*AuthBackendClient, error)public static AuthBackendClient Get(string name, Input<string> id, AuthBackendClientState? state, CustomResourceOptions? opts = null)- 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.
The following state arguments are supported:
- Access
Key string The AWS access key that Vault should use for the auth backend.
- Backend string
The path the AWS auth backend being configured was mounted at. Defaults to
aws.- Ec2Endpoint string
Override the URL Vault uses when making EC2 API calls.
- Iam
Endpoint string Override the URL Vault uses when making IAM API calls.
- Iam
Server stringId Header Value The value to require in the
X-Vault-AWS-IAM-Server-IDheader as part ofGetCallerIdentityrequests that are used in the IAM auth method.- Secret
Key string The AWS secret key that Vault should use for the auth backend.
- Sts
Endpoint string Override the URL Vault uses when making STS API calls.
- Access
Key string The AWS access key that Vault should use for the auth backend.
- Backend string
The path the AWS auth backend being configured was mounted at. Defaults to
aws.- Ec2Endpoint string
Override the URL Vault uses when making EC2 API calls.
- Iam
Endpoint string Override the URL Vault uses when making IAM API calls.
- Iam
Server stringId Header Value The value to require in the
X-Vault-AWS-IAM-Server-IDheader as part ofGetCallerIdentityrequests that are used in the IAM auth method.- Secret
Key string The AWS secret key that Vault should use for the auth backend.
- Sts
Endpoint string Override the URL Vault uses when making STS API calls.
- access
Key string The AWS access key that Vault should use for the auth backend.
- backend string
The path the AWS auth backend being configured was mounted at. Defaults to
aws.- ec2Endpoint string
Override the URL Vault uses when making EC2 API calls.
- iam
Endpoint string Override the URL Vault uses when making IAM API calls.
- iam
Server stringId Header Value The value to require in the
X-Vault-AWS-IAM-Server-IDheader as part ofGetCallerIdentityrequests that are used in the IAM auth method.- secret
Key string The AWS secret key that Vault should use for the auth backend.
- sts
Endpoint string Override the URL Vault uses when making STS API calls.
- access_
key str The AWS access key that Vault should use for the auth backend.
- backend str
The path the AWS auth backend being configured was mounted at. Defaults to
aws.- ec2_
endpoint str Override the URL Vault uses when making EC2 API calls.
- iam_
endpoint str Override the URL Vault uses when making IAM API calls.
- iam_
server_ strid_ header_ value The value to require in the
X-Vault-AWS-IAM-Server-IDheader as part ofGetCallerIdentityrequests that are used in the IAM auth method.- secret_
key str The AWS secret key that Vault should use for the auth backend.
- sts_
endpoint str Override the URL Vault uses when making STS API calls.
Package Details
- Repository
- https://github.com/pulumi/pulumi-vault
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
vaultTerraform Provider.