sparse-intern-71089
07/02/2019, 4:15 PMwhite-balloon-205
thousands-telephone-86052
07/03/2019, 12:58 AMinstanceProfile = aws.iam.InstanceProfile.get(`${name}-instanceProfile`, instanceProfileName, undefined, { parent: parent });66     /**
 67      * Get an existing InstanceProfile resource's state with the given name, ID, and optional extra
 68      * properties used to qualify the lookup.
 69      *
 70      * @param name The _unique_ name of the resulting resource.
 71      * @param id The _unique_ provider ID of the resource to lookup.
 72      * @param state Any extra arguments used during the lookup.
 73      */
 74     static get(name, id, state, opts) {
 75         return new InstanceProfile(name, state, Object.assign({}, opts, { id: id }));
 76     }thousands-telephone-86052
07/03/2019, 1:03 AMwhite-balloon-205
instanceProfileNamethousands-telephone-86052
07/03/2019, 4:00 PMthousands-telephone-86052
07/03/2019, 4:00 PMthousands-telephone-86052
07/03/2019, 4:29 PM