Class OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryAptOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.os_config_os_policy_assignment.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryAptOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryAptOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryAptOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArchiveType()StringgetArchiveTypeInput()List<String>getComponents()List<String>getComponentsInput()StringgetDistribution()StringgetDistributionInput()StringgetGpgKey()StringgetGpgKeyInput()OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryAptgetInternalValue()StringgetUri()StringgetUriInput()voidresetGpgKey()voidsetArchiveType(String value)voidsetComponents(List<String> value)voidsetDistribution(String value)voidsetGpgKey(String value)voidsetInternalValue(OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryApt value)voidsetUri(String value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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()
-
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)
-
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)
-
getInternalValue
@Stability(Stable) @Nullable public OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryApt getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryApt value)
-
-