Documentation ¶
Index ¶
- type Args
- type Resource
- func (aaga *Resource) Attributes() awsApiGatewayAccountAttributes
- func (aaga *Resource) Configuration() interface{}
- func (aaga *Resource) DependOn() terra.Reference
- func (aaga *Resource) Dependencies() terra.Dependencies
- func (aaga *Resource) ImportState(state io.Reader) error
- func (aaga *Resource) LifecycleManagement() *terra.Lifecycle
- func (aaga *Resource) LocalName() string
- func (aaga *Resource) State() (*awsApiGatewayAccountState, bool)
- func (aaga *Resource) StateMust() *awsApiGatewayAccountState
- func (aaga *Resource) Type() string
- type ThrottleSettingsAttributes
- func (ts ThrottleSettingsAttributes) BurstLimit() terra.NumberValue
- func (ts ThrottleSettingsAttributes) InternalRef() (terra.Reference, error)
- func (ts ThrottleSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ts ThrottleSettingsAttributes) InternalWithRef(ref terra.Reference) ThrottleSettingsAttributes
- func (ts ThrottleSettingsAttributes) RateLimit() terra.NumberValue
- type ThrottleSettingsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // CloudwatchRoleArn: string, optional CloudwatchRoleArn terra.StringValue `hcl:"cloudwatch_role_arn,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` }
Args contains the configurations for aws_api_gateway_account.
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_api_gateway_account.
func (*Resource) Attributes ¶
func (aaga *Resource) Attributes() awsApiGatewayAccountAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aaga *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aaga *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.
type ThrottleSettingsAttributes ¶
type ThrottleSettingsAttributes struct {
// contains filtered or unexported fields
}
func (ThrottleSettingsAttributes) BurstLimit ¶
func (ts ThrottleSettingsAttributes) BurstLimit() terra.NumberValue
func (ThrottleSettingsAttributes) InternalRef ¶
func (ts ThrottleSettingsAttributes) InternalRef() (terra.Reference, error)
func (ThrottleSettingsAttributes) InternalTokens ¶
func (ts ThrottleSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ThrottleSettingsAttributes) InternalWithRef ¶
func (ts ThrottleSettingsAttributes) InternalWithRef(ref terra.Reference) ThrottleSettingsAttributes
func (ThrottleSettingsAttributes) RateLimit ¶
func (ts ThrottleSettingsAttributes) RateLimit() terra.NumberValue
type ThrottleSettingsState ¶
Click to show internal directories.
Click to hide internal directories.