Uses of Interface
software.amazon.awscdk.services.imagebuilder.alpha.IComponent
Packages that use IComponent
Package
Description
EC2 Image Builder Construct Library
-
Uses of IComponent in software.amazon.awscdk.services.imagebuilder.alpha
Subinterfaces of IComponent in software.amazon.awscdk.services.imagebuilder.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIComponent.Classes in software.amazon.awscdk.services.imagebuilder.alpha that implement IComponentModifier and TypeClassDescriptionclass(experimental) Represents an EC2 Image Builder Component.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.imagebuilder.alpha that return IComponentModifier and TypeMethodDescriptionstatic IComponentAwsManagedComponent.awsCliV2(software.constructs.Construct scope, String id, AwsManagedComponentAttributes attrs) (experimental) Imports the AWS CLI v2 AWS-managed component.static IComponentAwsManagedComponent.fromAwsManagedComponentAttributes(software.constructs.Construct scope, String id, AwsManagedComponentAttributes attrs) (experimental) Imports an AWS-managed component from its attributes.static IComponentAwsManagedComponent.fromAwsManagedComponentName(software.constructs.Construct scope, String id, String awsManagedComponentName) (experimental) Imports an AWS-managed component from its name.static IComponentAwsMarketplaceComponent.fromAwsMarketplaceComponentAttributes(software.constructs.Construct scope, String id, AwsMarketplaceComponentAttributes attrs) (experimental) Imports an AWS Marketplace component from its attributes.static IComponentComponent.fromComponentArn(software.constructs.Construct scope, String id, String componentArn) (experimental) Import an existing component given its ARN.static IComponentComponent.fromComponentAttributes(software.constructs.Construct scope, String id, ComponentAttributes attrs) (experimental) Import an existing component by providing its attributes.static IComponentComponent.fromComponentName(software.constructs.Construct scope, String id, String componentName) (experimental) Import an existing component given its name.static IComponentAwsManagedComponent.helloWorld(software.constructs.Construct scope, String id, AwsManagedComponentAttributes attrs) (experimental) Imports the hello world AWS-managed component.static IComponentAwsManagedComponent.python3(software.constructs.Construct scope, String id, AwsManagedComponentAttributes attrs) (experimental) Imports the Python 3 AWS-managed component.static IComponentAwsManagedComponent.reboot(software.constructs.Construct scope, String id, AwsManagedComponentAttributes attrs) (experimental) Imports the reboot AWS-managed component.static IComponentAwsManagedComponent.stigBuild(software.constructs.Construct scope, String id, AwsManagedComponentAttributes attrs) (experimental) Imports the STIG hardening AWS-managed component.static IComponentAwsManagedComponent.updateOS(software.constructs.Construct scope, String id, AwsManagedComponentAttributes attrs) (experimental) Imports the OS update AWS-managed component.