Class DataLossPreventionDiscoveryConfigTargetsCloudSqlTargetFilterDatabaseResourceReferenceOutputReference

  • 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:20.444Z")
    @Stability(Stable)
    public class DataLossPreventionDiscoveryConfigTargetsCloudSqlTargetFilterDatabaseResourceReferenceOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • DataLossPreventionDiscoveryConfigTargetsCloudSqlTargetFilterDatabaseResourceReferenceOutputReference

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

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

        @Stability(Stable)
        public DataLossPreventionDiscoveryConfigTargetsCloudSqlTargetFilterDatabaseResourceReferenceOutputReference​(@NotNull
                                                                                                                    com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                                                                    @NotNull
                                                                                                                    String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • getDatabaseInput

        @Stability(Stable)
        @Nullable
        public String getDatabaseInput()
      • getDatabaseResourceInput

        @Stability(Stable)
        @Nullable
        public String getDatabaseResourceInput()
      • getInstanceInput

        @Stability(Stable)
        @Nullable
        public String getInstanceInput()
      • getProjectIdInput

        @Stability(Stable)
        @Nullable
        public String getProjectIdInput()
      • getDatabase

        @Stability(Stable)
        @NotNull
        public String getDatabase()
      • setDatabase

        @Stability(Stable)
        public void setDatabase​(@NotNull
                                String value)
      • getDatabaseResource

        @Stability(Stable)
        @NotNull
        public String getDatabaseResource()
      • setDatabaseResource

        @Stability(Stable)
        public void setDatabaseResource​(@NotNull
                                        String value)
      • getInstance

        @Stability(Stable)
        @NotNull
        public String getInstance()
      • setInstance

        @Stability(Stable)
        public void setInstance​(@NotNull
                                String value)
      • getProjectId

        @Stability(Stable)
        @NotNull
        public String getProjectId()
      • setProjectId

        @Stability(Stable)
        public void setProjectId​(@NotNull
                                 String value)