@Stability(value=Stable) public static final class CfnCodeSigningConfig.Builder extends Object implements software.amazon.jsii.Builder<CfnCodeSigningConfig>
CfnCodeSigningConfig.| Modifier and Type | Method and Description |
|---|---|
CfnCodeSigningConfig.Builder |
allowedPublishers(CfnCodeSigningConfig.AllowedPublishersProperty allowedPublishers)
List of allowed publishers.
|
CfnCodeSigningConfig.Builder |
allowedPublishers(IResolvable allowedPublishers)
List of allowed publishers.
|
CfnCodeSigningConfig |
build() |
CfnCodeSigningConfig.Builder |
codeSigningPolicies(CfnCodeSigningConfig.CodeSigningPoliciesProperty codeSigningPolicies)
The code signing policy controls the validation failure action for signature mismatch or expiry.
|
CfnCodeSigningConfig.Builder |
codeSigningPolicies(IResolvable codeSigningPolicies)
The code signing policy controls the validation failure action for signature mismatch or expiry.
|
static CfnCodeSigningConfig.Builder |
create(software.constructs.Construct scope,
String id) |
CfnCodeSigningConfig.Builder |
description(String description)
Code signing configuration description.
|
@Stability(value=Stable) public static CfnCodeSigningConfig.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnCodeSigningConfig.AllowedPublishersProperty.Builder.@Stability(value=Stable) public CfnCodeSigningConfig.Builder allowedPublishers(CfnCodeSigningConfig.AllowedPublishersProperty allowedPublishers)
allowedPublishers - List of allowed publishers. This parameter is required.this@Stability(value=Stable) public CfnCodeSigningConfig.Builder allowedPublishers(IResolvable allowedPublishers)
allowedPublishers - List of allowed publishers. This parameter is required.this@Stability(value=Stable) public CfnCodeSigningConfig.Builder codeSigningPolicies(CfnCodeSigningConfig.CodeSigningPoliciesProperty codeSigningPolicies)
codeSigningPolicies - The code signing policy controls the validation failure action for signature mismatch or expiry. This parameter is required.this@Stability(value=Stable) public CfnCodeSigningConfig.Builder codeSigningPolicies(IResolvable codeSigningPolicies)
codeSigningPolicies - The code signing policy controls the validation failure action for signature mismatch or expiry. This parameter is required.this@Stability(value=Stable) public CfnCodeSigningConfig.Builder description(String description)
description - Code signing configuration description. This parameter is required.this@Stability(value=Stable) public CfnCodeSigningConfig build()
build in interface software.amazon.jsii.Builder<CfnCodeSigningConfig>Copyright © 2022. All rights reserved.