Documentation ¶
Index ¶
- type Args
- type DataArgs
- type DataLoggingConfigAttributes
- func (lc DataLoggingConfigAttributes) InternalRef() (terra.Reference, error)
- func (lc DataLoggingConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (lc DataLoggingConfigAttributes) InternalWithRef(ref terra.Reference) DataLoggingConfigAttributes
- func (lc DataLoggingConfigAttributes) LogGroupName() terra.StringValue
- func (lc DataLoggingConfigAttributes) LogRoleArn() terra.StringValue
- type DataLoggingConfigState
- type DataSource
- type LoggingConfig
- type LoggingConfigAttributes
- func (lc LoggingConfigAttributes) InternalRef() (terra.Reference, error)
- func (lc LoggingConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (lc LoggingConfigAttributes) InternalWithRef(ref terra.Reference) LoggingConfigAttributes
- func (lc LoggingConfigAttributes) LogGroupName() terra.StringValue
- func (lc LoggingConfigAttributes) LogRoleArn() terra.StringValue
- type LoggingConfigState
- type Resource
- func (act *Resource) Attributes() awsCloudformationTypeAttributes
- func (act *Resource) Configuration() interface{}
- func (act *Resource) DependOn() terra.Reference
- func (act *Resource) Dependencies() terra.Dependencies
- func (act *Resource) ImportState(state io.Reader) error
- func (act *Resource) LifecycleManagement() *terra.Lifecycle
- func (act *Resource) LocalName() string
- func (act *Resource) State() (*awsCloudformationTypeState, bool)
- func (act *Resource) StateMust() *awsCloudformationTypeState
- func (act *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // ExecutionRoleArn: string, optional ExecutionRoleArn terra.StringValue `hcl:"execution_role_arn,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // SchemaHandlerPackage: string, required SchemaHandlerPackage terra.StringValue `hcl:"schema_handler_package,attr" validate:"required"` // Type: string, optional Type terra.StringValue `hcl:"type,attr"` // TypeName: string, required TypeName terra.StringValue `hcl:"type_name,attr" validate:"required"` // LoggingConfig: optional LoggingConfig *LoggingConfig `hcl:"logging_config,block"` }
Args contains the configurations for aws_cloudformation_type.
type DataArgs ¶
type DataArgs struct { // Arn: string, optional Arn terra.StringValue `hcl:"arn,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Type: string, optional Type terra.StringValue `hcl:"type,attr"` // TypeName: string, optional TypeName terra.StringValue `hcl:"type_name,attr"` // VersionId: string, optional VersionId terra.StringValue `hcl:"version_id,attr"` }
DataArgs contains the configurations for aws_cloudformation_type.
type DataLoggingConfigAttributes ¶
type DataLoggingConfigAttributes struct {
// contains filtered or unexported fields
}
func (DataLoggingConfigAttributes) InternalRef ¶
func (lc DataLoggingConfigAttributes) InternalRef() (terra.Reference, error)
func (DataLoggingConfigAttributes) InternalTokens ¶
func (lc DataLoggingConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataLoggingConfigAttributes) InternalWithRef ¶
func (lc DataLoggingConfigAttributes) InternalWithRef(ref terra.Reference) DataLoggingConfigAttributes
func (DataLoggingConfigAttributes) LogGroupName ¶
func (lc DataLoggingConfigAttributes) LogGroupName() terra.StringValue
func (DataLoggingConfigAttributes) LogRoleArn ¶
func (lc DataLoggingConfigAttributes) LogRoleArn() terra.StringValue
type DataLoggingConfigState ¶
type DataSource ¶
DataSource represents the Terraform data resource aws_cloudformation_type.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (act *DataSource) Attributes() dataAwsCloudformationTypeAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (act *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (act *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (act *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type LoggingConfig ¶
type LoggingConfig struct { // LogGroupName: string, required LogGroupName terra.StringValue `hcl:"log_group_name,attr" validate:"required"` // LogRoleArn: string, required LogRoleArn terra.StringValue `hcl:"log_role_arn,attr" validate:"required"` }
type LoggingConfigAttributes ¶
type LoggingConfigAttributes struct {
// contains filtered or unexported fields
}
func (LoggingConfigAttributes) InternalRef ¶
func (lc LoggingConfigAttributes) InternalRef() (terra.Reference, error)
func (LoggingConfigAttributes) InternalTokens ¶
func (lc LoggingConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (LoggingConfigAttributes) InternalWithRef ¶
func (lc LoggingConfigAttributes) InternalWithRef(ref terra.Reference) LoggingConfigAttributes
func (LoggingConfigAttributes) LogGroupName ¶
func (lc LoggingConfigAttributes) LogGroupName() terra.StringValue
func (LoggingConfigAttributes) LogRoleArn ¶
func (lc LoggingConfigAttributes) LogRoleArn() terra.StringValue
type LoggingConfigState ¶
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_cloudformation_type.
func (*Resource) Attributes ¶
func (act *Resource) Attributes() awsCloudformationTypeAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (act *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (act *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.