Documentation
¶
Index ¶
- type DataArgs
- type DataFirewallRulesAttributes
- func (fr DataFirewallRulesAttributes) Action() terra.StringValue
- func (fr DataFirewallRulesAttributes) BlockOverrideDnsType() terra.StringValue
- func (fr DataFirewallRulesAttributes) BlockOverrideDomain() terra.StringValue
- func (fr DataFirewallRulesAttributes) BlockOverrideTtl() terra.NumberValue
- func (fr DataFirewallRulesAttributes) BlockResponse() terra.StringValue
- func (fr DataFirewallRulesAttributes) CreationTime() terra.StringValue
- func (fr DataFirewallRulesAttributes) CreatorRequestId() terra.StringValue
- func (fr DataFirewallRulesAttributes) FirewallDomainListId() terra.StringValue
- func (fr DataFirewallRulesAttributes) FirewallRuleGroupId() terra.StringValue
- func (fr DataFirewallRulesAttributes) InternalRef() (terra.Reference, error)
- func (fr DataFirewallRulesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (fr DataFirewallRulesAttributes) InternalWithRef(ref terra.Reference) DataFirewallRulesAttributes
- func (fr DataFirewallRulesAttributes) ModificationTime() terra.StringValue
- func (fr DataFirewallRulesAttributes) Name() terra.StringValue
- func (fr DataFirewallRulesAttributes) Priority() terra.NumberValue
- type DataFirewallRulesState
- type DataSource
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataArgs ¶
type DataArgs struct { // Action: string, optional Action terra.StringValue `hcl:"action,attr"` // FirewallRuleGroupId: string, required FirewallRuleGroupId terra.StringValue `hcl:"firewall_rule_group_id,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Priority: number, optional Priority terra.NumberValue `hcl:"priority,attr"` }
DataArgs contains the configurations for aws_route53_resolver_firewall_rules.
type DataFirewallRulesAttributes ¶
type DataFirewallRulesAttributes struct {
// contains filtered or unexported fields
}
func (DataFirewallRulesAttributes) Action ¶
func (fr DataFirewallRulesAttributes) Action() terra.StringValue
func (DataFirewallRulesAttributes) BlockOverrideDnsType ¶
func (fr DataFirewallRulesAttributes) BlockOverrideDnsType() terra.StringValue
func (DataFirewallRulesAttributes) BlockOverrideDomain ¶
func (fr DataFirewallRulesAttributes) BlockOverrideDomain() terra.StringValue
func (DataFirewallRulesAttributes) BlockOverrideTtl ¶
func (fr DataFirewallRulesAttributes) BlockOverrideTtl() terra.NumberValue
func (DataFirewallRulesAttributes) BlockResponse ¶
func (fr DataFirewallRulesAttributes) BlockResponse() terra.StringValue
func (DataFirewallRulesAttributes) CreationTime ¶
func (fr DataFirewallRulesAttributes) CreationTime() terra.StringValue
func (DataFirewallRulesAttributes) CreatorRequestId ¶
func (fr DataFirewallRulesAttributes) CreatorRequestId() terra.StringValue
func (DataFirewallRulesAttributes) FirewallDomainListId ¶
func (fr DataFirewallRulesAttributes) FirewallDomainListId() terra.StringValue
func (DataFirewallRulesAttributes) FirewallRuleGroupId ¶
func (fr DataFirewallRulesAttributes) FirewallRuleGroupId() terra.StringValue
func (DataFirewallRulesAttributes) InternalRef ¶
func (fr DataFirewallRulesAttributes) InternalRef() (terra.Reference, error)
func (DataFirewallRulesAttributes) InternalTokens ¶
func (fr DataFirewallRulesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataFirewallRulesAttributes) InternalWithRef ¶
func (fr DataFirewallRulesAttributes) InternalWithRef(ref terra.Reference) DataFirewallRulesAttributes
func (DataFirewallRulesAttributes) ModificationTime ¶
func (fr DataFirewallRulesAttributes) ModificationTime() terra.StringValue
func (DataFirewallRulesAttributes) Name ¶
func (fr DataFirewallRulesAttributes) Name() terra.StringValue
func (DataFirewallRulesAttributes) Priority ¶
func (fr DataFirewallRulesAttributes) Priority() terra.NumberValue
type DataFirewallRulesState ¶
type DataFirewallRulesState struct { Action string `json:"action"` BlockOverrideDnsType string `json:"block_override_dns_type"` BlockOverrideDomain string `json:"block_override_domain"` BlockOverrideTtl float64 `json:"block_override_ttl"` BlockResponse string `json:"block_response"` CreationTime string `json:"creation_time"` CreatorRequestId string `json:"creator_request_id"` FirewallDomainListId string `json:"firewall_domain_list_id"` FirewallRuleGroupId string `json:"firewall_rule_group_id"` ModificationTime string `json:"modification_time"` Name string `json:"name"` Priority float64 `json:"priority"` }
type DataSource ¶
DataSource represents the Terraform data resource aws_route53_resolver_firewall_rules.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (arrfr *DataSource) Attributes() dataAwsRoute53ResolverFirewallRulesAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (arrfr *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (arrfr *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (arrfr *DataSource) LocalName() string
LocalName returns the local name for DataSource.
Click to show internal directories.
Click to hide internal directories.