Documentation ¶
Index ¶
- type Args
- type Resource
- func (albbsp *Resource) Attributes() awsLoadBalancerBackendServerPolicyAttributes
- func (albbsp *Resource) Configuration() interface{}
- func (albbsp *Resource) DependOn() terra.Reference
- func (albbsp *Resource) Dependencies() terra.Dependencies
- func (albbsp *Resource) ImportState(state io.Reader) error
- func (albbsp *Resource) LifecycleManagement() *terra.Lifecycle
- func (albbsp *Resource) LocalName() string
- func (albbsp *Resource) State() (*awsLoadBalancerBackendServerPolicyState, bool)
- func (albbsp *Resource) StateMust() *awsLoadBalancerBackendServerPolicyState
- func (albbsp *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // InstancePort: number, required InstancePort terra.NumberValue `hcl:"instance_port,attr" validate:"required"` // LoadBalancerName: string, required LoadBalancerName terra.StringValue `hcl:"load_balancer_name,attr" validate:"required"` // PolicyNames: set of string, optional PolicyNames terra.SetValue[terra.StringValue] `hcl:"policy_names,attr"` }
Args contains the configurations for aws_load_balancer_backend_server_policy.
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 aws_load_balancer_backend_server_policy.
func (*Resource) Attributes ¶
func (albbsp *Resource) Attributes() awsLoadBalancerBackendServerPolicyAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (albbsp *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (albbsp *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.