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, mCtx *mc.Context) (*KeyPairResources, error)
func (KeyPairRequest) CreateAlways ¶ added in v0.8.0
func (r KeyPairRequest) CreateAlways(ctx *pulumi.Context, mCtx *mc.Context) (*KeyPairResources, error)
This will create the private on each update even when no changes are applied
type KeyPairResources ¶
type KeyPairResources struct {
AWSKeyPair *ec2.KeyPair
PrivateKey *tls.PrivateKey
}
Click to show internal directories.
Click to hide internal directories.