Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Endpoints ¶
type Endpoints struct { // LambdaArn: string, required LambdaArn terra.StringValue `hcl:"lambda_arn,attr" validate:"required"` }
type EndpointsAttributes ¶
type EndpointsAttributes struct {
// contains filtered or unexported fields
}
func (EndpointsAttributes) InternalRef ¶
func (e EndpointsAttributes) InternalRef() (terra.Reference, error)
func (EndpointsAttributes) InternalTokens ¶
func (e EndpointsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (EndpointsAttributes) InternalWithRef ¶
func (e EndpointsAttributes) InternalWithRef(ref terra.Reference) EndpointsAttributes
func (EndpointsAttributes) LambdaArn ¶
func (e EndpointsAttributes) LambdaArn() terra.StringValue
type EndpointsState ¶
type EndpointsState struct {
LambdaArn string `json:"lambda_arn"`
}
Click to show internal directories.
Click to hide internal directories.