iamrole

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 InlinePolicy

type InlinePolicy struct {
	// Name: string, optional
	Name terra.StringValue `hcl:"name,attr"`
	// Policy: string, optional
	Policy terra.StringValue `hcl:"policy,attr"`
}

type InlinePolicyAttributes

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

func (InlinePolicyAttributes) InternalRef

func (ip InlinePolicyAttributes) InternalRef() (terra.Reference, error)

func (InlinePolicyAttributes) InternalTokens

func (ip InlinePolicyAttributes) InternalTokens() (hclwrite.Tokens, error)

func (InlinePolicyAttributes) InternalWithRef

func (InlinePolicyAttributes) Name

func (InlinePolicyAttributes) Policy

type InlinePolicyState

type InlinePolicyState struct {
	Name   string `json:"name"`
	Policy string `json:"policy"`
}

type RoleLastUsed

type RoleLastUsed struct{}

type RoleLastUsedAttributes

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

func (RoleLastUsedAttributes) InternalRef

func (rlu RoleLastUsedAttributes) InternalRef() (terra.Reference, error)

func (RoleLastUsedAttributes) InternalTokens

func (rlu RoleLastUsedAttributes) InternalTokens() (hclwrite.Tokens, error)

func (RoleLastUsedAttributes) InternalWithRef

func (RoleLastUsedAttributes) LastUsedDate

func (rlu RoleLastUsedAttributes) LastUsedDate() terra.StringValue

func (RoleLastUsedAttributes) Region

type RoleLastUsedState

type RoleLastUsedState struct {
	LastUsedDate string `json:"last_used_date"`
	Region       string `json:"region"`
}

Jump to

Keyboard shortcuts

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