Class AccessContextManagerAccessLevelsAccessLevelsBasicConditionsOutputReference

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

      • AccessContextManagerAccessLevelsAccessLevelsBasicConditionsOutputReference

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

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

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

      • putVpcNetworkSources

        @Stability(Stable)
        public void putVpcNetworkSources​(@NotNull
                                         Object value)
        Parameters:
        value - This parameter is required.
      • resetDevicePolicy

        @Stability(Stable)
        public void resetDevicePolicy()
      • resetIpSubnetworks

        @Stability(Stable)
        public void resetIpSubnetworks()
      • resetMembers

        @Stability(Stable)
        public void resetMembers()
      • resetNegate

        @Stability(Stable)
        public void resetNegate()
      • resetRegions

        @Stability(Stable)
        public void resetRegions()
      • resetRequiredAccessLevels

        @Stability(Stable)
        public void resetRequiredAccessLevels()
      • resetVpcNetworkSources

        @Stability(Stable)
        public void resetVpcNetworkSources()
      • getIpSubnetworksInput

        @Stability(Stable)
        @Nullable
        public List<String> getIpSubnetworksInput()
      • getMembersInput

        @Stability(Stable)
        @Nullable
        public List<String> getMembersInput()
      • getNegateInput

        @Stability(Stable)
        @Nullable
        public Object getNegateInput()
      • getRegionsInput

        @Stability(Stable)
        @Nullable
        public List<String> getRegionsInput()
      • getRequiredAccessLevelsInput

        @Stability(Stable)
        @Nullable
        public List<String> getRequiredAccessLevelsInput()
      • getVpcNetworkSourcesInput

        @Stability(Stable)
        @Nullable
        public Object getVpcNetworkSourcesInput()
      • getIpSubnetworks

        @Stability(Stable)
        @NotNull
        public List<String> getIpSubnetworks()
      • setIpSubnetworks

        @Stability(Stable)
        public void setIpSubnetworks​(@NotNull
                                     List<String> value)
      • getMembers

        @Stability(Stable)
        @NotNull
        public List<String> getMembers()
      • setMembers

        @Stability(Stable)
        public void setMembers​(@NotNull
                               List<String> value)
      • getNegate

        @Stability(Stable)
        @NotNull
        public Object getNegate()
      • setNegate

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

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

        @Stability(Stable)
        @NotNull
        public List<String> getRegions()
      • setRegions

        @Stability(Stable)
        public void setRegions​(@NotNull
                               List<String> value)
      • getRequiredAccessLevels

        @Stability(Stable)
        @NotNull
        public List<String> getRequiredAccessLevels()
      • setRequiredAccessLevels

        @Stability(Stable)
        public void setRequiredAccessLevels​(@NotNull
                                            List<String> value)
      • getInternalValue

        @Stability(Stable)
        @Nullable
        public Object getInternalValue()
      • setInternalValue

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     com.hashicorp.cdktf.IResolvable value)