Documentation
¶
Index ¶
- type Args
- type CdnManagedHttps
- type CdnManagedHttpsAttributes
- func (cmh CdnManagedHttpsAttributes) CertificateType() terra.StringValue
- func (cmh CdnManagedHttpsAttributes) InternalRef() (terra.Reference, error)
- func (cmh CdnManagedHttpsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cmh CdnManagedHttpsAttributes) InternalWithRef(ref terra.Reference) CdnManagedHttpsAttributes
- func (cmh CdnManagedHttpsAttributes) ProtocolType() terra.StringValue
- func (cmh CdnManagedHttpsAttributes) TlsVersion() terra.StringValue
- type CdnManagedHttpsState
- type Resource
- func (acecd *Resource) Attributes() azurermCdnEndpointCustomDomainAttributes
- func (acecd *Resource) Configuration() interface{}
- func (acecd *Resource) DependOn() terra.Reference
- func (acecd *Resource) Dependencies() terra.Dependencies
- func (acecd *Resource) ImportState(state io.Reader) error
- func (acecd *Resource) LifecycleManagement() *terra.Lifecycle
- func (acecd *Resource) LocalName() string
- func (acecd *Resource) State() (*azurermCdnEndpointCustomDomainState, bool)
- func (acecd *Resource) StateMust() *azurermCdnEndpointCustomDomainState
- func (acecd *Resource) Type() string
- 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
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
- type UserManagedHttps
- type UserManagedHttpsAttributes
- func (umh UserManagedHttpsAttributes) InternalRef() (terra.Reference, error)
- func (umh UserManagedHttpsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (umh UserManagedHttpsAttributes) InternalWithRef(ref terra.Reference) UserManagedHttpsAttributes
- func (umh UserManagedHttpsAttributes) KeyVaultCertificateId() terra.StringValue
- func (umh UserManagedHttpsAttributes) KeyVaultSecretId() terra.StringValue
- func (umh UserManagedHttpsAttributes) TlsVersion() terra.StringValue
- type UserManagedHttpsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // CdnEndpointId: string, required CdnEndpointId terra.StringValue `hcl:"cdn_endpoint_id,attr" validate:"required"` // HostName: string, required HostName terra.StringValue `hcl:"host_name,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // CdnManagedHttps: optional CdnManagedHttps *CdnManagedHttps `hcl:"cdn_managed_https,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` // UserManagedHttps: optional UserManagedHttps *UserManagedHttps `hcl:"user_managed_https,block"` }
Args contains the configurations for azurerm_cdn_endpoint_custom_domain.
type CdnManagedHttps ¶
type CdnManagedHttps struct { // CertificateType: string, required CertificateType terra.StringValue `hcl:"certificate_type,attr" validate:"required"` // ProtocolType: string, required ProtocolType terra.StringValue `hcl:"protocol_type,attr" validate:"required"` // TlsVersion: string, optional TlsVersion terra.StringValue `hcl:"tls_version,attr"` }
type CdnManagedHttpsAttributes ¶
type CdnManagedHttpsAttributes struct {
// contains filtered or unexported fields
}
func (CdnManagedHttpsAttributes) CertificateType ¶
func (cmh CdnManagedHttpsAttributes) CertificateType() terra.StringValue
func (CdnManagedHttpsAttributes) InternalRef ¶
func (cmh CdnManagedHttpsAttributes) InternalRef() (terra.Reference, error)
func (CdnManagedHttpsAttributes) InternalTokens ¶
func (cmh CdnManagedHttpsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (CdnManagedHttpsAttributes) InternalWithRef ¶
func (cmh CdnManagedHttpsAttributes) InternalWithRef(ref terra.Reference) CdnManagedHttpsAttributes
func (CdnManagedHttpsAttributes) ProtocolType ¶
func (cmh CdnManagedHttpsAttributes) ProtocolType() terra.StringValue
func (CdnManagedHttpsAttributes) TlsVersion ¶
func (cmh CdnManagedHttpsAttributes) TlsVersion() terra.StringValue
type CdnManagedHttpsState ¶
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource azurerm_cdn_endpoint_custom_domain.
func (*Resource) Attributes ¶
func (acecd *Resource) Attributes() azurermCdnEndpointCustomDomainAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (acecd *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (acecd *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
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"` // Update: string, optional Update terra.StringValue `hcl:"update,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
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
type UserManagedHttps ¶
type UserManagedHttps struct { // KeyVaultCertificateId: string, optional KeyVaultCertificateId terra.StringValue `hcl:"key_vault_certificate_id,attr"` // KeyVaultSecretId: string, optional KeyVaultSecretId terra.StringValue `hcl:"key_vault_secret_id,attr"` // TlsVersion: string, optional TlsVersion terra.StringValue `hcl:"tls_version,attr"` }
type UserManagedHttpsAttributes ¶
type UserManagedHttpsAttributes struct {
// contains filtered or unexported fields
}
func (UserManagedHttpsAttributes) InternalRef ¶
func (umh UserManagedHttpsAttributes) InternalRef() (terra.Reference, error)
func (UserManagedHttpsAttributes) InternalTokens ¶
func (umh UserManagedHttpsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (UserManagedHttpsAttributes) InternalWithRef ¶
func (umh UserManagedHttpsAttributes) InternalWithRef(ref terra.Reference) UserManagedHttpsAttributes
func (UserManagedHttpsAttributes) KeyVaultCertificateId ¶
func (umh UserManagedHttpsAttributes) KeyVaultCertificateId() terra.StringValue
func (UserManagedHttpsAttributes) KeyVaultSecretId ¶
func (umh UserManagedHttpsAttributes) KeyVaultSecretId() terra.StringValue
func (UserManagedHttpsAttributes) TlsVersion ¶
func (umh UserManagedHttpsAttributes) TlsVersion() terra.StringValue
type UserManagedHttpsState ¶
Click to show internal directories.
Click to hide internal directories.