import * as pulumi from "@pulumi/pulumi"; export declare class PsaPrivateServiceAccess extends pulumi.CustomResource { /** * Get an existing PsaPrivateServiceAccess resource's state with the given name, ID, and optional extra * properties used to qualify the lookup. * * @param name The _unique_ name of the resulting resource. * @param id The _unique_ provider ID of the resource to lookup. * @param state Any extra arguments used during the lookup. * @param opts Optional settings to control the behavior of the CustomResource. */ static get(name: string, id: pulumi.Input, state?: PsaPrivateServiceAccessState, opts?: pulumi.CustomResourceOptions): PsaPrivateServiceAccess; /** * Returns true if the given object is an instance of PsaPrivateServiceAccess. This is designed to work even * when multiple copies of the Pulumi SDK have been loaded into the same process. */ static isInstance(obj: any): obj is PsaPrivateServiceAccess; readonly compartmentId: pulumi.Output; readonly definedTags: pulumi.Output<{ [key: string]: string; }>; readonly description: pulumi.Output; readonly displayName: pulumi.Output; readonly fqdns: pulumi.Output; readonly freeformTags: pulumi.Output<{ [key: string]: string; }>; readonly ipv4ip: pulumi.Output; readonly nsgIds: pulumi.Output; readonly securityAttributes: pulumi.Output<{ [key: string]: string; }>; readonly serviceId: pulumi.Output; readonly state: pulumi.Output; readonly subnetId: pulumi.Output; readonly systemTags: pulumi.Output<{ [key: string]: string; }>; readonly timeCreated: pulumi.Output; readonly timeUpdated: pulumi.Output; readonly vcnId: pulumi.Output; readonly vnicId: pulumi.Output; /** * Create a PsaPrivateServiceAccess resource with the given unique name, arguments, and options. * * @param name The _unique_ name of the resource. * @param args The arguments to use to populate this resource's properties. * @param opts A bag of options that control this resource's behavior. */ constructor(name: string, args: PsaPrivateServiceAccessArgs, opts?: pulumi.CustomResourceOptions); } /** * Input properties used for looking up and filtering PsaPrivateServiceAccess resources. */ export interface PsaPrivateServiceAccessState { compartmentId?: pulumi.Input; definedTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; description?: pulumi.Input; displayName?: pulumi.Input; fqdns?: pulumi.Input[] | undefined>; freeformTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; ipv4ip?: pulumi.Input; nsgIds?: pulumi.Input[] | undefined>; securityAttributes?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; serviceId?: pulumi.Input; state?: pulumi.Input; subnetId?: pulumi.Input; systemTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; timeCreated?: pulumi.Input; timeUpdated?: pulumi.Input; vcnId?: pulumi.Input; vnicId?: pulumi.Input; } /** * The set of arguments for constructing a PsaPrivateServiceAccess resource. */ export interface PsaPrivateServiceAccessArgs { compartmentId: pulumi.Input; definedTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; description?: pulumi.Input; displayName?: pulumi.Input; freeformTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; ipv4ip?: pulumi.Input; nsgIds?: pulumi.Input[] | undefined>; securityAttributes?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; serviceId: pulumi.Input; subnetId: pulumi.Input; } //# sourceMappingURL=psaPrivateServiceAccess.d.ts.map