Uses of Interface
software.amazon.awscdk.interfaces.iam.IInstanceProfileRef
Packages that use IInstanceProfileRef
Package
Description
Amazon EC2 Auto Scaling Construct Library
Amazon EC2 Construct Library
AWS Identity and Access Management Construct Library
AWS::ImageBuilder Construct Library
-
Uses of IInstanceProfileRef in software.amazon.awscdk.interfaces.iam
Subinterfaces of IInstanceProfileRef in software.amazon.awscdk.interfaces.iamModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIInstanceProfileRef.Classes in software.amazon.awscdk.interfaces.iam that implement IInstanceProfileRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IInstanceProfileRef in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling with parameters of type IInstanceProfileRefModifier and TypeMethodDescriptionCfnLaunchConfiguration.Builder.iamInstanceProfile(IInstanceProfileRef iamInstanceProfile) The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.CfnLaunchConfigurationProps.Builder.iamInstanceProfile(IInstanceProfileRef iamInstanceProfile) Sets the value ofCfnLaunchConfigurationProps.getIamInstanceProfile() -
Uses of IInstanceProfileRef in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 with parameters of type IInstanceProfileRefModifier and TypeMethodDescriptionCfnInstance.Builder.iamInstanceProfile(IInstanceProfileRef iamInstanceProfile) The name of an IAM instance profile.CfnInstanceProps.Builder.iamInstanceProfile(IInstanceProfileRef iamInstanceProfile) Sets the value ofCfnInstanceProps.getIamInstanceProfile() -
Uses of IInstanceProfileRef in software.amazon.awscdk.services.iam
Subinterfaces of IInstanceProfileRef in software.amazon.awscdk.services.iamModifier and TypeInterfaceDescriptioninterfaceRepresents an IAM Instance Profile.static interfaceInternal default implementation forIInstanceProfile.Classes in software.amazon.awscdk.services.iam that implement IInstanceProfileRefModifier and TypeClassDescriptionclassCreates a new instance profile.static final classA proxy class which represents a concrete javascript instance of this type.classIAM Instance Profile.Methods in software.amazon.awscdk.services.iam with parameters of type IInstanceProfileRefModifier and TypeMethodDescriptionstatic StringCfnInstanceProfile.arnForInstanceProfile(IInstanceProfileRef resource) -
Uses of IInstanceProfileRef in software.amazon.awscdk.services.imagebuilder
Methods in software.amazon.awscdk.services.imagebuilder with parameters of type IInstanceProfileRefModifier and TypeMethodDescriptionCfnInfrastructureConfiguration.Builder.instanceProfileName(IInstanceProfileRef instanceProfileName) The instance profile to associate with the instance used to customize your Amazon EC2 AMI.CfnInfrastructureConfigurationProps.Builder.instanceProfileName(IInstanceProfileRef instanceProfileName) Sets the value ofCfnInfrastructureConfigurationProps.getInstanceProfileName()