PublicTypeVersionArgs

data class PublicTypeVersionArgs(val arn: Output<String>? = null, val logDeliveryBucket: Output<String>? = null, val publicVersionNumber: Output<String>? = null, val type: Output<PublicTypeVersionType>? = null, val typeName: Output<String>? = null) : ConvertibleToJava<PublicTypeVersionArgs>

Test and Publish a resource that has been registered in the CloudFormation Registry.

Constructors

Link copied to clipboard
constructor(arn: Output<String>? = null, logDeliveryBucket: Output<String>? = null, publicVersionNumber: Output<String>? = null, type: Output<PublicTypeVersionType>? = null, typeName: Output<String>? = null)

Properties

Link copied to clipboard
val arn: Output<String>? = null

The Amazon Resource Number (ARN) of the extension.

Link copied to clipboard
val logDeliveryBucket: Output<String>? = null

A url to the S3 bucket where logs for the testType run will be available

Link copied to clipboard
val publicVersionNumber: Output<String>? = null

The version number of a public third-party extension

Link copied to clipboard
val type: Output<PublicTypeVersionType>? = null

The kind of extension

Link copied to clipboard
val typeName: Output<String>? = null

The name of the type being registered. We recommend that type names adhere to the following pattern: company_or_organization::service::type.

Functions

Link copied to clipboard
open override fun toJava(): PublicTypeVersionArgs