Documentation ¶
Index ¶
- type Args
- type Resource
- func (arrfr *Resource) Attributes() awsRoute53ResolverFirewallRuleAttributes
- func (arrfr *Resource) Configuration() interface{}
- func (arrfr *Resource) DependOn() terra.Reference
- func (arrfr *Resource) Dependencies() terra.Dependencies
- func (arrfr *Resource) ImportState(state io.Reader) error
- func (arrfr *Resource) LifecycleManagement() *terra.Lifecycle
- func (arrfr *Resource) LocalName() string
- func (arrfr *Resource) State() (*awsRoute53ResolverFirewallRuleState, bool)
- func (arrfr *Resource) StateMust() *awsRoute53ResolverFirewallRuleState
- func (arrfr *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Action: string, required Action terra.StringValue `hcl:"action,attr" validate:"required"` // BlockOverrideDnsType: string, optional BlockOverrideDnsType terra.StringValue `hcl:"block_override_dns_type,attr"` // BlockOverrideDomain: string, optional BlockOverrideDomain terra.StringValue `hcl:"block_override_domain,attr"` // BlockOverrideTtl: number, optional BlockOverrideTtl terra.NumberValue `hcl:"block_override_ttl,attr"` // BlockResponse: string, optional BlockResponse terra.StringValue `hcl:"block_response,attr"` // FirewallDomainListId: string, required FirewallDomainListId terra.StringValue `hcl:"firewall_domain_list_id,attr" validate:"required"` // FirewallRuleGroupId: string, required FirewallRuleGroupId terra.StringValue `hcl:"firewall_rule_group_id,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Priority: number, required Priority terra.NumberValue `hcl:"priority,attr" validate:"required"` }
Args contains the configurations for aws_route53_resolver_firewall_rule.
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_route53_resolver_firewall_rule.
func (*Resource) Attributes ¶
func (arrfr *Resource) Attributes() awsRoute53ResolverFirewallRuleAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (arrfr *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (arrfr *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.