Class GetKMSCryptoKeyResult


  • public final class GetKMSCryptoKeyResult
    extends java.lang.Object
    • Method Detail

      • destroyScheduledDuration

        public java.lang.String destroyScheduledDuration()
      • effectiveLabels

        public java.util.Map<java.lang.String,​java.lang.String> effectiveLabels()
      • id

        public java.lang.String id()
        Returns:
        The provider-assigned unique ID for this managed resource.
      • importOnly

        public java.lang.Boolean importOnly()
      • keyRing

        public java.lang.String keyRing()
      • labels

        public java.util.Map<java.lang.String,​java.lang.String> labels()
      • name

        public java.lang.String name()
      • pulumiLabels

        public java.util.Map<java.lang.String,​java.lang.String> pulumiLabels()
      • purpose

        public java.lang.String purpose()
        Returns:
        Defines the cryptographic capabilities of the key.
      • rotationPeriod

        public java.lang.String rotationPeriod()
        Returns:
        Every time this period passes, generate a new CryptoKeyVersion and set it as the primary. The first rotation will take place after the specified period. The rotation period has the format of a decimal number with up to 9 fractional digits, followed by the letter s (seconds).
      • skipInitialVersionCreation

        public java.lang.Boolean skipInitialVersionCreation()