Interface OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryGoo
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryGoo.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.279Z") @Stability(Stable) public interface OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryGoo extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryGoo.Builderstatic classOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryGoo.Jsii$ProxyAn implementation forOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryGoo
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryGoo.Builderbuilder()StringgetName()The name of the repository.StringgetUrl()The url of the repository.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
The name of the repository.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#name OsConfigOsPolicyAssignment#name}
-
getUrl
@Stability(Stable) @NotNull String getUrl()
The url of the repository.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#url OsConfigOsPolicyAssignment#url}
-
builder
@Stability(Stable) static OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryGoo.Builder builder()
-
-