Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.policysimulator/v1beta1.FolderReplay
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates and starts a Replay using the given ReplayConfig. Auto-naming is currently not supported for this resource. Note - this resource’s API doesn’t support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.
Create FolderReplay Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new FolderReplay(name: string, args: FolderReplayArgs, opts?: CustomResourceOptions);
@overload
def FolderReplay(resource_name: str,
args: FolderReplayArgs,
opts: Optional[ResourceOptions] = None)
@overload
def FolderReplay(resource_name: str,
opts: Optional[ResourceOptions] = None,
config: Optional[GoogleCloudPolicysimulatorV1beta1ReplayConfigArgs] = None,
folder_id: Optional[str] = None,
location: Optional[str] = None)
func NewFolderReplay(ctx *Context, name string, args FolderReplayArgs, opts ...ResourceOption) (*FolderReplay, error)
public FolderReplay(string name, FolderReplayArgs args, CustomResourceOptions? opts = null)
public FolderReplay(String name, FolderReplayArgs args)
public FolderReplay(String name, FolderReplayArgs args, CustomResourceOptions options)
type: google-native:policysimulator/v1beta1:FolderReplay
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. FolderReplayArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. FolderReplayArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. FolderReplayArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. FolderReplayArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. FolderReplayArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var examplefolderReplayResourceResourceFromPolicysimulatorv1beta1 = new GoogleNative.PolicySimulator.V1Beta1.FolderReplay("examplefolderReplayResourceResourceFromPolicysimulatorv1beta1", new()
{
Config = new GoogleNative.PolicySimulator.V1Beta1.Inputs.GoogleCloudPolicysimulatorV1beta1ReplayConfigArgs
{
LogSource = GoogleNative.PolicySimulator.V1Beta1.GoogleCloudPolicysimulatorV1beta1ReplayConfigLogSource.LogSourceUnspecified,
PolicyOverlay =
{
{ "string", "string" },
},
},
FolderId = "string",
Location = "string",
});
example, err := policysimulatorv1beta1.NewFolderReplay(ctx, "examplefolderReplayResourceResourceFromPolicysimulatorv1beta1", &policysimulatorv1beta1.FolderReplayArgs{
Config: &policysimulator.GoogleCloudPolicysimulatorV1beta1ReplayConfigArgs{
LogSource: policysimulatorv1beta1.GoogleCloudPolicysimulatorV1beta1ReplayConfigLogSourceLogSourceUnspecified,
PolicyOverlay: pulumi.StringMap{
"string": pulumi.String("string"),
},
},
FolderId: pulumi.String("string"),
Location: pulumi.String("string"),
})
var examplefolderReplayResourceResourceFromPolicysimulatorv1beta1 = new FolderReplay("examplefolderReplayResourceResourceFromPolicysimulatorv1beta1", FolderReplayArgs.builder()
.config(GoogleCloudPolicysimulatorV1beta1ReplayConfigArgs.builder()
.logSource("LOG_SOURCE_UNSPECIFIED")
.policyOverlay(Map.of("string", "string"))
.build())
.folderId("string")
.location("string")
.build());
examplefolder_replay_resource_resource_from_policysimulatorv1beta1 = google_native.policysimulator.v1beta1.FolderReplay("examplefolderReplayResourceResourceFromPolicysimulatorv1beta1",
config={
"log_source": google_native.policysimulator.v1beta1.GoogleCloudPolicysimulatorV1beta1ReplayConfigLogSource.LOG_SOURCE_UNSPECIFIED,
"policy_overlay": {
"string": "string",
},
},
folder_id="string",
location="string")
const examplefolderReplayResourceResourceFromPolicysimulatorv1beta1 = new google_native.policysimulator.v1beta1.FolderReplay("examplefolderReplayResourceResourceFromPolicysimulatorv1beta1", {
config: {
logSource: google_native.policysimulator.v1beta1.GoogleCloudPolicysimulatorV1beta1ReplayConfigLogSource.LogSourceUnspecified,
policyOverlay: {
string: "string",
},
},
folderId: "string",
location: "string",
});
type: google-native:policysimulator/v1beta1:FolderReplay
properties:
config:
logSource: LOG_SOURCE_UNSPECIFIED
policyOverlay:
string: string
folderId: string
location: string
FolderReplay Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The FolderReplay resource accepts the following input properties:
- Config
This property is required. Pulumi.Google Native. Policy Simulator. V1Beta1. Inputs. Google Cloud Policysimulator V1beta1Replay Config - The configuration used for the
Replay
. - Folder
Id This property is required. Changes to this property will trigger replacement.
- Location
Changes to this property will trigger replacement.
- Config
This property is required. GoogleCloud Policysimulator V1beta1Replay Config Args - The configuration used for the
Replay
. - Folder
Id This property is required. Changes to this property will trigger replacement.
- Location
Changes to this property will trigger replacement.
- config
This property is required. GoogleCloud Policysimulator V1beta1Replay Config - The configuration used for the
Replay
. - folder
Id This property is required. Changes to this property will trigger replacement.
- location
Changes to this property will trigger replacement.
- config
This property is required. GoogleCloud Policysimulator V1beta1Replay Config - The configuration used for the
Replay
. - folder
Id This property is required. Changes to this property will trigger replacement.
- location
Changes to this property will trigger replacement.
- config
This property is required. GoogleCloud Policysimulator V1beta1Replay Config Args - The configuration used for the
Replay
. - folder_
id This property is required. Changes to this property will trigger replacement.
- location
Changes to this property will trigger replacement.
- config
This property is required. Property Map - The configuration used for the
Replay
. - folder
Id This property is required. Changes to this property will trigger replacement.
- location
Changes to this property will trigger replacement.
Outputs
All input properties are implicitly available as output properties. Additionally, the FolderReplay resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The resource name of the
Replay
, which has the following format:{projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id}
, where{resource-id}
is the ID of the project, folder, or organization that owns the Replay. Example:projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36
- Results
Summary Pulumi.Google Native. Policy Simulator. V1Beta1. Outputs. Google Cloud Policysimulator V1beta1Replay Results Summary Response - Summary statistics about the replayed log entries.
- State string
- The current state of the
Replay
.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The resource name of the
Replay
, which has the following format:{projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id}
, where{resource-id}
is the ID of the project, folder, or organization that owns the Replay. Example:projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36
- Results
Summary GoogleCloud Policysimulator V1beta1Replay Results Summary Response - Summary statistics about the replayed log entries.
- State string
- The current state of the
Replay
.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The resource name of the
Replay
, which has the following format:{projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id}
, where{resource-id}
is the ID of the project, folder, or organization that owns the Replay. Example:projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36
- results
Summary GoogleCloud Policysimulator V1beta1Replay Results Summary Response - Summary statistics about the replayed log entries.
- state String
- The current state of the
Replay
.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The resource name of the
Replay
, which has the following format:{projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id}
, where{resource-id}
is the ID of the project, folder, or organization that owns the Replay. Example:projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36
- results
Summary GoogleCloud Policysimulator V1beta1Replay Results Summary Response - Summary statistics about the replayed log entries.
- state string
- The current state of the
Replay
.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The resource name of the
Replay
, which has the following format:{projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id}
, where{resource-id}
is the ID of the project, folder, or organization that owns the Replay. Example:projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36
- results_
summary GoogleCloud Policysimulator V1beta1Replay Results Summary Response - Summary statistics about the replayed log entries.
- state str
- The current state of the
Replay
.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The resource name of the
Replay
, which has the following format:{projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id}
, where{resource-id}
is the ID of the project, folder, or organization that owns the Replay. Example:projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36
- results
Summary Property Map - Summary statistics about the replayed log entries.
- state String
- The current state of the
Replay
.
Supporting Types
GoogleCloudPolicysimulatorV1beta1ReplayConfig, GoogleCloudPolicysimulatorV1beta1ReplayConfigArgs
- Log
Source Pulumi.Google Native. Policy Simulator. V1Beta1. Google Cloud Policysimulator V1beta1Replay Config Log Source - The logs to use as input for the Replay.
- Policy
Overlay Dictionary<string, string> - A mapping of the resources that you want to simulate policies for and the policies that you want to simulate. Keys are the full resource names for the resources. For example,
//cloudresourcemanager.googleapis.com/projects/my-project
. For examples of full resource names for Google Cloud services, see https://cloud.google.com/iam/help/troubleshooter/full-resource-names. Values are Policy objects representing the policies that you want to simulate. Replays automatically take into account any IAM policies inherited through the resource hierarchy, and any policies set on descendant resources. You do not need to include these policies in the policy overlay.
- Log
Source GoogleCloud Policysimulator V1beta1Replay Config Log Source - The logs to use as input for the Replay.
- Policy
Overlay map[string]string - A mapping of the resources that you want to simulate policies for and the policies that you want to simulate. Keys are the full resource names for the resources. For example,
//cloudresourcemanager.googleapis.com/projects/my-project
. For examples of full resource names for Google Cloud services, see https://cloud.google.com/iam/help/troubleshooter/full-resource-names. Values are Policy objects representing the policies that you want to simulate. Replays automatically take into account any IAM policies inherited through the resource hierarchy, and any policies set on descendant resources. You do not need to include these policies in the policy overlay.
- log
Source GoogleCloud Policysimulator V1beta1Replay Config Log Source - The logs to use as input for the Replay.
- policy
Overlay Map<String,String> - A mapping of the resources that you want to simulate policies for and the policies that you want to simulate. Keys are the full resource names for the resources. For example,
//cloudresourcemanager.googleapis.com/projects/my-project
. For examples of full resource names for Google Cloud services, see https://cloud.google.com/iam/help/troubleshooter/full-resource-names. Values are Policy objects representing the policies that you want to simulate. Replays automatically take into account any IAM policies inherited through the resource hierarchy, and any policies set on descendant resources. You do not need to include these policies in the policy overlay.
- log
Source GoogleCloud Policysimulator V1beta1Replay Config Log Source - The logs to use as input for the Replay.
- policy
Overlay {[key: string]: string} - A mapping of the resources that you want to simulate policies for and the policies that you want to simulate. Keys are the full resource names for the resources. For example,
//cloudresourcemanager.googleapis.com/projects/my-project
. For examples of full resource names for Google Cloud services, see https://cloud.google.com/iam/help/troubleshooter/full-resource-names. Values are Policy objects representing the policies that you want to simulate. Replays automatically take into account any IAM policies inherited through the resource hierarchy, and any policies set on descendant resources. You do not need to include these policies in the policy overlay.
- log_
source GoogleCloud Policysimulator V1beta1Replay Config Log Source - The logs to use as input for the Replay.
- policy_
overlay Mapping[str, str] - A mapping of the resources that you want to simulate policies for and the policies that you want to simulate. Keys are the full resource names for the resources. For example,
//cloudresourcemanager.googleapis.com/projects/my-project
. For examples of full resource names for Google Cloud services, see https://cloud.google.com/iam/help/troubleshooter/full-resource-names. Values are Policy objects representing the policies that you want to simulate. Replays automatically take into account any IAM policies inherited through the resource hierarchy, and any policies set on descendant resources. You do not need to include these policies in the policy overlay.
- log
Source "LOG_SOURCE_UNSPECIFIED" | "RECENT_ACCESSES" - The logs to use as input for the Replay.
- policy
Overlay Map<String> - A mapping of the resources that you want to simulate policies for and the policies that you want to simulate. Keys are the full resource names for the resources. For example,
//cloudresourcemanager.googleapis.com/projects/my-project
. For examples of full resource names for Google Cloud services, see https://cloud.google.com/iam/help/troubleshooter/full-resource-names. Values are Policy objects representing the policies that you want to simulate. Replays automatically take into account any IAM policies inherited through the resource hierarchy, and any policies set on descendant resources. You do not need to include these policies in the policy overlay.
GoogleCloudPolicysimulatorV1beta1ReplayConfigLogSource, GoogleCloudPolicysimulatorV1beta1ReplayConfigLogSourceArgs
- Log
Source Unspecified - LOG_SOURCE_UNSPECIFIEDAn unspecified log source. If the log source is unspecified, the Replay defaults to using
RECENT_ACCESSES
. - Recent
Accesses - RECENT_ACCESSESAll access logs from the last 90 days. These logs may not include logs from the most recent 7 days.
- Google
Cloud Policysimulator V1beta1Replay Config Log Source Log Source Unspecified - LOG_SOURCE_UNSPECIFIEDAn unspecified log source. If the log source is unspecified, the Replay defaults to using
RECENT_ACCESSES
. - Google
Cloud Policysimulator V1beta1Replay Config Log Source Recent Accesses - RECENT_ACCESSESAll access logs from the last 90 days. These logs may not include logs from the most recent 7 days.
- Log
Source Unspecified - LOG_SOURCE_UNSPECIFIEDAn unspecified log source. If the log source is unspecified, the Replay defaults to using
RECENT_ACCESSES
. - Recent
Accesses - RECENT_ACCESSESAll access logs from the last 90 days. These logs may not include logs from the most recent 7 days.
- Log
Source Unspecified - LOG_SOURCE_UNSPECIFIEDAn unspecified log source. If the log source is unspecified, the Replay defaults to using
RECENT_ACCESSES
. - Recent
Accesses - RECENT_ACCESSESAll access logs from the last 90 days. These logs may not include logs from the most recent 7 days.
- LOG_SOURCE_UNSPECIFIED
- LOG_SOURCE_UNSPECIFIEDAn unspecified log source. If the log source is unspecified, the Replay defaults to using
RECENT_ACCESSES
. - RECENT_ACCESSES
- RECENT_ACCESSESAll access logs from the last 90 days. These logs may not include logs from the most recent 7 days.
- "LOG_SOURCE_UNSPECIFIED"
- LOG_SOURCE_UNSPECIFIEDAn unspecified log source. If the log source is unspecified, the Replay defaults to using
RECENT_ACCESSES
. - "RECENT_ACCESSES"
- RECENT_ACCESSESAll access logs from the last 90 days. These logs may not include logs from the most recent 7 days.
GoogleCloudPolicysimulatorV1beta1ReplayConfigResponse, GoogleCloudPolicysimulatorV1beta1ReplayConfigResponseArgs
- Log
Source This property is required. string - The logs to use as input for the Replay.
- Policy
Overlay This property is required. Dictionary<string, string> - A mapping of the resources that you want to simulate policies for and the policies that you want to simulate. Keys are the full resource names for the resources. For example,
//cloudresourcemanager.googleapis.com/projects/my-project
. For examples of full resource names for Google Cloud services, see https://cloud.google.com/iam/help/troubleshooter/full-resource-names. Values are Policy objects representing the policies that you want to simulate. Replays automatically take into account any IAM policies inherited through the resource hierarchy, and any policies set on descendant resources. You do not need to include these policies in the policy overlay.
- Log
Source This property is required. string - The logs to use as input for the Replay.
- Policy
Overlay This property is required. map[string]string - A mapping of the resources that you want to simulate policies for and the policies that you want to simulate. Keys are the full resource names for the resources. For example,
//cloudresourcemanager.googleapis.com/projects/my-project
. For examples of full resource names for Google Cloud services, see https://cloud.google.com/iam/help/troubleshooter/full-resource-names. Values are Policy objects representing the policies that you want to simulate. Replays automatically take into account any IAM policies inherited through the resource hierarchy, and any policies set on descendant resources. You do not need to include these policies in the policy overlay.
- log
Source This property is required. String - The logs to use as input for the Replay.
- policy
Overlay This property is required. Map<String,String> - A mapping of the resources that you want to simulate policies for and the policies that you want to simulate. Keys are the full resource names for the resources. For example,
//cloudresourcemanager.googleapis.com/projects/my-project
. For examples of full resource names for Google Cloud services, see https://cloud.google.com/iam/help/troubleshooter/full-resource-names. Values are Policy objects representing the policies that you want to simulate. Replays automatically take into account any IAM policies inherited through the resource hierarchy, and any policies set on descendant resources. You do not need to include these policies in the policy overlay.
- log
Source This property is required. string - The logs to use as input for the Replay.
- policy
Overlay This property is required. {[key: string]: string} - A mapping of the resources that you want to simulate policies for and the policies that you want to simulate. Keys are the full resource names for the resources. For example,
//cloudresourcemanager.googleapis.com/projects/my-project
. For examples of full resource names for Google Cloud services, see https://cloud.google.com/iam/help/troubleshooter/full-resource-names. Values are Policy objects representing the policies that you want to simulate. Replays automatically take into account any IAM policies inherited through the resource hierarchy, and any policies set on descendant resources. You do not need to include these policies in the policy overlay.
- log_
source This property is required. str - The logs to use as input for the Replay.
- policy_
overlay This property is required. Mapping[str, str] - A mapping of the resources that you want to simulate policies for and the policies that you want to simulate. Keys are the full resource names for the resources. For example,
//cloudresourcemanager.googleapis.com/projects/my-project
. For examples of full resource names for Google Cloud services, see https://cloud.google.com/iam/help/troubleshooter/full-resource-names. Values are Policy objects representing the policies that you want to simulate. Replays automatically take into account any IAM policies inherited through the resource hierarchy, and any policies set on descendant resources. You do not need to include these policies in the policy overlay.
- log
Source This property is required. String - The logs to use as input for the Replay.
- policy
Overlay This property is required. Map<String> - A mapping of the resources that you want to simulate policies for and the policies that you want to simulate. Keys are the full resource names for the resources. For example,
//cloudresourcemanager.googleapis.com/projects/my-project
. For examples of full resource names for Google Cloud services, see https://cloud.google.com/iam/help/troubleshooter/full-resource-names. Values are Policy objects representing the policies that you want to simulate. Replays automatically take into account any IAM policies inherited through the resource hierarchy, and any policies set on descendant resources. You do not need to include these policies in the policy overlay.
GoogleCloudPolicysimulatorV1beta1ReplayResultsSummaryResponse, GoogleCloudPolicysimulatorV1beta1ReplayResultsSummaryResponseArgs
- Difference
Count This property is required. int - The number of replayed log entries with a difference between baseline and simulated policies.
- Error
Count This property is required. int - The number of log entries that could not be replayed.
- Log
Count This property is required. int - The total number of log entries replayed.
- Newest
Date This property is required. Pulumi.Google Native. Policy Simulator. V1Beta1. Inputs. Google Type Date Response - The date of the newest log entry replayed.
- Oldest
Date This property is required. Pulumi.Google Native. Policy Simulator. V1Beta1. Inputs. Google Type Date Response - The date of the oldest log entry replayed.
- Unchanged
Count This property is required. int - The number of replayed log entries with no difference between baseline and simulated policies.
- Difference
Count This property is required. int - The number of replayed log entries with a difference between baseline and simulated policies.
- Error
Count This property is required. int - The number of log entries that could not be replayed.
- Log
Count This property is required. int - The total number of log entries replayed.
- Newest
Date This property is required. GoogleType Date Response - The date of the newest log entry replayed.
- Oldest
Date This property is required. GoogleType Date Response - The date of the oldest log entry replayed.
- Unchanged
Count This property is required. int - The number of replayed log entries with no difference between baseline and simulated policies.
- difference
Count This property is required. Integer - The number of replayed log entries with a difference between baseline and simulated policies.
- error
Count This property is required. Integer - The number of log entries that could not be replayed.
- log
Count This property is required. Integer - The total number of log entries replayed.
- newest
Date This property is required. GoogleType Date Response - The date of the newest log entry replayed.
- oldest
Date This property is required. GoogleType Date Response - The date of the oldest log entry replayed.
- unchanged
Count This property is required. Integer - The number of replayed log entries with no difference between baseline and simulated policies.
- difference
Count This property is required. number - The number of replayed log entries with a difference between baseline and simulated policies.
- error
Count This property is required. number - The number of log entries that could not be replayed.
- log
Count This property is required. number - The total number of log entries replayed.
- newest
Date This property is required. GoogleType Date Response - The date of the newest log entry replayed.
- oldest
Date This property is required. GoogleType Date Response - The date of the oldest log entry replayed.
- unchanged
Count This property is required. number - The number of replayed log entries with no difference between baseline and simulated policies.
- difference_
count This property is required. int - The number of replayed log entries with a difference between baseline and simulated policies.
- error_
count This property is required. int - The number of log entries that could not be replayed.
- log_
count This property is required. int - The total number of log entries replayed.
- newest_
date This property is required. GoogleType Date Response - The date of the newest log entry replayed.
- oldest_
date This property is required. GoogleType Date Response - The date of the oldest log entry replayed.
- unchanged_
count This property is required. int - The number of replayed log entries with no difference between baseline and simulated policies.
- difference
Count This property is required. Number - The number of replayed log entries with a difference between baseline and simulated policies.
- error
Count This property is required. Number - The number of log entries that could not be replayed.
- log
Count This property is required. Number - The total number of log entries replayed.
- newest
Date This property is required. Property Map - The date of the newest log entry replayed.
- oldest
Date This property is required. Property Map - The date of the oldest log entry replayed.
- unchanged
Count This property is required. Number - The number of replayed log entries with no difference between baseline and simulated policies.
GoogleTypeDateResponse, GoogleTypeDateResponseArgs
- Day
This property is required. int - Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
- Month
This property is required. int - Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- Year
This property is required. int - Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
- Day
This property is required. int - Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
- Month
This property is required. int - Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- Year
This property is required. int - Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
- day
This property is required. Integer - Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
- month
This property is required. Integer - Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- year
This property is required. Integer - Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
- day
This property is required. number - Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
- month
This property is required. number - Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- year
This property is required. number - Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
- day
This property is required. int - Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
- month
This property is required. int - Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- year
This property is required. int - Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
- day
This property is required. Number - Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
- month
This property is required. Number - Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- year
This property is required. Number - Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
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.