Documentation
¶
Overview ¶
Code generated by internal/generate/tags/main.go; DO NOT EDIT.
Index ¶
- Constants
- func FindAssociatedGroup(ctx context.Context, conn *synthetics.Client, canaryArn string, ...) (*awstypes.GroupSummary, error)
- func FindCanaryByName(ctx context.Context, conn *synthetics.Client, name string) (*awstypes.Canary, error)
- func FindGroupByName(ctx context.Context, conn *synthetics.Client, name string) (*awstypes.Group, error)
- func GroupAssociationCreateResourceID(canaryArn, groupName string) string
- func GroupAssociationParseResourceID(id string) (string, string, error)
- func RegisterSweepers()
- func ResourceCanary() *schema.Resource
- func ResourceGroup() *schema.Resource
- func ResourceGroupAssociation() *schema.Resource
- func ServicePackage(ctx context.Context) conns.ServicePackage
Constants ¶
View Source
const (
DSNameRuntimeVersion = "Runtime Version Data Source"
)
View Source
const (
DSNameRuntimeVersions = "Runtime Versions Data Source"
)
Variables ¶
This section is empty.
Functions ¶
func FindAssociatedGroup ¶
func FindAssociatedGroup(ctx context.Context, conn *synthetics.Client, canaryArn string, groupName string) (*awstypes.GroupSummary, error)
func FindCanaryByName ¶
func FindGroupByName ¶
func RegisterSweepers ¶
func RegisterSweepers()
func ResourceCanary ¶
@SDKResource("aws_synthetics_canary", name="Canary") @Tags(identifierAttribute="arn")
func ResourceGroup ¶
@SDKResource("aws_synthetics_group", name="Group") @Tags(identifierAttribute="arn")
func ResourceGroupAssociation ¶
@SDKResource("aws_synthetics_group_association", name="Group Association")
func ServicePackage ¶
func ServicePackage(ctx context.Context) conns.ServicePackage
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.