pub struct RegisterPublisher { /* private fields */ }Expand description
Fluent builder constructing a request to RegisterPublisher.
Registers your account as a publisher of public extensions in the CloudFormation registry. Public extensions are available for use by all CloudFormation users. This publisher ID applies to your account in all Amazon Web Services Regions.
For information about requirements for registering as a public extension publisher, see Registering your account to publish CloudFormation extensions in the CloudFormation CLI User Guide.
Implementations
sourceimpl RegisterPublisher
impl RegisterPublisher
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<RegisterPublisher, AwsResponseRetryClassifier>, SdkError<RegisterPublisherError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<RegisterPublisher, AwsResponseRetryClassifier>, SdkError<RegisterPublisherError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<RegisterPublisherOutput, SdkError<RegisterPublisherError>>
pub async fn send(
self
) -> Result<RegisterPublisherOutput, SdkError<RegisterPublisherError>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn accept_terms_and_conditions(self, input: bool) -> Self
pub fn accept_terms_and_conditions(self, input: bool) -> Self
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.
sourcepub fn set_accept_terms_and_conditions(self, input: Option<bool>) -> Self
pub fn set_accept_terms_and_conditions(self, input: Option<bool>) -> Self
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.
sourcepub fn connection_arn(self, input: impl Into<String>) -> Self
pub fn connection_arn(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_connection_arn(self, input: Option<String>) -> Self
pub fn set_connection_arn(self, input: Option<String>) -> Self
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.
Trait Implementations
sourceimpl Clone for RegisterPublisher
impl Clone for RegisterPublisher
sourcefn clone(&self) -> RegisterPublisher
fn clone(&self) -> RegisterPublisher
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more