Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.serverlessrepo.CfnApplicationPropsMixin.Builder
Packages that use CfnApplicationPropsMixin.Builder
-
Uses of CfnApplicationPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.serverlessrepo
Methods in software.amazon.awscdk.cfnpropertymixins.services.serverlessrepo that return CfnApplicationPropsMixin.BuilderModifier and TypeMethodDescriptionThe name of the author publishing the app.CfnApplicationPropsMixin.Builder.create()CfnApplicationPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnApplicationPropsMixin.Builder.description(String description) The description of the application.CfnApplicationPropsMixin.Builder.homePageUrl(String homePageUrl) A URL with more information about the application.Labels to improve discovery of apps in search results.CfnApplicationPropsMixin.Builder.licenseBody(String licenseBody) A local text file that contains the license of the app.The name of the application.CfnApplicationPropsMixin.Builder.readmeBody(String readmeBody) A text readme file in Markdown language that contains a more detailed description of the application.CfnApplicationPropsMixin.Builder.semanticVersion(String semanticVersion) The semantic version of the application.CfnApplicationPropsMixin.Builder.sourceCodeUrl(String sourceCodeUrl) A link to a public repository for the source code of your application.CfnApplicationPropsMixin.Builder.spdxLicenseId(String spdxLicenseId) A valid identifier from https://spdx.org/licenses/.CfnApplicationPropsMixin.Builder.templateBody(String templateBody) The local raw packaged AWS SAM template file of your application.