PublisherArgs

data class PublisherArgs(val acceptTermsAndConditions: Output<Boolean>? = null, val connectionArn: Output<String>? = null) : ConvertibleToJava<PublisherArgs>

Register as a publisher in the CloudFormation Registry.

Constructors

Link copied to clipboard
constructor(acceptTermsAndConditions: Output<Boolean>? = null, connectionArn: Output<String>? = null)

Properties

Link copied to clipboard
val acceptTermsAndConditions: Output<Boolean>? = null

Whether you accept the terms and conditions for publishing extensions in the CloudFormation registry. You must accept the terms and conditions in order to publish public extensions to the CloudFormation registry. The terms and conditions can be found at https://cloudformation-registry-documents.s3.amazonaws.com/Terms_and_Conditions_for_AWS_CloudFormation_Registry_Publishers.pdf

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

If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN) for your connection to that account.

Functions

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