Class CfnCodeSigningConfigMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lambda.CfnCodeSigningConfigMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCodeSigningConfigMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCodeSigningConfigMixinProps
@Stability(Stable)
@Internal
public static final class CfnCodeSigningConfigMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCodeSigningConfigMixinProps
An implementation for
CfnCodeSigningConfigMixinProps-
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.cfnpropertymixins.services.lambda.CfnCodeSigningConfigMixinProps
CfnCodeSigningConfigMixinProps.Builder, CfnCodeSigningConfigMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCodeSigningConfigMixinProps.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 theCfnCodeSigningConfigMixinProps.Builder.
-
-
Method Details
-
getAllowedPublishers
Description copied from interface:CfnCodeSigningConfigMixinPropsList of allowed publishers.Returns union: either
IResolvableorCfnCodeSigningConfigPropsMixin.AllowedPublishersProperty- Specified by:
getAllowedPublishersin interfaceCfnCodeSigningConfigMixinProps- See Also:
-
getCodeSigningPolicies
Description copied from interface:CfnCodeSigningConfigMixinPropsThe code signing policy controls the validation failure action for signature mismatch or expiry.Returns union: either
IResolvableorCfnCodeSigningConfigPropsMixin.CodeSigningPoliciesProperty- Specified by:
getCodeSigningPoliciesin interfaceCfnCodeSigningConfigMixinProps- See Also:
-
getDescription
Description copied from interface:CfnCodeSigningConfigMixinPropsCode signing configuration description.- Specified by:
getDescriptionin interfaceCfnCodeSigningConfigMixinProps- See Also:
-
getTags
Description copied from interface:CfnCodeSigningConfigMixinPropsA 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 interfaceCfnCodeSigningConfigMixinProps- 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()
-