Documentation
¶
Index ¶
- type Args
- type Resource
- func (altsr *Resource) Attributes() awsLbTrustStoreRevocationAttributes
- func (altsr *Resource) Configuration() interface{}
- func (altsr *Resource) DependOn() terra.Reference
- func (altsr *Resource) Dependencies() terra.Dependencies
- func (altsr *Resource) ImportState(state io.Reader) error
- func (altsr *Resource) LifecycleManagement() *terra.Lifecycle
- func (altsr *Resource) LocalName() string
- func (altsr *Resource) State() (*awsLbTrustStoreRevocationState, bool)
- func (altsr *Resource) StateMust() *awsLbTrustStoreRevocationState
- func (altsr *Resource) Type() string
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
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"` // RevocationsS3Bucket: string, required RevocationsS3Bucket terra.StringValue `hcl:"revocations_s3_bucket,attr" validate:"required"` // RevocationsS3Key: string, required RevocationsS3Key terra.StringValue `hcl:"revocations_s3_key,attr" validate:"required"` // RevocationsS3ObjectVersion: string, optional RevocationsS3ObjectVersion terra.StringValue `hcl:"revocations_s3_object_version,attr"` // TrustStoreArn: string, required TrustStoreArn terra.StringValue `hcl:"trust_store_arn,attr" validate:"required"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for aws_lb_trust_store_revocation.
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_lb_trust_store_revocation.
func (*Resource) Attributes ¶
func (altsr *Resource) Attributes() awsLbTrustStoreRevocationAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (altsr *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (altsr *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 Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
type TimeoutsState ¶
type TimeoutsState struct {
Create string `json:"create"`
}
Click to show internal directories.
Click to hide internal directories.