Documentation
¶
Index ¶
- func AssertPotgresqlDatabaseExists(t *testing.T, dbUrl string, dbPort int32, dbUsername string, dbPassword string, ...) bool
- func AssertPotgresqlDatabaseExistsE(t *testing.T, dbUrl string, dbPort int32, dbUsername string, dbPassword string, ...) (bool, error)
- func AssertPotgresqlGrantsExists(t *testing.T, dbUrl string, dbPort int32, dbUsername string, dbPassword string, ...) bool
- func AssertPotgresqlGrantsExistsE(t *testing.T, dbUrl string, dbPort int32, dbUsername string, dbPassword string, ...) (bool, error)
- func AssertPotgresqlSchemaExists(t *testing.T, dbUrl string, dbPort int32, dbUsername string, dbPassword string, ...) bool
- func AssertPotgresqlSchemaExistsE(t *testing.T, dbUrl string, dbPort int32, dbUsername string, dbPassword string, ...) (bool, error)
- func GetDNSZoneByNameE(t *testing.T, ctx context.Context, hostName string, awsRegion string) (*types.HostedZone, error)
- func GetEc2Instances(t *testing.T, ctx context.Context, instanceID string, awsRegion string) types.Instance
- func GetNatGatewaysByVpcIdE(t *testing.T, ctx context.Context, vpcId string, awsRegion string) ([]types.NatGateway, error)
- func NewAmplifyClient(t *testing.T, region string) *amplify.Client
- func NewAmplifyClientE(t *testing.T, region string) (*amplify.Client, error)
- func NewBackupClient(t *testing.T, region string) *backup.Client
- func NewBackupClientE(t *testing.T, region string) (*backup.Client, error)
- func NewCloudTrailClient(t *testing.T, region string) *cloudtrail.Client
- func NewCloudTrailClientE(t *testing.T, region string) (*cloudtrail.Client, error)
- func NewDocDBClient(t *testing.T, region string) *docdb.Client
- func NewDocDBClientE(t *testing.T, region string) (*docdb.Client, error)
- func NewEFSClient(t *testing.T, region string) *efs.Client
- func NewEFSClientE(t *testing.T, region string) (*efs.Client, error)
- func NewElbV2Client(t *testing.T, region string) *elasticloadbalancingv2.Client
- func NewElbV2ClientE(t *testing.T, region string) (*elasticloadbalancingv2.Client, error)
- func NewMSKClient(t *testing.T, region string) *kafka.Client
- func NewMSKClientE(t *testing.T, region string) (*kafka.Client, error)
- func NewSESV2Client(t *testing.T, region string) *sesv2.Client
- func NewSESV2ClientE(t *testing.T, region string) (*sesv2.Client, error)
- func NewWAFClient(t *testing.T, region string) *wafv2.Client
- func NewWAFClientE(t *testing.T, region string) (*wafv2.Client, error)
- func StartDeploymentJob(t *testing.T, ctx context.Context, client *amplify.Client, id *string, ...) *string
- func WafCreateRegexPatternSet(client *wafv2.Client, name string, description string, patterns []string) (*types.RegexPatternSetSummary, error)
- func WafGetIPSetByARN(t *testing.T, client *wafv2.Client, arn string) *wafv2.GetIPSetOutput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertPotgresqlDatabaseExists ¶ added in v0.17.0
func AssertPotgresqlDatabaseExistsE ¶ added in v0.17.0
func AssertPotgresqlGrantsExists ¶ added in v0.17.0
func AssertPotgresqlGrantsExistsE ¶ added in v0.17.0
func AssertPotgresqlSchemaExists ¶ added in v0.17.0
func AssertPotgresqlSchemaExistsE ¶ added in v0.17.0
func GetDNSZoneByNameE ¶ added in v0.17.0
func GetEc2Instances ¶ added in v0.17.0
func GetEc2Instances(t *testing.T, ctx context.Context, instanceID string, awsRegion string) types.Instance
GetPrivateIpsOfEc2InstancesE gets the private IP address of the given EC2 Instance in the given region. Returns a map of instance ID to IP address.
func GetNatGatewaysByVpcIdE ¶
func NewAmplifyClientE ¶
func NewBackupClient ¶ added in v0.17.0
func NewBackupClientE ¶ added in v0.17.0
func NewCloudTrailClient ¶ added in v0.17.0
func NewCloudTrailClient(t *testing.T, region string) *cloudtrail.Client
func NewCloudTrailClientE ¶ added in v0.17.0
func NewDocDBClient ¶ added in v0.17.0
func NewDocDBClientE ¶ added in v0.17.0
func NewEFSClientE ¶ added in v0.17.0
func NewElbV2Client ¶
func NewElbV2Client(t *testing.T, region string) *elasticloadbalancingv2.Client
func NewElbV2ClientE ¶
NewElbV2ClientE creates an ELB client.
func NewMSKClientE ¶ added in v0.17.0
func NewSESV2Client ¶ added in v0.17.0
NewElbV2Client creates en ELB client.
func NewSESV2ClientE ¶ added in v0.17.0
NewSESV2ClientE creates an SES v2 client.
func NewWAFClientE ¶ added in v0.20.0
func StartDeploymentJob ¶
func WafCreateRegexPatternSet ¶ added in v0.20.0
func WafGetIPSetByARN ¶ added in v0.20.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.