tccp

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2019 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Name is the identifier of the resource.
	Name = "tccpv26"
)

Variables

This section is empty.

Functions

func IsAlreadyTerminated

func IsAlreadyTerminated(err error) bool

IsAlreadyTerminated asserts alreadyTerminatedError. Here we also check for the AWS error code IncorrectInstanceState. The AWS errors might look like the following example.

IncorrectInstanceState: The instance 'i-0b26c88f3546aefee' must be in a 'running', 'pending', 'stopping' or 'stopped' state for this operation.

func IsDeleteInProgress

func IsDeleteInProgress(err error) bool

IsDeleteInProgress asserts deleteInProgressError.

func IsExecutionFailed

func IsExecutionFailed(err error) bool

IsExecutionFailed asserts executionFailedError.

func IsInvalidConfig

func IsInvalidConfig(err error) bool

IsInvalidConfig asserts invalidConfigError.

func IsNotExists

func IsNotExists(err error) bool

IsNotExists asserts notExistsError.

func IsUpdateInProgress

func IsUpdateInProgress(err error) bool

IsUpdateInProgress asserts updateInProgressError.

Types

type AWSConfig

type AWSConfig struct {
	AccessKeyID     string
	AccessKeySecret string
	SessionToken    string
	Region          string
	// contains filtered or unexported fields
}

type Config

type Config struct {
	APIWhitelist adapter.APIWhitelist
	// EncrypterRoleManager manages role encryption. This can be supported by
	// different implementations and thus is optional.
	EncrypterRoleManager encrypter.RoleManager
	Logger               micrologger.Logger

	Detection                  *detection.Detection
	EncrypterBackend           string
	GuestPrivateSubnetMaskBits int
	GuestPublicSubnetMaskBits  int
	InstallationName           string
	InstanceMonitoring         bool
	PublicRouteTables          string
	Route53Enabled             bool
}

Config represents the configuration used to create a new cloudformation resource.

type Resource

type Resource struct {
	// contains filtered or unexported fields
}

Resource implements the cloudformation resource.

func New

func New(config Config) (*Resource, error)

New creates a new configured cloudformation resource.

func (*Resource) EnsureCreated

func (r *Resource) EnsureCreated(ctx context.Context, obj interface{}) error

func (*Resource) EnsureDeleted

func (r *Resource) EnsureDeleted(ctx context.Context, obj interface{}) error

func (*Resource) Name

func (r *Resource) Name() string

Jump to

Keyboard shortcuts

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