Documentation ¶
Index ¶
- type EncryptionConfiguration
- type EncryptionConfigurationAttributes
- func (ec EncryptionConfigurationAttributes) EncryptionType() terra.StringValue
- func (ec EncryptionConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (ec EncryptionConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ec EncryptionConfigurationAttributes) InternalWithRef(ref terra.Reference) EncryptionConfigurationAttributes
- func (ec EncryptionConfigurationAttributes) KmsKey() terra.StringValue
- type EncryptionConfigurationState
- type ImageScanningConfiguration
- type ImageScanningConfigurationAttributes
- func (isc ImageScanningConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (isc ImageScanningConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (isc ImageScanningConfigurationAttributes) InternalWithRef(ref terra.Reference) ImageScanningConfigurationAttributes
- func (isc ImageScanningConfigurationAttributes) ScanOnPush() terra.BoolValue
- type ImageScanningConfigurationState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncryptionConfiguration ¶
type EncryptionConfiguration struct{}
type EncryptionConfigurationAttributes ¶
type EncryptionConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (EncryptionConfigurationAttributes) EncryptionType ¶
func (ec EncryptionConfigurationAttributes) EncryptionType() terra.StringValue
func (EncryptionConfigurationAttributes) InternalRef ¶
func (ec EncryptionConfigurationAttributes) InternalRef() (terra.Reference, error)
func (EncryptionConfigurationAttributes) InternalTokens ¶
func (ec EncryptionConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (EncryptionConfigurationAttributes) InternalWithRef ¶
func (ec EncryptionConfigurationAttributes) InternalWithRef(ref terra.Reference) EncryptionConfigurationAttributes
func (EncryptionConfigurationAttributes) KmsKey ¶
func (ec EncryptionConfigurationAttributes) KmsKey() terra.StringValue
type ImageScanningConfiguration ¶
type ImageScanningConfiguration struct{}
type ImageScanningConfigurationAttributes ¶
type ImageScanningConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (ImageScanningConfigurationAttributes) InternalRef ¶
func (isc ImageScanningConfigurationAttributes) InternalRef() (terra.Reference, error)
func (ImageScanningConfigurationAttributes) InternalTokens ¶
func (isc ImageScanningConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ImageScanningConfigurationAttributes) InternalWithRef ¶
func (isc ImageScanningConfigurationAttributes) InternalWithRef(ref terra.Reference) ImageScanningConfigurationAttributes
func (ImageScanningConfigurationAttributes) ScanOnPush ¶
func (isc ImageScanningConfigurationAttributes) ScanOnPush() terra.BoolValue
type ImageScanningConfigurationState ¶
type ImageScanningConfigurationState struct {
ScanOnPush bool `json:"scan_on_push"`
}
Click to show internal directories.
Click to hide internal directories.