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
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
Click to show internal directories.
Click to hide internal directories.