Outposts Functions
object OutpostsFunctions
Functions
Link copied to clipboard
Information about a specific hardware asset in an Outpost.
Link copied to clipboard
Information about hardware assets in an Outpost.
Link copied to clipboard
Provides details about an Outposts Outpost.
suspend fun getOutpost(arn: String? = null, id: String? = null, name: String? = null, ownerId: String? = null, tags: Map<String, String>? = null): GetOutpostResult
Link copied to clipboard
suspend fun getOutpostInstanceType(argument: GetOutpostInstanceTypePlainArgs): GetOutpostInstanceTypeResult
Information about single Outpost Instance Type.
suspend fun getOutpostInstanceType(argument: suspend GetOutpostInstanceTypePlainArgsBuilder.() -> Unit): GetOutpostInstanceTypeResult
suspend fun getOutpostInstanceType(arn: String, instanceType: String? = null, preferredInstanceTypes: List<String>? = null): GetOutpostInstanceTypeResult
Link copied to clipboard
suspend fun getOutpostInstanceTypes(argument: GetOutpostInstanceTypesPlainArgs): GetOutpostInstanceTypesResult
Information about Outposts Instance Types.
suspend fun getOutpostInstanceTypes(argument: suspend GetOutpostInstanceTypesPlainArgsBuilder.() -> Unit): GetOutpostInstanceTypesResult
Link copied to clipboard
Provides details about multiple Outposts.
suspend fun getOutposts(argument: suspend GetOutpostsPlainArgsBuilder.() -> Unit): GetOutpostsResult
suspend fun getOutposts(availabilityZone: String? = null, availabilityZoneId: String? = null, ownerId: String? = null, siteId: String? = null): GetOutpostsResult
Link copied to clipboard
Provides details about an Outposts Site.
Link copied to clipboard
Provides details about multiple Outposts Sites.