aws_iam_access_keys

package
v0.0.0-...-4deecce 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: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataAccessKeysAttributes

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

func (DataAccessKeysAttributes) AccessKeyId

func (ak DataAccessKeysAttributes) AccessKeyId() terra.StringValue

func (DataAccessKeysAttributes) CreateDate

func (ak DataAccessKeysAttributes) CreateDate() terra.StringValue

func (DataAccessKeysAttributes) InternalRef

func (ak DataAccessKeysAttributes) InternalRef() (terra.Reference, error)

func (DataAccessKeysAttributes) InternalTokens

func (ak DataAccessKeysAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataAccessKeysAttributes) InternalWithRef

func (DataAccessKeysAttributes) Status

type DataAccessKeysState

type DataAccessKeysState struct {
	AccessKeyId string `json:"access_key_id"`
	CreateDate  string `json:"create_date"`
	Status      string `json:"status"`
}

type DataArgs

type DataArgs struct {
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// User: string, required
	User terra.StringValue `hcl:"user,attr" validate:"required"`
}

DataArgs contains the configurations for aws_iam_access_keys.

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource aws_iam_access_keys.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (aiak *DataSource) Attributes() dataAwsIamAccessKeysAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

func (aiak *DataSource) Configuration() interface{}

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (aiak *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (aiak *DataSource) LocalName() string

LocalName returns the local name for DataSource.

Jump to

Keyboard shortcuts

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