Public Type Version Args
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)