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
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomerCertificate ¶
type CustomerCertificate struct{}
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=0 CustomerCertificate []CustomerCertificate `hcl:"customer_certificate,block" validate:"min=0"` }
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 { // Read: string, optional Read terra.StringValue `hcl:"read,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
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 ¶
type TimeoutsState struct {
Read string `json:"read"`
}
Click to show internal directories.
Click to hide internal directories.