opensearchpackage

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 PackageSource

type PackageSource struct {
	// S3BucketName: string, required
	S3BucketName terra.StringValue `hcl:"s3_bucket_name,attr" validate:"required"`
	// S3Key: string, required
	S3Key terra.StringValue `hcl:"s3_key,attr" validate:"required"`
}

type PackageSourceAttributes

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

func (PackageSourceAttributes) InternalRef

func (ps PackageSourceAttributes) InternalRef() (terra.Reference, error)

func (PackageSourceAttributes) InternalTokens

func (ps PackageSourceAttributes) InternalTokens() (hclwrite.Tokens, error)

func (PackageSourceAttributes) InternalWithRef

func (PackageSourceAttributes) S3BucketName

func (ps PackageSourceAttributes) S3BucketName() terra.StringValue

func (PackageSourceAttributes) S3Key

type PackageSourceState

type PackageSourceState struct {
	S3BucketName string `json:"s3_bucket_name"`
	S3Key        string `json:"s3_key"`
}

Jump to

Keyboard shortcuts

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