Documentation ¶
Index ¶
- type Args
- type KmsServerSideEncryption
- type KmsServerSideEncryptionAttributes
- func (ksse KmsServerSideEncryptionAttributes) InternalRef() (terra.Reference, error)
- func (ksse KmsServerSideEncryptionAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ksse KmsServerSideEncryptionAttributes) InternalWithRef(ref terra.Reference) KmsServerSideEncryptionAttributes
- func (ksse KmsServerSideEncryptionAttributes) KmsKeyId() terra.StringValue
- func (ksse KmsServerSideEncryptionAttributes) OptInStatus() terra.StringValue
- func (ksse KmsServerSideEncryptionAttributes) Type() terra.StringValue
- type KmsServerSideEncryptionState
- type LogsAnomalyDetection
- type LogsAnomalyDetectionAttributes
- func (lad LogsAnomalyDetectionAttributes) InternalRef() (terra.Reference, error)
- func (lad LogsAnomalyDetectionAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (lad LogsAnomalyDetectionAttributes) InternalWithRef(ref terra.Reference) LogsAnomalyDetectionAttributes
- func (lad LogsAnomalyDetectionAttributes) OptInStatus() terra.StringValue
- type LogsAnomalyDetectionState
- type OpsCenter
- type OpsCenterAttributes
- type OpsCenterState
- type Resource
- func (adsi *Resource) Attributes() awsDevopsguruServiceIntegrationAttributes
- func (adsi *Resource) Configuration() interface{}
- func (adsi *Resource) DependOn() terra.Reference
- func (adsi *Resource) Dependencies() terra.Dependencies
- func (adsi *Resource) ImportState(state io.Reader) error
- func (adsi *Resource) LifecycleManagement() *terra.Lifecycle
- func (adsi *Resource) LocalName() string
- func (adsi *Resource) State() (*awsDevopsguruServiceIntegrationState, bool)
- func (adsi *Resource) StateMust() *awsDevopsguruServiceIntegrationState
- func (adsi *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // KmsServerSideEncryption: min=0 KmsServerSideEncryption []KmsServerSideEncryption `hcl:"kms_server_side_encryption,block" validate:"min=0"` // LogsAnomalyDetection: min=0 LogsAnomalyDetection []LogsAnomalyDetection `hcl:"logs_anomaly_detection,block" validate:"min=0"` // OpsCenter: min=0 OpsCenter []OpsCenter `hcl:"ops_center,block" validate:"min=0"` }
Args contains the configurations for aws_devopsguru_service_integration.
type KmsServerSideEncryption ¶
type KmsServerSideEncryption struct { // KmsKeyId: string, optional KmsKeyId terra.StringValue `hcl:"kms_key_id,attr"` // OptInStatus: string, optional OptInStatus terra.StringValue `hcl:"opt_in_status,attr"` // Type: string, optional Type terra.StringValue `hcl:"type,attr"` }
type KmsServerSideEncryptionAttributes ¶
type KmsServerSideEncryptionAttributes struct {
// contains filtered or unexported fields
}
func (KmsServerSideEncryptionAttributes) InternalRef ¶
func (ksse KmsServerSideEncryptionAttributes) InternalRef() (terra.Reference, error)
func (KmsServerSideEncryptionAttributes) InternalTokens ¶
func (ksse KmsServerSideEncryptionAttributes) InternalTokens() (hclwrite.Tokens, error)
func (KmsServerSideEncryptionAttributes) InternalWithRef ¶
func (ksse KmsServerSideEncryptionAttributes) InternalWithRef(ref terra.Reference) KmsServerSideEncryptionAttributes
func (KmsServerSideEncryptionAttributes) KmsKeyId ¶
func (ksse KmsServerSideEncryptionAttributes) KmsKeyId() terra.StringValue
func (KmsServerSideEncryptionAttributes) OptInStatus ¶
func (ksse KmsServerSideEncryptionAttributes) OptInStatus() terra.StringValue
func (KmsServerSideEncryptionAttributes) Type ¶
func (ksse KmsServerSideEncryptionAttributes) Type() terra.StringValue
type LogsAnomalyDetection ¶
type LogsAnomalyDetection struct { // OptInStatus: string, optional OptInStatus terra.StringValue `hcl:"opt_in_status,attr"` }
type LogsAnomalyDetectionAttributes ¶
type LogsAnomalyDetectionAttributes struct {
// contains filtered or unexported fields
}
func (LogsAnomalyDetectionAttributes) InternalRef ¶
func (lad LogsAnomalyDetectionAttributes) InternalRef() (terra.Reference, error)
func (LogsAnomalyDetectionAttributes) InternalTokens ¶
func (lad LogsAnomalyDetectionAttributes) InternalTokens() (hclwrite.Tokens, error)
func (LogsAnomalyDetectionAttributes) InternalWithRef ¶
func (lad LogsAnomalyDetectionAttributes) InternalWithRef(ref terra.Reference) LogsAnomalyDetectionAttributes
func (LogsAnomalyDetectionAttributes) OptInStatus ¶
func (lad LogsAnomalyDetectionAttributes) OptInStatus() terra.StringValue
type LogsAnomalyDetectionState ¶
type LogsAnomalyDetectionState struct {
OptInStatus string `json:"opt_in_status"`
}
type OpsCenter ¶
type OpsCenter struct { // OptInStatus: string, optional OptInStatus terra.StringValue `hcl:"opt_in_status,attr"` }
type OpsCenterAttributes ¶
type OpsCenterAttributes struct {
// contains filtered or unexported fields
}
func (OpsCenterAttributes) InternalRef ¶
func (oc OpsCenterAttributes) InternalRef() (terra.Reference, error)
func (OpsCenterAttributes) InternalTokens ¶
func (oc OpsCenterAttributes) InternalTokens() (hclwrite.Tokens, error)
func (OpsCenterAttributes) InternalWithRef ¶
func (oc OpsCenterAttributes) InternalWithRef(ref terra.Reference) OpsCenterAttributes
func (OpsCenterAttributes) OptInStatus ¶
func (oc OpsCenterAttributes) OptInStatus() terra.StringValue
type OpsCenterState ¶
type OpsCenterState struct {
OptInStatus string `json:"opt_in_status"`
}
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 aws_devopsguru_service_integration.
func (*Resource) Attributes ¶
func (adsi *Resource) Attributes() awsDevopsguruServiceIntegrationAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (adsi *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (adsi *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.
Click to show internal directories.
Click to hide internal directories.