class
Amazonite::Lambda::CodeSigningConfig
- Amazonite::Lambda::CodeSigningConfig
- Reference
- Object
Overview
Details about a Code signing configuration.
Included Modules
- JSON::Serializable
Defined in:
lambda/code_signing_config.crConstructors
- .new(code_signing_config_id : String, code_signing_config_arn : String, allowed_publishers : AllowedPublishers, code_signing_policies : CodeSigningPolicies, last_modified : String, description : String | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#allowed_publishers : AllowedPublishers
List of allowed publishers.
-
#allowed_publishers=(allowed_publishers : AllowedPublishers)
List of allowed publishers.
-
#code_signing_config_arn : String
The Amazon Resource Name (ARN) of the Code signing configuration.
-
#code_signing_config_arn=(code_signing_config_arn : String)
The Amazon Resource Name (ARN) of the Code signing configuration.
-
#code_signing_config_id : String
Unique identifer for the Code signing configuration.
-
#code_signing_config_id=(code_signing_config_id : String)
Unique identifer for the Code signing configuration.
-
#code_signing_policies : CodeSigningPolicies
The code signing policy controls the validation failure action for signature mismatch or expiry.
-
#code_signing_policies=(code_signing_policies : CodeSigningPolicies)
The code signing policy controls the validation failure action for signature mismatch or expiry.
-
#description : String | Nil
Code signing configuration description.
-
#description=(description : String | Nil)
Code signing configuration description.
-
#hash(hasher)
See
Object#hash(hasher) -
#last_modified : String
The date and time that the Code signing configuration was last modified, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
-
#last_modified=(last_modified : String)
The date and time that the Code signing configuration was last modified, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The Amazon Resource Name (ARN) of the Code signing configuration.
The Amazon Resource Name (ARN) of the Code signing configuration.
Unique identifer for the Code signing configuration.
The code signing policy controls the validation failure action for signature mismatch or expiry.
The code signing policy controls the validation failure action for signature mismatch or expiry.
The date and time that the Code signing configuration was last modified, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
The date and time that the Code signing configuration was last modified, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).