package
0.0.2
Repository: https://github.com/aws/aws-controllers-k8s.git
Documentation: pkg.go.dev

# Constants

AnnotationARN is an annotation whose value is an Amazon Resource Name, which is a globally-unique identifier, for the backend AWS service API resource.
AnnotationDefaultRegion is an annotation whose value is the identifier for the default AWS region in which resources should be created.
AnnotationOwnerAccountID is an annotation whose value is the identifier for the AWS account to which the resource belongs.
AnnotationPrefix is the prefix for all ACK annotations.
AnnotationRegion is an annotation whose value is the identifier for the the AWS region in which the resources should be created.
ConditionTypeResourceSynced indicates the state of the resource in the backend service is in sync with the ACK service controller.
ConditionTypeTerminal indicates that the custom resource Spec need to be updated before any further sync.

# Structs

Condition is the common struct used by all CRDs managed by ACK service controllers to indicate terminal states of the CR and its backend AWS service API resource.
ResourceMetadata is common to all custom resources (CRs) managed by an ACK service controller.

# Type aliases

AWSAccountID represents an AWS account identifier.
AWSRegion represents an AWS regional identifier.
AWSResourceName represents an AWS Resource Name (ARN).
ConditionType is a category of ResourceCondition that all CRs managed by an ACK service controller expose in their `Status.Conditions` collection.