// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetIntegrationResourceProperty`](crate::operation::get_integration_resource_property::builders::GetIntegrationResourcePropertyFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`resource_arn(impl Into<String>)`](crate::operation::get_integration_resource_property::builders::GetIntegrationResourcePropertyFluentBuilder::resource_arn) / [`set_resource_arn(Option<String>)`](crate::operation::get_integration_resource_property::builders::GetIntegrationResourcePropertyFluentBuilder::set_resource_arn):<br>required: **true**<br><p>The connection ARN of the source, or the database ARN of the target.</p><br>
/// - On success, responds with [`GetIntegrationResourcePropertyOutput`](crate::operation::get_integration_resource_property::GetIntegrationResourcePropertyOutput) with field(s):
/// - [`resource_arn(Option<String>)`](crate::operation::get_integration_resource_property::GetIntegrationResourcePropertyOutput::resource_arn): <p>The connection ARN of the source, or the database ARN of the target.</p>
/// - [`resource_property_arn(Option<String>)`](crate::operation::get_integration_resource_property::GetIntegrationResourcePropertyOutput::resource_property_arn): <p>The resource ARN created through this create API. The format is something like arn:aws:glue:<region> : <account_id> :integrationresourceproperty/* </account_id> </region></p>
/// - [`source_processing_properties(Option<SourceProcessingProperties>)`](crate::operation::get_integration_resource_property::GetIntegrationResourcePropertyOutput::source_processing_properties): <p>The resource properties associated with the integration source.</p>
/// - [`target_processing_properties(Option<TargetProcessingProperties>)`](crate::operation::get_integration_resource_property::GetIntegrationResourcePropertyOutput::target_processing_properties): <p>The resource properties associated with the integration target.</p>
/// - On failure, responds with [`SdkError<GetIntegrationResourcePropertyError>`](crate::operation::get_integration_resource_property::GetIntegrationResourcePropertyError)
pub fn get_integration_resource_property(
&self,
) -> crate::operation::get_integration_resource_property::builders::GetIntegrationResourcePropertyFluentBuilder {
crate::operation::get_integration_resource_property::builders::GetIntegrationResourcePropertyFluentBuilder::new(self.handle.clone())
}
}