# Functions
CloudControlRegionOption sets the region for the CloudControl client.
CloudFormationRegionOption sets the region for the CloudFormation client.
CreateAWSTestResource creates an AWSTestResource object with the given parameters and returns it.
CreateAWSTestResourceWithInvalidRegion creates an AWSTestResource object with invalid region information and returns it.
CreateKinesisStreamTestResource creates a test resource of type AWSKinesisStreamResourceType with the given resourceName, provider, arn and typeSchema.
CreateKinesisStreamTestResourceWithInvalidRegion creates a test resource with an invalid region for testing purposes.
CreateMemoryDBClusterTestResource creates a test resource of type AWSMemoryDBClusterResourceType with the given resourceName, provider, arn, and typeSchema.
CreateRedshiftEndpointAuthorizationTestResource creates a test resource for a Redshift Endpoint Authorization with the given resource name and returns a pointer to the AWSTestResource.
NewCreateOrUpdateAWSResource creates a new CreateOrUpdateAWSResource.
NewCreateOrUpdateAWSResourceWithPost creates a new CreateOrUpdateAWSResourceWithPost.
NewDeleteAWSResource creates a new DeleteAWSResource controller which is used to delete AWS resources and returns it along with a nil error.
NewDeleteAWSResourceWithPost creates a new DeleteAWSResourceWithPost controller which is used to delete an AWS resource using a POST request.
NewGetAWSOperationResults creates a new GetAWSOperationResults controller with the given options and AWS clients, and returns it without an error.
NewGetAWSOperationStatuses creates a new GetAWSOperationStatuses controller which is used to get the statuses of AWS operations.
NewGetAWSResource creates a new GetAWSResource controller with the given options and AWS clients, and returns it or an error if one occurs.
NewGetAWSResourceWithPost creates a new GetAWSResourceWithPost controller with the given options and AWS clients.
NewListAWSResources creates a new ListAWSResources controller with the given options and AWS clients.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
CreateOrUpdateAWSResource is the controller implementation to create/update an AWS resource.
CreateOrUpdateAWSResourceWithPost is the controller implementation to create/update an AWS resource.
DeleteAWSResource is the controller implementation to delete AWS resource.
DeleteAWSResourceWithPost is the controller implementation to delete an AWS resource.
GetAWSOperationResults is the controller implementation to get AWS resource operation results.
GetAWSOperationStatuses is the controller implementation to get AWS resource operation status.
GetAWSResource is the controller implementation to get AWS resource.
GetAWSResourceWithPost is the controller implementation to get an AWS resource.
ListAWSResources is the controller implementation to get/list AWS resources.
No description provided by the author