get Iam Instance Profile
suspend fun getIamInstanceProfile(argument: GetIamInstanceProfilePlainArgs): GetIamInstanceProfileResult
Get a IamInstanceProfile Uses Azure REST API version 2024-12-01.
Return
A Microsoft.AwsConnector resource
Parameters
argument
null
suspend fun getIamInstanceProfile(name: String, resourceGroupName: String): GetIamInstanceProfileResult
Return
A Microsoft.AwsConnector resource
Parameters
name
Name of IamInstanceProfile
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getIamInstanceProfile(argument: suspend GetIamInstanceProfilePlainArgsBuilder.() -> Unit): GetIamInstanceProfileResult
Return
A Microsoft.AwsConnector resource
Parameters
argument
Builder for com.pulumi.azurenative.awsconnector.kotlin.inputs.GetIamInstanceProfilePlainArgs.