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 Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- type TimeoutsState
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 Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.