Class DataGoogleKmsCryptoKeysKeysOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:19.963Z")
    @Stability(Stable)
    public class DataGoogleKmsCryptoKeysKeysOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • DataGoogleKmsCryptoKeysKeysOutputReference

        protected DataGoogleKmsCryptoKeysKeysOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • DataGoogleKmsCryptoKeysKeysOutputReference

        protected DataGoogleKmsCryptoKeysKeysOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • DataGoogleKmsCryptoKeysKeysOutputReference

        @Stability(Stable)
        public DataGoogleKmsCryptoKeysKeysOutputReference​(@NotNull
                                                          com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                          @NotNull
                                                          String terraformAttribute,
                                                          @NotNull
                                                          Number complexObjectIndex,
                                                          @NotNull
                                                          Boolean complexObjectIsFromSet)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
        complexObjectIndex - the index of this item in the list. This parameter is required.
        complexObjectIsFromSet - whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
    • Method Detail

      • getCryptoKeyBackend

        @Stability(Stable)
        @NotNull
        public String getCryptoKeyBackend()
      • getDestroyScheduledDuration

        @Stability(Stable)
        @NotNull
        public String getDestroyScheduledDuration()
      • getEffectiveLabels

        @Stability(Stable)
        @NotNull
        public com.hashicorp.cdktf.StringMap getEffectiveLabels()
      • getId

        @Stability(Stable)
        @NotNull
        public String getId()
      • getImportOnly

        @Stability(Stable)
        @NotNull
        public com.hashicorp.cdktf.IResolvable getImportOnly()
      • getKeyRing

        @Stability(Stable)
        @NotNull
        public String getKeyRing()
      • getLabels

        @Stability(Stable)
        @NotNull
        public com.hashicorp.cdktf.StringMap getLabels()
      • getName

        @Stability(Stable)
        @NotNull
        public String getName()
      • getPurpose

        @Stability(Stable)
        @NotNull
        public String getPurpose()
      • getRotationPeriod

        @Stability(Stable)
        @NotNull
        public String getRotationPeriod()
      • getSkipInitialVersionCreation

        @Stability(Stable)
        @NotNull
        public com.hashicorp.cdktf.IResolvable getSkipInitialVersionCreation()
      • getTerraformLabels

        @Stability(Stable)
        @NotNull
        public com.hashicorp.cdktf.StringMap getTerraformLabels()