Documentation
¶
Index ¶
- type CustomerCertificate
- type CustomerCertificateAttributes
- func (cc CustomerCertificateAttributes) InternalRef() (terra.Reference, error)
- func (cc CustomerCertificateAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cc CustomerCertificateAttributes) InternalWithRef(ref terra.Reference) CustomerCertificateAttributes
- func (cc CustomerCertificateAttributes) KeyVaultCertificateId() terra.StringValue
- func (cc CustomerCertificateAttributes) SubjectAlternativeNames() terra.ListValue[terra.StringValue]
- type CustomerCertificateState
- type Secret
- type SecretAttributes
- func (s SecretAttributes) CustomerCertificate() terra.ListValue[CustomerCertificateAttributes]
- func (s SecretAttributes) InternalRef() (terra.Reference, error)
- func (s SecretAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (s SecretAttributes) InternalWithRef(ref terra.Reference) SecretAttributes
- type SecretState
- 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
- func (t TimeoutsAttributes) Read() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomerCertificate ¶
type CustomerCertificate struct { // KeyVaultCertificateId: string, required KeyVaultCertificateId terra.StringValue `hcl:"key_vault_certificate_id,attr" validate:"required"` }
type CustomerCertificateAttributes ¶
type CustomerCertificateAttributes struct {
// contains filtered or unexported fields
}
func (CustomerCertificateAttributes) InternalRef ¶
func (cc CustomerCertificateAttributes) InternalRef() (terra.Reference, error)
func (CustomerCertificateAttributes) InternalTokens ¶
func (cc CustomerCertificateAttributes) InternalTokens() (hclwrite.Tokens, error)
func (CustomerCertificateAttributes) InternalWithRef ¶
func (cc CustomerCertificateAttributes) InternalWithRef(ref terra.Reference) CustomerCertificateAttributes
func (CustomerCertificateAttributes) KeyVaultCertificateId ¶
func (cc CustomerCertificateAttributes) KeyVaultCertificateId() terra.StringValue
func (CustomerCertificateAttributes) SubjectAlternativeNames ¶
func (cc CustomerCertificateAttributes) SubjectAlternativeNames() terra.ListValue[terra.StringValue]
type Secret ¶
type Secret struct { // CustomerCertificate: min=1 CustomerCertificate []CustomerCertificate `hcl:"customer_certificate,block" validate:"min=1"` }
type SecretAttributes ¶
type SecretAttributes struct {
// contains filtered or unexported fields
}
func (SecretAttributes) CustomerCertificate ¶
func (s SecretAttributes) CustomerCertificate() terra.ListValue[CustomerCertificateAttributes]
func (SecretAttributes) InternalRef ¶
func (s SecretAttributes) InternalRef() (terra.Reference, error)
func (SecretAttributes) InternalTokens ¶
func (s SecretAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SecretAttributes) InternalWithRef ¶
func (s SecretAttributes) InternalWithRef(ref terra.Reference) SecretAttributes
type SecretState ¶
type SecretState struct {
CustomerCertificate []CustomerCertificateState `json:"customer_certificate"`
}
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Read: string, optional Read terra.StringValue `hcl:"read,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
func (TimeoutsAttributes) Read ¶
func (t TimeoutsAttributes) Read() terra.StringValue
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.