Class CfnCodeSigningConfigProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.CfnCodeSigningConfigProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCodeSigningConfigProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCodeSigningConfigProps
@Stability(Stable)
@Internal
public static final class CfnCodeSigningConfigProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCodeSigningConfigProps
An implementation for
CfnCodeSigningConfigProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.CfnCodeSigningConfigProps
CfnCodeSigningConfigProps.Builder, CfnCodeSigningConfigProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCodeSigningConfigProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectList of allowed publishers.final ObjectThe code signing policy controls the validation failure action for signature mismatch or expiry.final StringCode signing configuration description.getTags()A list of tags to add to the code signing configuration.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCodeSigningConfigProps.Builder.
-
-
Method Details
-
getAllowedPublishers
Description copied from interface:CfnCodeSigningConfigPropsList of allowed publishers.Returns union: either
IResolvableorCfnCodeSigningConfig.AllowedPublishersProperty- Specified by:
getAllowedPublishersin interfaceCfnCodeSigningConfigProps- See Also:
-
getCodeSigningPolicies
Description copied from interface:CfnCodeSigningConfigPropsThe code signing policy controls the validation failure action for signature mismatch or expiry.Returns union: either
IResolvableorCfnCodeSigningConfig.CodeSigningPoliciesProperty- Specified by:
getCodeSigningPoliciesin interfaceCfnCodeSigningConfigProps- See Also:
-
getDescription
Description copied from interface:CfnCodeSigningConfigPropsCode signing configuration description.- Specified by:
getDescriptionin interfaceCfnCodeSigningConfigProps- See Also:
-
getTags
Description copied from interface:CfnCodeSigningConfigPropsA list of tags to add to the code signing configuration.You must have the
lambda:TagResource,lambda:UntagResource, andlambda:ListTagspermissions for your IAM principal to manage the CloudFormation stack. If you don't have these permissions, there might be unexpected behavior with stack-level tags propagating to the resource during resource creation and update.- Specified by:
getTagsin interfaceCfnCodeSigningConfigProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-