Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.lambda.CfnCodeSigningConfigPropsMixin.Builder
Packages that use CfnCodeSigningConfigPropsMixin.Builder
-
Uses of CfnCodeSigningConfigPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.lambda
Methods in software.amazon.awscdk.cfnpropertymixins.services.lambda that return CfnCodeSigningConfigPropsMixin.BuilderModifier and TypeMethodDescriptionCfnCodeSigningConfigPropsMixin.Builder.allowedPublishers(CfnCodeSigningConfigPropsMixin.AllowedPublishersProperty allowedPublishers) List of allowed publishers.CfnCodeSigningConfigPropsMixin.Builder.allowedPublishers(IResolvable allowedPublishers) List of allowed publishers.CfnCodeSigningConfigPropsMixin.Builder.codeSigningPolicies(CfnCodeSigningConfigPropsMixin.CodeSigningPoliciesProperty codeSigningPolicies) The code signing policy controls the validation failure action for signature mismatch or expiry.CfnCodeSigningConfigPropsMixin.Builder.codeSigningPolicies(IResolvable codeSigningPolicies) The code signing policy controls the validation failure action for signature mismatch or expiry.CfnCodeSigningConfigPropsMixin.Builder.create()CfnCodeSigningConfigPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnCodeSigningConfigPropsMixin.Builder.description(String description) Code signing configuration description.A list of tags to add to the code signing configuration.