aws_cloudformation_type

package
v5.45.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

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 (DataLoggingConfigAttributes) LogGroupName

func (lc DataLoggingConfigAttributes) LogGroupName() terra.StringValue

func (DataLoggingConfigAttributes) LogRoleArn

type DataLoggingConfigState

type DataLoggingConfigState struct {
	LogGroupName string `json:"log_group_name"`
	LogRoleArn   string `json:"log_role_arn"`
}

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

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 (LoggingConfigAttributes) LogGroupName

func (lc LoggingConfigAttributes) LogGroupName() terra.StringValue

func (LoggingConfigAttributes) LogRoleArn

func (lc LoggingConfigAttributes) LogRoleArn() terra.StringValue

type LoggingConfigState

type LoggingConfigState struct {
	LogGroupName string `json:"log_group_name"`
	LogRoleArn   string `json:"log_role_arn"`
}

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 New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

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) DependOn

func (act *Resource) DependOn() terra.Reference

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

func (act *Resource) Dependencies() terra.Dependencies

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

func (act *Resource) ImportState(state io.Reader) error

ImportState imports the given attribute values into Resource's state.

func (*Resource) LifecycleManagement

func (act *Resource) LifecycleManagement() *terra.Lifecycle

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (act *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (act *Resource) State() (*awsCloudformationTypeState, bool)

State returns the state and a bool indicating if Resource has state.

func (*Resource) StateMust

func (act *Resource) StateMust() *awsCloudformationTypeState

StateMust returns the state for Resource. Panics if the state is nil.

func (*Resource) Type

func (act *Resource) Type() string

Type returns the Terraform object type for Resource.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL