Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RegisterPublisherInput

import type { RegisterPublisherInput } from "https://aws-api.deno.dev/v0.4/services/cloudformation.ts?docs=full";
interface RegisterPublisherInput {
AcceptTermsAndConditions?: boolean | null;
ConnectionArn?: string | null;
}

§Properties

§
AcceptTermsAndConditions?: boolean | null
[src]

Whether you accept the Terms and Conditions for publishing extensions in the CloudFormation registry. You must accept the terms and conditions in order to register to publish public extensions to the CloudFormation registry.

The default is false.

§
ConnectionArn?: string | null
[src]

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

For more information, see Registering your account to publish CloudFormation extensions in the CloudFormation CLI User Guide.