Documentation ¶
Overview ¶
Package apprunner provides the client and types for making API requests to AWS App Runner.
App Runner is an application service that provides a fast, simple, and cost-effective way to go directly from an existing container image or source code to a running service in the Amazon Web Services Cloud in seconds. You don't need to learn new technologies, decide which compute service to use, or understand how to provision and configure Amazon Web Services resources.
App Runner connects directly to your container registry or source code repository. It provides an automatic delivery pipeline with fully managed operations, high performance, scalability, and security.
For more information about App Runner, see the App Runner Developer Guide (https://docs.aws.amazon.com/apprunner/latest/dg/). For release information, see the App Runner Release Notes (https://docs.aws.amazon.com/apprunner/latest/relnotes/).
To install the Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command line tools that you can use to access the API, see Tools for Amazon Web Services (http://aws.amazon.com/tools/).
Endpoints ¶
For a list of Region-specific endpoints that App Runner supports, see App Runner endpoints and quotas (https://docs.aws.amazon.com/general/latest/gr/apprunner.html) in the Amazon Web Services General Reference.
See https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15 for more information on this service.
See apprunner package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/apprunner/
Using the Client ¶
To contact AWS App Runner with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the AWS App Runner client AppRunner for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/apprunner/#New
Index ¶
- Constants
- func AutoScalingConfigurationStatus_Values() []string
- func CertificateValidationRecordStatus_Values() []string
- func ConfigurationSource_Values() []string
- func ConnectionStatus_Values() []string
- func CustomDomainAssociationStatus_Values() []string
- func HealthCheckProtocol_Values() []string
- func ImageRepositoryType_Values() []string
- func OperationStatus_Values() []string
- func OperationType_Values() []string
- func ProviderType_Values() []string
- func Runtime_Values() []string
- func ServiceStatus_Values() []string
- func SourceCodeVersionType_Values() []string
- type AppRunner
- func (c *AppRunner) AssociateCustomDomain(input *AssociateCustomDomainInput) (*AssociateCustomDomainOutput, error)
- func (c *AppRunner) AssociateCustomDomainRequest(input *AssociateCustomDomainInput) (req *request.Request, output *AssociateCustomDomainOutput)
- func (c *AppRunner) AssociateCustomDomainWithContext(ctx aws.Context, input *AssociateCustomDomainInput, opts ...request.Option) (*AssociateCustomDomainOutput, error)
- func (c *AppRunner) CreateAutoScalingConfiguration(input *CreateAutoScalingConfigurationInput) (*CreateAutoScalingConfigurationOutput, error)
- func (c *AppRunner) CreateAutoScalingConfigurationRequest(input *CreateAutoScalingConfigurationInput) (req *request.Request, output *CreateAutoScalingConfigurationOutput)
- func (c *AppRunner) CreateAutoScalingConfigurationWithContext(ctx aws.Context, input *CreateAutoScalingConfigurationInput, ...) (*CreateAutoScalingConfigurationOutput, error)
- func (c *AppRunner) CreateConnection(input *CreateConnectionInput) (*CreateConnectionOutput, error)
- func (c *AppRunner) CreateConnectionRequest(input *CreateConnectionInput) (req *request.Request, output *CreateConnectionOutput)
- func (c *AppRunner) CreateConnectionWithContext(ctx aws.Context, input *CreateConnectionInput, opts ...request.Option) (*CreateConnectionOutput, error)
- func (c *AppRunner) CreateService(input *CreateServiceInput) (*CreateServiceOutput, error)
- func (c *AppRunner) CreateServiceRequest(input *CreateServiceInput) (req *request.Request, output *CreateServiceOutput)
- func (c *AppRunner) CreateServiceWithContext(ctx aws.Context, input *CreateServiceInput, opts ...request.Option) (*CreateServiceOutput, error)
- func (c *AppRunner) DeleteAutoScalingConfiguration(input *DeleteAutoScalingConfigurationInput) (*DeleteAutoScalingConfigurationOutput, error)
- func (c *AppRunner) DeleteAutoScalingConfigurationRequest(input *DeleteAutoScalingConfigurationInput) (req *request.Request, output *DeleteAutoScalingConfigurationOutput)
- func (c *AppRunner) DeleteAutoScalingConfigurationWithContext(ctx aws.Context, input *DeleteAutoScalingConfigurationInput, ...) (*DeleteAutoScalingConfigurationOutput, error)
- func (c *AppRunner) DeleteConnection(input *DeleteConnectionInput) (*DeleteConnectionOutput, error)
- func (c *AppRunner) DeleteConnectionRequest(input *DeleteConnectionInput) (req *request.Request, output *DeleteConnectionOutput)
- func (c *AppRunner) DeleteConnectionWithContext(ctx aws.Context, input *DeleteConnectionInput, opts ...request.Option) (*DeleteConnectionOutput, error)
- func (c *AppRunner) DeleteService(input *DeleteServiceInput) (*DeleteServiceOutput, error)
- func (c *AppRunner) DeleteServiceRequest(input *DeleteServiceInput) (req *request.Request, output *DeleteServiceOutput)
- func (c *AppRunner) DeleteServiceWithContext(ctx aws.Context, input *DeleteServiceInput, opts ...request.Option) (*DeleteServiceOutput, error)
- func (c *AppRunner) DescribeAutoScalingConfiguration(input *DescribeAutoScalingConfigurationInput) (*DescribeAutoScalingConfigurationOutput, error)
- func (c *AppRunner) DescribeAutoScalingConfigurationRequest(input *DescribeAutoScalingConfigurationInput) (req *request.Request, output *DescribeAutoScalingConfigurationOutput)
- func (c *AppRunner) DescribeAutoScalingConfigurationWithContext(ctx aws.Context, input *DescribeAutoScalingConfigurationInput, ...) (*DescribeAutoScalingConfigurationOutput, error)
- func (c *AppRunner) DescribeCustomDomains(input *DescribeCustomDomainsInput) (*DescribeCustomDomainsOutput, error)
- func (c *AppRunner) DescribeCustomDomainsPages(input *DescribeCustomDomainsInput, ...) error
- func (c *AppRunner) DescribeCustomDomainsPagesWithContext(ctx aws.Context, input *DescribeCustomDomainsInput, ...) error
- func (c *AppRunner) DescribeCustomDomainsRequest(input *DescribeCustomDomainsInput) (req *request.Request, output *DescribeCustomDomainsOutput)
- func (c *AppRunner) DescribeCustomDomainsWithContext(ctx aws.Context, input *DescribeCustomDomainsInput, opts ...request.Option) (*DescribeCustomDomainsOutput, error)
- func (c *AppRunner) DescribeService(input *DescribeServiceInput) (*DescribeServiceOutput, error)
- func (c *AppRunner) DescribeServiceRequest(input *DescribeServiceInput) (req *request.Request, output *DescribeServiceOutput)
- func (c *AppRunner) DescribeServiceWithContext(ctx aws.Context, input *DescribeServiceInput, opts ...request.Option) (*DescribeServiceOutput, error)
- func (c *AppRunner) DisassociateCustomDomain(input *DisassociateCustomDomainInput) (*DisassociateCustomDomainOutput, error)
- func (c *AppRunner) DisassociateCustomDomainRequest(input *DisassociateCustomDomainInput) (req *request.Request, output *DisassociateCustomDomainOutput)
- func (c *AppRunner) DisassociateCustomDomainWithContext(ctx aws.Context, input *DisassociateCustomDomainInput, opts ...request.Option) (*DisassociateCustomDomainOutput, error)
- func (c *AppRunner) ListAutoScalingConfigurations(input *ListAutoScalingConfigurationsInput) (*ListAutoScalingConfigurationsOutput, error)
- func (c *AppRunner) ListAutoScalingConfigurationsPages(input *ListAutoScalingConfigurationsInput, ...) error
- func (c *AppRunner) ListAutoScalingConfigurationsPagesWithContext(ctx aws.Context, input *ListAutoScalingConfigurationsInput, ...) error
- func (c *AppRunner) ListAutoScalingConfigurationsRequest(input *ListAutoScalingConfigurationsInput) (req *request.Request, output *ListAutoScalingConfigurationsOutput)
- func (c *AppRunner) ListAutoScalingConfigurationsWithContext(ctx aws.Context, input *ListAutoScalingConfigurationsInput, ...) (*ListAutoScalingConfigurationsOutput, error)
- func (c *AppRunner) ListConnections(input *ListConnectionsInput) (*ListConnectionsOutput, error)
- func (c *AppRunner) ListConnectionsPages(input *ListConnectionsInput, fn func(*ListConnectionsOutput, bool) bool) error
- func (c *AppRunner) ListConnectionsPagesWithContext(ctx aws.Context, input *ListConnectionsInput, ...) error
- func (c *AppRunner) ListConnectionsRequest(input *ListConnectionsInput) (req *request.Request, output *ListConnectionsOutput)
- func (c *AppRunner) ListConnectionsWithContext(ctx aws.Context, input *ListConnectionsInput, opts ...request.Option) (*ListConnectionsOutput, error)
- func (c *AppRunner) ListOperations(input *ListOperationsInput) (*ListOperationsOutput, error)
- func (c *AppRunner) ListOperationsPages(input *ListOperationsInput, fn func(*ListOperationsOutput, bool) bool) error
- func (c *AppRunner) ListOperationsPagesWithContext(ctx aws.Context, input *ListOperationsInput, ...) error
- func (c *AppRunner) ListOperationsRequest(input *ListOperationsInput) (req *request.Request, output *ListOperationsOutput)
- func (c *AppRunner) ListOperationsWithContext(ctx aws.Context, input *ListOperationsInput, opts ...request.Option) (*ListOperationsOutput, error)
- func (c *AppRunner) ListServices(input *ListServicesInput) (*ListServicesOutput, error)
- func (c *AppRunner) ListServicesPages(input *ListServicesInput, fn func(*ListServicesOutput, bool) bool) error
- func (c *AppRunner) ListServicesPagesWithContext(ctx aws.Context, input *ListServicesInput, ...) error
- func (c *AppRunner) ListServicesRequest(input *ListServicesInput) (req *request.Request, output *ListServicesOutput)
- func (c *AppRunner) ListServicesWithContext(ctx aws.Context, input *ListServicesInput, opts ...request.Option) (*ListServicesOutput, error)
- func (c *AppRunner) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
- func (c *AppRunner) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
- func (c *AppRunner) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
- func (c *AppRunner) PauseService(input *PauseServiceInput) (*PauseServiceOutput, error)
- func (c *AppRunner) PauseServiceRequest(input *PauseServiceInput) (req *request.Request, output *PauseServiceOutput)
- func (c *AppRunner) PauseServiceWithContext(ctx aws.Context, input *PauseServiceInput, opts ...request.Option) (*PauseServiceOutput, error)
- func (c *AppRunner) ResumeService(input *ResumeServiceInput) (*ResumeServiceOutput, error)
- func (c *AppRunner) ResumeServiceRequest(input *ResumeServiceInput) (req *request.Request, output *ResumeServiceOutput)
- func (c *AppRunner) ResumeServiceWithContext(ctx aws.Context, input *ResumeServiceInput, opts ...request.Option) (*ResumeServiceOutput, error)
- func (c *AppRunner) StartDeployment(input *StartDeploymentInput) (*StartDeploymentOutput, error)
- func (c *AppRunner) StartDeploymentRequest(input *StartDeploymentInput) (req *request.Request, output *StartDeploymentOutput)
- func (c *AppRunner) StartDeploymentWithContext(ctx aws.Context, input *StartDeploymentInput, opts ...request.Option) (*StartDeploymentOutput, error)
- func (c *AppRunner) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
- func (c *AppRunner) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
- func (c *AppRunner) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
- func (c *AppRunner) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
- func (c *AppRunner) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
- func (c *AppRunner) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
- func (c *AppRunner) UpdateService(input *UpdateServiceInput) (*UpdateServiceOutput, error)
- func (c *AppRunner) UpdateServiceRequest(input *UpdateServiceInput) (req *request.Request, output *UpdateServiceOutput)
- func (c *AppRunner) UpdateServiceWithContext(ctx aws.Context, input *UpdateServiceInput, opts ...request.Option) (*UpdateServiceOutput, error)
- type AssociateCustomDomainInput
- func (s AssociateCustomDomainInput) GoString() string
- func (s *AssociateCustomDomainInput) SetDomainName(v string) *AssociateCustomDomainInput
- func (s *AssociateCustomDomainInput) SetEnableWWWSubdomain(v bool) *AssociateCustomDomainInput
- func (s *AssociateCustomDomainInput) SetServiceArn(v string) *AssociateCustomDomainInput
- func (s AssociateCustomDomainInput) String() string
- func (s *AssociateCustomDomainInput) Validate() error
- type AssociateCustomDomainOutput
- func (s AssociateCustomDomainOutput) GoString() string
- func (s *AssociateCustomDomainOutput) SetCustomDomain(v *CustomDomain) *AssociateCustomDomainOutput
- func (s *AssociateCustomDomainOutput) SetDNSTarget(v string) *AssociateCustomDomainOutput
- func (s *AssociateCustomDomainOutput) SetServiceArn(v string) *AssociateCustomDomainOutput
- func (s AssociateCustomDomainOutput) String() string
- type AuthenticationConfiguration
- func (s AuthenticationConfiguration) GoString() string
- func (s *AuthenticationConfiguration) SetAccessRoleArn(v string) *AuthenticationConfiguration
- func (s *AuthenticationConfiguration) SetConnectionArn(v string) *AuthenticationConfiguration
- func (s AuthenticationConfiguration) String() string
- func (s *AuthenticationConfiguration) Validate() error
- type AutoScalingConfiguration
- func (s AutoScalingConfiguration) GoString() string
- func (s *AutoScalingConfiguration) SetAutoScalingConfigurationArn(v string) *AutoScalingConfiguration
- func (s *AutoScalingConfiguration) SetAutoScalingConfigurationName(v string) *AutoScalingConfiguration
- func (s *AutoScalingConfiguration) SetAutoScalingConfigurationRevision(v int64) *AutoScalingConfiguration
- func (s *AutoScalingConfiguration) SetCreatedAt(v time.Time) *AutoScalingConfiguration
- func (s *AutoScalingConfiguration) SetDeletedAt(v time.Time) *AutoScalingConfiguration
- func (s *AutoScalingConfiguration) SetLatest(v bool) *AutoScalingConfiguration
- func (s *AutoScalingConfiguration) SetMaxConcurrency(v int64) *AutoScalingConfiguration
- func (s *AutoScalingConfiguration) SetMaxSize(v int64) *AutoScalingConfiguration
- func (s *AutoScalingConfiguration) SetMinSize(v int64) *AutoScalingConfiguration
- func (s *AutoScalingConfiguration) SetStatus(v string) *AutoScalingConfiguration
- func (s AutoScalingConfiguration) String() string
- type AutoScalingConfigurationSummary
- func (s AutoScalingConfigurationSummary) GoString() string
- func (s *AutoScalingConfigurationSummary) SetAutoScalingConfigurationArn(v string) *AutoScalingConfigurationSummary
- func (s *AutoScalingConfigurationSummary) SetAutoScalingConfigurationName(v string) *AutoScalingConfigurationSummary
- func (s *AutoScalingConfigurationSummary) SetAutoScalingConfigurationRevision(v int64) *AutoScalingConfigurationSummary
- func (s AutoScalingConfigurationSummary) String() string
- type CertificateValidationRecord
- func (s CertificateValidationRecord) GoString() string
- func (s *CertificateValidationRecord) SetName(v string) *CertificateValidationRecord
- func (s *CertificateValidationRecord) SetStatus(v string) *CertificateValidationRecord
- func (s *CertificateValidationRecord) SetType(v string) *CertificateValidationRecord
- func (s *CertificateValidationRecord) SetValue(v string) *CertificateValidationRecord
- func (s CertificateValidationRecord) String() string
- type CodeConfiguration
- func (s CodeConfiguration) GoString() string
- func (s *CodeConfiguration) SetCodeConfigurationValues(v *CodeConfigurationValues) *CodeConfiguration
- func (s *CodeConfiguration) SetConfigurationSource(v string) *CodeConfiguration
- func (s CodeConfiguration) String() string
- func (s *CodeConfiguration) Validate() error
- type CodeConfigurationValues
- func (s CodeConfigurationValues) GoString() string
- func (s *CodeConfigurationValues) SetBuildCommand(v string) *CodeConfigurationValues
- func (s *CodeConfigurationValues) SetPort(v string) *CodeConfigurationValues
- func (s *CodeConfigurationValues) SetRuntime(v string) *CodeConfigurationValues
- func (s *CodeConfigurationValues) SetRuntimeEnvironmentVariables(v map[string]*string) *CodeConfigurationValues
- func (s *CodeConfigurationValues) SetStartCommand(v string) *CodeConfigurationValues
- func (s CodeConfigurationValues) String() string
- func (s *CodeConfigurationValues) Validate() error
- type CodeRepository
- func (s CodeRepository) GoString() string
- func (s *CodeRepository) SetCodeConfiguration(v *CodeConfiguration) *CodeRepository
- func (s *CodeRepository) SetRepositoryUrl(v string) *CodeRepository
- func (s *CodeRepository) SetSourceCodeVersion(v *SourceCodeVersion) *CodeRepository
- func (s CodeRepository) String() string
- func (s *CodeRepository) Validate() error
- type Connection
- func (s Connection) GoString() string
- func (s *Connection) SetConnectionArn(v string) *Connection
- func (s *Connection) SetConnectionName(v string) *Connection
- func (s *Connection) SetCreatedAt(v time.Time) *Connection
- func (s *Connection) SetProviderType(v string) *Connection
- func (s *Connection) SetStatus(v string) *Connection
- func (s Connection) String() string
- type ConnectionSummary
- func (s ConnectionSummary) GoString() string
- func (s *ConnectionSummary) SetConnectionArn(v string) *ConnectionSummary
- func (s *ConnectionSummary) SetConnectionName(v string) *ConnectionSummary
- func (s *ConnectionSummary) SetCreatedAt(v time.Time) *ConnectionSummary
- func (s *ConnectionSummary) SetProviderType(v string) *ConnectionSummary
- func (s *ConnectionSummary) SetStatus(v string) *ConnectionSummary
- func (s ConnectionSummary) String() string
- type CreateAutoScalingConfigurationInput
- func (s CreateAutoScalingConfigurationInput) GoString() string
- func (s *CreateAutoScalingConfigurationInput) SetAutoScalingConfigurationName(v string) *CreateAutoScalingConfigurationInput
- func (s *CreateAutoScalingConfigurationInput) SetMaxConcurrency(v int64) *CreateAutoScalingConfigurationInput
- func (s *CreateAutoScalingConfigurationInput) SetMaxSize(v int64) *CreateAutoScalingConfigurationInput
- func (s *CreateAutoScalingConfigurationInput) SetMinSize(v int64) *CreateAutoScalingConfigurationInput
- func (s *CreateAutoScalingConfigurationInput) SetTags(v []*Tag) *CreateAutoScalingConfigurationInput
- func (s CreateAutoScalingConfigurationInput) String() string
- func (s *CreateAutoScalingConfigurationInput) Validate() error
- type CreateAutoScalingConfigurationOutput
- type CreateConnectionInput
- func (s CreateConnectionInput) GoString() string
- func (s *CreateConnectionInput) SetConnectionName(v string) *CreateConnectionInput
- func (s *CreateConnectionInput) SetProviderType(v string) *CreateConnectionInput
- func (s *CreateConnectionInput) SetTags(v []*Tag) *CreateConnectionInput
- func (s CreateConnectionInput) String() string
- func (s *CreateConnectionInput) Validate() error
- type CreateConnectionOutput
- type CreateServiceInput
- func (s CreateServiceInput) GoString() string
- func (s *CreateServiceInput) SetAutoScalingConfigurationArn(v string) *CreateServiceInput
- func (s *CreateServiceInput) SetEncryptionConfiguration(v *EncryptionConfiguration) *CreateServiceInput
- func (s *CreateServiceInput) SetHealthCheckConfiguration(v *HealthCheckConfiguration) *CreateServiceInput
- func (s *CreateServiceInput) SetInstanceConfiguration(v *InstanceConfiguration) *CreateServiceInput
- func (s *CreateServiceInput) SetServiceName(v string) *CreateServiceInput
- func (s *CreateServiceInput) SetSourceConfiguration(v *SourceConfiguration) *CreateServiceInput
- func (s *CreateServiceInput) SetTags(v []*Tag) *CreateServiceInput
- func (s CreateServiceInput) String() string
- func (s *CreateServiceInput) Validate() error
- type CreateServiceOutput
- type CustomDomain
- func (s CustomDomain) GoString() string
- func (s *CustomDomain) SetCertificateValidationRecords(v []*CertificateValidationRecord) *CustomDomain
- func (s *CustomDomain) SetDomainName(v string) *CustomDomain
- func (s *CustomDomain) SetEnableWWWSubdomain(v bool) *CustomDomain
- func (s *CustomDomain) SetStatus(v string) *CustomDomain
- func (s CustomDomain) String() string
- type DeleteAutoScalingConfigurationInput
- func (s DeleteAutoScalingConfigurationInput) GoString() string
- func (s *DeleteAutoScalingConfigurationInput) SetAutoScalingConfigurationArn(v string) *DeleteAutoScalingConfigurationInput
- func (s DeleteAutoScalingConfigurationInput) String() string
- func (s *DeleteAutoScalingConfigurationInput) Validate() error
- type DeleteAutoScalingConfigurationOutput
- type DeleteConnectionInput
- type DeleteConnectionOutput
- type DeleteServiceInput
- type DeleteServiceOutput
- type DescribeAutoScalingConfigurationInput
- func (s DescribeAutoScalingConfigurationInput) GoString() string
- func (s *DescribeAutoScalingConfigurationInput) SetAutoScalingConfigurationArn(v string) *DescribeAutoScalingConfigurationInput
- func (s DescribeAutoScalingConfigurationInput) String() string
- func (s *DescribeAutoScalingConfigurationInput) Validate() error
- type DescribeAutoScalingConfigurationOutput
- type DescribeCustomDomainsInput
- func (s DescribeCustomDomainsInput) GoString() string
- func (s *DescribeCustomDomainsInput) SetMaxResults(v int64) *DescribeCustomDomainsInput
- func (s *DescribeCustomDomainsInput) SetNextToken(v string) *DescribeCustomDomainsInput
- func (s *DescribeCustomDomainsInput) SetServiceArn(v string) *DescribeCustomDomainsInput
- func (s DescribeCustomDomainsInput) String() string
- func (s *DescribeCustomDomainsInput) Validate() error
- type DescribeCustomDomainsOutput
- func (s DescribeCustomDomainsOutput) GoString() string
- func (s *DescribeCustomDomainsOutput) SetCustomDomains(v []*CustomDomain) *DescribeCustomDomainsOutput
- func (s *DescribeCustomDomainsOutput) SetDNSTarget(v string) *DescribeCustomDomainsOutput
- func (s *DescribeCustomDomainsOutput) SetNextToken(v string) *DescribeCustomDomainsOutput
- func (s *DescribeCustomDomainsOutput) SetServiceArn(v string) *DescribeCustomDomainsOutput
- func (s DescribeCustomDomainsOutput) String() string
- type DescribeServiceInput
- type DescribeServiceOutput
- type DisassociateCustomDomainInput
- func (s DisassociateCustomDomainInput) GoString() string
- func (s *DisassociateCustomDomainInput) SetDomainName(v string) *DisassociateCustomDomainInput
- func (s *DisassociateCustomDomainInput) SetServiceArn(v string) *DisassociateCustomDomainInput
- func (s DisassociateCustomDomainInput) String() string
- func (s *DisassociateCustomDomainInput) Validate() error
- type DisassociateCustomDomainOutput
- func (s DisassociateCustomDomainOutput) GoString() string
- func (s *DisassociateCustomDomainOutput) SetCustomDomain(v *CustomDomain) *DisassociateCustomDomainOutput
- func (s *DisassociateCustomDomainOutput) SetDNSTarget(v string) *DisassociateCustomDomainOutput
- func (s *DisassociateCustomDomainOutput) SetServiceArn(v string) *DisassociateCustomDomainOutput
- func (s DisassociateCustomDomainOutput) String() string
- type EncryptionConfiguration
- type HealthCheckConfiguration
- func (s HealthCheckConfiguration) GoString() string
- func (s *HealthCheckConfiguration) SetHealthyThreshold(v int64) *HealthCheckConfiguration
- func (s *HealthCheckConfiguration) SetInterval(v int64) *HealthCheckConfiguration
- func (s *HealthCheckConfiguration) SetPath(v string) *HealthCheckConfiguration
- func (s *HealthCheckConfiguration) SetProtocol(v string) *HealthCheckConfiguration
- func (s *HealthCheckConfiguration) SetTimeout(v int64) *HealthCheckConfiguration
- func (s *HealthCheckConfiguration) SetUnhealthyThreshold(v int64) *HealthCheckConfiguration
- func (s HealthCheckConfiguration) String() string
- func (s *HealthCheckConfiguration) Validate() error
- type ImageConfiguration
- func (s ImageConfiguration) GoString() string
- func (s *ImageConfiguration) SetPort(v string) *ImageConfiguration
- func (s *ImageConfiguration) SetRuntimeEnvironmentVariables(v map[string]*string) *ImageConfiguration
- func (s *ImageConfiguration) SetStartCommand(v string) *ImageConfiguration
- func (s ImageConfiguration) String() string
- type ImageRepository
- func (s ImageRepository) GoString() string
- func (s *ImageRepository) SetImageConfiguration(v *ImageConfiguration) *ImageRepository
- func (s *ImageRepository) SetImageIdentifier(v string) *ImageRepository
- func (s *ImageRepository) SetImageRepositoryType(v string) *ImageRepository
- func (s ImageRepository) String() string
- func (s *ImageRepository) Validate() error
- type InstanceConfiguration
- func (s InstanceConfiguration) GoString() string
- func (s *InstanceConfiguration) SetCpu(v string) *InstanceConfiguration
- func (s *InstanceConfiguration) SetInstanceRoleArn(v string) *InstanceConfiguration
- func (s *InstanceConfiguration) SetMemory(v string) *InstanceConfiguration
- func (s InstanceConfiguration) String() string
- func (s *InstanceConfiguration) Validate() error
- type InternalServiceErrorException
- func (s *InternalServiceErrorException) Code() string
- func (s *InternalServiceErrorException) Error() string
- func (s InternalServiceErrorException) GoString() string
- func (s *InternalServiceErrorException) Message() string
- func (s *InternalServiceErrorException) OrigErr() error
- func (s *InternalServiceErrorException) RequestID() string
- func (s *InternalServiceErrorException) StatusCode() int
- func (s InternalServiceErrorException) String() string
- type InvalidRequestException
- func (s *InvalidRequestException) Code() string
- func (s *InvalidRequestException) Error() string
- func (s InvalidRequestException) GoString() string
- func (s *InvalidRequestException) Message() string
- func (s *InvalidRequestException) OrigErr() error
- func (s *InvalidRequestException) RequestID() string
- func (s *InvalidRequestException) StatusCode() int
- func (s InvalidRequestException) String() string
- type InvalidStateException
- func (s *InvalidStateException) Code() string
- func (s *InvalidStateException) Error() string
- func (s InvalidStateException) GoString() string
- func (s *InvalidStateException) Message() string
- func (s *InvalidStateException) OrigErr() error
- func (s *InvalidStateException) RequestID() string
- func (s *InvalidStateException) StatusCode() int
- func (s InvalidStateException) String() string
- type ListAutoScalingConfigurationsInput
- func (s ListAutoScalingConfigurationsInput) GoString() string
- func (s *ListAutoScalingConfigurationsInput) SetAutoScalingConfigurationName(v string) *ListAutoScalingConfigurationsInput
- func (s *ListAutoScalingConfigurationsInput) SetLatestOnly(v bool) *ListAutoScalingConfigurationsInput
- func (s *ListAutoScalingConfigurationsInput) SetMaxResults(v int64) *ListAutoScalingConfigurationsInput
- func (s *ListAutoScalingConfigurationsInput) SetNextToken(v string) *ListAutoScalingConfigurationsInput
- func (s ListAutoScalingConfigurationsInput) String() string
- func (s *ListAutoScalingConfigurationsInput) Validate() error
- type ListAutoScalingConfigurationsOutput
- func (s ListAutoScalingConfigurationsOutput) GoString() string
- func (s *ListAutoScalingConfigurationsOutput) SetAutoScalingConfigurationSummaryList(v []*AutoScalingConfigurationSummary) *ListAutoScalingConfigurationsOutput
- func (s *ListAutoScalingConfigurationsOutput) SetNextToken(v string) *ListAutoScalingConfigurationsOutput
- func (s ListAutoScalingConfigurationsOutput) String() string
- type ListConnectionsInput
- func (s ListConnectionsInput) GoString() string
- func (s *ListConnectionsInput) SetConnectionName(v string) *ListConnectionsInput
- func (s *ListConnectionsInput) SetMaxResults(v int64) *ListConnectionsInput
- func (s *ListConnectionsInput) SetNextToken(v string) *ListConnectionsInput
- func (s ListConnectionsInput) String() string
- func (s *ListConnectionsInput) Validate() error
- type ListConnectionsOutput
- type ListOperationsInput
- func (s ListOperationsInput) GoString() string
- func (s *ListOperationsInput) SetMaxResults(v int64) *ListOperationsInput
- func (s *ListOperationsInput) SetNextToken(v string) *ListOperationsInput
- func (s *ListOperationsInput) SetServiceArn(v string) *ListOperationsInput
- func (s ListOperationsInput) String() string
- func (s *ListOperationsInput) Validate() error
- type ListOperationsOutput
- type ListServicesInput
- type ListServicesOutput
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type OperationSummary
- func (s OperationSummary) GoString() string
- func (s *OperationSummary) SetEndedAt(v time.Time) *OperationSummary
- func (s *OperationSummary) SetId(v string) *OperationSummary
- func (s *OperationSummary) SetStartedAt(v time.Time) *OperationSummary
- func (s *OperationSummary) SetStatus(v string) *OperationSummary
- func (s *OperationSummary) SetTargetArn(v string) *OperationSummary
- func (s *OperationSummary) SetType(v string) *OperationSummary
- func (s *OperationSummary) SetUpdatedAt(v time.Time) *OperationSummary
- func (s OperationSummary) String() string
- type PauseServiceInput
- type PauseServiceOutput
- type ResourceNotFoundException
- func (s *ResourceNotFoundException) Code() string
- func (s *ResourceNotFoundException) Error() string
- func (s ResourceNotFoundException) GoString() string
- func (s *ResourceNotFoundException) Message() string
- func (s *ResourceNotFoundException) OrigErr() error
- func (s *ResourceNotFoundException) RequestID() string
- func (s *ResourceNotFoundException) StatusCode() int
- func (s ResourceNotFoundException) String() string
- type ResumeServiceInput
- type ResumeServiceOutput
- type Service
- func (s Service) GoString() string
- func (s *Service) SetAutoScalingConfigurationSummary(v *AutoScalingConfigurationSummary) *Service
- func (s *Service) SetCreatedAt(v time.Time) *Service
- func (s *Service) SetDeletedAt(v time.Time) *Service
- func (s *Service) SetEncryptionConfiguration(v *EncryptionConfiguration) *Service
- func (s *Service) SetHealthCheckConfiguration(v *HealthCheckConfiguration) *Service
- func (s *Service) SetInstanceConfiguration(v *InstanceConfiguration) *Service
- func (s *Service) SetServiceArn(v string) *Service
- func (s *Service) SetServiceId(v string) *Service
- func (s *Service) SetServiceName(v string) *Service
- func (s *Service) SetServiceUrl(v string) *Service
- func (s *Service) SetSourceConfiguration(v *SourceConfiguration) *Service
- func (s *Service) SetStatus(v string) *Service
- func (s *Service) SetUpdatedAt(v time.Time) *Service
- func (s Service) String() string
- type ServiceQuotaExceededException
- func (s *ServiceQuotaExceededException) Code() string
- func (s *ServiceQuotaExceededException) Error() string
- func (s ServiceQuotaExceededException) GoString() string
- func (s *ServiceQuotaExceededException) Message() string
- func (s *ServiceQuotaExceededException) OrigErr() error
- func (s *ServiceQuotaExceededException) RequestID() string
- func (s *ServiceQuotaExceededException) StatusCode() int
- func (s ServiceQuotaExceededException) String() string
- type ServiceSummary
- func (s ServiceSummary) GoString() string
- func (s *ServiceSummary) SetCreatedAt(v time.Time) *ServiceSummary
- func (s *ServiceSummary) SetServiceArn(v string) *ServiceSummary
- func (s *ServiceSummary) SetServiceId(v string) *ServiceSummary
- func (s *ServiceSummary) SetServiceName(v string) *ServiceSummary
- func (s *ServiceSummary) SetServiceUrl(v string) *ServiceSummary
- func (s *ServiceSummary) SetStatus(v string) *ServiceSummary
- func (s *ServiceSummary) SetUpdatedAt(v time.Time) *ServiceSummary
- func (s ServiceSummary) String() string
- type SourceCodeVersion
- type SourceConfiguration
- func (s SourceConfiguration) GoString() string
- func (s *SourceConfiguration) SetAuthenticationConfiguration(v *AuthenticationConfiguration) *SourceConfiguration
- func (s *SourceConfiguration) SetAutoDeploymentsEnabled(v bool) *SourceConfiguration
- func (s *SourceConfiguration) SetCodeRepository(v *CodeRepository) *SourceConfiguration
- func (s *SourceConfiguration) SetImageRepository(v *ImageRepository) *SourceConfiguration
- func (s SourceConfiguration) String() string
- func (s *SourceConfiguration) Validate() error
- type StartDeploymentInput
- type StartDeploymentOutput
- type Tag
- type TagResourceInput
- type TagResourceOutput
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateServiceInput
- func (s UpdateServiceInput) GoString() string
- func (s *UpdateServiceInput) SetAutoScalingConfigurationArn(v string) *UpdateServiceInput
- func (s *UpdateServiceInput) SetHealthCheckConfiguration(v *HealthCheckConfiguration) *UpdateServiceInput
- func (s *UpdateServiceInput) SetInstanceConfiguration(v *InstanceConfiguration) *UpdateServiceInput
- func (s *UpdateServiceInput) SetServiceArn(v string) *UpdateServiceInput
- func (s *UpdateServiceInput) SetSourceConfiguration(v *SourceConfiguration) *UpdateServiceInput
- func (s UpdateServiceInput) String() string
- func (s *UpdateServiceInput) Validate() error
- type UpdateServiceOutput
Constants ¶
const ( // AutoScalingConfigurationStatusActive is a AutoScalingConfigurationStatus enum value AutoScalingConfigurationStatusActive = "ACTIVE" // AutoScalingConfigurationStatusInactive is a AutoScalingConfigurationStatus enum value AutoScalingConfigurationStatusInactive = "INACTIVE" )
const ( // CertificateValidationRecordStatusPendingValidation is a CertificateValidationRecordStatus enum value CertificateValidationRecordStatusPendingValidation = "PENDING_VALIDATION" // CertificateValidationRecordStatusSuccess is a CertificateValidationRecordStatus enum value CertificateValidationRecordStatusSuccess = "SUCCESS" // CertificateValidationRecordStatusFailed is a CertificateValidationRecordStatus enum value CertificateValidationRecordStatusFailed = "FAILED" )
const ( // ConfigurationSourceRepository is a ConfigurationSource enum value ConfigurationSourceRepository = "REPOSITORY" // ConfigurationSourceApi is a ConfigurationSource enum value ConfigurationSourceApi = "API" )
const ( // ConnectionStatusPendingHandshake is a ConnectionStatus enum value ConnectionStatusPendingHandshake = "PENDING_HANDSHAKE" // ConnectionStatusAvailable is a ConnectionStatus enum value ConnectionStatusAvailable = "AVAILABLE" // ConnectionStatusError is a ConnectionStatus enum value ConnectionStatusError = "ERROR" // ConnectionStatusDeleted is a ConnectionStatus enum value ConnectionStatusDeleted = "DELETED" )
const ( // CustomDomainAssociationStatusCreating is a CustomDomainAssociationStatus enum value CustomDomainAssociationStatusCreating = "CREATING" // CustomDomainAssociationStatusCreateFailed is a CustomDomainAssociationStatus enum value CustomDomainAssociationStatusCreateFailed = "CREATE_FAILED" // CustomDomainAssociationStatusActive is a CustomDomainAssociationStatus enum value CustomDomainAssociationStatusActive = "ACTIVE" // CustomDomainAssociationStatusDeleting is a CustomDomainAssociationStatus enum value CustomDomainAssociationStatusDeleting = "DELETING" // CustomDomainAssociationStatusDeleteFailed is a CustomDomainAssociationStatus enum value CustomDomainAssociationStatusDeleteFailed = "DELETE_FAILED" // CustomDomainAssociationStatusPendingCertificateDnsValidation is a CustomDomainAssociationStatus enum value CustomDomainAssociationStatusPendingCertificateDnsValidation = "PENDING_CERTIFICATE_DNS_VALIDATION" // CustomDomainAssociationStatusBindingCertificate is a CustomDomainAssociationStatus enum value CustomDomainAssociationStatusBindingCertificate = "BINDING_CERTIFICATE" )
const ( // HealthCheckProtocolTcp is a HealthCheckProtocol enum value HealthCheckProtocolTcp = "TCP" // HealthCheckProtocolHttp is a HealthCheckProtocol enum value HealthCheckProtocolHttp = "HTTP" )
const ( // ImageRepositoryTypeEcr is a ImageRepositoryType enum value ImageRepositoryTypeEcr = "ECR" // ImageRepositoryTypeEcrPublic is a ImageRepositoryType enum value ImageRepositoryTypeEcrPublic = "ECR_PUBLIC" )
const ( // OperationStatusPending is a OperationStatus enum value OperationStatusPending = "PENDING" // OperationStatusInProgress is a OperationStatus enum value OperationStatusInProgress = "IN_PROGRESS" // OperationStatusFailed is a OperationStatus enum value OperationStatusFailed = "FAILED" // OperationStatusSucceeded is a OperationStatus enum value OperationStatusSucceeded = "SUCCEEDED" // OperationStatusRollbackInProgress is a OperationStatus enum value OperationStatusRollbackInProgress = "ROLLBACK_IN_PROGRESS" // OperationStatusRollbackFailed is a OperationStatus enum value OperationStatusRollbackFailed = "ROLLBACK_FAILED" // OperationStatusRollbackSucceeded is a OperationStatus enum value OperationStatusRollbackSucceeded = "ROLLBACK_SUCCEEDED" )
const ( // OperationTypeStartDeployment is a OperationType enum value OperationTypeStartDeployment = "START_DEPLOYMENT" // OperationTypeCreateService is a OperationType enum value OperationTypeCreateService = "CREATE_SERVICE" // OperationTypePauseService is a OperationType enum value OperationTypePauseService = "PAUSE_SERVICE" // OperationTypeResumeService is a OperationType enum value OperationTypeResumeService = "RESUME_SERVICE" // OperationTypeDeleteService is a OperationType enum value OperationTypeDeleteService = "DELETE_SERVICE" )
const ( // RuntimePython3 is a Runtime enum value RuntimePython3 = "PYTHON_3" // RuntimeNodejs12 is a Runtime enum value RuntimeNodejs12 = "NODEJS_12" )
const ( // ServiceStatusCreateFailed is a ServiceStatus enum value ServiceStatusCreateFailed = "CREATE_FAILED" // ServiceStatusRunning is a ServiceStatus enum value ServiceStatusRunning = "RUNNING" // ServiceStatusDeleted is a ServiceStatus enum value ServiceStatusDeleted = "DELETED" // ServiceStatusDeleteFailed is a ServiceStatus enum value ServiceStatusDeleteFailed = "DELETE_FAILED" // ServiceStatusPaused is a ServiceStatus enum value ServiceStatusPaused = "PAUSED" // ServiceStatusOperationInProgress is a ServiceStatus enum value ServiceStatusOperationInProgress = "OPERATION_IN_PROGRESS" )
const ( // ErrCodeInternalServiceErrorException for service response error code // "InternalServiceErrorException". // // An unexpected service exception occurred. ErrCodeInternalServiceErrorException = "InternalServiceErrorException" // ErrCodeInvalidRequestException for service response error code // "InvalidRequestException". // // One or more input parameters aren't valid. Refer to the API action's document // page, correct the input parameters, and try the action again. ErrCodeInvalidRequestException = "InvalidRequestException" // ErrCodeInvalidStateException for service response error code // "InvalidStateException". // // You can't perform this action when the resource is in its current state. ErrCodeInvalidStateException = "InvalidStateException" // ErrCodeResourceNotFoundException for service response error code // "ResourceNotFoundException". // // A resource doesn't exist for the specified Amazon Resource Name (ARN) in // your Amazon Web Services account. ErrCodeResourceNotFoundException = "ResourceNotFoundException" // ErrCodeServiceQuotaExceededException for service response error code // "ServiceQuotaExceededException". // // App Runner can't create this resource. You've reached your account quota // for this resource type. // // For App Runner per-resource quotas, see App Runner endpoints and quotas (https://docs.aws.amazon.com/general/latest/gr/apprunner.html) // in the Amazon Web Services General Reference. ErrCodeServiceQuotaExceededException = "ServiceQuotaExceededException" )
const ( ServiceName = "AppRunner" // Name of service. EndpointsID = "apprunner" // ID to lookup a service endpoint with. ServiceID = "AppRunner" // ServiceID is a unique identifier of a specific service. )
Service information constants
const (
// ProviderTypeGithub is a ProviderType enum value
ProviderTypeGithub = "GITHUB"
)
const (
// SourceCodeVersionTypeBranch is a SourceCodeVersionType enum value
SourceCodeVersionTypeBranch = "BRANCH"
)
Variables ¶
This section is empty.
Functions ¶
func AutoScalingConfigurationStatus_Values ¶
func AutoScalingConfigurationStatus_Values() []string
AutoScalingConfigurationStatus_Values returns all elements of the AutoScalingConfigurationStatus enum
func CertificateValidationRecordStatus_Values ¶
func CertificateValidationRecordStatus_Values() []string
CertificateValidationRecordStatus_Values returns all elements of the CertificateValidationRecordStatus enum
func ConfigurationSource_Values ¶
func ConfigurationSource_Values() []string
ConfigurationSource_Values returns all elements of the ConfigurationSource enum
func ConnectionStatus_Values ¶
func ConnectionStatus_Values() []string
ConnectionStatus_Values returns all elements of the ConnectionStatus enum
func CustomDomainAssociationStatus_Values ¶
func CustomDomainAssociationStatus_Values() []string
CustomDomainAssociationStatus_Values returns all elements of the CustomDomainAssociationStatus enum
func HealthCheckProtocol_Values ¶
func HealthCheckProtocol_Values() []string
HealthCheckProtocol_Values returns all elements of the HealthCheckProtocol enum
func ImageRepositoryType_Values ¶
func ImageRepositoryType_Values() []string
ImageRepositoryType_Values returns all elements of the ImageRepositoryType enum
func OperationStatus_Values ¶
func OperationStatus_Values() []string
OperationStatus_Values returns all elements of the OperationStatus enum
func OperationType_Values ¶
func OperationType_Values() []string
OperationType_Values returns all elements of the OperationType enum
func ProviderType_Values ¶
func ProviderType_Values() []string
ProviderType_Values returns all elements of the ProviderType enum
func Runtime_Values ¶
func Runtime_Values() []string
Runtime_Values returns all elements of the Runtime enum
func ServiceStatus_Values ¶
func ServiceStatus_Values() []string
ServiceStatus_Values returns all elements of the ServiceStatus enum
func SourceCodeVersionType_Values ¶
func SourceCodeVersionType_Values() []string
SourceCodeVersionType_Values returns all elements of the SourceCodeVersionType enum
Types ¶
type AppRunner ¶
AppRunner provides the API operation methods for making requests to AWS App Runner. See this package's package overview docs for details on the service.
AppRunner methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*aws.Config) *AppRunner
New creates a new instance of the AppRunner client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
mySession := session.Must(session.NewSession()) // Create a AppRunner client from just a session. svc := apprunner.New(mySession) // Create a AppRunner client with additional configuration svc := apprunner.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*AppRunner) AssociateCustomDomain ¶
func (c *AppRunner) AssociateCustomDomain(input *AssociateCustomDomainInput) (*AssociateCustomDomainOutput, error)
AssociateCustomDomain API operation for AWS App Runner.
Associate your own domain name with the App Runner subdomain URL of your App Runner service.
After you call AssociateCustomDomain and receive a successful response, use the information in the CustomDomain record that's returned to add CNAME records to your Domain Name System (DNS). For each mapped domain name, add a mapping to the target App Runner subdomain and one or more certificate validation records. App Runner then performs DNS validation to verify that you own or control the domain name that you associated. App Runner tracks domain validity in a certificate stored in AWS Certificate Manager (ACM) (https://docs.aws.amazon.com/acm/latest/userguide).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS App Runner's API operation AssociateCustomDomain for usage and error information.
Returned Error Types:
InvalidRequestException One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.
InternalServiceErrorException An unexpected service exception occurred.
InvalidStateException You can't perform this action when the resource is in its current state.
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/AssociateCustomDomain
func (*AppRunner) AssociateCustomDomainRequest ¶
func (c *AppRunner) AssociateCustomDomainRequest(input *AssociateCustomDomainInput) (req *request.Request, output *AssociateCustomDomainOutput)
AssociateCustomDomainRequest generates a "aws/request.Request" representing the client's request for the AssociateCustomDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AssociateCustomDomain for more information on using the AssociateCustomDomain API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AssociateCustomDomainRequest method. req, resp := client.AssociateCustomDomainRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/AssociateCustomDomain
func (*AppRunner) AssociateCustomDomainWithContext ¶
func (c *AppRunner) AssociateCustomDomainWithContext(ctx aws.Context, input *AssociateCustomDomainInput, opts ...request.Option) (*AssociateCustomDomainOutput, error)
AssociateCustomDomainWithContext is the same as AssociateCustomDomain with the addition of the ability to pass a context and additional request options.
See AssociateCustomDomain for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppRunner) CreateAutoScalingConfiguration ¶
func (c *AppRunner) CreateAutoScalingConfiguration(input *CreateAutoScalingConfigurationInput) (*CreateAutoScalingConfigurationOutput, error)
CreateAutoScalingConfiguration API operation for AWS App Runner.
Create an App Runner automatic scaling configuration resource. App Runner requires this resource when you create App Runner services that require non-default auto scaling settings. You can share an auto scaling configuration across multiple services.
Create multiple revisions of a configuration by using the same AutoScalingConfigurationName and different AutoScalingConfigurationRevision values. When you create a service, you can set it to use the latest active revision of an auto scaling configuration or a specific revision.
Configure a higher MinSize to increase the spread of your App Runner service over more Availability Zones in the Amazon Web Services Region. The tradeoff is a higher minimal cost.
Configure a lower MaxSize to control your cost. The tradeoff is lower responsiveness during peak demand.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS App Runner's API operation CreateAutoScalingConfiguration for usage and error information.
Returned Error Types:
InvalidRequestException One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.
InternalServiceErrorException An unexpected service exception occurred.
ServiceQuotaExceededException App Runner can't create this resource. You've reached your account quota for this resource type.
For App Runner per-resource quotas, see App Runner endpoints and quotas (https://docs.aws.amazon.com/general/latest/gr/apprunner.html) in the Amazon Web Services General Reference.
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/CreateAutoScalingConfiguration
func (*AppRunner) CreateAutoScalingConfigurationRequest ¶
func (c *AppRunner) CreateAutoScalingConfigurationRequest(input *CreateAutoScalingConfigurationInput) (req *request.Request, output *CreateAutoScalingConfigurationOutput)
CreateAutoScalingConfigurationRequest generates a "aws/request.Request" representing the client's request for the CreateAutoScalingConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateAutoScalingConfiguration for more information on using the CreateAutoScalingConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateAutoScalingConfigurationRequest method. req, resp := client.CreateAutoScalingConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/CreateAutoScalingConfiguration
func (*AppRunner) CreateAutoScalingConfigurationWithContext ¶
func (c *AppRunner) CreateAutoScalingConfigurationWithContext(ctx aws.Context, input *CreateAutoScalingConfigurationInput, opts ...request.Option) (*CreateAutoScalingConfigurationOutput, error)
CreateAutoScalingConfigurationWithContext is the same as CreateAutoScalingConfiguration with the addition of the ability to pass a context and additional request options.
See CreateAutoScalingConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppRunner) CreateConnection ¶
func (c *AppRunner) CreateConnection(input *CreateConnectionInput) (*CreateConnectionOutput, error)
CreateConnection API operation for AWS App Runner.
Create an App Runner connection resource. App Runner requires a connection resource when you create App Runner services that access private repositories from certain third-party providers. You can share a connection across multiple services.
A connection resource is needed to access GitHub repositories. GitHub requires a user interface approval process through the App Runner console before you can use the connection.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS App Runner's API operation CreateConnection for usage and error information.
Returned Error Types:
InvalidRequestException One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.
InternalServiceErrorException An unexpected service exception occurred.
ServiceQuotaExceededException App Runner can't create this resource. You've reached your account quota for this resource type.
For App Runner per-resource quotas, see App Runner endpoints and quotas (https://docs.aws.amazon.com/general/latest/gr/apprunner.html) in the Amazon Web Services General Reference.
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/CreateConnection
func (*AppRunner) CreateConnectionRequest ¶
func (c *AppRunner) CreateConnectionRequest(input *CreateConnectionInput) (req *request.Request, output *CreateConnectionOutput)
CreateConnectionRequest generates a "aws/request.Request" representing the client's request for the CreateConnection operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateConnection for more information on using the CreateConnection API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateConnectionRequest method. req, resp := client.CreateConnectionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/CreateConnection
func (*AppRunner) CreateConnectionWithContext ¶
func (c *AppRunner) CreateConnectionWithContext(ctx aws.Context, input *CreateConnectionInput, opts ...request.Option) (*CreateConnectionOutput, error)
CreateConnectionWithContext is the same as CreateConnection with the addition of the ability to pass a context and additional request options.
See CreateConnection for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppRunner) CreateService ¶
func (c *AppRunner) CreateService(input *CreateServiceInput) (*CreateServiceOutput, error)
CreateService API operation for AWS App Runner.
Create an App Runner service. After the service is created, the action also automatically starts a deployment.
This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations (https://docs.aws.amazon.com/apprunner/latest/api/API_ListOperations.html) call to track the operation's progress.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS App Runner's API operation CreateService for usage and error information.
Returned Error Types:
InvalidRequestException One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.
InternalServiceErrorException An unexpected service exception occurred.
ServiceQuotaExceededException App Runner can't create this resource. You've reached your account quota for this resource type.
For App Runner per-resource quotas, see App Runner endpoints and quotas (https://docs.aws.amazon.com/general/latest/gr/apprunner.html) in the Amazon Web Services General Reference.
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/CreateService
func (*AppRunner) CreateServiceRequest ¶
func (c *AppRunner) CreateServiceRequest(input *CreateServiceInput) (req *request.Request, output *CreateServiceOutput)
CreateServiceRequest generates a "aws/request.Request" representing the client's request for the CreateService operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateService for more information on using the CreateService API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateServiceRequest method. req, resp := client.CreateServiceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/CreateService
func (*AppRunner) CreateServiceWithContext ¶
func (c *AppRunner) CreateServiceWithContext(ctx aws.Context, input *CreateServiceInput, opts ...request.Option) (*CreateServiceOutput, error)
CreateServiceWithContext is the same as CreateService with the addition of the ability to pass a context and additional request options.
See CreateService for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppRunner) DeleteAutoScalingConfiguration ¶
func (c *AppRunner) DeleteAutoScalingConfiguration(input *DeleteAutoScalingConfigurationInput) (*DeleteAutoScalingConfigurationOutput, error)
DeleteAutoScalingConfiguration API operation for AWS App Runner.
Delete an App Runner automatic scaling configuration resource. You can delete a specific revision or the latest active revision. You can't delete a configuration that's used by one or more App Runner services.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS App Runner's API operation DeleteAutoScalingConfiguration for usage and error information.
Returned Error Types:
InvalidRequestException One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.
InternalServiceErrorException An unexpected service exception occurred.
ResourceNotFoundException A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DeleteAutoScalingConfiguration
func (*AppRunner) DeleteAutoScalingConfigurationRequest ¶
func (c *AppRunner) DeleteAutoScalingConfigurationRequest(input *DeleteAutoScalingConfigurationInput) (req *request.Request, output *DeleteAutoScalingConfigurationOutput)
DeleteAutoScalingConfigurationRequest generates a "aws/request.Request" representing the client's request for the DeleteAutoScalingConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteAutoScalingConfiguration for more information on using the DeleteAutoScalingConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteAutoScalingConfigurationRequest method. req, resp := client.DeleteAutoScalingConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DeleteAutoScalingConfiguration
func (*AppRunner) DeleteAutoScalingConfigurationWithContext ¶
func (c *AppRunner) DeleteAutoScalingConfigurationWithContext(ctx aws.Context, input *DeleteAutoScalingConfigurationInput, opts ...request.Option) (*DeleteAutoScalingConfigurationOutput, error)
DeleteAutoScalingConfigurationWithContext is the same as DeleteAutoScalingConfiguration with the addition of the ability to pass a context and additional request options.
See DeleteAutoScalingConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppRunner) DeleteConnection ¶
func (c *AppRunner) DeleteConnection(input *DeleteConnectionInput) (*DeleteConnectionOutput, error)
DeleteConnection API operation for AWS App Runner.
Delete an App Runner connection. You must first ensure that there are no running App Runner services that use this connection. If there are any, the DeleteConnection action fails.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS App Runner's API operation DeleteConnection for usage and error information.
Returned Error Types:
InvalidRequestException One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.
ResourceNotFoundException A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.
InternalServiceErrorException An unexpected service exception occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DeleteConnection
func (*AppRunner) DeleteConnectionRequest ¶
func (c *AppRunner) DeleteConnectionRequest(input *DeleteConnectionInput) (req *request.Request, output *DeleteConnectionOutput)
DeleteConnectionRequest generates a "aws/request.Request" representing the client's request for the DeleteConnection operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteConnection for more information on using the DeleteConnection API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteConnectionRequest method. req, resp := client.DeleteConnectionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DeleteConnection
func (*AppRunner) DeleteConnectionWithContext ¶
func (c *AppRunner) DeleteConnectionWithContext(ctx aws.Context, input *DeleteConnectionInput, opts ...request.Option) (*DeleteConnectionOutput, error)
DeleteConnectionWithContext is the same as DeleteConnection with the addition of the ability to pass a context and additional request options.
See DeleteConnection for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppRunner) DeleteService ¶
func (c *AppRunner) DeleteService(input *DeleteServiceInput) (*DeleteServiceOutput, error)
DeleteService API operation for AWS App Runner.
Delete an App Runner service.
This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS App Runner's API operation DeleteService for usage and error information.
Returned Error Types:
InvalidRequestException One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.
ResourceNotFoundException A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.
InvalidStateException You can't perform this action when the resource is in its current state.
InternalServiceErrorException An unexpected service exception occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DeleteService
func (*AppRunner) DeleteServiceRequest ¶
func (c *AppRunner) DeleteServiceRequest(input *DeleteServiceInput) (req *request.Request, output *DeleteServiceOutput)
DeleteServiceRequest generates a "aws/request.Request" representing the client's request for the DeleteService operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteService for more information on using the DeleteService API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteServiceRequest method. req, resp := client.DeleteServiceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DeleteService
func (*AppRunner) DeleteServiceWithContext ¶
func (c *AppRunner) DeleteServiceWithContext(ctx aws.Context, input *DeleteServiceInput, opts ...request.Option) (*DeleteServiceOutput, error)
DeleteServiceWithContext is the same as DeleteService with the addition of the ability to pass a context and additional request options.
See DeleteService for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppRunner) DescribeAutoScalingConfiguration ¶
func (c *AppRunner) DescribeAutoScalingConfiguration(input *DescribeAutoScalingConfigurationInput) (*DescribeAutoScalingConfigurationOutput, error)
DescribeAutoScalingConfiguration API operation for AWS App Runner.
Return a full description of an App Runner automatic scaling configuration resource.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS App Runner's API operation DescribeAutoScalingConfiguration for usage and error information.
Returned Error Types:
InvalidRequestException One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.
InternalServiceErrorException An unexpected service exception occurred.
ResourceNotFoundException A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DescribeAutoScalingConfiguration
func (*AppRunner) DescribeAutoScalingConfigurationRequest ¶
func (c *AppRunner) DescribeAutoScalingConfigurationRequest(input *DescribeAutoScalingConfigurationInput) (req *request.Request, output *DescribeAutoScalingConfigurationOutput)
DescribeAutoScalingConfigurationRequest generates a "aws/request.Request" representing the client's request for the DescribeAutoScalingConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeAutoScalingConfiguration for more information on using the DescribeAutoScalingConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeAutoScalingConfigurationRequest method. req, resp := client.DescribeAutoScalingConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DescribeAutoScalingConfiguration
func (*AppRunner) DescribeAutoScalingConfigurationWithContext ¶
func (c *AppRunner) DescribeAutoScalingConfigurationWithContext(ctx aws.Context, input *DescribeAutoScalingConfigurationInput, opts ...request.Option) (*DescribeAutoScalingConfigurationOutput, error)
DescribeAutoScalingConfigurationWithContext is the same as DescribeAutoScalingConfiguration with the addition of the ability to pass a context and additional request options.
See DescribeAutoScalingConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppRunner) DescribeCustomDomains ¶
func (c *AppRunner) DescribeCustomDomains(input *DescribeCustomDomainsInput) (*DescribeCustomDomainsOutput, error)
DescribeCustomDomains API operation for AWS App Runner.
Return a description of custom domain names that are associated with an App Runner service.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS App Runner's API operation DescribeCustomDomains for usage and error information.
Returned Error Types:
InvalidRequestException One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.
InternalServiceErrorException An unexpected service exception occurred.
ResourceNotFoundException A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DescribeCustomDomains
func (*AppRunner) DescribeCustomDomainsPages ¶
func (c *AppRunner) DescribeCustomDomainsPages(input *DescribeCustomDomainsInput, fn func(*DescribeCustomDomainsOutput, bool) bool) error
DescribeCustomDomainsPages iterates over the pages of a DescribeCustomDomains operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeCustomDomains method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeCustomDomains operation. pageNum := 0 err := client.DescribeCustomDomainsPages(params, func(page *apprunner.DescribeCustomDomainsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AppRunner) DescribeCustomDomainsPagesWithContext ¶
func (c *AppRunner) DescribeCustomDomainsPagesWithContext(ctx aws.Context, input *DescribeCustomDomainsInput, fn func(*DescribeCustomDomainsOutput, bool) bool, opts ...request.Option) error
DescribeCustomDomainsPagesWithContext same as DescribeCustomDomainsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppRunner) DescribeCustomDomainsRequest ¶
func (c *AppRunner) DescribeCustomDomainsRequest(input *DescribeCustomDomainsInput) (req *request.Request, output *DescribeCustomDomainsOutput)
DescribeCustomDomainsRequest generates a "aws/request.Request" representing the client's request for the DescribeCustomDomains operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeCustomDomains for more information on using the DescribeCustomDomains API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeCustomDomainsRequest method. req, resp := client.DescribeCustomDomainsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DescribeCustomDomains
func (*AppRunner) DescribeCustomDomainsWithContext ¶
func (c *AppRunner) DescribeCustomDomainsWithContext(ctx aws.Context, input *DescribeCustomDomainsInput, opts ...request.Option) (*DescribeCustomDomainsOutput, error)
DescribeCustomDomainsWithContext is the same as DescribeCustomDomains with the addition of the ability to pass a context and additional request options.
See DescribeCustomDomains for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppRunner) DescribeService ¶
func (c *AppRunner) DescribeService(input *DescribeServiceInput) (*DescribeServiceOutput, error)
DescribeService API operation for AWS App Runner.
Return a full description of an App Runner service.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS App Runner's API operation DescribeService for usage and error information.
Returned Error Types:
InvalidRequestException One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.
ResourceNotFoundException A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.
InternalServiceErrorException An unexpected service exception occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DescribeService
func (*AppRunner) DescribeServiceRequest ¶
func (c *AppRunner) DescribeServiceRequest(input *DescribeServiceInput) (req *request.Request, output *DescribeServiceOutput)
DescribeServiceRequest generates a "aws/request.Request" representing the client's request for the DescribeService operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeService for more information on using the DescribeService API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeServiceRequest method. req, resp := client.DescribeServiceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DescribeService
func (*AppRunner) DescribeServiceWithContext ¶
func (c *AppRunner) DescribeServiceWithContext(ctx aws.Context, input *DescribeServiceInput, opts ...request.Option) (*DescribeServiceOutput, error)
DescribeServiceWithContext is the same as DescribeService with the addition of the ability to pass a context and additional request options.
See DescribeService for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppRunner) DisassociateCustomDomain ¶
func (c *AppRunner) DisassociateCustomDomain(input *DisassociateCustomDomainInput) (*DisassociateCustomDomainOutput, error)
DisassociateCustomDomain API operation for AWS App Runner.
Disassociate a custom domain name from an App Runner service.
Certificates tracking domain validity are associated with a custom domain and are stored in AWS Certificate Manager (ACM) (https://docs.aws.amazon.com/acm/latest/userguide). These certificates aren't deleted as part of this action. App Runner delays certificate deletion for 30 days after a domain is disassociated from your service.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS App Runner's API operation DisassociateCustomDomain for usage and error information.
Returned Error Types:
InvalidRequestException One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.
InternalServiceErrorException An unexpected service exception occurred.
ResourceNotFoundException A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.
InvalidStateException You can't perform this action when the resource is in its current state.
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DisassociateCustomDomain
func (*AppRunner) DisassociateCustomDomainRequest ¶
func (c *AppRunner) DisassociateCustomDomainRequest(input *DisassociateCustomDomainInput) (req *request.Request, output *DisassociateCustomDomainOutput)
DisassociateCustomDomainRequest generates a "aws/request.Request" representing the client's request for the DisassociateCustomDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DisassociateCustomDomain for more information on using the DisassociateCustomDomain API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DisassociateCustomDomainRequest method. req, resp := client.DisassociateCustomDomainRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DisassociateCustomDomain
func (*AppRunner) DisassociateCustomDomainWithContext ¶
func (c *AppRunner) DisassociateCustomDomainWithContext(ctx aws.Context, input *DisassociateCustomDomainInput, opts ...request.Option) (*DisassociateCustomDomainOutput, error)
DisassociateCustomDomainWithContext is the same as DisassociateCustomDomain with the addition of the ability to pass a context and additional request options.
See DisassociateCustomDomain for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppRunner) ListAutoScalingConfigurations ¶
func (c *AppRunner) ListAutoScalingConfigurations(input *ListAutoScalingConfigurationsInput) (*ListAutoScalingConfigurationsOutput, error)
ListAutoScalingConfigurations API operation for AWS App Runner.
Returns a list of App Runner automatic scaling configurations in your Amazon Web Services account. You can query the revisions for a specific configuration name or the revisions for all configurations in your account. You can optionally query only the latest revision of each requested name.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS App Runner's API operation ListAutoScalingConfigurations for usage and error information.
Returned Error Types:
InvalidRequestException One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.
InternalServiceErrorException An unexpected service exception occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListAutoScalingConfigurations
func (*AppRunner) ListAutoScalingConfigurationsPages ¶
func (c *AppRunner) ListAutoScalingConfigurationsPages(input *ListAutoScalingConfigurationsInput, fn func(*ListAutoScalingConfigurationsOutput, bool) bool) error
ListAutoScalingConfigurationsPages iterates over the pages of a ListAutoScalingConfigurations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListAutoScalingConfigurations method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListAutoScalingConfigurations operation. pageNum := 0 err := client.ListAutoScalingConfigurationsPages(params, func(page *apprunner.ListAutoScalingConfigurationsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AppRunner) ListAutoScalingConfigurationsPagesWithContext ¶
func (c *AppRunner) ListAutoScalingConfigurationsPagesWithContext(ctx aws.Context, input *ListAutoScalingConfigurationsInput, fn func(*ListAutoScalingConfigurationsOutput, bool) bool, opts ...request.Option) error
ListAutoScalingConfigurationsPagesWithContext same as ListAutoScalingConfigurationsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppRunner) ListAutoScalingConfigurationsRequest ¶
func (c *AppRunner) ListAutoScalingConfigurationsRequest(input *ListAutoScalingConfigurationsInput) (req *request.Request, output *ListAutoScalingConfigurationsOutput)
ListAutoScalingConfigurationsRequest generates a "aws/request.Request" representing the client's request for the ListAutoScalingConfigurations operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListAutoScalingConfigurations for more information on using the ListAutoScalingConfigurations API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListAutoScalingConfigurationsRequest method. req, resp := client.ListAutoScalingConfigurationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListAutoScalingConfigurations
func (*AppRunner) ListAutoScalingConfigurationsWithContext ¶
func (c *AppRunner) ListAutoScalingConfigurationsWithContext(ctx aws.Context, input *ListAutoScalingConfigurationsInput, opts ...request.Option) (*ListAutoScalingConfigurationsOutput, error)
ListAutoScalingConfigurationsWithContext is the same as ListAutoScalingConfigurations with the addition of the ability to pass a context and additional request options.
See ListAutoScalingConfigurations for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppRunner) ListConnections ¶
func (c *AppRunner) ListConnections(input *ListConnectionsInput) (*ListConnectionsOutput, error)
ListConnections API operation for AWS App Runner.
Returns a list of App Runner connections that are associated with your Amazon Web Services account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS App Runner's API operation ListConnections for usage and error information.
Returned Error Types:
InvalidRequestException One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.
InternalServiceErrorException An unexpected service exception occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListConnections
func (*AppRunner) ListConnectionsPages ¶
func (c *AppRunner) ListConnectionsPages(input *ListConnectionsInput, fn func(*ListConnectionsOutput, bool) bool) error
ListConnectionsPages iterates over the pages of a ListConnections operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListConnections method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListConnections operation. pageNum := 0 err := client.ListConnectionsPages(params, func(page *apprunner.ListConnectionsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AppRunner) ListConnectionsPagesWithContext ¶
func (c *AppRunner) ListConnectionsPagesWithContext(ctx aws.Context, input *ListConnectionsInput, fn func(*ListConnectionsOutput, bool) bool, opts ...request.Option) error
ListConnectionsPagesWithContext same as ListConnectionsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppRunner) ListConnectionsRequest ¶
func (c *AppRunner) ListConnectionsRequest(input *ListConnectionsInput) (req *request.Request, output *ListConnectionsOutput)
ListConnectionsRequest generates a "aws/request.Request" representing the client's request for the ListConnections operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListConnections for more information on using the ListConnections API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListConnectionsRequest method. req, resp := client.ListConnectionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListConnections
func (*AppRunner) ListConnectionsWithContext ¶
func (c *AppRunner) ListConnectionsWithContext(ctx aws.Context, input *ListConnectionsInput, opts ...request.Option) (*ListConnectionsOutput, error)
ListConnectionsWithContext is the same as ListConnections with the addition of the ability to pass a context and additional request options.
See ListConnections for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppRunner) ListOperations ¶
func (c *AppRunner) ListOperations(input *ListOperationsInput) (*ListOperationsOutput, error)
ListOperations API operation for AWS App Runner.
Return a list of operations that occurred on an App Runner service.
The resulting list of OperationSummary objects is sorted in reverse chronological order. The first object on the list represents the last started operation.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS App Runner's API operation ListOperations for usage and error information.
Returned Error Types:
InvalidRequestException One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.
InternalServiceErrorException An unexpected service exception occurred.
ResourceNotFoundException A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListOperations
func (*AppRunner) ListOperationsPages ¶
func (c *AppRunner) ListOperationsPages(input *ListOperationsInput, fn func(*ListOperationsOutput, bool) bool) error
ListOperationsPages iterates over the pages of a ListOperations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListOperations method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListOperations operation. pageNum := 0 err := client.ListOperationsPages(params, func(page *apprunner.ListOperationsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AppRunner) ListOperationsPagesWithContext ¶
func (c *AppRunner) ListOperationsPagesWithContext(ctx aws.Context, input *ListOperationsInput, fn func(*ListOperationsOutput, bool) bool, opts ...request.Option) error
ListOperationsPagesWithContext same as ListOperationsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppRunner) ListOperationsRequest ¶
func (c *AppRunner) ListOperationsRequest(input *ListOperationsInput) (req *request.Request, output *ListOperationsOutput)
ListOperationsRequest generates a "aws/request.Request" representing the client's request for the ListOperations operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListOperations for more information on using the ListOperations API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListOperationsRequest method. req, resp := client.ListOperationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListOperations
func (*AppRunner) ListOperationsWithContext ¶
func (c *AppRunner) ListOperationsWithContext(ctx aws.Context, input *ListOperationsInput, opts ...request.Option) (*ListOperationsOutput, error)
ListOperationsWithContext is the same as ListOperations with the addition of the ability to pass a context and additional request options.
See ListOperations for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppRunner) ListServices ¶
func (c *AppRunner) ListServices(input *ListServicesInput) (*ListServicesOutput, error)
ListServices API operation for AWS App Runner.
Returns a list of running App Runner services in your Amazon Web Services account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS App Runner's API operation ListServices for usage and error information.
Returned Error Types:
InvalidRequestException One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.
InternalServiceErrorException An unexpected service exception occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListServices
func (*AppRunner) ListServicesPages ¶
func (c *AppRunner) ListServicesPages(input *ListServicesInput, fn func(*ListServicesOutput, bool) bool) error
ListServicesPages iterates over the pages of a ListServices operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListServices method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListServices operation. pageNum := 0 err := client.ListServicesPages(params, func(page *apprunner.ListServicesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AppRunner) ListServicesPagesWithContext ¶
func (c *AppRunner) ListServicesPagesWithContext(ctx aws.Context, input *ListServicesInput, fn func(*ListServicesOutput, bool) bool, opts ...request.Option) error
ListServicesPagesWithContext same as ListServicesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppRunner) ListServicesRequest ¶
func (c *AppRunner) ListServicesRequest(input *ListServicesInput) (req *request.Request, output *ListServicesOutput)
ListServicesRequest generates a "aws/request.Request" representing the client's request for the ListServices operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListServices for more information on using the ListServices API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListServicesRequest method. req, resp := client.ListServicesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListServices
func (*AppRunner) ListServicesWithContext ¶
func (c *AppRunner) ListServicesWithContext(ctx aws.Context, input *ListServicesInput, opts ...request.Option) (*ListServicesOutput, error)
ListServicesWithContext is the same as ListServices with the addition of the ability to pass a context and additional request options.
See ListServices for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppRunner) ListTagsForResource ¶
func (c *AppRunner) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
ListTagsForResource API operation for AWS App Runner.
List tags that are associated with for an App Runner resource. The response contains a list of tag key-value pairs.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS App Runner's API operation ListTagsForResource for usage and error information.
Returned Error Types:
ResourceNotFoundException A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.
InternalServiceErrorException An unexpected service exception occurred.
InvalidRequestException One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.
InvalidStateException You can't perform this action when the resource is in its current state.
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListTagsForResource
func (*AppRunner) ListTagsForResourceRequest ¶
func (c *AppRunner) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListTagsForResourceRequest method. req, resp := client.ListTagsForResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListTagsForResource
func (*AppRunner) ListTagsForResourceWithContext ¶
func (c *AppRunner) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.
See ListTagsForResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppRunner) PauseService ¶
func (c *AppRunner) PauseService(input *PauseServiceInput) (*PauseServiceOutput, error)
PauseService API operation for AWS App Runner.
Pause an active App Runner service. App Runner reduces compute capacity for the service to zero and loses state (for example, ephemeral storage is removed).
This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS App Runner's API operation PauseService for usage and error information.
Returned Error Types:
InvalidRequestException One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.
ResourceNotFoundException A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.
InternalServiceErrorException An unexpected service exception occurred.
InvalidStateException You can't perform this action when the resource is in its current state.
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/PauseService
func (*AppRunner) PauseServiceRequest ¶
func (c *AppRunner) PauseServiceRequest(input *PauseServiceInput) (req *request.Request, output *PauseServiceOutput)
PauseServiceRequest generates a "aws/request.Request" representing the client's request for the PauseService operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PauseService for more information on using the PauseService API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PauseServiceRequest method. req, resp := client.PauseServiceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/PauseService
func (*AppRunner) PauseServiceWithContext ¶
func (c *AppRunner) PauseServiceWithContext(ctx aws.Context, input *PauseServiceInput, opts ...request.Option) (*PauseServiceOutput, error)
PauseServiceWithContext is the same as PauseService with the addition of the ability to pass a context and additional request options.
See PauseService for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppRunner) ResumeService ¶
func (c *AppRunner) ResumeService(input *ResumeServiceInput) (*ResumeServiceOutput, error)
ResumeService API operation for AWS App Runner.
Resume an active App Runner service. App Runner provisions compute capacity for the service.
This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS App Runner's API operation ResumeService for usage and error information.
Returned Error Types:
InvalidRequestException One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.
ResourceNotFoundException A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.
InternalServiceErrorException An unexpected service exception occurred.
InvalidStateException You can't perform this action when the resource is in its current state.
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ResumeService
func (*AppRunner) ResumeServiceRequest ¶
func (c *AppRunner) ResumeServiceRequest(input *ResumeServiceInput) (req *request.Request, output *ResumeServiceOutput)
ResumeServiceRequest generates a "aws/request.Request" representing the client's request for the ResumeService operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ResumeService for more information on using the ResumeService API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ResumeServiceRequest method. req, resp := client.ResumeServiceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ResumeService
func (*AppRunner) ResumeServiceWithContext ¶
func (c *AppRunner) ResumeServiceWithContext(ctx aws.Context, input *ResumeServiceInput, opts ...request.Option) (*ResumeServiceOutput, error)
ResumeServiceWithContext is the same as ResumeService with the addition of the ability to pass a context and additional request options.
See ResumeService for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppRunner) StartDeployment ¶
func (c *AppRunner) StartDeployment(input *StartDeploymentInput) (*StartDeploymentOutput, error)
StartDeployment API operation for AWS App Runner.
Initiate a manual deployment of the latest commit in a source code repository or the latest image in a source image repository to an App Runner service.
For a source code repository, App Runner retrieves the commit and builds a Docker image. For a source image repository, App Runner retrieves the latest Docker image. In both cases, App Runner then deploys the new image to your service and starts a new container instance.
This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS App Runner's API operation StartDeployment for usage and error information.
Returned Error Types:
InvalidRequestException One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.
ResourceNotFoundException A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.
InternalServiceErrorException An unexpected service exception occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/StartDeployment
func (*AppRunner) StartDeploymentRequest ¶
func (c *AppRunner) StartDeploymentRequest(input *StartDeploymentInput) (req *request.Request, output *StartDeploymentOutput)
StartDeploymentRequest generates a "aws/request.Request" representing the client's request for the StartDeployment operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartDeployment for more information on using the StartDeployment API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartDeploymentRequest method. req, resp := client.StartDeploymentRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/StartDeployment
func (*AppRunner) StartDeploymentWithContext ¶
func (c *AppRunner) StartDeploymentWithContext(ctx aws.Context, input *StartDeploymentInput, opts ...request.Option) (*StartDeploymentOutput, error)
StartDeploymentWithContext is the same as StartDeployment with the addition of the ability to pass a context and additional request options.
See StartDeployment for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppRunner) TagResource ¶
func (c *AppRunner) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
TagResource API operation for AWS App Runner.
Add tags to, or update the tag values of, an App Runner resource. A tag is a key-value pair.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS App Runner's API operation TagResource for usage and error information.
Returned Error Types:
ResourceNotFoundException A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.
InternalServiceErrorException An unexpected service exception occurred.
InvalidRequestException One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.
InvalidStateException You can't perform this action when the resource is in its current state.
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/TagResource
func (*AppRunner) TagResourceRequest ¶
func (c *AppRunner) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See TagResource for more information on using the TagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the TagResourceRequest method. req, resp := client.TagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/TagResource
func (*AppRunner) TagResourceWithContext ¶
func (c *AppRunner) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.
See TagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppRunner) UntagResource ¶
func (c *AppRunner) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
UntagResource API operation for AWS App Runner.
Remove tags from an App Runner resource.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS App Runner's API operation UntagResource for usage and error information.
Returned Error Types:
ResourceNotFoundException A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.
InternalServiceErrorException An unexpected service exception occurred.
InvalidRequestException One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.
InvalidStateException You can't perform this action when the resource is in its current state.
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/UntagResource
func (*AppRunner) UntagResourceRequest ¶
func (c *AppRunner) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UntagResource for more information on using the UntagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UntagResourceRequest method. req, resp := client.UntagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/UntagResource
func (*AppRunner) UntagResourceWithContext ¶
func (c *AppRunner) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.
See UntagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppRunner) UpdateService ¶
func (c *AppRunner) UpdateService(input *UpdateServiceInput) (*UpdateServiceOutput, error)
UpdateService API operation for AWS App Runner.
Update an App Runner service. You can update the source configuration and instance configuration of the service. You can also update the ARN of the auto scaling configuration resource that's associated with the service. However, you can't change the name or the encryption configuration of the service. These can be set only when you create the service.
To update the tags applied to your service, use the separate actions TagResource and UntagResource.
This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS App Runner's API operation UpdateService for usage and error information.
Returned Error Types:
InvalidRequestException One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.
ResourceNotFoundException A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.
InvalidStateException You can't perform this action when the resource is in its current state.
InternalServiceErrorException An unexpected service exception occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/UpdateService
func (*AppRunner) UpdateServiceRequest ¶
func (c *AppRunner) UpdateServiceRequest(input *UpdateServiceInput) (req *request.Request, output *UpdateServiceOutput)
UpdateServiceRequest generates a "aws/request.Request" representing the client's request for the UpdateService operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateService for more information on using the UpdateService API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateServiceRequest method. req, resp := client.UpdateServiceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/UpdateService
func (*AppRunner) UpdateServiceWithContext ¶
func (c *AppRunner) UpdateServiceWithContext(ctx aws.Context, input *UpdateServiceInput, opts ...request.Option) (*UpdateServiceOutput, error)
UpdateServiceWithContext is the same as UpdateService with the addition of the ability to pass a context and additional request options.
See UpdateService for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type AssociateCustomDomainInput ¶
type AssociateCustomDomainInput struct { // A custom domain endpoint to associate. Specify a root domain (for example, // example.com), a subdomain (for example, login.example.com or admin.login.example.com), // or a wildcard (for example, *.example.com). // // DomainName is a required field DomainName *string `min:"1" type:"string" required:"true"` // Set to true to associate the subdomain www.DomainName with the App Runner // service in addition to the base domain. // // Default: true EnableWWWSubdomain *bool `type:"boolean"` // The Amazon Resource Name (ARN) of the App Runner service that you want to // associate a custom domain name with. // // ServiceArn is a required field ServiceArn *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (AssociateCustomDomainInput) GoString ¶
func (s AssociateCustomDomainInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateCustomDomainInput) SetDomainName ¶
func (s *AssociateCustomDomainInput) SetDomainName(v string) *AssociateCustomDomainInput
SetDomainName sets the DomainName field's value.
func (*AssociateCustomDomainInput) SetEnableWWWSubdomain ¶
func (s *AssociateCustomDomainInput) SetEnableWWWSubdomain(v bool) *AssociateCustomDomainInput
SetEnableWWWSubdomain sets the EnableWWWSubdomain field's value.
func (*AssociateCustomDomainInput) SetServiceArn ¶
func (s *AssociateCustomDomainInput) SetServiceArn(v string) *AssociateCustomDomainInput
SetServiceArn sets the ServiceArn field's value.
func (AssociateCustomDomainInput) String ¶
func (s AssociateCustomDomainInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateCustomDomainInput) Validate ¶
func (s *AssociateCustomDomainInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateCustomDomainOutput ¶
type AssociateCustomDomainOutput struct { // A description of the domain name that's being associated. // // CustomDomain is a required field CustomDomain *CustomDomain `type:"structure" required:"true"` // The App Runner subdomain of the App Runner service. The custom domain name // is mapped to this target name. // // DNSTarget is a required field DNSTarget *string `type:"string" required:"true"` // The Amazon Resource Name (ARN) of the App Runner service with which a custom // domain name is associated. // // ServiceArn is a required field ServiceArn *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (AssociateCustomDomainOutput) GoString ¶
func (s AssociateCustomDomainOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateCustomDomainOutput) SetCustomDomain ¶
func (s *AssociateCustomDomainOutput) SetCustomDomain(v *CustomDomain) *AssociateCustomDomainOutput
SetCustomDomain sets the CustomDomain field's value.
func (*AssociateCustomDomainOutput) SetDNSTarget ¶
func (s *AssociateCustomDomainOutput) SetDNSTarget(v string) *AssociateCustomDomainOutput
SetDNSTarget sets the DNSTarget field's value.
func (*AssociateCustomDomainOutput) SetServiceArn ¶
func (s *AssociateCustomDomainOutput) SetServiceArn(v string) *AssociateCustomDomainOutput
SetServiceArn sets the ServiceArn field's value.
func (AssociateCustomDomainOutput) String ¶
func (s AssociateCustomDomainOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AuthenticationConfiguration ¶
type AuthenticationConfiguration struct { // The Amazon Resource Name (ARN) of the IAM role that grants the App Runner // service access to a source repository. It's required for ECR image repositories // (but not for ECR Public repositories). AccessRoleArn *string `min:"29" type:"string"` // The Amazon Resource Name (ARN) of the App Runner connection that enables // the App Runner service to connect to a source repository. It's required for // GitHub code repositories. ConnectionArn *string `min:"1" type:"string"` // contains filtered or unexported fields }
Describes resources needed to authenticate access to some source repositories. The specific resource depends on the repository provider.
func (AuthenticationConfiguration) GoString ¶
func (s AuthenticationConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AuthenticationConfiguration) SetAccessRoleArn ¶
func (s *AuthenticationConfiguration) SetAccessRoleArn(v string) *AuthenticationConfiguration
SetAccessRoleArn sets the AccessRoleArn field's value.
func (*AuthenticationConfiguration) SetConnectionArn ¶
func (s *AuthenticationConfiguration) SetConnectionArn(v string) *AuthenticationConfiguration
SetConnectionArn sets the ConnectionArn field's value.
func (AuthenticationConfiguration) String ¶
func (s AuthenticationConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AuthenticationConfiguration) Validate ¶
func (s *AuthenticationConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AutoScalingConfiguration ¶
type AutoScalingConfiguration struct { // The Amazon Resource Name (ARN) of this auto scaling configuration. AutoScalingConfigurationArn *string `min:"1" type:"string"` // The customer-provided auto scaling configuration name. It can be used in // multiple revisions of a configuration. AutoScalingConfigurationName *string `min:"4" type:"string"` // The revision of this auto scaling configuration. It's unique among all the // active configurations ("Status": "ACTIVE") that share the same AutoScalingConfigurationName. AutoScalingConfigurationRevision *int64 `type:"integer"` // The time when the auto scaling configuration was created. It's in Unix time // stamp format. CreatedAt *time.Time `type:"timestamp"` // The time when the auto scaling configuration was deleted. It's in Unix time // stamp format. DeletedAt *time.Time `type:"timestamp"` // It's set to true for the configuration with the highest Revision among all // configurations that share the same Name. It's set to false otherwise. Latest *bool `type:"boolean"` // The maximum number of concurrent requests that an instance processes. If // the number of concurrent requests exceeds this limit, App Runner scales the // service up. MaxConcurrency *int64 `type:"integer"` // The maximum number of instances that a service scales up to. At most MaxSize // instances actively serve traffic for your service. MaxSize *int64 `type:"integer"` // The minimum number of instances that App Runner provisions for a service. // The service always has at least MinSize provisioned instances. Some of them // actively serve traffic. The rest of them (provisioned and inactive instances) // are a cost-effective compute capacity reserve and are ready to be quickly // activated. You pay for memory usage of all the provisioned instances. You // pay for CPU usage of only the active subset. // // App Runner temporarily doubles the number of provisioned instances during // deployments, to maintain the same capacity for both old and new code. MinSize *int64 `type:"integer"` // The current state of the auto scaling configuration. If the status of a configuration // revision is INACTIVE, it was deleted and can't be used. Inactive configuration // revisions are permanently removed some time after they are deleted. Status *string `type:"string" enum:"AutoScalingConfigurationStatus"` // contains filtered or unexported fields }
Describes an App Runner automatic scaling configuration resource. Multiple revisions of a configuration have the same AutoScalingConfigurationName and different AutoScalingConfigurationRevision values.
A higher MinSize increases the spread of your App Runner service over more Availability Zones in the Amazon Web Services Region. The tradeoff is a higher minimal cost.
A lower MaxSize controls your cost. The tradeoff is lower responsiveness during peak demand.
func (AutoScalingConfiguration) GoString ¶
func (s AutoScalingConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AutoScalingConfiguration) SetAutoScalingConfigurationArn ¶
func (s *AutoScalingConfiguration) SetAutoScalingConfigurationArn(v string) *AutoScalingConfiguration
SetAutoScalingConfigurationArn sets the AutoScalingConfigurationArn field's value.
func (*AutoScalingConfiguration) SetAutoScalingConfigurationName ¶
func (s *AutoScalingConfiguration) SetAutoScalingConfigurationName(v string) *AutoScalingConfiguration
SetAutoScalingConfigurationName sets the AutoScalingConfigurationName field's value.
func (*AutoScalingConfiguration) SetAutoScalingConfigurationRevision ¶
func (s *AutoScalingConfiguration) SetAutoScalingConfigurationRevision(v int64) *AutoScalingConfiguration
SetAutoScalingConfigurationRevision sets the AutoScalingConfigurationRevision field's value.
func (*AutoScalingConfiguration) SetCreatedAt ¶
func (s *AutoScalingConfiguration) SetCreatedAt(v time.Time) *AutoScalingConfiguration
SetCreatedAt sets the CreatedAt field's value.
func (*AutoScalingConfiguration) SetDeletedAt ¶
func (s *AutoScalingConfiguration) SetDeletedAt(v time.Time) *AutoScalingConfiguration
SetDeletedAt sets the DeletedAt field's value.
func (*AutoScalingConfiguration) SetLatest ¶
func (s *AutoScalingConfiguration) SetLatest(v bool) *AutoScalingConfiguration
SetLatest sets the Latest field's value.
func (*AutoScalingConfiguration) SetMaxConcurrency ¶
func (s *AutoScalingConfiguration) SetMaxConcurrency(v int64) *AutoScalingConfiguration
SetMaxConcurrency sets the MaxConcurrency field's value.
func (*AutoScalingConfiguration) SetMaxSize ¶
func (s *AutoScalingConfiguration) SetMaxSize(v int64) *AutoScalingConfiguration
SetMaxSize sets the MaxSize field's value.
func (*AutoScalingConfiguration) SetMinSize ¶
func (s *AutoScalingConfiguration) SetMinSize(v int64) *AutoScalingConfiguration
SetMinSize sets the MinSize field's value.
func (*AutoScalingConfiguration) SetStatus ¶
func (s *AutoScalingConfiguration) SetStatus(v string) *AutoScalingConfiguration
SetStatus sets the Status field's value.
func (AutoScalingConfiguration) String ¶
func (s AutoScalingConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AutoScalingConfigurationSummary ¶
type AutoScalingConfigurationSummary struct { // The Amazon Resource Name (ARN) of this auto scaling configuration. AutoScalingConfigurationArn *string `min:"1" type:"string"` // The customer-provided auto scaling configuration name. It can be used in // multiple revisions of a configuration. AutoScalingConfigurationName *string `min:"4" type:"string"` // The revision of this auto scaling configuration. It's unique among all the // active configurations ("Status": "ACTIVE") with the same AutoScalingConfigurationName. AutoScalingConfigurationRevision *int64 `type:"integer"` // contains filtered or unexported fields }
Provides summary information about an App Runner automatic scaling configuration resource.
This type contains limited information about an auto scaling configuration. It includes only identification information, without configuration details. It's returned by the ListAutoScalingConfigurations action. Complete configuration information is returned by the CreateAutoScalingConfiguration, DescribeAutoScalingConfiguration, and DeleteAutoScalingConfiguration actions using the AutoScalingConfiguration type.
func (AutoScalingConfigurationSummary) GoString ¶
func (s AutoScalingConfigurationSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AutoScalingConfigurationSummary) SetAutoScalingConfigurationArn ¶
func (s *AutoScalingConfigurationSummary) SetAutoScalingConfigurationArn(v string) *AutoScalingConfigurationSummary
SetAutoScalingConfigurationArn sets the AutoScalingConfigurationArn field's value.
func (*AutoScalingConfigurationSummary) SetAutoScalingConfigurationName ¶
func (s *AutoScalingConfigurationSummary) SetAutoScalingConfigurationName(v string) *AutoScalingConfigurationSummary
SetAutoScalingConfigurationName sets the AutoScalingConfigurationName field's value.
func (*AutoScalingConfigurationSummary) SetAutoScalingConfigurationRevision ¶
func (s *AutoScalingConfigurationSummary) SetAutoScalingConfigurationRevision(v int64) *AutoScalingConfigurationSummary
SetAutoScalingConfigurationRevision sets the AutoScalingConfigurationRevision field's value.
func (AutoScalingConfigurationSummary) String ¶
func (s AutoScalingConfigurationSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CertificateValidationRecord ¶
type CertificateValidationRecord struct { // The certificate CNAME record name. Name *string `type:"string"` // The current state of the certificate CNAME record validation. It should change // to SUCCESS after App Runner completes validation with your DNS. Status *string `type:"string" enum:"CertificateValidationRecordStatus"` // The record type, always CNAME. Type *string `type:"string"` // The certificate CNAME record value. Value *string `type:"string"` // contains filtered or unexported fields }
Describes a certificate CNAME record to add to your DNS. For more information, see AssociateCustomDomain (https://docs.aws.amazon.com/apprunner/latest/api/API_AssociateCustomDomain.html).
func (CertificateValidationRecord) GoString ¶
func (s CertificateValidationRecord) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CertificateValidationRecord) SetName ¶
func (s *CertificateValidationRecord) SetName(v string) *CertificateValidationRecord
SetName sets the Name field's value.
func (*CertificateValidationRecord) SetStatus ¶
func (s *CertificateValidationRecord) SetStatus(v string) *CertificateValidationRecord
SetStatus sets the Status field's value.
func (*CertificateValidationRecord) SetType ¶
func (s *CertificateValidationRecord) SetType(v string) *CertificateValidationRecord
SetType sets the Type field's value.
func (*CertificateValidationRecord) SetValue ¶
func (s *CertificateValidationRecord) SetValue(v string) *CertificateValidationRecord
SetValue sets the Value field's value.
func (CertificateValidationRecord) String ¶
func (s CertificateValidationRecord) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CodeConfiguration ¶
type CodeConfiguration struct { // The basic configuration for building and running the App Runner service. // Use it to quickly launch an App Runner service without providing a apprunner.yaml // file in the source code repository (or ignoring the file if it exists). CodeConfigurationValues *CodeConfigurationValues `type:"structure"` // The source of the App Runner configuration. Values are interpreted as follows: // // * REPOSITORY – App Runner reads configuration values from the apprunner.yaml // file in the source code repository and ignores CodeConfigurationValues. // // * API – App Runner uses configuration values provided in CodeConfigurationValues // and ignores the apprunner.yaml file in the source code repository. // // ConfigurationSource is a required field ConfigurationSource *string `type:"string" required:"true" enum:"ConfigurationSource"` // contains filtered or unexported fields }
Describes the configuration that App Runner uses to build and run an App Runner service from a source code repository.
func (CodeConfiguration) GoString ¶
func (s CodeConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CodeConfiguration) SetCodeConfigurationValues ¶
func (s *CodeConfiguration) SetCodeConfigurationValues(v *CodeConfigurationValues) *CodeConfiguration
SetCodeConfigurationValues sets the CodeConfigurationValues field's value.
func (*CodeConfiguration) SetConfigurationSource ¶
func (s *CodeConfiguration) SetConfigurationSource(v string) *CodeConfiguration
SetConfigurationSource sets the ConfigurationSource field's value.
func (CodeConfiguration) String ¶
func (s CodeConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CodeConfiguration) Validate ¶
func (s *CodeConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CodeConfigurationValues ¶
type CodeConfigurationValues struct { // The command App Runner runs to build your application. // // BuildCommand is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by CodeConfigurationValues's // String and GoString methods. BuildCommand *string `type:"string" sensitive:"true"` // The port that your application listens to in the container. // // Default: 8080 Port *string `type:"string"` // A runtime environment type for building and running an App Runner service. // It represents a programming language runtime. // // Runtime is a required field Runtime *string `type:"string" required:"true" enum:"Runtime"` // The environment variables that are available to your running App Runner service. // An array of key-value pairs. Keys with a prefix of AWSAPPRUNNER are reserved // for system use and aren't valid. RuntimeEnvironmentVariables map[string]*string `type:"map"` // The command App Runner runs to start your application. // // StartCommand is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by CodeConfigurationValues's // String and GoString methods. StartCommand *string `type:"string" sensitive:"true"` // contains filtered or unexported fields }
Describes the basic configuration needed for building and running an App Runner service. This type doesn't support the full set of possible configuration options. Fur full configuration capabilities, use a apprunner.yaml file in the source code repository.
func (CodeConfigurationValues) GoString ¶
func (s CodeConfigurationValues) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CodeConfigurationValues) SetBuildCommand ¶
func (s *CodeConfigurationValues) SetBuildCommand(v string) *CodeConfigurationValues
SetBuildCommand sets the BuildCommand field's value.
func (*CodeConfigurationValues) SetPort ¶
func (s *CodeConfigurationValues) SetPort(v string) *CodeConfigurationValues
SetPort sets the Port field's value.
func (*CodeConfigurationValues) SetRuntime ¶
func (s *CodeConfigurationValues) SetRuntime(v string) *CodeConfigurationValues
SetRuntime sets the Runtime field's value.
func (*CodeConfigurationValues) SetRuntimeEnvironmentVariables ¶
func (s *CodeConfigurationValues) SetRuntimeEnvironmentVariables(v map[string]*string) *CodeConfigurationValues
SetRuntimeEnvironmentVariables sets the RuntimeEnvironmentVariables field's value.
func (*CodeConfigurationValues) SetStartCommand ¶
func (s *CodeConfigurationValues) SetStartCommand(v string) *CodeConfigurationValues
SetStartCommand sets the StartCommand field's value.
func (CodeConfigurationValues) String ¶
func (s CodeConfigurationValues) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CodeConfigurationValues) Validate ¶
func (s *CodeConfigurationValues) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CodeRepository ¶
type CodeRepository struct { // Configuration for building and running the service from a source code repository. CodeConfiguration *CodeConfiguration `type:"structure"` // The location of the repository that contains the source code. // // RepositoryUrl is a required field RepositoryUrl *string `type:"string" required:"true"` // The version that should be used within the source code repository. // // SourceCodeVersion is a required field SourceCodeVersion *SourceCodeVersion `type:"structure" required:"true"` // contains filtered or unexported fields }
Describes a source code repository.
func (CodeRepository) GoString ¶
func (s CodeRepository) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CodeRepository) SetCodeConfiguration ¶
func (s *CodeRepository) SetCodeConfiguration(v *CodeConfiguration) *CodeRepository
SetCodeConfiguration sets the CodeConfiguration field's value.
func (*CodeRepository) SetRepositoryUrl ¶
func (s *CodeRepository) SetRepositoryUrl(v string) *CodeRepository
SetRepositoryUrl sets the RepositoryUrl field's value.
func (*CodeRepository) SetSourceCodeVersion ¶
func (s *CodeRepository) SetSourceCodeVersion(v *SourceCodeVersion) *CodeRepository
SetSourceCodeVersion sets the SourceCodeVersion field's value.
func (CodeRepository) String ¶
func (s CodeRepository) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CodeRepository) Validate ¶
func (s *CodeRepository) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type Connection ¶
type Connection struct { // The Amazon Resource Name (ARN) of this connection. ConnectionArn *string `min:"1" type:"string"` // The customer-provided connection name. ConnectionName *string `min:"4" type:"string"` // The App Runner connection creation time, expressed as a Unix time stamp. CreatedAt *time.Time `type:"timestamp"` // The source repository provider. ProviderType *string `type:"string" enum:"ProviderType"` // The current state of the App Runner connection. When the state is AVAILABLE, // you can use the connection to create an App Runner service. Status *string `type:"string" enum:"ConnectionStatus"` // contains filtered or unexported fields }
Describes an App Runner connection resource.
func (Connection) GoString ¶
func (s Connection) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Connection) SetConnectionArn ¶
func (s *Connection) SetConnectionArn(v string) *Connection
SetConnectionArn sets the ConnectionArn field's value.
func (*Connection) SetConnectionName ¶
func (s *Connection) SetConnectionName(v string) *Connection
SetConnectionName sets the ConnectionName field's value.
func (*Connection) SetCreatedAt ¶
func (s *Connection) SetCreatedAt(v time.Time) *Connection
SetCreatedAt sets the CreatedAt field's value.
func (*Connection) SetProviderType ¶
func (s *Connection) SetProviderType(v string) *Connection
SetProviderType sets the ProviderType field's value.
func (*Connection) SetStatus ¶
func (s *Connection) SetStatus(v string) *Connection
SetStatus sets the Status field's value.
func (Connection) String ¶
func (s Connection) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ConnectionSummary ¶
type ConnectionSummary struct { // The Amazon Resource Name (ARN) of this connection. ConnectionArn *string `min:"1" type:"string"` // The customer-provided connection name. ConnectionName *string `min:"4" type:"string"` // The App Runner connection creation time, expressed as a Unix time stamp. CreatedAt *time.Time `type:"timestamp"` // The source repository provider. ProviderType *string `type:"string" enum:"ProviderType"` // The current state of the App Runner connection. When the state is AVAILABLE, // you can use the connection to create an App Runner service. Status *string `type:"string" enum:"ConnectionStatus"` // contains filtered or unexported fields }
Provides summary information about an App Runner connection resource.
func (ConnectionSummary) GoString ¶
func (s ConnectionSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConnectionSummary) SetConnectionArn ¶
func (s *ConnectionSummary) SetConnectionArn(v string) *ConnectionSummary
SetConnectionArn sets the ConnectionArn field's value.
func (*ConnectionSummary) SetConnectionName ¶
func (s *ConnectionSummary) SetConnectionName(v string) *ConnectionSummary
SetConnectionName sets the ConnectionName field's value.
func (*ConnectionSummary) SetCreatedAt ¶
func (s *ConnectionSummary) SetCreatedAt(v time.Time) *ConnectionSummary
SetCreatedAt sets the CreatedAt field's value.
func (*ConnectionSummary) SetProviderType ¶
func (s *ConnectionSummary) SetProviderType(v string) *ConnectionSummary
SetProviderType sets the ProviderType field's value.
func (*ConnectionSummary) SetStatus ¶
func (s *ConnectionSummary) SetStatus(v string) *ConnectionSummary
SetStatus sets the Status field's value.
func (ConnectionSummary) String ¶
func (s ConnectionSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateAutoScalingConfigurationInput ¶
type CreateAutoScalingConfigurationInput struct { // A name for the auto scaling configuration. When you use it for the first // time in an Amazon Web Services Region, App Runner creates revision number // 1 of this name. When you use the same name in subsequent calls, App Runner // creates incremental revisions of the configuration. // // AutoScalingConfigurationName is a required field AutoScalingConfigurationName *string `min:"4" type:"string" required:"true"` // The maximum number of concurrent requests that you want an instance to process. // If the number of concurrent requests exceeds this limit, App Runner scales // up your service. // // Default: 100 MaxConcurrency *int64 `min:"1" type:"integer"` // The maximum number of instances that your service scales up to. At most MaxSize // instances actively serve traffic for your service. // // Default: 25 MaxSize *int64 `min:"1" type:"integer"` // The minimum number of instances that App Runner provisions for your service. // The service always has at least MinSize provisioned instances. Some of them // actively serve traffic. The rest of them (provisioned and inactive instances) // are a cost-effective compute capacity reserve and are ready to be quickly // activated. You pay for memory usage of all the provisioned instances. You // pay for CPU usage of only the active subset. // // App Runner temporarily doubles the number of provisioned instances during // deployments, to maintain the same capacity for both old and new code. // // Default: 1 MinSize *int64 `min:"1" type:"integer"` // A list of metadata items that you can associate with your auto scaling configuration // resource. A tag is a key-value pair. Tags []*Tag `type:"list"` // contains filtered or unexported fields }
func (CreateAutoScalingConfigurationInput) GoString ¶
func (s CreateAutoScalingConfigurationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateAutoScalingConfigurationInput) SetAutoScalingConfigurationName ¶
func (s *CreateAutoScalingConfigurationInput) SetAutoScalingConfigurationName(v string) *CreateAutoScalingConfigurationInput
SetAutoScalingConfigurationName sets the AutoScalingConfigurationName field's value.
func (*CreateAutoScalingConfigurationInput) SetMaxConcurrency ¶
func (s *CreateAutoScalingConfigurationInput) SetMaxConcurrency(v int64) *CreateAutoScalingConfigurationInput
SetMaxConcurrency sets the MaxConcurrency field's value.
func (*CreateAutoScalingConfigurationInput) SetMaxSize ¶
func (s *CreateAutoScalingConfigurationInput) SetMaxSize(v int64) *CreateAutoScalingConfigurationInput
SetMaxSize sets the MaxSize field's value.
func (*CreateAutoScalingConfigurationInput) SetMinSize ¶
func (s *CreateAutoScalingConfigurationInput) SetMinSize(v int64) *CreateAutoScalingConfigurationInput
SetMinSize sets the MinSize field's value.
func (*CreateAutoScalingConfigurationInput) SetTags ¶
func (s *CreateAutoScalingConfigurationInput) SetTags(v []*Tag) *CreateAutoScalingConfigurationInput
SetTags sets the Tags field's value.
func (CreateAutoScalingConfigurationInput) String ¶
func (s CreateAutoScalingConfigurationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateAutoScalingConfigurationInput) Validate ¶
func (s *CreateAutoScalingConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateAutoScalingConfigurationOutput ¶
type CreateAutoScalingConfigurationOutput struct { // A description of the App Runner auto scaling configuration that's created // by this request. // // AutoScalingConfiguration is a required field AutoScalingConfiguration *AutoScalingConfiguration `type:"structure" required:"true"` // contains filtered or unexported fields }
func (CreateAutoScalingConfigurationOutput) GoString ¶
func (s CreateAutoScalingConfigurationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateAutoScalingConfigurationOutput) SetAutoScalingConfiguration ¶
func (s *CreateAutoScalingConfigurationOutput) SetAutoScalingConfiguration(v *AutoScalingConfiguration) *CreateAutoScalingConfigurationOutput
SetAutoScalingConfiguration sets the AutoScalingConfiguration field's value.
func (CreateAutoScalingConfigurationOutput) String ¶
func (s CreateAutoScalingConfigurationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateConnectionInput ¶
type CreateConnectionInput struct { // A name for the new connection. It must be unique across all App Runner connections // for the Amazon Web Services account in the Amazon Web Services Region. // // ConnectionName is a required field ConnectionName *string `min:"4" type:"string" required:"true"` // The source repository provider. // // ProviderType is a required field ProviderType *string `type:"string" required:"true" enum:"ProviderType"` // A list of metadata items that you can associate with your connection resource. // A tag is a key-value pair. Tags []*Tag `type:"list"` // contains filtered or unexported fields }
func (CreateConnectionInput) GoString ¶
func (s CreateConnectionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateConnectionInput) SetConnectionName ¶
func (s *CreateConnectionInput) SetConnectionName(v string) *CreateConnectionInput
SetConnectionName sets the ConnectionName field's value.
func (*CreateConnectionInput) SetProviderType ¶
func (s *CreateConnectionInput) SetProviderType(v string) *CreateConnectionInput
SetProviderType sets the ProviderType field's value.
func (*CreateConnectionInput) SetTags ¶
func (s *CreateConnectionInput) SetTags(v []*Tag) *CreateConnectionInput
SetTags sets the Tags field's value.
func (CreateConnectionInput) String ¶
func (s CreateConnectionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateConnectionInput) Validate ¶
func (s *CreateConnectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateConnectionOutput ¶
type CreateConnectionOutput struct { // A description of the App Runner connection that's created by this request. // // Connection is a required field Connection *Connection `type:"structure" required:"true"` // contains filtered or unexported fields }
func (CreateConnectionOutput) GoString ¶
func (s CreateConnectionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateConnectionOutput) SetConnection ¶
func (s *CreateConnectionOutput) SetConnection(v *Connection) *CreateConnectionOutput
SetConnection sets the Connection field's value.
func (CreateConnectionOutput) String ¶
func (s CreateConnectionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateServiceInput ¶
type CreateServiceInput struct { // The Amazon Resource Name (ARN) of an App Runner automatic scaling configuration // resource that you want to associate with your service. If not provided, App // Runner associates the latest revision of a default auto scaling configuration. AutoScalingConfigurationArn *string `min:"1" type:"string"` // An optional custom encryption key that App Runner uses to encrypt the copy // of your source repository that it maintains and your service logs. By default, // App Runner uses an Amazon Web Services managed CMK. EncryptionConfiguration *EncryptionConfiguration `type:"structure"` // The settings for the health check that App Runner performs to monitor the // health of your service. HealthCheckConfiguration *HealthCheckConfiguration `type:"structure"` // The runtime configuration of instances (scaling units) of the App Runner // service. InstanceConfiguration *InstanceConfiguration `type:"structure"` // A name for the new service. It must be unique across all the running App // Runner services in your Amazon Web Services account in the Amazon Web Services // Region. // // ServiceName is a required field ServiceName *string `min:"4" type:"string" required:"true"` // The source to deploy to the App Runner service. It can be a code or an image // repository. // // SourceConfiguration is a required field SourceConfiguration *SourceConfiguration `type:"structure" required:"true"` // An optional list of metadata items that you can associate with your service // resource. A tag is a key-value pair. Tags []*Tag `type:"list"` // contains filtered or unexported fields }
func (CreateServiceInput) GoString ¶
func (s CreateServiceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateServiceInput) SetAutoScalingConfigurationArn ¶
func (s *CreateServiceInput) SetAutoScalingConfigurationArn(v string) *CreateServiceInput
SetAutoScalingConfigurationArn sets the AutoScalingConfigurationArn field's value.
func (*CreateServiceInput) SetEncryptionConfiguration ¶
func (s *CreateServiceInput) SetEncryptionConfiguration(v *EncryptionConfiguration) *CreateServiceInput
SetEncryptionConfiguration sets the EncryptionConfiguration field's value.
func (*CreateServiceInput) SetHealthCheckConfiguration ¶
func (s *CreateServiceInput) SetHealthCheckConfiguration(v *HealthCheckConfiguration) *CreateServiceInput
SetHealthCheckConfiguration sets the HealthCheckConfiguration field's value.
func (*CreateServiceInput) SetInstanceConfiguration ¶
func (s *CreateServiceInput) SetInstanceConfiguration(v *InstanceConfiguration) *CreateServiceInput
SetInstanceConfiguration sets the InstanceConfiguration field's value.
func (*CreateServiceInput) SetServiceName ¶
func (s *CreateServiceInput) SetServiceName(v string) *CreateServiceInput
SetServiceName sets the ServiceName field's value.
func (*CreateServiceInput) SetSourceConfiguration ¶
func (s *CreateServiceInput) SetSourceConfiguration(v *SourceConfiguration) *CreateServiceInput
SetSourceConfiguration sets the SourceConfiguration field's value.
func (*CreateServiceInput) SetTags ¶
func (s *CreateServiceInput) SetTags(v []*Tag) *CreateServiceInput
SetTags sets the Tags field's value.
func (CreateServiceInput) String ¶
func (s CreateServiceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateServiceInput) Validate ¶
func (s *CreateServiceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateServiceOutput ¶
type CreateServiceOutput struct { // The unique ID of the asynchronous operation that this request started. You // can use it combined with the ListOperations (https://docs.aws.amazon.com/apprunner/latest/api/API_ListOperations.html) // call to track the operation's progress. // // OperationId is a required field OperationId *string `min:"36" type:"string" required:"true"` // A description of the App Runner service that's created by this request. // // Service is a required field Service *Service `type:"structure" required:"true"` // contains filtered or unexported fields }
func (CreateServiceOutput) GoString ¶
func (s CreateServiceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateServiceOutput) SetOperationId ¶
func (s *CreateServiceOutput) SetOperationId(v string) *CreateServiceOutput
SetOperationId sets the OperationId field's value.
func (*CreateServiceOutput) SetService ¶
func (s *CreateServiceOutput) SetService(v *Service) *CreateServiceOutput
SetService sets the Service field's value.
func (CreateServiceOutput) String ¶
func (s CreateServiceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CustomDomain ¶
type CustomDomain struct { // A list of certificate CNAME records that's used for this domain name. CertificateValidationRecords []*CertificateValidationRecord `type:"list"` // An associated custom domain endpoint. It can be a root domain (for example, // example.com), a subdomain (for example, login.example.com or admin.login.example.com), // or a wildcard (for example, *.example.com). // // DomainName is a required field DomainName *string `min:"1" type:"string" required:"true"` // When true, the subdomain www.DomainName is associated with the App Runner // service in addition to the base domain. // // EnableWWWSubdomain is a required field EnableWWWSubdomain *bool `type:"boolean" required:"true"` // The current state of the domain name association. // // Status is a required field Status *string `type:"string" required:"true" enum:"CustomDomainAssociationStatus"` // contains filtered or unexported fields }
Describes a custom domain that's associated with an App Runner service.
func (CustomDomain) GoString ¶
func (s CustomDomain) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CustomDomain) SetCertificateValidationRecords ¶
func (s *CustomDomain) SetCertificateValidationRecords(v []*CertificateValidationRecord) *CustomDomain
SetCertificateValidationRecords sets the CertificateValidationRecords field's value.
func (*CustomDomain) SetDomainName ¶
func (s *CustomDomain) SetDomainName(v string) *CustomDomain
SetDomainName sets the DomainName field's value.
func (*CustomDomain) SetEnableWWWSubdomain ¶
func (s *CustomDomain) SetEnableWWWSubdomain(v bool) *CustomDomain
SetEnableWWWSubdomain sets the EnableWWWSubdomain field's value.
func (*CustomDomain) SetStatus ¶
func (s *CustomDomain) SetStatus(v string) *CustomDomain
SetStatus sets the Status field's value.
func (CustomDomain) String ¶
func (s CustomDomain) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteAutoScalingConfigurationInput ¶
type DeleteAutoScalingConfigurationInput struct { // The Amazon Resource Name (ARN) of the App Runner auto scaling configuration // that you want to delete. // // The ARN can be a full auto scaling configuration ARN, or a partial ARN ending // with either .../name or .../name/revision . If a revision isn't specified, // the latest active revision is deleted. // // AutoScalingConfigurationArn is a required field AutoScalingConfigurationArn *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteAutoScalingConfigurationInput) GoString ¶
func (s DeleteAutoScalingConfigurationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteAutoScalingConfigurationInput) SetAutoScalingConfigurationArn ¶
func (s *DeleteAutoScalingConfigurationInput) SetAutoScalingConfigurationArn(v string) *DeleteAutoScalingConfigurationInput
SetAutoScalingConfigurationArn sets the AutoScalingConfigurationArn field's value.
func (DeleteAutoScalingConfigurationInput) String ¶
func (s DeleteAutoScalingConfigurationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteAutoScalingConfigurationInput) Validate ¶
func (s *DeleteAutoScalingConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAutoScalingConfigurationOutput ¶
type DeleteAutoScalingConfigurationOutput struct { // A description of the App Runner auto scaling configuration that this request // just deleted. // // AutoScalingConfiguration is a required field AutoScalingConfiguration *AutoScalingConfiguration `type:"structure" required:"true"` // contains filtered or unexported fields }
func (DeleteAutoScalingConfigurationOutput) GoString ¶
func (s DeleteAutoScalingConfigurationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteAutoScalingConfigurationOutput) SetAutoScalingConfiguration ¶
func (s *DeleteAutoScalingConfigurationOutput) SetAutoScalingConfiguration(v *AutoScalingConfiguration) *DeleteAutoScalingConfigurationOutput
SetAutoScalingConfiguration sets the AutoScalingConfiguration field's value.
func (DeleteAutoScalingConfigurationOutput) String ¶
func (s DeleteAutoScalingConfigurationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteConnectionInput ¶
type DeleteConnectionInput struct { // The Amazon Resource Name (ARN) of the App Runner connection that you want // to delete. // // ConnectionArn is a required field ConnectionArn *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteConnectionInput) GoString ¶
func (s DeleteConnectionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteConnectionInput) SetConnectionArn ¶
func (s *DeleteConnectionInput) SetConnectionArn(v string) *DeleteConnectionInput
SetConnectionArn sets the ConnectionArn field's value.
func (DeleteConnectionInput) String ¶
func (s DeleteConnectionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteConnectionInput) Validate ¶
func (s *DeleteConnectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteConnectionOutput ¶
type DeleteConnectionOutput struct { // A description of the App Runner connection that this request just deleted. Connection *Connection `type:"structure"` // contains filtered or unexported fields }
func (DeleteConnectionOutput) GoString ¶
func (s DeleteConnectionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteConnectionOutput) SetConnection ¶
func (s *DeleteConnectionOutput) SetConnection(v *Connection) *DeleteConnectionOutput
SetConnection sets the Connection field's value.
func (DeleteConnectionOutput) String ¶
func (s DeleteConnectionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteServiceInput ¶
type DeleteServiceInput struct { // The Amazon Resource Name (ARN) of the App Runner service that you want to // delete. // // ServiceArn is a required field ServiceArn *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteServiceInput) GoString ¶
func (s DeleteServiceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteServiceInput) SetServiceArn ¶
func (s *DeleteServiceInput) SetServiceArn(v string) *DeleteServiceInput
SetServiceArn sets the ServiceArn field's value.
func (DeleteServiceInput) String ¶
func (s DeleteServiceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteServiceInput) Validate ¶
func (s *DeleteServiceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteServiceOutput ¶
type DeleteServiceOutput struct { // The unique ID of the asynchronous operation that this request started. You // can use it combined with the ListOperations call to track the operation's // progress. // // OperationId is a required field OperationId *string `min:"36" type:"string" required:"true"` // A description of the App Runner service that this request just deleted. // // Service is a required field Service *Service `type:"structure" required:"true"` // contains filtered or unexported fields }
func (DeleteServiceOutput) GoString ¶
func (s DeleteServiceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteServiceOutput) SetOperationId ¶
func (s *DeleteServiceOutput) SetOperationId(v string) *DeleteServiceOutput
SetOperationId sets the OperationId field's value.
func (*DeleteServiceOutput) SetService ¶
func (s *DeleteServiceOutput) SetService(v *Service) *DeleteServiceOutput
SetService sets the Service field's value.
func (DeleteServiceOutput) String ¶
func (s DeleteServiceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeAutoScalingConfigurationInput ¶
type DescribeAutoScalingConfigurationInput struct { // The Amazon Resource Name (ARN) of the App Runner auto scaling configuration // that you want a description for. // // The ARN can be a full auto scaling configuration ARN, or a partial ARN ending // with either .../name or .../name/revision . If a revision isn't specified, // the latest active revision is described. // // AutoScalingConfigurationArn is a required field AutoScalingConfigurationArn *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeAutoScalingConfigurationInput) GoString ¶
func (s DescribeAutoScalingConfigurationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeAutoScalingConfigurationInput) SetAutoScalingConfigurationArn ¶
func (s *DescribeAutoScalingConfigurationInput) SetAutoScalingConfigurationArn(v string) *DescribeAutoScalingConfigurationInput
SetAutoScalingConfigurationArn sets the AutoScalingConfigurationArn field's value.
func (DescribeAutoScalingConfigurationInput) String ¶
func (s DescribeAutoScalingConfigurationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeAutoScalingConfigurationInput) Validate ¶
func (s *DescribeAutoScalingConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeAutoScalingConfigurationOutput ¶
type DescribeAutoScalingConfigurationOutput struct { // A full description of the App Runner auto scaling configuration that you // specified in this request. // // AutoScalingConfiguration is a required field AutoScalingConfiguration *AutoScalingConfiguration `type:"structure" required:"true"` // contains filtered or unexported fields }
func (DescribeAutoScalingConfigurationOutput) GoString ¶
func (s DescribeAutoScalingConfigurationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeAutoScalingConfigurationOutput) SetAutoScalingConfiguration ¶
func (s *DescribeAutoScalingConfigurationOutput) SetAutoScalingConfiguration(v *AutoScalingConfiguration) *DescribeAutoScalingConfigurationOutput
SetAutoScalingConfiguration sets the AutoScalingConfiguration field's value.
func (DescribeAutoScalingConfigurationOutput) String ¶
func (s DescribeAutoScalingConfigurationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeCustomDomainsInput ¶
type DescribeCustomDomainsInput struct { // The maximum number of results that each response (result page) can include. // It's used for a paginated request. // // If you don't specify MaxResults, the request retrieves all available results // in a single response. MaxResults *int64 `min:"1" type:"integer"` // A token from a previous result page. It's used for a paginated request. The // request retrieves the next result page. All other parameter values must be // identical to the ones that are specified in the initial request. // // If you don't specify NextToken, the request retrieves the first result page. NextToken *string `type:"string"` // The Amazon Resource Name (ARN) of the App Runner service that you want associated // custom domain names to be described for. // // ServiceArn is a required field ServiceArn *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeCustomDomainsInput) GoString ¶
func (s DescribeCustomDomainsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeCustomDomainsInput) SetMaxResults ¶
func (s *DescribeCustomDomainsInput) SetMaxResults(v int64) *DescribeCustomDomainsInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeCustomDomainsInput) SetNextToken ¶
func (s *DescribeCustomDomainsInput) SetNextToken(v string) *DescribeCustomDomainsInput
SetNextToken sets the NextToken field's value.
func (*DescribeCustomDomainsInput) SetServiceArn ¶
func (s *DescribeCustomDomainsInput) SetServiceArn(v string) *DescribeCustomDomainsInput
SetServiceArn sets the ServiceArn field's value.
func (DescribeCustomDomainsInput) String ¶
func (s DescribeCustomDomainsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeCustomDomainsInput) Validate ¶
func (s *DescribeCustomDomainsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeCustomDomainsOutput ¶
type DescribeCustomDomainsOutput struct { // A list of descriptions of custom domain names that are associated with the // service. In a paginated request, the request returns up to MaxResults records // per call. // // CustomDomains is a required field CustomDomains []*CustomDomain `type:"list" required:"true"` // The App Runner subdomain of the App Runner service. The associated custom // domain names are mapped to this target name. // // DNSTarget is a required field DNSTarget *string `type:"string" required:"true"` // The token that you can pass in a subsequent request to get the next result // page. It's returned in a paginated request. NextToken *string `type:"string"` // The Amazon Resource Name (ARN) of the App Runner service whose associated // custom domain names you want to describe. // // ServiceArn is a required field ServiceArn *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeCustomDomainsOutput) GoString ¶
func (s DescribeCustomDomainsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeCustomDomainsOutput) SetCustomDomains ¶
func (s *DescribeCustomDomainsOutput) SetCustomDomains(v []*CustomDomain) *DescribeCustomDomainsOutput
SetCustomDomains sets the CustomDomains field's value.
func (*DescribeCustomDomainsOutput) SetDNSTarget ¶
func (s *DescribeCustomDomainsOutput) SetDNSTarget(v string) *DescribeCustomDomainsOutput
SetDNSTarget sets the DNSTarget field's value.
func (*DescribeCustomDomainsOutput) SetNextToken ¶
func (s *DescribeCustomDomainsOutput) SetNextToken(v string) *DescribeCustomDomainsOutput
SetNextToken sets the NextToken field's value.
func (*DescribeCustomDomainsOutput) SetServiceArn ¶
func (s *DescribeCustomDomainsOutput) SetServiceArn(v string) *DescribeCustomDomainsOutput
SetServiceArn sets the ServiceArn field's value.
func (DescribeCustomDomainsOutput) String ¶
func (s DescribeCustomDomainsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeServiceInput ¶
type DescribeServiceInput struct { // The Amazon Resource Name (ARN) of the App Runner service that you want a // description for. // // ServiceArn is a required field ServiceArn *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeServiceInput) GoString ¶
func (s DescribeServiceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeServiceInput) SetServiceArn ¶
func (s *DescribeServiceInput) SetServiceArn(v string) *DescribeServiceInput
SetServiceArn sets the ServiceArn field's value.
func (DescribeServiceInput) String ¶
func (s DescribeServiceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeServiceInput) Validate ¶
func (s *DescribeServiceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeServiceOutput ¶
type DescribeServiceOutput struct { // A full description of the App Runner service that you specified in this request. // // Service is a required field Service *Service `type:"structure" required:"true"` // contains filtered or unexported fields }
func (DescribeServiceOutput) GoString ¶
func (s DescribeServiceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeServiceOutput) SetService ¶
func (s *DescribeServiceOutput) SetService(v *Service) *DescribeServiceOutput
SetService sets the Service field's value.
func (DescribeServiceOutput) String ¶
func (s DescribeServiceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DisassociateCustomDomainInput ¶
type DisassociateCustomDomainInput struct { // The domain name that you want to disassociate from the App Runner service. // // DomainName is a required field DomainName *string `min:"1" type:"string" required:"true"` // The Amazon Resource Name (ARN) of the App Runner service that you want to // disassociate a custom domain name from. // // ServiceArn is a required field ServiceArn *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DisassociateCustomDomainInput) GoString ¶
func (s DisassociateCustomDomainInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateCustomDomainInput) SetDomainName ¶
func (s *DisassociateCustomDomainInput) SetDomainName(v string) *DisassociateCustomDomainInput
SetDomainName sets the DomainName field's value.
func (*DisassociateCustomDomainInput) SetServiceArn ¶
func (s *DisassociateCustomDomainInput) SetServiceArn(v string) *DisassociateCustomDomainInput
SetServiceArn sets the ServiceArn field's value.
func (DisassociateCustomDomainInput) String ¶
func (s DisassociateCustomDomainInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateCustomDomainInput) Validate ¶
func (s *DisassociateCustomDomainInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisassociateCustomDomainOutput ¶
type DisassociateCustomDomainOutput struct { // A description of the domain name that's being disassociated. // // CustomDomain is a required field CustomDomain *CustomDomain `type:"structure" required:"true"` // The App Runner subdomain of the App Runner service. The disassociated custom // domain name was mapped to this target name. // // DNSTarget is a required field DNSTarget *string `type:"string" required:"true"` // The Amazon Resource Name (ARN) of the App Runner service that a custom domain // name is disassociated from. // // ServiceArn is a required field ServiceArn *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DisassociateCustomDomainOutput) GoString ¶
func (s DisassociateCustomDomainOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateCustomDomainOutput) SetCustomDomain ¶
func (s *DisassociateCustomDomainOutput) SetCustomDomain(v *CustomDomain) *DisassociateCustomDomainOutput
SetCustomDomain sets the CustomDomain field's value.
func (*DisassociateCustomDomainOutput) SetDNSTarget ¶
func (s *DisassociateCustomDomainOutput) SetDNSTarget(v string) *DisassociateCustomDomainOutput
SetDNSTarget sets the DNSTarget field's value.
func (*DisassociateCustomDomainOutput) SetServiceArn ¶
func (s *DisassociateCustomDomainOutput) SetServiceArn(v string) *DisassociateCustomDomainOutput
SetServiceArn sets the ServiceArn field's value.
func (DisassociateCustomDomainOutput) String ¶
func (s DisassociateCustomDomainOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type EncryptionConfiguration ¶
type EncryptionConfiguration struct { // The ARN of the KMS key that's used for encryption. // // KmsKey is a required field KmsKey *string `type:"string" required:"true"` // contains filtered or unexported fields }
Describes a custom encryption key that App Runner uses to encrypt copies of the source repository and service logs.
func (EncryptionConfiguration) GoString ¶
func (s EncryptionConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*EncryptionConfiguration) SetKmsKey ¶
func (s *EncryptionConfiguration) SetKmsKey(v string) *EncryptionConfiguration
SetKmsKey sets the KmsKey field's value.
func (EncryptionConfiguration) String ¶
func (s EncryptionConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*EncryptionConfiguration) Validate ¶
func (s *EncryptionConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type HealthCheckConfiguration ¶
type HealthCheckConfiguration struct { // The number of consecutive checks that must succeed before App Runner decides // that the service is healthy. // // Default: 1 HealthyThreshold *int64 `min:"1" type:"integer"` // The time interval, in seconds, between health checks. // // Default: 5 Interval *int64 `min:"1" type:"integer"` // The URL that health check requests are sent to. // // Path is only applicable when you set Protocol to HTTP. // // Default: "/" Path *string `min:"1" type:"string"` // The IP protocol that App Runner uses to perform health checks for your service. // // If you set Protocol to HTTP, App Runner sends health check requests to the // HTTP path specified by Path. // // Default: TCP Protocol *string `type:"string" enum:"HealthCheckProtocol"` // The time, in seconds, to wait for a health check response before deciding // it failed. // // Default: 2 Timeout *int64 `min:"1" type:"integer"` // The number of consecutive checks that must fail before App Runner decides // that the service is unhealthy. // // Default: 5 UnhealthyThreshold *int64 `min:"1" type:"integer"` // contains filtered or unexported fields }
Describes the settings for the health check that App Runner performs to monitor the health of a service.
func (HealthCheckConfiguration) GoString ¶
func (s HealthCheckConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*HealthCheckConfiguration) SetHealthyThreshold ¶
func (s *HealthCheckConfiguration) SetHealthyThreshold(v int64) *HealthCheckConfiguration
SetHealthyThreshold sets the HealthyThreshold field's value.
func (*HealthCheckConfiguration) SetInterval ¶
func (s *HealthCheckConfiguration) SetInterval(v int64) *HealthCheckConfiguration
SetInterval sets the Interval field's value.
func (*HealthCheckConfiguration) SetPath ¶
func (s *HealthCheckConfiguration) SetPath(v string) *HealthCheckConfiguration
SetPath sets the Path field's value.
func (*HealthCheckConfiguration) SetProtocol ¶
func (s *HealthCheckConfiguration) SetProtocol(v string) *HealthCheckConfiguration
SetProtocol sets the Protocol field's value.
func (*HealthCheckConfiguration) SetTimeout ¶
func (s *HealthCheckConfiguration) SetTimeout(v int64) *HealthCheckConfiguration
SetTimeout sets the Timeout field's value.
func (*HealthCheckConfiguration) SetUnhealthyThreshold ¶
func (s *HealthCheckConfiguration) SetUnhealthyThreshold(v int64) *HealthCheckConfiguration
SetUnhealthyThreshold sets the UnhealthyThreshold field's value.
func (HealthCheckConfiguration) String ¶
func (s HealthCheckConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*HealthCheckConfiguration) Validate ¶
func (s *HealthCheckConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ImageConfiguration ¶
type ImageConfiguration struct { // The port that your application listens to in the container. // // Default: 8080 Port *string `type:"string"` // Environment variables that are available to your running App Runner service. // An array of key-value pairs. Keys with a prefix of AWSAPPRUNNER are reserved // for system use and aren't valid. RuntimeEnvironmentVariables map[string]*string `type:"map"` // An optional command that App Runner runs to start the application in the // source image. If specified, this command overrides the Docker image’s default // start command. StartCommand *string `type:"string"` // contains filtered or unexported fields }
Describes the configuration that App Runner uses to run an App Runner service using an image pulled from a source image repository.
func (ImageConfiguration) GoString ¶
func (s ImageConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ImageConfiguration) SetPort ¶
func (s *ImageConfiguration) SetPort(v string) *ImageConfiguration
SetPort sets the Port field's value.
func (*ImageConfiguration) SetRuntimeEnvironmentVariables ¶
func (s *ImageConfiguration) SetRuntimeEnvironmentVariables(v map[string]*string) *ImageConfiguration
SetRuntimeEnvironmentVariables sets the RuntimeEnvironmentVariables field's value.
func (*ImageConfiguration) SetStartCommand ¶
func (s *ImageConfiguration) SetStartCommand(v string) *ImageConfiguration
SetStartCommand sets the StartCommand field's value.
func (ImageConfiguration) String ¶
func (s ImageConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ImageRepository ¶
type ImageRepository struct { // Configuration for running the identified image. ImageConfiguration *ImageConfiguration `type:"structure"` // The identifier of an image. // // For an image in Amazon Elastic Container Registry (Amazon ECR), this is an // image name. For the image name format, see Pulling an image (https://docs.aws.amazon.com/AmazonECR/latest/userguide/docker-pull-ecr-image.html) // in the Amazon ECR User Guide. // // ImageIdentifier is a required field ImageIdentifier *string `min:"1" type:"string" required:"true"` // The type of the image repository. This reflects the repository provider and // whether the repository is private or public. // // ImageRepositoryType is a required field ImageRepositoryType *string `type:"string" required:"true" enum:"ImageRepositoryType"` // contains filtered or unexported fields }
Describes a source image repository.
func (ImageRepository) GoString ¶
func (s ImageRepository) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ImageRepository) SetImageConfiguration ¶
func (s *ImageRepository) SetImageConfiguration(v *ImageConfiguration) *ImageRepository
SetImageConfiguration sets the ImageConfiguration field's value.
func (*ImageRepository) SetImageIdentifier ¶
func (s *ImageRepository) SetImageIdentifier(v string) *ImageRepository
SetImageIdentifier sets the ImageIdentifier field's value.
func (*ImageRepository) SetImageRepositoryType ¶
func (s *ImageRepository) SetImageRepositoryType(v string) *ImageRepository
SetImageRepositoryType sets the ImageRepositoryType field's value.
func (ImageRepository) String ¶
func (s ImageRepository) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ImageRepository) Validate ¶
func (s *ImageRepository) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type InstanceConfiguration ¶
type InstanceConfiguration struct { // The number of CPU units reserved for each instance of your App Runner service. // // Default: 1 vCPU Cpu *string `min:"4" type:"string"` // The Amazon Resource Name (ARN) of an IAM role that provides permissions to // your App Runner service. These are permissions that your code needs when // it calls any Amazon Web Services APIs. InstanceRoleArn *string `min:"29" type:"string"` // The amount of memory, in MB or GB, reserved for each instance of your App // Runner service. // // Default: 2 GB Memory *string `min:"4" type:"string"` // contains filtered or unexported fields }
Describes the runtime configuration of an App Runner service instance (scaling unit).
func (InstanceConfiguration) GoString ¶
func (s InstanceConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InstanceConfiguration) SetCpu ¶
func (s *InstanceConfiguration) SetCpu(v string) *InstanceConfiguration
SetCpu sets the Cpu field's value.
func (*InstanceConfiguration) SetInstanceRoleArn ¶
func (s *InstanceConfiguration) SetInstanceRoleArn(v string) *InstanceConfiguration
SetInstanceRoleArn sets the InstanceRoleArn field's value.
func (*InstanceConfiguration) SetMemory ¶
func (s *InstanceConfiguration) SetMemory(v string) *InstanceConfiguration
SetMemory sets the Memory field's value.
func (InstanceConfiguration) String ¶
func (s InstanceConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InstanceConfiguration) Validate ¶
func (s *InstanceConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type InternalServiceErrorException ¶
type InternalServiceErrorException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
An unexpected service exception occurred.
func (*InternalServiceErrorException) Code ¶
func (s *InternalServiceErrorException) Code() string
Code returns the exception type name.
func (*InternalServiceErrorException) Error ¶
func (s *InternalServiceErrorException) Error() string
func (InternalServiceErrorException) GoString ¶
func (s InternalServiceErrorException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InternalServiceErrorException) Message ¶
func (s *InternalServiceErrorException) Message() string
Message returns the exception's message.
func (*InternalServiceErrorException) OrigErr ¶
func (s *InternalServiceErrorException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InternalServiceErrorException) RequestID ¶
func (s *InternalServiceErrorException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InternalServiceErrorException) StatusCode ¶
func (s *InternalServiceErrorException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InternalServiceErrorException) String ¶
func (s InternalServiceErrorException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InvalidRequestException ¶
type InvalidRequestException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.
func (*InvalidRequestException) Code ¶
func (s *InvalidRequestException) Code() string
Code returns the exception type name.
func (*InvalidRequestException) Error ¶
func (s *InvalidRequestException) Error() string
func (InvalidRequestException) GoString ¶
func (s InvalidRequestException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InvalidRequestException) Message ¶
func (s *InvalidRequestException) Message() string
Message returns the exception's message.
func (*InvalidRequestException) OrigErr ¶
func (s *InvalidRequestException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InvalidRequestException) RequestID ¶
func (s *InvalidRequestException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InvalidRequestException) StatusCode ¶
func (s *InvalidRequestException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidRequestException) String ¶
func (s InvalidRequestException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InvalidStateException ¶
type InvalidStateException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
You can't perform this action when the resource is in its current state.
func (*InvalidStateException) Code ¶
func (s *InvalidStateException) Code() string
Code returns the exception type name.
func (*InvalidStateException) Error ¶
func (s *InvalidStateException) Error() string
func (InvalidStateException) GoString ¶
func (s InvalidStateException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InvalidStateException) Message ¶
func (s *InvalidStateException) Message() string
Message returns the exception's message.
func (*InvalidStateException) OrigErr ¶
func (s *InvalidStateException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InvalidStateException) RequestID ¶
func (s *InvalidStateException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InvalidStateException) StatusCode ¶
func (s *InvalidStateException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidStateException) String ¶
func (s InvalidStateException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListAutoScalingConfigurationsInput ¶
type ListAutoScalingConfigurationsInput struct { // The name of the App Runner auto scaling configuration that you want to list. // If specified, App Runner lists revisions that share this name. If not specified, // App Runner returns revisions of all configurations. AutoScalingConfigurationName *string `min:"4" type:"string"` // Set to true to list only the latest revision for each requested configuration // name. // // Keep as false to list all revisions for each requested configuration name. // // Default: false LatestOnly *bool `type:"boolean"` // The maximum number of results to include in each response (result page). // It's used for a paginated request. // // If you don't specify MaxResults, the request retrieves all available results // in a single response. MaxResults *int64 `min:"1" type:"integer"` // A token from a previous result page. It's used for a paginated request. The // request retrieves the next result page. All other parameter values must be // identical to the ones that are specified in the initial request. // // If you don't specify NextToken, the request retrieves the first result page. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListAutoScalingConfigurationsInput) GoString ¶
func (s ListAutoScalingConfigurationsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListAutoScalingConfigurationsInput) SetAutoScalingConfigurationName ¶
func (s *ListAutoScalingConfigurationsInput) SetAutoScalingConfigurationName(v string) *ListAutoScalingConfigurationsInput
SetAutoScalingConfigurationName sets the AutoScalingConfigurationName field's value.
func (*ListAutoScalingConfigurationsInput) SetLatestOnly ¶
func (s *ListAutoScalingConfigurationsInput) SetLatestOnly(v bool) *ListAutoScalingConfigurationsInput
SetLatestOnly sets the LatestOnly field's value.
func (*ListAutoScalingConfigurationsInput) SetMaxResults ¶
func (s *ListAutoScalingConfigurationsInput) SetMaxResults(v int64) *ListAutoScalingConfigurationsInput
SetMaxResults sets the MaxResults field's value.
func (*ListAutoScalingConfigurationsInput) SetNextToken ¶
func (s *ListAutoScalingConfigurationsInput) SetNextToken(v string) *ListAutoScalingConfigurationsInput
SetNextToken sets the NextToken field's value.
func (ListAutoScalingConfigurationsInput) String ¶
func (s ListAutoScalingConfigurationsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListAutoScalingConfigurationsInput) Validate ¶
func (s *ListAutoScalingConfigurationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAutoScalingConfigurationsOutput ¶
type ListAutoScalingConfigurationsOutput struct { // A list of summary information records for auto scaling configurations. In // a paginated request, the request returns up to MaxResults records for each // call. // // AutoScalingConfigurationSummaryList is a required field AutoScalingConfigurationSummaryList []*AutoScalingConfigurationSummary `type:"list" required:"true"` // The token that you can pass in a subsequent request to get the next result // page. It's returned in a paginated request. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListAutoScalingConfigurationsOutput) GoString ¶
func (s ListAutoScalingConfigurationsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListAutoScalingConfigurationsOutput) SetAutoScalingConfigurationSummaryList ¶
func (s *ListAutoScalingConfigurationsOutput) SetAutoScalingConfigurationSummaryList(v []*AutoScalingConfigurationSummary) *ListAutoScalingConfigurationsOutput
SetAutoScalingConfigurationSummaryList sets the AutoScalingConfigurationSummaryList field's value.
func (*ListAutoScalingConfigurationsOutput) SetNextToken ¶
func (s *ListAutoScalingConfigurationsOutput) SetNextToken(v string) *ListAutoScalingConfigurationsOutput
SetNextToken sets the NextToken field's value.
func (ListAutoScalingConfigurationsOutput) String ¶
func (s ListAutoScalingConfigurationsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListConnectionsInput ¶
type ListConnectionsInput struct { // If specified, only this connection is returned. If not specified, the result // isn't filtered by name. ConnectionName *string `min:"4" type:"string"` // The maximum number of results to include in each response (result page). // Used for a paginated request. // // If you don't specify MaxResults, the request retrieves all available results // in a single response. MaxResults *int64 `min:"1" type:"integer"` // A token from a previous result page. Used for a paginated request. The request // retrieves the next result page. All other parameter values must be identical // to the ones specified in the initial request. // // If you don't specify NextToken, the request retrieves the first result page. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListConnectionsInput) GoString ¶
func (s ListConnectionsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListConnectionsInput) SetConnectionName ¶
func (s *ListConnectionsInput) SetConnectionName(v string) *ListConnectionsInput
SetConnectionName sets the ConnectionName field's value.
func (*ListConnectionsInput) SetMaxResults ¶
func (s *ListConnectionsInput) SetMaxResults(v int64) *ListConnectionsInput
SetMaxResults sets the MaxResults field's value.
func (*ListConnectionsInput) SetNextToken ¶
func (s *ListConnectionsInput) SetNextToken(v string) *ListConnectionsInput
SetNextToken sets the NextToken field's value.
func (ListConnectionsInput) String ¶
func (s ListConnectionsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListConnectionsInput) Validate ¶
func (s *ListConnectionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListConnectionsOutput ¶
type ListConnectionsOutput struct { // A list of summary information records for connections. In a paginated request, // the request returns up to MaxResults records for each call. // // ConnectionSummaryList is a required field ConnectionSummaryList []*ConnectionSummary `type:"list" required:"true"` // The token that you can pass in a subsequent request to get the next result // page. Returned in a paginated request. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListConnectionsOutput) GoString ¶
func (s ListConnectionsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListConnectionsOutput) SetConnectionSummaryList ¶
func (s *ListConnectionsOutput) SetConnectionSummaryList(v []*ConnectionSummary) *ListConnectionsOutput
SetConnectionSummaryList sets the ConnectionSummaryList field's value.
func (*ListConnectionsOutput) SetNextToken ¶
func (s *ListConnectionsOutput) SetNextToken(v string) *ListConnectionsOutput
SetNextToken sets the NextToken field's value.
func (ListConnectionsOutput) String ¶
func (s ListConnectionsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListOperationsInput ¶
type ListOperationsInput struct { // The maximum number of results to include in each response (result page). // It's used for a paginated request. // // If you don't specify MaxResults, the request retrieves all available results // in a single response. MaxResults *int64 `min:"1" type:"integer"` // A token from a previous result page. It's used for a paginated request. The // request retrieves the next result page. All other parameter values must be // identical to the ones specified in the initial request. // // If you don't specify NextToken, the request retrieves the first result page. NextToken *string `type:"string"` // The Amazon Resource Name (ARN) of the App Runner service that you want a // list of operations for. // // ServiceArn is a required field ServiceArn *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListOperationsInput) GoString ¶
func (s ListOperationsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListOperationsInput) SetMaxResults ¶
func (s *ListOperationsInput) SetMaxResults(v int64) *ListOperationsInput
SetMaxResults sets the MaxResults field's value.
func (*ListOperationsInput) SetNextToken ¶
func (s *ListOperationsInput) SetNextToken(v string) *ListOperationsInput
SetNextToken sets the NextToken field's value.
func (*ListOperationsInput) SetServiceArn ¶
func (s *ListOperationsInput) SetServiceArn(v string) *ListOperationsInput
SetServiceArn sets the ServiceArn field's value.
func (ListOperationsInput) String ¶
func (s ListOperationsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListOperationsInput) Validate ¶
func (s *ListOperationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListOperationsOutput ¶
type ListOperationsOutput struct { // The token that you can pass in a subsequent request to get the next result // page. It's returned in a paginated request. NextToken *string `type:"string"` // A list of operation summary information records. In a paginated request, // the request returns up to MaxResults records for each call. OperationSummaryList []*OperationSummary `type:"list"` // contains filtered or unexported fields }
func (ListOperationsOutput) GoString ¶
func (s ListOperationsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListOperationsOutput) SetNextToken ¶
func (s *ListOperationsOutput) SetNextToken(v string) *ListOperationsOutput
SetNextToken sets the NextToken field's value.
func (*ListOperationsOutput) SetOperationSummaryList ¶
func (s *ListOperationsOutput) SetOperationSummaryList(v []*OperationSummary) *ListOperationsOutput
SetOperationSummaryList sets the OperationSummaryList field's value.
func (ListOperationsOutput) String ¶
func (s ListOperationsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListServicesInput ¶
type ListServicesInput struct { // The maximum number of results to include in each response (result page). // It's used for a paginated request. // // If you don't specify MaxResults, the request retrieves all available results // in a single response. MaxResults *int64 `min:"1" type:"integer"` // A token from a previous result page. Used for a paginated request. The request // retrieves the next result page. All other parameter values must be identical // to the ones specified in the initial request. // // If you don't specify NextToken, the request retrieves the first result page. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListServicesInput) GoString ¶
func (s ListServicesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListServicesInput) SetMaxResults ¶
func (s *ListServicesInput) SetMaxResults(v int64) *ListServicesInput
SetMaxResults sets the MaxResults field's value.
func (*ListServicesInput) SetNextToken ¶
func (s *ListServicesInput) SetNextToken(v string) *ListServicesInput
SetNextToken sets the NextToken field's value.
func (ListServicesInput) String ¶
func (s ListServicesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListServicesInput) Validate ¶
func (s *ListServicesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListServicesOutput ¶
type ListServicesOutput struct { // The token that you can pass in a subsequent request to get the next result // page. It's returned in a paginated request. NextToken *string `type:"string"` // A list of service summary information records. In a paginated request, the // request returns up to MaxResults records for each call. // // ServiceSummaryList is a required field ServiceSummaryList []*ServiceSummary `type:"list" required:"true"` // contains filtered or unexported fields }
func (ListServicesOutput) GoString ¶
func (s ListServicesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListServicesOutput) SetNextToken ¶
func (s *ListServicesOutput) SetNextToken(v string) *ListServicesOutput
SetNextToken sets the NextToken field's value.
func (*ListServicesOutput) SetServiceSummaryList ¶
func (s *ListServicesOutput) SetServiceSummaryList(v []*ServiceSummary) *ListServicesOutput
SetServiceSummaryList sets the ServiceSummaryList field's value.
func (ListServicesOutput) String ¶
func (s ListServicesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListTagsForResourceInput ¶
type ListTagsForResourceInput struct { // The Amazon Resource Name (ARN) of the resource that a tag list is requested // for. // // It must be the ARN of an App Runner resource. // // ResourceArn is a required field ResourceArn *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListTagsForResourceInput) GoString ¶
func (s ListTagsForResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceInput) SetResourceArn ¶
func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput
SetResourceArn sets the ResourceArn field's value.
func (ListTagsForResourceInput) String ¶
func (s ListTagsForResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceInput) Validate ¶
func (s *ListTagsForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsForResourceOutput ¶
type ListTagsForResourceOutput struct { // A list of the tag key-value pairs that are associated with the resource. Tags []*Tag `type:"list"` // contains filtered or unexported fields }
func (ListTagsForResourceOutput) GoString ¶
func (s ListTagsForResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceOutput) SetTags ¶
func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput
SetTags sets the Tags field's value.
func (ListTagsForResourceOutput) String ¶
func (s ListTagsForResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type OperationSummary ¶
type OperationSummary struct { // The time when the operation ended. It's in the Unix time stamp format. EndedAt *time.Time `type:"timestamp"` // A unique ID of this operation. It's unique in the scope of the App Runner // service. Id *string `min:"36" type:"string"` // The time when the operation started. It's in the Unix time stamp format. StartedAt *time.Time `type:"timestamp"` // The current state of the operation. Status *string `type:"string" enum:"OperationStatus"` // The Amazon Resource Name (ARN) of the resource that the operation acted on // (for example, an App Runner service). TargetArn *string `min:"1" type:"string"` // The type of operation. It indicates a specific action that occured. Type *string `type:"string" enum:"OperationType"` // The time when the operation was last updated. It's in the Unix time stamp // format. UpdatedAt *time.Time `type:"timestamp"` // contains filtered or unexported fields }
Provides summary information for an operation that occurred on an App Runner service.
func (OperationSummary) GoString ¶
func (s OperationSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*OperationSummary) SetEndedAt ¶
func (s *OperationSummary) SetEndedAt(v time.Time) *OperationSummary
SetEndedAt sets the EndedAt field's value.
func (*OperationSummary) SetId ¶
func (s *OperationSummary) SetId(v string) *OperationSummary
SetId sets the Id field's value.
func (*OperationSummary) SetStartedAt ¶
func (s *OperationSummary) SetStartedAt(v time.Time) *OperationSummary
SetStartedAt sets the StartedAt field's value.
func (*OperationSummary) SetStatus ¶
func (s *OperationSummary) SetStatus(v string) *OperationSummary
SetStatus sets the Status field's value.
func (*OperationSummary) SetTargetArn ¶
func (s *OperationSummary) SetTargetArn(v string) *OperationSummary
SetTargetArn sets the TargetArn field's value.
func (*OperationSummary) SetType ¶
func (s *OperationSummary) SetType(v string) *OperationSummary
SetType sets the Type field's value.
func (*OperationSummary) SetUpdatedAt ¶
func (s *OperationSummary) SetUpdatedAt(v time.Time) *OperationSummary
SetUpdatedAt sets the UpdatedAt field's value.
func (OperationSummary) String ¶
func (s OperationSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type PauseServiceInput ¶
type PauseServiceInput struct { // The Amazon Resource Name (ARN) of the App Runner service that you want to // pause. // // ServiceArn is a required field ServiceArn *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (PauseServiceInput) GoString ¶
func (s PauseServiceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*PauseServiceInput) SetServiceArn ¶
func (s *PauseServiceInput) SetServiceArn(v string) *PauseServiceInput
SetServiceArn sets the ServiceArn field's value.
func (PauseServiceInput) String ¶
func (s PauseServiceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*PauseServiceInput) Validate ¶
func (s *PauseServiceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PauseServiceOutput ¶
type PauseServiceOutput struct { // The unique ID of the asynchronous operation that this request started. You // can use it combined with the ListOperations call to track the operation's // progress. OperationId *string `min:"36" type:"string"` // A description of the App Runner service that this request just paused. // // Service is a required field Service *Service `type:"structure" required:"true"` // contains filtered or unexported fields }
func (PauseServiceOutput) GoString ¶
func (s PauseServiceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*PauseServiceOutput) SetOperationId ¶
func (s *PauseServiceOutput) SetOperationId(v string) *PauseServiceOutput
SetOperationId sets the OperationId field's value.
func (*PauseServiceOutput) SetService ¶
func (s *PauseServiceOutput) SetService(v *Service) *PauseServiceOutput
SetService sets the Service field's value.
func (PauseServiceOutput) String ¶
func (s PauseServiceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResourceNotFoundException ¶
type ResourceNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.
func (*ResourceNotFoundException) Code ¶
func (s *ResourceNotFoundException) Code() string
Code returns the exception type name.
func (*ResourceNotFoundException) Error ¶
func (s *ResourceNotFoundException) Error() string
func (ResourceNotFoundException) GoString ¶
func (s ResourceNotFoundException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResourceNotFoundException) Message ¶
func (s *ResourceNotFoundException) Message() string
Message returns the exception's message.
func (*ResourceNotFoundException) OrigErr ¶
func (s *ResourceNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ResourceNotFoundException) RequestID ¶
func (s *ResourceNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ResourceNotFoundException) StatusCode ¶
func (s *ResourceNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ResourceNotFoundException) String ¶
func (s ResourceNotFoundException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResumeServiceInput ¶
type ResumeServiceInput struct { // The Amazon Resource Name (ARN) of the App Runner service that you want to // resume. // // ServiceArn is a required field ServiceArn *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (ResumeServiceInput) GoString ¶
func (s ResumeServiceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResumeServiceInput) SetServiceArn ¶
func (s *ResumeServiceInput) SetServiceArn(v string) *ResumeServiceInput
SetServiceArn sets the ServiceArn field's value.
func (ResumeServiceInput) String ¶
func (s ResumeServiceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResumeServiceInput) Validate ¶
func (s *ResumeServiceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResumeServiceOutput ¶
type ResumeServiceOutput struct { // The unique ID of the asynchronous operation that this request started. You // can use it combined with the ListOperations call to track the operation's // progress. OperationId *string `min:"36" type:"string"` // A description of the App Runner service that this request just resumed. // // Service is a required field Service *Service `type:"structure" required:"true"` // contains filtered or unexported fields }
func (ResumeServiceOutput) GoString ¶
func (s ResumeServiceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResumeServiceOutput) SetOperationId ¶
func (s *ResumeServiceOutput) SetOperationId(v string) *ResumeServiceOutput
SetOperationId sets the OperationId field's value.
func (*ResumeServiceOutput) SetService ¶
func (s *ResumeServiceOutput) SetService(v *Service) *ResumeServiceOutput
SetService sets the Service field's value.
func (ResumeServiceOutput) String ¶
func (s ResumeServiceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Service ¶
type Service struct { // Summary information for the App Runner automatic scaling configuration resource // that's associated with this service. // // AutoScalingConfigurationSummary is a required field AutoScalingConfigurationSummary *AutoScalingConfigurationSummary `type:"structure" required:"true"` // The time when the App Runner service was created. It's in the Unix time stamp // format. // // CreatedAt is a required field CreatedAt *time.Time `type:"timestamp" required:"true"` // The time when the App Runner service was deleted. It's in the Unix time stamp // format. DeletedAt *time.Time `type:"timestamp"` // The encryption key that App Runner uses to encrypt the service logs and the // copy of the source repository that App Runner maintains for the service. // It can be either a customer-provided encryption key or an Amazon Web Services // managed CMK. EncryptionConfiguration *EncryptionConfiguration `type:"structure"` // The settings for the health check that App Runner performs to monitor the // health of this service. HealthCheckConfiguration *HealthCheckConfiguration `type:"structure"` // The runtime configuration of instances (scaling units) of this service. // // InstanceConfiguration is a required field InstanceConfiguration *InstanceConfiguration `type:"structure" required:"true"` // The Amazon Resource Name (ARN) of this service. // // ServiceArn is a required field ServiceArn *string `min:"1" type:"string" required:"true"` // An ID that App Runner generated for this service. It's unique within the // Amazon Web Services Region. // // ServiceId is a required field ServiceId *string `min:"32" type:"string" required:"true"` // The customer-provided service name. // // ServiceName is a required field ServiceName *string `min:"4" type:"string" required:"true"` // A subdomain URL that App Runner generated for this service. You can use this // URL to access your service web application. // // ServiceUrl is a required field ServiceUrl *string `type:"string" required:"true"` // The source deployed to the App Runner service. It can be a code or an image // repository. // // SourceConfiguration is a required field SourceConfiguration *SourceConfiguration `type:"structure" required:"true"` // The current state of the App Runner service. These particular values mean // the following. // // * CREATE_FAILED – The service failed to create. To troubleshoot this // failure, read the failure events and logs, change any parameters that // need to be fixed, and retry the call to create the service. The failed // service isn't usable, and still counts towards your service quota. When // you're done analyzing the failure, delete the service. // // * DELETE_FAILED – The service failed to delete and can't be successfully // recovered. Retry the service deletion call to ensure that all related // resources are removed. // // Status is a required field Status *string `type:"string" required:"true" enum:"ServiceStatus"` // The time when the App Runner service was last updated at. It's in the Unix // time stamp format. // // UpdatedAt is a required field UpdatedAt *time.Time `type:"timestamp" required:"true"` // contains filtered or unexported fields }
Describes an App Runner service. It can describe a service in any state, including deleted services.
This type contains the full information about a service, including configuration details. It's returned by the CreateService (https://docs.aws.amazon.com/apprunner/latest/api/API_CreateService.html), DescribeService (https://docs.aws.amazon.com/apprunner/latest/api/API_DescribeService.html), and DeleteService (https://docs.aws.amazon.com/apprunner/latest/api/API_DeleteService.html) actions. A subset of this information is returned by the ListServices (https://docs.aws.amazon.com/apprunner/latest/api/API_ListServices.html) action using the ServiceSummary (https://docs.aws.amazon.com/apprunner/latest/api/API_ServiceSummary.html) type.
func (Service) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Service) SetAutoScalingConfigurationSummary ¶
func (s *Service) SetAutoScalingConfigurationSummary(v *AutoScalingConfigurationSummary) *Service
SetAutoScalingConfigurationSummary sets the AutoScalingConfigurationSummary field's value.
func (*Service) SetCreatedAt ¶
SetCreatedAt sets the CreatedAt field's value.
func (*Service) SetDeletedAt ¶
SetDeletedAt sets the DeletedAt field's value.
func (*Service) SetEncryptionConfiguration ¶
func (s *Service) SetEncryptionConfiguration(v *EncryptionConfiguration) *Service
SetEncryptionConfiguration sets the EncryptionConfiguration field's value.
func (*Service) SetHealthCheckConfiguration ¶
func (s *Service) SetHealthCheckConfiguration(v *HealthCheckConfiguration) *Service
SetHealthCheckConfiguration sets the HealthCheckConfiguration field's value.
func (*Service) SetInstanceConfiguration ¶
func (s *Service) SetInstanceConfiguration(v *InstanceConfiguration) *Service
SetInstanceConfiguration sets the InstanceConfiguration field's value.
func (*Service) SetServiceArn ¶
SetServiceArn sets the ServiceArn field's value.
func (*Service) SetServiceId ¶
SetServiceId sets the ServiceId field's value.
func (*Service) SetServiceName ¶
SetServiceName sets the ServiceName field's value.
func (*Service) SetServiceUrl ¶
SetServiceUrl sets the ServiceUrl field's value.
func (*Service) SetSourceConfiguration ¶
func (s *Service) SetSourceConfiguration(v *SourceConfiguration) *Service
SetSourceConfiguration sets the SourceConfiguration field's value.
func (*Service) SetUpdatedAt ¶
SetUpdatedAt sets the UpdatedAt field's value.
type ServiceQuotaExceededException ¶
type ServiceQuotaExceededException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
App Runner can't create this resource. You've reached your account quota for this resource type.
For App Runner per-resource quotas, see App Runner endpoints and quotas (https://docs.aws.amazon.com/general/latest/gr/apprunner.html) in the Amazon Web Services General Reference.
func (*ServiceQuotaExceededException) Code ¶
func (s *ServiceQuotaExceededException) Code() string
Code returns the exception type name.
func (*ServiceQuotaExceededException) Error ¶
func (s *ServiceQuotaExceededException) Error() string
func (ServiceQuotaExceededException) GoString ¶
func (s ServiceQuotaExceededException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ServiceQuotaExceededException) Message ¶
func (s *ServiceQuotaExceededException) Message() string
Message returns the exception's message.
func (*ServiceQuotaExceededException) OrigErr ¶
func (s *ServiceQuotaExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ServiceQuotaExceededException) RequestID ¶
func (s *ServiceQuotaExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ServiceQuotaExceededException) StatusCode ¶
func (s *ServiceQuotaExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ServiceQuotaExceededException) String ¶
func (s ServiceQuotaExceededException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ServiceSummary ¶
type ServiceSummary struct { // The time when the App Runner service was created. It's in the Unix time stamp // format. CreatedAt *time.Time `type:"timestamp"` // The Amazon Resource Name (ARN) of this service. ServiceArn *string `min:"1" type:"string"` // An ID that App Runner generated for this service. It's unique within the // Amazon Web Services Region. ServiceId *string `min:"32" type:"string"` // The customer-provided service name. ServiceName *string `min:"4" type:"string"` // A subdomain URL that App Runner generated for this service. You can use this // URL to access your service web application. ServiceUrl *string `type:"string"` // The current state of the App Runner service. These particular values mean // the following. // // * CREATE_FAILED – The service failed to create. Read the failure events // and logs, change any parameters that need to be fixed, and retry the call // to create the service. The failed service isn't usable, and still counts // towards your service quota. When you're done analyzing the failure, delete // the service. // // * DELETE_FAILED – The service failed to delete and can't be successfully // recovered. Retry the service deletion call to ensure that all related // resources are removed. Status *string `type:"string" enum:"ServiceStatus"` // The time when the App Runner service was last updated. It's in theUnix time // stamp format. UpdatedAt *time.Time `type:"timestamp"` // contains filtered or unexported fields }
Provides summary information for an App Runner service.
This type contains limited information about a service. It doesn't include configuration details. It's returned by the ListServices (https://docs.aws.amazon.com/apprunner/latest/api/API_ListServices.html) action. Complete service information is returned by the CreateService (https://docs.aws.amazon.com/apprunner/latest/api/API_CreateService.html), DescribeService (https://docs.aws.amazon.com/apprunner/latest/api/API_DescribeService.html), and DeleteService (https://docs.aws.amazon.com/apprunner/latest/api/API_DeleteService.html) actions using the Service (https://docs.aws.amazon.com/apprunner/latest/api/API_Service.html) type.
func (ServiceSummary) GoString ¶
func (s ServiceSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ServiceSummary) SetCreatedAt ¶
func (s *ServiceSummary) SetCreatedAt(v time.Time) *ServiceSummary
SetCreatedAt sets the CreatedAt field's value.
func (*ServiceSummary) SetServiceArn ¶
func (s *ServiceSummary) SetServiceArn(v string) *ServiceSummary
SetServiceArn sets the ServiceArn field's value.
func (*ServiceSummary) SetServiceId ¶
func (s *ServiceSummary) SetServiceId(v string) *ServiceSummary
SetServiceId sets the ServiceId field's value.
func (*ServiceSummary) SetServiceName ¶
func (s *ServiceSummary) SetServiceName(v string) *ServiceSummary
SetServiceName sets the ServiceName field's value.
func (*ServiceSummary) SetServiceUrl ¶
func (s *ServiceSummary) SetServiceUrl(v string) *ServiceSummary
SetServiceUrl sets the ServiceUrl field's value.
func (*ServiceSummary) SetStatus ¶
func (s *ServiceSummary) SetStatus(v string) *ServiceSummary
SetStatus sets the Status field's value.
func (*ServiceSummary) SetUpdatedAt ¶
func (s *ServiceSummary) SetUpdatedAt(v time.Time) *ServiceSummary
SetUpdatedAt sets the UpdatedAt field's value.
func (ServiceSummary) String ¶
func (s ServiceSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SourceCodeVersion ¶
type SourceCodeVersion struct { // The type of version identifier. // // For a git-based repository, branches represent versions. // // Type is a required field Type *string `type:"string" required:"true" enum:"SourceCodeVersionType"` // A source code version. // // For a git-based repository, a branch name maps to a specific version. App // Runner uses the most recent commit to the branch. // // Value is a required field Value *string `type:"string" required:"true"` // contains filtered or unexported fields }
Identifies a version of code that App Runner refers to within a source code repository.
func (SourceCodeVersion) GoString ¶
func (s SourceCodeVersion) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SourceCodeVersion) SetType ¶
func (s *SourceCodeVersion) SetType(v string) *SourceCodeVersion
SetType sets the Type field's value.
func (*SourceCodeVersion) SetValue ¶
func (s *SourceCodeVersion) SetValue(v string) *SourceCodeVersion
SetValue sets the Value field's value.
func (SourceCodeVersion) String ¶
func (s SourceCodeVersion) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SourceCodeVersion) Validate ¶
func (s *SourceCodeVersion) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SourceConfiguration ¶
type SourceConfiguration struct { // Describes the resources that are needed to authenticate access to some source // repositories. AuthenticationConfiguration *AuthenticationConfiguration `type:"structure"` // If true, continuous integration from the source repository is enabled for // the App Runner service. Each repository change (including any source code // commit or new image version) starts a deployment. // // Default: App Runner sets to false for a source image that uses an ECR Public // repository or an ECR repository that's in an Amazon Web Services account // other than the one that the service is in. App Runner sets to true in all // other cases (which currently include a source code repository or a source // image using a same-account ECR repository). AutoDeploymentsEnabled *bool `type:"boolean"` // The description of a source code repository. // // You must provide either this member or ImageRepository (but not both). CodeRepository *CodeRepository `type:"structure"` // The description of a source image repository. // // You must provide either this member or CodeRepository (but not both). ImageRepository *ImageRepository `type:"structure"` // contains filtered or unexported fields }
Describes the source deployed to an App Runner service. It can be a code or an image repository.
func (SourceConfiguration) GoString ¶
func (s SourceConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SourceConfiguration) SetAuthenticationConfiguration ¶
func (s *SourceConfiguration) SetAuthenticationConfiguration(v *AuthenticationConfiguration) *SourceConfiguration
SetAuthenticationConfiguration sets the AuthenticationConfiguration field's value.
func (*SourceConfiguration) SetAutoDeploymentsEnabled ¶
func (s *SourceConfiguration) SetAutoDeploymentsEnabled(v bool) *SourceConfiguration
SetAutoDeploymentsEnabled sets the AutoDeploymentsEnabled field's value.
func (*SourceConfiguration) SetCodeRepository ¶
func (s *SourceConfiguration) SetCodeRepository(v *CodeRepository) *SourceConfiguration
SetCodeRepository sets the CodeRepository field's value.
func (*SourceConfiguration) SetImageRepository ¶
func (s *SourceConfiguration) SetImageRepository(v *ImageRepository) *SourceConfiguration
SetImageRepository sets the ImageRepository field's value.
func (SourceConfiguration) String ¶
func (s SourceConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SourceConfiguration) Validate ¶
func (s *SourceConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartDeploymentInput ¶
type StartDeploymentInput struct { // The Amazon Resource Name (ARN) of the App Runner service that you want to // manually deploy to. // // ServiceArn is a required field ServiceArn *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (StartDeploymentInput) GoString ¶
func (s StartDeploymentInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartDeploymentInput) SetServiceArn ¶
func (s *StartDeploymentInput) SetServiceArn(v string) *StartDeploymentInput
SetServiceArn sets the ServiceArn field's value.
func (StartDeploymentInput) String ¶
func (s StartDeploymentInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartDeploymentInput) Validate ¶
func (s *StartDeploymentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartDeploymentOutput ¶
type StartDeploymentOutput struct { // The unique ID of the asynchronous operation that this request started. You // can use it combined with the ListOperations call to track the operation's // progress. // // OperationId is a required field OperationId *string `min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (StartDeploymentOutput) GoString ¶
func (s StartDeploymentOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartDeploymentOutput) SetOperationId ¶
func (s *StartDeploymentOutput) SetOperationId(v string) *StartDeploymentOutput
SetOperationId sets the OperationId field's value.
func (StartDeploymentOutput) String ¶
func (s StartDeploymentOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Tag ¶
type Tag struct { // The key of the tag. Key *string `min:"1" type:"string"` // The value of the tag. Value *string `type:"string"` // contains filtered or unexported fields }
Describes a tag that is applied to an App Runner resource. A tag is a metadata item consisting of a key-value pair.
func (Tag) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type TagResourceInput ¶
type TagResourceInput struct { // The Amazon Resource Name (ARN) of the resource that you want to update tags // for. // // It must be the ARN of an App Runner resource. // // ResourceArn is a required field ResourceArn *string `min:"1" type:"string" required:"true"` // A list of tag key-value pairs to add or update. If a key is new to the resource, // the tag is added with the provided value. If a key is already associated // with the resource, the value of the tag is updated. // // Tags is a required field Tags []*Tag `type:"list" required:"true"` // contains filtered or unexported fields }
func (TagResourceInput) GoString ¶
func (s TagResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TagResourceInput) SetResourceArn ¶
func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*TagResourceInput) SetTags ¶
func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput
SetTags sets the Tags field's value.
func (TagResourceInput) String ¶
func (s TagResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TagResourceInput) Validate ¶
func (s *TagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourceOutput ¶
type TagResourceOutput struct {
// contains filtered or unexported fields
}
func (TagResourceOutput) GoString ¶
func (s TagResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (TagResourceOutput) String ¶
func (s TagResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UntagResourceInput ¶
type UntagResourceInput struct { // The Amazon Resource Name (ARN) of the resource that you want to remove tags // from. // // It must be the ARN of an App Runner resource. // // ResourceArn is a required field ResourceArn *string `min:"1" type:"string" required:"true"` // A list of tag keys that you want to remove. // // TagKeys is a required field TagKeys []*string `type:"list" required:"true"` // contains filtered or unexported fields }
func (UntagResourceInput) GoString ¶
func (s UntagResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UntagResourceInput) SetResourceArn ¶
func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*UntagResourceInput) SetTagKeys ¶
func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput
SetTagKeys sets the TagKeys field's value.
func (UntagResourceInput) String ¶
func (s UntagResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UntagResourceInput) Validate ¶
func (s *UntagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourceOutput ¶
type UntagResourceOutput struct {
// contains filtered or unexported fields
}
func (UntagResourceOutput) GoString ¶
func (s UntagResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (UntagResourceOutput) String ¶
func (s UntagResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateServiceInput ¶
type UpdateServiceInput struct { // The Amazon Resource Name (ARN) of an App Runner automatic scaling configuration // resource that you want to associate with your service. AutoScalingConfigurationArn *string `min:"1" type:"string"` // The settings for the health check that App Runner performs to monitor the // health of your service. HealthCheckConfiguration *HealthCheckConfiguration `type:"structure"` // The runtime configuration to apply to instances (scaling units) of the App // Runner service. InstanceConfiguration *InstanceConfiguration `type:"structure"` // The Amazon Resource Name (ARN) of the App Runner service that you want to // update. // // ServiceArn is a required field ServiceArn *string `min:"1" type:"string" required:"true"` // The source configuration to apply to the App Runner service. // // You can change the configuration of the code or image repository that the // service uses. However, you can't switch from code to image or the other way // around. This means that you must provide the same structure member of SourceConfiguration // that you originally included when you created the service. Specifically, // you can include either CodeRepository or ImageRepository. To update the source // configuration, set the values to members of the structure that you include. SourceConfiguration *SourceConfiguration `type:"structure"` // contains filtered or unexported fields }
func (UpdateServiceInput) GoString ¶
func (s UpdateServiceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateServiceInput) SetAutoScalingConfigurationArn ¶
func (s *UpdateServiceInput) SetAutoScalingConfigurationArn(v string) *UpdateServiceInput
SetAutoScalingConfigurationArn sets the AutoScalingConfigurationArn field's value.
func (*UpdateServiceInput) SetHealthCheckConfiguration ¶
func (s *UpdateServiceInput) SetHealthCheckConfiguration(v *HealthCheckConfiguration) *UpdateServiceInput
SetHealthCheckConfiguration sets the HealthCheckConfiguration field's value.
func (*UpdateServiceInput) SetInstanceConfiguration ¶
func (s *UpdateServiceInput) SetInstanceConfiguration(v *InstanceConfiguration) *UpdateServiceInput
SetInstanceConfiguration sets the InstanceConfiguration field's value.
func (*UpdateServiceInput) SetServiceArn ¶
func (s *UpdateServiceInput) SetServiceArn(v string) *UpdateServiceInput
SetServiceArn sets the ServiceArn field's value.
func (*UpdateServiceInput) SetSourceConfiguration ¶
func (s *UpdateServiceInput) SetSourceConfiguration(v *SourceConfiguration) *UpdateServiceInput
SetSourceConfiguration sets the SourceConfiguration field's value.
func (UpdateServiceInput) String ¶
func (s UpdateServiceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateServiceInput) Validate ¶
func (s *UpdateServiceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateServiceOutput ¶
type UpdateServiceOutput struct { // The unique ID of the asynchronous operation that this request started. You // can use it combined with the ListOperations call to track the operation's // progress. // // OperationId is a required field OperationId *string `min:"36" type:"string" required:"true"` // A description of the App Runner service updated by this request. All configuration // values in the returned Service structure reflect configuration changes that // are being applied by this request. // // Service is a required field Service *Service `type:"structure" required:"true"` // contains filtered or unexported fields }
func (UpdateServiceOutput) GoString ¶
func (s UpdateServiceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateServiceOutput) SetOperationId ¶
func (s *UpdateServiceOutput) SetOperationId(v string) *UpdateServiceOutput
SetOperationId sets the OperationId field's value.
func (*UpdateServiceOutput) SetService ¶
func (s *UpdateServiceOutput) SetService(v *Service) *UpdateServiceOutput
SetService sets the Service field's value.
func (UpdateServiceOutput) String ¶
func (s UpdateServiceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
Directories ¶
Path | Synopsis |
---|---|
Package apprunneriface provides an interface to enable mocking the AWS App Runner service client for testing your code.
|
Package apprunneriface provides an interface to enable mocking the AWS App Runner service client for testing your code. |