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.
Constructors
Link copied to clipboard
fun PublisherArgs(acceptTermsAndConditions: Output<Boolean>? = null, connectionArn: Output<String>? = null)
Functions
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