Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnKeyPairPropsMixin.Builder
Packages that use CfnKeyPairPropsMixin.Builder
-
Uses of CfnKeyPairPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnKeyPairPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnKeyPairPropsMixin.BuilderCfnKeyPairPropsMixin.Builder.create()static CfnKeyPairPropsMixin.BuilderCfnKeyPairPropsMixin.Builder.create(CfnPropertyMixinOptions options) The format of the key pair.A unique name for the key pair.The type of key pair.CfnKeyPairPropsMixin.Builder.publicKeyMaterial(String publicKeyMaterial) The public key material.The tags to apply to the key pair.