Package-level declarations

Types

Link copied to clipboard
data class GetAssetPlainArgs(val arn: String, val assetId: String) : ConvertibleToJava<GetAssetPlainArgs>

A collection of arguments for invoking getAsset.

Link copied to clipboard
Link copied to clipboard
data class GetAssetsPlainArgs(val arn: String, val hostIdFilters: List<String>? = null, val statusIdFilters: List<String>? = null) : ConvertibleToJava<GetAssetsPlainArgs>

A collection of arguments for invoking getAssets.

Link copied to clipboard
Link copied to clipboard
data class GetOutpostInstanceTypePlainArgs(val arn: String, val instanceType: String? = null, val preferredInstanceTypes: List<String>? = null) : ConvertibleToJava<GetOutpostInstanceTypePlainArgs>

A collection of arguments for invoking getOutpostInstanceType.

Link copied to clipboard
data class GetOutpostInstanceTypesPlainArgs(val arn: String) : ConvertibleToJava<GetOutpostInstanceTypesPlainArgs>

A collection of arguments for invoking getOutpostInstanceTypes.

Link copied to clipboard
data class GetOutpostPlainArgs(val arn: String? = null, val id: String? = null, val name: String? = null, val ownerId: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetOutpostPlainArgs>

A collection of arguments for invoking getOutpost.

Link copied to clipboard
data class GetOutpostsPlainArgs(val availabilityZone: String? = null, val availabilityZoneId: String? = null, val ownerId: String? = null, val siteId: String? = null) : ConvertibleToJava<GetOutpostsPlainArgs>

A collection of arguments for invoking getOutposts.

Link copied to clipboard
data class GetSitePlainArgs(val id: String? = null, val name: String? = null) : ConvertibleToJava<GetSitePlainArgs>

A collection of arguments for invoking getSite.

Link copied to clipboard