Documentation ¶
Index ¶
- type InlinePolicy
- type InlinePolicyAttributes
- func (ip InlinePolicyAttributes) InternalRef() (terra.Reference, error)
- func (ip InlinePolicyAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ip InlinePolicyAttributes) InternalWithRef(ref terra.Reference) InlinePolicyAttributes
- func (ip InlinePolicyAttributes) Name() terra.StringValue
- func (ip InlinePolicyAttributes) Policy() terra.StringValue
- type InlinePolicyState
- type RoleLastUsed
- type RoleLastUsedAttributes
- func (rlu RoleLastUsedAttributes) InternalRef() (terra.Reference, error)
- func (rlu RoleLastUsedAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rlu RoleLastUsedAttributes) InternalWithRef(ref terra.Reference) RoleLastUsedAttributes
- func (rlu RoleLastUsedAttributes) LastUsedDate() terra.StringValue
- func (rlu RoleLastUsedAttributes) Region() terra.StringValue
- type RoleLastUsedState
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 (ip InlinePolicyAttributes) InternalWithRef(ref terra.Reference) InlinePolicyAttributes
func (InlinePolicyAttributes) Name ¶
func (ip InlinePolicyAttributes) Name() terra.StringValue
func (InlinePolicyAttributes) Policy ¶
func (ip InlinePolicyAttributes) Policy() terra.StringValue
type InlinePolicyState ¶
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 (rlu RoleLastUsedAttributes) InternalWithRef(ref terra.Reference) RoleLastUsedAttributes
func (RoleLastUsedAttributes) LastUsedDate ¶
func (rlu RoleLastUsedAttributes) LastUsedDate() terra.StringValue
func (RoleLastUsedAttributes) Region ¶
func (rlu RoleLastUsedAttributes) Region() terra.StringValue
type RoleLastUsedState ¶
Click to show internal directories.
Click to hide internal directories.