Struct aws_sdk_lambda::model::code_signing_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CodeSigningConfig
Implementations
Unique identifer for the Code signing configuration.
Unique identifer for the Code signing configuration.
The Amazon Resource Name (ARN) of the Code signing configuration.
The Amazon Resource Name (ARN) of the Code signing configuration.
Code signing configuration description.
Code signing configuration description.
List of allowed publishers.
List of allowed publishers.
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).
Consumes the builder and constructs a CodeSigningConfig
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more