vault_database_secret_backend_static_role

package
v0.0.0-...-4deecce Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Args

type Args struct {
	// Backend: string, required
	Backend terra.StringValue `hcl:"backend,attr" validate:"required"`
	// DbName: string, required
	DbName terra.StringValue `hcl:"db_name,attr" validate:"required"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// Namespace: string, optional
	Namespace terra.StringValue `hcl:"namespace,attr"`
	// RotationPeriod: number, optional
	RotationPeriod terra.NumberValue `hcl:"rotation_period,attr"`
	// RotationSchedule: string, optional
	RotationSchedule terra.StringValue `hcl:"rotation_schedule,attr"`
	// RotationStatements: list of string, optional
	RotationStatements terra.ListValue[terra.StringValue] `hcl:"rotation_statements,attr"`
	// RotationWindow: number, optional
	RotationWindow terra.NumberValue `hcl:"rotation_window,attr"`
	// Username: string, required
	Username terra.StringValue `hcl:"username,attr" validate:"required"`
}

Args contains the configurations for vault_database_secret_backend_static_role.

type Resource

type Resource struct {
	Name string
	Args Args

	DependsOn terra.Dependencies
	Lifecycle *terra.Lifecycle
	// contains filtered or unexported fields
}

Resource represents the Terraform resource vault_database_secret_backend_static_role.

func New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

func (*Resource) Attributes

func (vdsbsr *Resource) Attributes() vaultDatabaseSecretBackendStaticRoleAttributes

Attributes returns the attributes for Resource.

func (*Resource) Configuration

func (vdsbsr *Resource) Configuration() interface{}

Configuration returns the configuration (args) for Resource.

func (*Resource) DependOn

func (vdsbsr *Resource) DependOn() terra.Reference

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

func (vdsbsr *Resource) Dependencies() terra.Dependencies

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

func (vdsbsr *Resource) ImportState(state io.Reader) error

ImportState imports the given attribute values into Resource's state.

func (*Resource) LifecycleManagement

func (vdsbsr *Resource) LifecycleManagement() *terra.Lifecycle

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (vdsbsr *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (vdsbsr *Resource) State() (*vaultDatabaseSecretBackendStaticRoleState, bool)

State returns the state and a bool indicating if Resource has state.

func (*Resource) StateMust

func (vdsbsr *Resource) StateMust() *vaultDatabaseSecretBackendStaticRoleState

StateMust returns the state for Resource. Panics if the state is nil.

func (*Resource) Type

func (vdsbsr *Resource) Type() string

Type returns the Terraform object type for Resource.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL