Documentation ¶
Index ¶
- type CustomerManagedPolicyReference
- type CustomerManagedPolicyReferenceAttributes
- func (cmpr CustomerManagedPolicyReferenceAttributes) InternalRef() (terra.Reference, error)
- func (cmpr CustomerManagedPolicyReferenceAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cmpr CustomerManagedPolicyReferenceAttributes) InternalWithRef(ref terra.Reference) CustomerManagedPolicyReferenceAttributes
- func (cmpr CustomerManagedPolicyReferenceAttributes) Name() terra.StringValue
- func (cmpr CustomerManagedPolicyReferenceAttributes) Path() terra.StringValue
- type CustomerManagedPolicyReferenceState
- type PermissionsBoundary
- type PermissionsBoundaryAttributes
- func (pb PermissionsBoundaryAttributes) CustomerManagedPolicyReference() terra.ListValue[CustomerManagedPolicyReferenceAttributes]
- func (pb PermissionsBoundaryAttributes) InternalRef() (terra.Reference, error)
- func (pb PermissionsBoundaryAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (pb PermissionsBoundaryAttributes) InternalWithRef(ref terra.Reference) PermissionsBoundaryAttributes
- func (pb PermissionsBoundaryAttributes) ManagedPolicyArn() terra.StringValue
- type PermissionsBoundaryState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomerManagedPolicyReference ¶
type CustomerManagedPolicyReference struct { // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Path: string, optional Path terra.StringValue `hcl:"path,attr"` }
type CustomerManagedPolicyReferenceAttributes ¶
type CustomerManagedPolicyReferenceAttributes struct {
// contains filtered or unexported fields
}
func (CustomerManagedPolicyReferenceAttributes) InternalRef ¶
func (cmpr CustomerManagedPolicyReferenceAttributes) InternalRef() (terra.Reference, error)
func (CustomerManagedPolicyReferenceAttributes) InternalTokens ¶
func (cmpr CustomerManagedPolicyReferenceAttributes) InternalTokens() (hclwrite.Tokens, error)
func (CustomerManagedPolicyReferenceAttributes) InternalWithRef ¶
func (cmpr CustomerManagedPolicyReferenceAttributes) InternalWithRef(ref terra.Reference) CustomerManagedPolicyReferenceAttributes
func (CustomerManagedPolicyReferenceAttributes) Name ¶
func (cmpr CustomerManagedPolicyReferenceAttributes) Name() terra.StringValue
func (CustomerManagedPolicyReferenceAttributes) Path ¶
func (cmpr CustomerManagedPolicyReferenceAttributes) Path() terra.StringValue
type PermissionsBoundary ¶
type PermissionsBoundary struct { // ManagedPolicyArn: string, optional ManagedPolicyArn terra.StringValue `hcl:"managed_policy_arn,attr"` // CustomerManagedPolicyReference: optional CustomerManagedPolicyReference *CustomerManagedPolicyReference `hcl:"customer_managed_policy_reference,block"` }
type PermissionsBoundaryAttributes ¶
type PermissionsBoundaryAttributes struct {
// contains filtered or unexported fields
}
func (PermissionsBoundaryAttributes) CustomerManagedPolicyReference ¶
func (pb PermissionsBoundaryAttributes) CustomerManagedPolicyReference() terra.ListValue[CustomerManagedPolicyReferenceAttributes]
func (PermissionsBoundaryAttributes) InternalRef ¶
func (pb PermissionsBoundaryAttributes) InternalRef() (terra.Reference, error)
func (PermissionsBoundaryAttributes) InternalTokens ¶
func (pb PermissionsBoundaryAttributes) InternalTokens() (hclwrite.Tokens, error)
func (PermissionsBoundaryAttributes) InternalWithRef ¶
func (pb PermissionsBoundaryAttributes) InternalWithRef(ref terra.Reference) PermissionsBoundaryAttributes
func (PermissionsBoundaryAttributes) ManagedPolicyArn ¶
func (pb PermissionsBoundaryAttributes) ManagedPolicyArn() terra.StringValue
type PermissionsBoundaryState ¶
type PermissionsBoundaryState struct { ManagedPolicyArn string `json:"managed_policy_arn"` CustomerManagedPolicyReference []CustomerManagedPolicyReferenceState `json:"customer_managed_policy_reference"` }
Click to show internal directories.
Click to hide internal directories.