Publisher Args
data class PublisherArgs(val acceptTermsAndConditions: Output<Boolean>? = null, val connectionArn: Output<String>? = null) : ConvertibleToJava<PublisherArgs>
Register as a publisher in the CloudFormation Registry.
Properties
Link copied to clipboard
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
If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN) for your connection to that account.