| Package | Description |
|---|---|
| software.amazon.awscdk.services.signer |
AWS::Signer Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static Platform |
Platform.AMAZON_FREE_RTOS_DEFAULT
Specification of signature format and signing algorithms with SHA256 hash and ECDSA encryption for Amazon FreeRTOS.
|
static Platform |
Platform.AMAZON_FREE_RTOS_TI_CC3220_SF
Specification of signature format and signing algorithms with SHA1 hash and RSA encryption for Amazon FreeRTOS.
|
static Platform |
Platform.AWS_IOT_DEVICE_MANAGEMENT_SHA256_ECDSA
Specification of signature format and signing algorithms for AWS IoT Device.
|
static Platform |
Platform.AWS_LAMBDA_SHA384_ECDSA
Specification of signature format and signing algorithms for AWS Lambda.
|
| Modifier and Type | Method and Description |
|---|---|
Platform |
SigningProfileProps.getPlatform()
The Signing Platform available for signing profile.
|
Platform |
SigningProfileProps.Jsii$Proxy.getPlatform() |
| Modifier and Type | Method and Description |
|---|---|
SigningProfile.Builder |
SigningProfile.Builder.platform(Platform platform)
The Signing Platform available for signing profile.
|
SigningProfileProps.Builder |
SigningProfileProps.Builder.platform(Platform platform)
Sets the value of
SigningProfileProps.getPlatform() |
Copyright © 2022. All rights reserved.