Uses of Enum
software.amazon.awscdk.services.imagebuilder.alpha.Tenancy
Packages that use Tenancy
Package
Description
EC2 Image Builder Construct Library
-
Uses of Tenancy in software.amazon.awscdk.services.imagebuilder.alpha
Methods in software.amazon.awscdk.services.imagebuilder.alpha that return TenancyModifier and TypeMethodDescriptiondefault TenancyInfrastructureConfigurationProps.getEc2InstanceTenancy()(experimental) The tenancy of the instance.final TenancyInfrastructureConfigurationProps.Jsii$Proxy.getEc2InstanceTenancy()static TenancyReturns the enum constant of this type with the specified name.static Tenancy[]Tenancy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.imagebuilder.alpha with parameters of type TenancyModifier and TypeMethodDescriptionInfrastructureConfiguration.Builder.ec2InstanceTenancy(Tenancy ec2InstanceTenancy) (experimental) The tenancy of the instance.InfrastructureConfigurationProps.Builder.ec2InstanceTenancy(Tenancy ec2InstanceTenancy) Sets the value ofInfrastructureConfigurationProps.getEc2InstanceTenancy()