Documentation ¶
Index ¶
- type Provider
- func (p *Provider) Create(ctx context.Context) error
- func (p *Provider) Destroy(ctx context.Context) error
- func (p *Provider) Nodes(ctx context.Context) ([]string, error)
- func (p *Provider) ProxyFQDN(ctx context.Context) (string, error)
- func (p *Provider) ServerHost(ctx context.Context) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
Provider is an AWS provider that can create a Teleport cluster in AWS.
func NewProvider ¶
NewProvider will create a new AWS Teleport cluster provider.
func (*Provider) Destroy ¶
Destroy will destroy all AWS resources. It will leave the key for future use.
Click to show internal directories.
Click to hide internal directories.