Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.networksecurity/v1beta1.getUrlList
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Gets details of a single UrlList.
Using getUrlList
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getUrlList(args: GetUrlListArgs, opts?: InvokeOptions): Promise<GetUrlListResult>
function getUrlListOutput(args: GetUrlListOutputArgs, opts?: InvokeOptions): Output<GetUrlListResult>
def get_url_list(location: Optional[str] = None,
project: Optional[str] = None,
url_list_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetUrlListResult
def get_url_list_output(location: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
url_list_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetUrlListResult]
func LookupUrlList(ctx *Context, args *LookupUrlListArgs, opts ...InvokeOption) (*LookupUrlListResult, error)
func LookupUrlListOutput(ctx *Context, args *LookupUrlListOutputArgs, opts ...InvokeOption) LookupUrlListResultOutput
> Note: This function is named LookupUrlList
in the Go SDK.
public static class GetUrlList
{
public static Task<GetUrlListResult> InvokeAsync(GetUrlListArgs args, InvokeOptions? opts = null)
public static Output<GetUrlListResult> Invoke(GetUrlListInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetUrlListResult> getUrlList(GetUrlListArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:networksecurity/v1beta1:getUrlList
arguments:
# arguments dictionary
The following arguments are supported:
- location str
- url_
list_ strid - project str
getUrlList Result
The following output properties are available:
- Create
Time string Time when the security policy was created.
- Description string
Optional. Free-text description of the resource.
- Name string
Name of the resource provided by the user. Name is of the form projects/{project}/locations/{location}/urlLists/{url_list} url_list should match the pattern:(^a-z?$).
- Update
Time string Time when the security policy was updated.
- Values List<string>
FQDNs and URLs.
- Create
Time string Time when the security policy was created.
- Description string
Optional. Free-text description of the resource.
- Name string
Name of the resource provided by the user. Name is of the form projects/{project}/locations/{location}/urlLists/{url_list} url_list should match the pattern:(^a-z?$).
- Update
Time string Time when the security policy was updated.
- Values []string
FQDNs and URLs.
- create
Time String Time when the security policy was created.
- description String
Optional. Free-text description of the resource.
- name String
Name of the resource provided by the user. Name is of the form projects/{project}/locations/{location}/urlLists/{url_list} url_list should match the pattern:(^a-z?$).
- update
Time String Time when the security policy was updated.
- values List<String>
FQDNs and URLs.
- create
Time string Time when the security policy was created.
- description string
Optional. Free-text description of the resource.
- name string
Name of the resource provided by the user. Name is of the form projects/{project}/locations/{location}/urlLists/{url_list} url_list should match the pattern:(^a-z?$).
- update
Time string Time when the security policy was updated.
- values string[]
FQDNs and URLs.
- create_
time str Time when the security policy was created.
- description str
Optional. Free-text description of the resource.
- name str
Name of the resource provided by the user. Name is of the form projects/{project}/locations/{location}/urlLists/{url_list} url_list should match the pattern:(^a-z?$).
- update_
time str Time when the security policy was updated.
- values Sequence[str]
FQDNs and URLs.
- create
Time String Time when the security policy was created.
- description String
Optional. Free-text description of the resource.
- name String
Name of the resource provided by the user. Name is of the form projects/{project}/locations/{location}/urlLists/{url_list} url_list should match the pattern:(^a-z?$).
- update
Time String Time when the security policy was updated.
- values List<String>
FQDNs and URLs.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.