Documentation ¶
Index ¶
- type Args
- type Resource
- func (vrsb *Resource) Attributes() vaultRabbitmqSecretBackendAttributes
- func (vrsb *Resource) Configuration() interface{}
- func (vrsb *Resource) DependOn() terra.Reference
- func (vrsb *Resource) Dependencies() terra.Dependencies
- func (vrsb *Resource) ImportState(state io.Reader) error
- func (vrsb *Resource) LifecycleManagement() *terra.Lifecycle
- func (vrsb *Resource) LocalName() string
- func (vrsb *Resource) State() (*vaultRabbitmqSecretBackendState, bool)
- func (vrsb *Resource) StateMust() *vaultRabbitmqSecretBackendState
- func (vrsb *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // ConnectionUri: string, required ConnectionUri terra.StringValue `hcl:"connection_uri,attr" validate:"required"` // DefaultLeaseTtlSeconds: number, optional DefaultLeaseTtlSeconds terra.NumberValue `hcl:"default_lease_ttl_seconds,attr"` // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // DisableRemount: bool, optional DisableRemount terra.BoolValue `hcl:"disable_remount,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // MaxLeaseTtlSeconds: number, optional MaxLeaseTtlSeconds terra.NumberValue `hcl:"max_lease_ttl_seconds,attr"` // Namespace: string, optional Namespace terra.StringValue `hcl:"namespace,attr"` // Password: string, required Password terra.StringValue `hcl:"password,attr" validate:"required"` // PasswordPolicy: string, optional PasswordPolicy terra.StringValue `hcl:"password_policy,attr"` // Path: string, optional Path terra.StringValue `hcl:"path,attr"` // Username: string, required Username terra.StringValue `hcl:"username,attr" validate:"required"` // UsernameTemplate: string, optional UsernameTemplate terra.StringValue `hcl:"username_template,attr"` // VerifyConnection: bool, optional VerifyConnection terra.BoolValue `hcl:"verify_connection,attr"` }
Args contains the configurations for vault_rabbitmq_secret_backend.
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_rabbitmq_secret_backend.
func (*Resource) Attributes ¶
func (vrsb *Resource) Attributes() vaultRabbitmqSecretBackendAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (vrsb *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (vrsb *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
Click to show internal directories.
Click to hide internal directories.