Uses of Interface
software.amazon.awscdk.services.iam.IInstanceProfile
Packages that use IInstanceProfile
Package
Description
Amazon EC2 Construct Library
AWS Identity and Access Management Construct Library
-
Uses of IInstanceProfile in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return IInstanceProfileModifier and TypeMethodDescriptiondefault IInstanceProfileInstanceProps.getInstanceProfile()The instance profile used to pass role information to EC2 instances.final IInstanceProfileInstanceProps.Jsii$Proxy.getInstanceProfile()default IInstanceProfileLaunchTemplateProps.getInstanceProfile()The instance profile used to pass role information to EC2 instances.final IInstanceProfileLaunchTemplateProps.Jsii$Proxy.getInstanceProfile()Methods in software.amazon.awscdk.services.ec2 with parameters of type IInstanceProfileModifier and TypeMethodDescriptionInstance.Builder.instanceProfile(IInstanceProfile instanceProfile) The instance profile used to pass role information to EC2 instances.InstanceProps.Builder.instanceProfile(IInstanceProfile instanceProfile) Sets the value ofInstanceProps.getInstanceProfile()LaunchTemplate.Builder.instanceProfile(IInstanceProfile instanceProfile) The instance profile used to pass role information to EC2 instances.LaunchTemplateProps.Builder.instanceProfile(IInstanceProfile instanceProfile) Sets the value ofLaunchTemplateProps.getInstanceProfile() -
Uses of IInstanceProfile in software.amazon.awscdk.services.iam
Subinterfaces of IInstanceProfile in software.amazon.awscdk.services.iamModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIInstanceProfile.Classes in software.amazon.awscdk.services.iam that implement IInstanceProfileModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classIAM Instance Profile.Methods in software.amazon.awscdk.services.iam that return IInstanceProfileModifier and TypeMethodDescriptionstatic IInstanceProfileInstanceProfile.fromInstanceProfileArn(software.constructs.Construct scope, String id, String instanceProfileArn) Import an existing InstanceProfile from an InstanceProfile ARN.static IInstanceProfileInstanceProfile.fromInstanceProfileAttributes(software.constructs.Construct scope, String id, InstanceProfileAttributes attrs) Import an existing InstanceProfile from given InstanceProfile attributes.static IInstanceProfileInstanceProfile.fromInstanceProfileName(software.constructs.Construct scope, String id, String instanceProfileName) Import an existing InstanceProfile from an InstanceProfile name.