AuthBackendRoletagBlacklist
Configures the periodic tidying operation of the blacklisted role tag entries.
Example Usage
using Pulumi;
using Vault = Pulumi.Vault;
class MyStack : Stack
{
public MyStack()
{
var exampleAuthBackend = new Vault.AuthBackend("exampleAuthBackend", new Vault.AuthBackendArgs
{
Type = "aws",
});
var exampleAuthBackendRoletagBlacklist = new Vault.Aws.AuthBackendRoletagBlacklist("exampleAuthBackendRoletagBlacklist", new Vault.Aws.AuthBackendRoletagBlacklistArgs
{
Backend = exampleAuthBackend.Path,
SafetyBuffer = 360,
});
}
}
Coming soon!
import pulumi
import pulumi_vault as vault
example_auth_backend = vault.AuthBackend("exampleAuthBackend", type="aws")
example_auth_backend_roletag_blacklist = vault.aws.AuthBackendRoletagBlacklist("exampleAuthBackendRoletagBlacklist",
backend=example_auth_backend.path,
safety_buffer=360)import * as pulumi from "@pulumi/pulumi";
import * as vault from "@pulumi/vault";
const exampleAuthBackend = new vault.AuthBackend("example", {
type: "aws",
});
const exampleAuthBackendRoletagBlacklist = new vault.aws.AuthBackendRoletagBlacklist("example", {
backend: exampleAuthBackend.path,
safetyBuffer: 360,
});Create a AuthBackendRoletagBlacklist Resource
new AuthBackendRoletagBlacklist(name: string, args: AuthBackendRoletagBlacklistArgs, opts?: CustomResourceOptions);def AuthBackendRoletagBlacklist(resource_name, opts=None, backend=None, disable_periodic_tidy=None, safety_buffer=None, __props__=None);func NewAuthBackendRoletagBlacklist(ctx *Context, name string, args AuthBackendRoletagBlacklistArgs, opts ...ResourceOption) (*AuthBackendRoletagBlacklist, error)public AuthBackendRoletagBlacklist(string name, AuthBackendRoletagBlacklistArgs args, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args AuthBackendRoletagBlacklistArgs
- 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 AuthBackendRoletagBlacklistArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AuthBackendRoletagBlacklistArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
AuthBackendRoletagBlacklist Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The AuthBackendRoletagBlacklist resource accepts the following input properties:
- Backend string
The path the AWS auth backend being configured was mounted at.
- Disable
Periodic boolTidy If set to true, disables the periodic tidying of the roletag blacklist entries. Defaults to false.
- Safety
Buffer int The amount of extra time that must have passed beyond the roletag expiration, before it is removed from the backend storage. Defaults to 259,200 seconds, or 72 hours.
- Backend string
The path the AWS auth backend being configured was mounted at.
- Disable
Periodic boolTidy If set to true, disables the periodic tidying of the roletag blacklist entries. Defaults to false.
- Safety
Buffer int The amount of extra time that must have passed beyond the roletag expiration, before it is removed from the backend storage. Defaults to 259,200 seconds, or 72 hours.
- backend string
The path the AWS auth backend being configured was mounted at.
- disable
Periodic booleanTidy If set to true, disables the periodic tidying of the roletag blacklist entries. Defaults to false.
- safety
Buffer number The amount of extra time that must have passed beyond the roletag expiration, before it is removed from the backend storage. Defaults to 259,200 seconds, or 72 hours.
- backend str
The path the AWS auth backend being configured was mounted at.
- disable_
periodic_ booltidy If set to true, disables the periodic tidying of the roletag blacklist entries. Defaults to false.
- safety_
buffer float The amount of extra time that must have passed beyond the roletag expiration, before it is removed from the backend storage. Defaults to 259,200 seconds, or 72 hours.
Outputs
All input properties are implicitly available as output properties. Additionally, the AuthBackendRoletagBlacklist resource produces the following output properties:
Look up an Existing AuthBackendRoletagBlacklist Resource
Get an existing AuthBackendRoletagBlacklist 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?: AuthBackendRoletagBlacklistState, opts?: CustomResourceOptions): AuthBackendRoletagBlackliststatic get(resource_name, id, opts=None, backend=None, disable_periodic_tidy=None, safety_buffer=None, __props__=None);func GetAuthBackendRoletagBlacklist(ctx *Context, name string, id IDInput, state *AuthBackendRoletagBlacklistState, opts ...ResourceOption) (*AuthBackendRoletagBlacklist, error)public static AuthBackendRoletagBlacklist Get(string name, Input<string> id, AuthBackendRoletagBlacklistState? 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:
- Backend string
The path the AWS auth backend being configured was mounted at.
- Disable
Periodic boolTidy If set to true, disables the periodic tidying of the roletag blacklist entries. Defaults to false.
- Safety
Buffer int The amount of extra time that must have passed beyond the roletag expiration, before it is removed from the backend storage. Defaults to 259,200 seconds, or 72 hours.
- Backend string
The path the AWS auth backend being configured was mounted at.
- Disable
Periodic boolTidy If set to true, disables the periodic tidying of the roletag blacklist entries. Defaults to false.
- Safety
Buffer int The amount of extra time that must have passed beyond the roletag expiration, before it is removed from the backend storage. Defaults to 259,200 seconds, or 72 hours.
- backend string
The path the AWS auth backend being configured was mounted at.
- disable
Periodic booleanTidy If set to true, disables the periodic tidying of the roletag blacklist entries. Defaults to false.
- safety
Buffer number The amount of extra time that must have passed beyond the roletag expiration, before it is removed from the backend storage. Defaults to 259,200 seconds, or 72 hours.
- backend str
The path the AWS auth backend being configured was mounted at.
- disable_
periodic_ booltidy If set to true, disables the periodic tidying of the roletag blacklist entries. Defaults to false.
- safety_
buffer float The amount of extra time that must have passed beyond the roletag expiration, before it is removed from the backend storage. Defaults to 259,200 seconds, or 72 hours.
Package Details
- Repository
- https://github.com/pulumi/pulumi-vault
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
vaultTerraform Provider.