ssmassociation

package
v0.0.0-...-964ba77 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OutputLocation

type OutputLocation struct {
	// S3BucketName: string, required
	S3BucketName terra.StringValue `hcl:"s3_bucket_name,attr" validate:"required"`
	// S3KeyPrefix: string, optional
	S3KeyPrefix terra.StringValue `hcl:"s3_key_prefix,attr"`
	// S3Region: string, optional
	S3Region terra.StringValue `hcl:"s3_region,attr"`
}

type OutputLocationAttributes

type OutputLocationAttributes struct {
	// contains filtered or unexported fields
}

func (OutputLocationAttributes) InternalRef

func (ol OutputLocationAttributes) InternalRef() (terra.Reference, error)

func (OutputLocationAttributes) InternalTokens

func (ol OutputLocationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (OutputLocationAttributes) InternalWithRef

func (OutputLocationAttributes) S3BucketName

func (ol OutputLocationAttributes) S3BucketName() terra.StringValue

func (OutputLocationAttributes) S3KeyPrefix

func (ol OutputLocationAttributes) S3KeyPrefix() terra.StringValue

func (OutputLocationAttributes) S3Region

type OutputLocationState

type OutputLocationState struct {
	S3BucketName string `json:"s3_bucket_name"`
	S3KeyPrefix  string `json:"s3_key_prefix"`
	S3Region     string `json:"s3_region"`
}

type Targets

type Targets struct {
	// Key: string, required
	Key terra.StringValue `hcl:"key,attr" validate:"required"`
	// Values: list of string, required
	Values terra.ListValue[terra.StringValue] `hcl:"values,attr" validate:"required"`
}

type TargetsAttributes

type TargetsAttributes struct {
	// contains filtered or unexported fields
}

func (TargetsAttributes) InternalRef

func (t TargetsAttributes) InternalRef() (terra.Reference, error)

func (TargetsAttributes) InternalTokens

func (t TargetsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TargetsAttributes) InternalWithRef

func (t TargetsAttributes) InternalWithRef(ref terra.Reference) TargetsAttributes

func (TargetsAttributes) Key

func (TargetsAttributes) Values

type TargetsState

type TargetsState struct {
	Key    string   `json:"key"`
	Values []string `json:"values"`
}

Jump to

Keyboard shortcuts

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