Class OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryAptOutputReference

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

      • OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryAptOutputReference

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

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

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

      • resetGpgKey

        @Stability(Stable)
        public void resetGpgKey()
      • getArchiveTypeInput

        @Stability(Stable)
        @Nullable
        public String getArchiveTypeInput()
      • getComponentsInput

        @Stability(Stable)
        @Nullable
        public List<String> getComponentsInput()
      • getDistributionInput

        @Stability(Stable)
        @Nullable
        public String getDistributionInput()
      • getGpgKeyInput

        @Stability(Stable)
        @Nullable
        public String getGpgKeyInput()
      • getUriInput

        @Stability(Stable)
        @Nullable
        public String getUriInput()
      • getArchiveType

        @Stability(Stable)
        @NotNull
        public String getArchiveType()
      • setArchiveType

        @Stability(Stable)
        public void setArchiveType​(@NotNull
                                   String value)
      • getComponents

        @Stability(Stable)
        @NotNull
        public List<String> getComponents()
      • setComponents

        @Stability(Stable)
        public void setComponents​(@NotNull
                                  List<String> value)
      • getDistribution

        @Stability(Stable)
        @NotNull
        public String getDistribution()
      • setDistribution

        @Stability(Stable)
        public void setDistribution​(@NotNull
                                    String value)
      • getGpgKey

        @Stability(Stable)
        @NotNull
        public String getGpgKey()
      • setGpgKey

        @Stability(Stable)
        public void setGpgKey​(@NotNull
                              String value)
      • getUri

        @Stability(Stable)
        @NotNull
        public String getUri()
      • setUri

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