Class AssuredWorkloadsWorkloadPartnerPermissionsOutputReference

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

      • AssuredWorkloadsWorkloadPartnerPermissionsOutputReference

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

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

        @Stability(Stable)
        public AssuredWorkloadsWorkloadPartnerPermissionsOutputReference​(@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

      • resetAssuredWorkloadsMonitoring

        @Stability(Stable)
        public void resetAssuredWorkloadsMonitoring()
      • resetDataLogsViewer

        @Stability(Stable)
        public void resetDataLogsViewer()
      • resetServiceAccessApprover

        @Stability(Stable)
        public void resetServiceAccessApprover()
      • getAssuredWorkloadsMonitoringInput

        @Stability(Stable)
        @Nullable
        public Object getAssuredWorkloadsMonitoringInput()
      • getDataLogsViewerInput

        @Stability(Stable)
        @Nullable
        public Object getDataLogsViewerInput()
      • getServiceAccessApproverInput

        @Stability(Stable)
        @Nullable
        public Object getServiceAccessApproverInput()
      • getAssuredWorkloadsMonitoring

        @Stability(Stable)
        @NotNull
        public Object getAssuredWorkloadsMonitoring()
      • setAssuredWorkloadsMonitoring

        @Stability(Stable)
        public void setAssuredWorkloadsMonitoring​(@NotNull
                                                  Boolean value)
      • setAssuredWorkloadsMonitoring

        @Stability(Stable)
        public void setAssuredWorkloadsMonitoring​(@NotNull
                                                  com.hashicorp.cdktf.IResolvable value)
      • getDataLogsViewer

        @Stability(Stable)
        @NotNull
        public Object getDataLogsViewer()
      • setDataLogsViewer

        @Stability(Stable)
        public void setDataLogsViewer​(@NotNull
                                      Boolean value)
      • setDataLogsViewer

        @Stability(Stable)
        public void setDataLogsViewer​(@NotNull
                                      com.hashicorp.cdktf.IResolvable value)
      • getServiceAccessApprover

        @Stability(Stable)
        @NotNull
        public Object getServiceAccessApprover()
      • setServiceAccessApprover

        @Stability(Stable)
        public void setServiceAccessApprover​(@NotNull
                                             Boolean value)
      • setServiceAccessApprover

        @Stability(Stable)
        public void setServiceAccessApprover​(@NotNull
                                             com.hashicorp.cdktf.IResolvable value)