getAgent

suspend fun getAgent(argument: GetAgentPlainArgs): GetAgentResult

Resource schema for AWS::DataSync::Agent.

Return

null

Parameters

argument

null


suspend fun getAgent(agentArn: String): GetAgentResult

Return

null

Parameters

agentArn

The DataSync Agent ARN.

See also


suspend fun getAgent(argument: suspend GetAgentPlainArgsBuilder.() -> Unit): GetAgentResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.datasync.kotlin.inputs.GetAgentPlainArgs.

See also