Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyPairRequest ¶
type KeyPairRequest struct {
Name string
}
func (KeyPairRequest) Create ¶
func (r KeyPairRequest) Create(ctx *pulumi.Context) (*KeyPairResources, error)
type KeyPairResources ¶
type KeyPairResources struct { AWSKeyPair *ec2.KeyPair PrivateKey *tls.PrivateKey }
Click to show internal directories.
Click to hide internal directories.