aws_devopsguru_service_integration

package
v0.0.0-...-4deecce Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

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 (KmsServerSideEncryptionAttributes) InternalTokens

func (ksse KmsServerSideEncryptionAttributes) InternalTokens() (hclwrite.Tokens, error)

func (KmsServerSideEncryptionAttributes) InternalWithRef

func (KmsServerSideEncryptionAttributes) KmsKeyId

func (KmsServerSideEncryptionAttributes) OptInStatus

func (KmsServerSideEncryptionAttributes) Type

type KmsServerSideEncryptionState

type KmsServerSideEncryptionState struct {
	KmsKeyId    string `json:"kms_key_id"`
	OptInStatus string `json:"opt_in_status"`
	Type        string `json:"type"`
}

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 (LogsAnomalyDetectionAttributes) OptInStatus

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 New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

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) DependOn

func (adsi *Resource) DependOn() terra.Reference

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

func (adsi *Resource) Dependencies() terra.Dependencies

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

func (adsi *Resource) ImportState(state io.Reader) error

ImportState imports the given attribute values into Resource's state.

func (*Resource) LifecycleManagement

func (adsi *Resource) LifecycleManagement() *terra.Lifecycle

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (adsi *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (adsi *Resource) State() (*awsDevopsguruServiceIntegrationState, bool)

State returns the state and a bool indicating if Resource has state.

func (*Resource) StateMust

func (adsi *Resource) StateMust() *awsDevopsguruServiceIntegrationState

StateMust returns the state for Resource. Panics if the state is nil.

func (*Resource) Type

func (adsi *Resource) Type() string

Type returns the Terraform object type for Resource.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL