Interface SignerSigningProfileSignatureValidityPeriod
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SignerSigningProfileSignatureValidityPeriod.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:55.220Z") @Stability(Stable) public interface SignerSigningProfileSignatureValidityPeriod extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSignerSigningProfileSignatureValidityPeriod.BuilderA builder forSignerSigningProfileSignatureValidityPeriodstatic classSignerSigningProfileSignatureValidityPeriod.Jsii$ProxyAn implementation forSignerSigningProfileSignatureValidityPeriod
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static SignerSigningProfileSignatureValidityPeriod.Builderbuilder()StringgetType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/signer_signing_profile#type SignerSigningProfile#type}.NumbergetValue()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/signer_signing_profile#value SignerSigningProfile#value}.
-
-
-
Method Detail
-
getType
@Stability(Stable) @NotNull String getType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/signer_signing_profile#type SignerSigningProfile#type}.
-
getValue
@Stability(Stable) @NotNull Number getValue()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/signer_signing_profile#value SignerSigningProfile#value}.
-
builder
@Stability(Stable) static SignerSigningProfileSignatureValidityPeriod.Builder builder()
-
-