Interface DirectoryServiceRegionVpcSettings

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    DirectoryServiceRegionVpcSettings.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:52.575Z")
    @Stability(Stable)
    public interface DirectoryServiceRegionVpcSettings
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getSubnetIds

        @Stability(Stable)
        @NotNull
        List<String> getSubnetIds()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/directory_service_region#subnet_ids DirectoryServiceRegion#subnet_ids}.
      • getVpcId

        @Stability(Stable)
        @NotNull
        String getVpcId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/directory_service_region#vpc_id DirectoryServiceRegion#vpc_id}.