Uses of Interface
software.amazon.awscdk.services.imagebuilder.alpha.AmazonManagedComponentOptions
Packages that use AmazonManagedComponentOptions
Package
Description
EC2 Image Builder Construct Library
-
Uses of AmazonManagedComponentOptions in software.amazon.awscdk.services.imagebuilder.alpha
Classes in software.amazon.awscdk.services.imagebuilder.alpha that implement AmazonManagedComponentOptionsModifier and TypeClassDescriptionstatic final classAn implementation forAmazonManagedComponentOptionsMethods in software.amazon.awscdk.services.imagebuilder.alpha that return AmazonManagedComponentOptionsModifier and TypeMethodDescriptionAmazonManagedComponentOptions.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.imagebuilder.alpha with parameters of type AmazonManagedComponentOptionsModifier and TypeMethodDescriptionstatic IComponentAmazonManagedComponent.awsCliV2(software.constructs.Construct scope, String id, AmazonManagedComponentOptions opts) (experimental) Imports the AWS CLI v2 Amazon-managed component.static IComponentAmazonManagedComponent.helloWorld(software.constructs.Construct scope, String id, AmazonManagedComponentOptions opts) (experimental) Imports the hello world Amazon-managed component.static IComponentAmazonManagedComponent.python3(software.constructs.Construct scope, String id, AmazonManagedComponentOptions opts) (experimental) Imports the Python 3 Amazon-managed component.static IComponentAmazonManagedComponent.reboot(software.constructs.Construct scope, String id, AmazonManagedComponentOptions opts) (experimental) Imports the reboot Amazon-managed component.static IComponentAmazonManagedComponent.stigBuild(software.constructs.Construct scope, String id, AmazonManagedComponentOptions opts) (experimental) Imports the STIG hardening Amazon-managed component.static IComponentAmazonManagedComponent.updateOs(software.constructs.Construct scope, String id, AmazonManagedComponentOptions opts) (experimental) Imports the OS update Amazon-managed component.