class
Amazonite::Lambda::CreateCodeSigningConfigRequest
- Amazonite::Lambda::CreateCodeSigningConfigRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/create_code_signing_config_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(allowed_publishers : AllowedPublishers, description : String | Nil = nil, code_signing_policies : CodeSigningPolicies | Nil = nil, tags : Hash(String, String) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#allowed_publishers : AllowedPublishers
Signing profiles for this code signing configuration.
-
#allowed_publishers=(allowed_publishers : AllowedPublishers)
Signing profiles for this code signing configuration.
-
#code_signing_policies : CodeSigningPolicies | Nil
The code signing policies define the actions to take if the validation checks fail.
-
#code_signing_policies=(code_signing_policies : CodeSigningPolicies | Nil)
The code signing policies define the actions to take if the validation checks fail.
-
#description : String | Nil
Descriptive name for this code signing configuration.
-
#description=(description : String | Nil)
Descriptive name for this code signing configuration.
-
#hash(hasher)
See
Object#hash(hasher) -
#tags : Hash(String, String) | Nil
A list of tags to add to the code signing configuration.
-
#tags=(tags : Hash(String, String) | Nil)
A list of tags to add to the code signing configuration.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Signing profiles for this code signing configuration.
The code signing policies define the actions to take if the validation checks fail.
The code signing policies define the actions to take if the validation checks fail.
Descriptive name for this code signing configuration.
A list of tags to add to the code signing configuration.