Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.networksecurity/v1beta1.UrlList
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates a new UrlList in a given project and location.
Create UrlList Resource
new UrlList(name: string, args: UrlListArgs, opts?: CustomResourceOptions);
@overload
def UrlList(resource_name: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
location: Optional[str] = None,
name: Optional[str] = None,
project: Optional[str] = None,
url_list_id: Optional[str] = None,
values: Optional[Sequence[str]] = None)
@overload
def UrlList(resource_name: str,
args: UrlListArgs,
opts: Optional[ResourceOptions] = None)
func NewUrlList(ctx *Context, name string, args UrlListArgs, opts ...ResourceOption) (*UrlList, error)
public UrlList(string name, UrlListArgs args, CustomResourceOptions? opts = null)
public UrlList(String name, UrlListArgs args)
public UrlList(String name, UrlListArgs args, CustomResourceOptions options)
type: google-native:networksecurity/v1beta1:UrlList
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args UrlListArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args UrlListArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args UrlListArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args UrlListArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args UrlListArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
UrlList Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The UrlList resource accepts the following input properties:
- Url
List stringId Required. Short name of the UrlList resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "url_list".
- Values List<string>
FQDNs and URLs.
- Description string
Optional. Free-text description of the resource.
- Location string
- 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?$).
- Project string
- Url
List stringId Required. Short name of the UrlList resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "url_list".
- Values []string
FQDNs and URLs.
- Description string
Optional. Free-text description of the resource.
- Location string
- 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?$).
- Project string
- url
List StringId Required. Short name of the UrlList resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "url_list".
- values List<String>
FQDNs and URLs.
- description String
Optional. Free-text description of the resource.
- location String
- 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?$).
- project String
- url
List stringId Required. Short name of the UrlList resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "url_list".
- values string[]
FQDNs and URLs.
- description string
Optional. Free-text description of the resource.
- location string
- 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?$).
- project string
- url_
list_ strid Required. Short name of the UrlList resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "url_list".
- values Sequence[str]
FQDNs and URLs.
- description str
Optional. Free-text description of the resource.
- location str
- 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?$).
- project str
- url
List StringId Required. Short name of the UrlList resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "url_list".
- values List<String>
FQDNs and URLs.
- description String
Optional. Free-text description of the resource.
- location String
- 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?$).
- project String
Outputs
All input properties are implicitly available as output properties. Additionally, the UrlList resource produces the following output properties:
- Create
Time string Time when the security policy was created.
- Id string
The provider-assigned unique ID for this managed resource.
- Update
Time string Time when the security policy was updated.
- Create
Time string Time when the security policy was created.
- Id string
The provider-assigned unique ID for this managed resource.
- Update
Time string Time when the security policy was updated.
- create
Time String Time when the security policy was created.
- id String
The provider-assigned unique ID for this managed resource.
- update
Time String Time when the security policy was updated.
- create
Time string Time when the security policy was created.
- id string
The provider-assigned unique ID for this managed resource.
- update
Time string Time when the security policy was updated.
- create_
time str Time when the security policy was created.
- id str
The provider-assigned unique ID for this managed resource.
- update_
time str Time when the security policy was updated.
- create
Time String Time when the security policy was created.
- id String
The provider-assigned unique ID for this managed resource.
- update
Time String Time when the security policy was updated.
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.