akeyless.GatewayLogForwardingGoogleChronicle
Explore with Pulumi AI
Log Forwarding config for google-chronicle
Create GatewayLogForwardingGoogleChronicle Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GatewayLogForwardingGoogleChronicle(name: string, args?: GatewayLogForwardingGoogleChronicleArgs, opts?: CustomResourceOptions);
@overload
def GatewayLogForwardingGoogleChronicle(resource_name: str,
args: Optional[GatewayLogForwardingGoogleChronicleArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def GatewayLogForwardingGoogleChronicle(resource_name: str,
opts: Optional[ResourceOptions] = None,
customer_id: Optional[str] = None,
enable: Optional[str] = None,
gateway_log_forwarding_google_chronicle_id: Optional[str] = None,
gcp_key: Optional[str] = None,
log_type: Optional[str] = None,
output_format: Optional[str] = None,
pull_interval: Optional[str] = None,
region: Optional[str] = None)
func NewGatewayLogForwardingGoogleChronicle(ctx *Context, name string, args *GatewayLogForwardingGoogleChronicleArgs, opts ...ResourceOption) (*GatewayLogForwardingGoogleChronicle, error)
public GatewayLogForwardingGoogleChronicle(string name, GatewayLogForwardingGoogleChronicleArgs? args = null, CustomResourceOptions? opts = null)
public GatewayLogForwardingGoogleChronicle(String name, GatewayLogForwardingGoogleChronicleArgs args)
public GatewayLogForwardingGoogleChronicle(String name, GatewayLogForwardingGoogleChronicleArgs args, CustomResourceOptions options)
type: akeyless:GatewayLogForwardingGoogleChronicle
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args GatewayLogForwardingGoogleChronicleArgs
- 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 GatewayLogForwardingGoogleChronicleArgs
- 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 GatewayLogForwardingGoogleChronicleArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GatewayLogForwardingGoogleChronicleArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GatewayLogForwardingGoogleChronicleArgs
- 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 gatewayLogForwardingGoogleChronicleResource = new Akeyless.GatewayLogForwardingGoogleChronicle("gatewayLogForwardingGoogleChronicleResource", new()
{
CustomerId = "string",
Enable = "string",
GatewayLogForwardingGoogleChronicleId = "string",
GcpKey = "string",
LogType = "string",
OutputFormat = "string",
PullInterval = "string",
Region = "string",
});
example, err := akeyless.NewGatewayLogForwardingGoogleChronicle(ctx, "gatewayLogForwardingGoogleChronicleResource", &akeyless.GatewayLogForwardingGoogleChronicleArgs{
CustomerId: pulumi.String("string"),
Enable: pulumi.String("string"),
GatewayLogForwardingGoogleChronicleId: pulumi.String("string"),
GcpKey: pulumi.String("string"),
LogType: pulumi.String("string"),
OutputFormat: pulumi.String("string"),
PullInterval: pulumi.String("string"),
Region: pulumi.String("string"),
})
var gatewayLogForwardingGoogleChronicleResource = new GatewayLogForwardingGoogleChronicle("gatewayLogForwardingGoogleChronicleResource", GatewayLogForwardingGoogleChronicleArgs.builder()
.customerId("string")
.enable("string")
.gatewayLogForwardingGoogleChronicleId("string")
.gcpKey("string")
.logType("string")
.outputFormat("string")
.pullInterval("string")
.region("string")
.build());
gateway_log_forwarding_google_chronicle_resource = akeyless.GatewayLogForwardingGoogleChronicle("gatewayLogForwardingGoogleChronicleResource",
customer_id="string",
enable="string",
gateway_log_forwarding_google_chronicle_id="string",
gcp_key="string",
log_type="string",
output_format="string",
pull_interval="string",
region="string")
const gatewayLogForwardingGoogleChronicleResource = new akeyless.GatewayLogForwardingGoogleChronicle("gatewayLogForwardingGoogleChronicleResource", {
customerId: "string",
enable: "string",
gatewayLogForwardingGoogleChronicleId: "string",
gcpKey: "string",
logType: "string",
outputFormat: "string",
pullInterval: "string",
region: "string",
});
type: akeyless:GatewayLogForwardingGoogleChronicle
properties:
customerId: string
enable: string
gatewayLogForwardingGoogleChronicleId: string
gcpKey: string
logType: string
outputFormat: string
pullInterval: string
region: string
GatewayLogForwardingGoogleChronicle 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 GatewayLogForwardingGoogleChronicle resource accepts the following input properties:
- Customer
Id string - Google chronicle customer id
- Enable string
- Enable Log Forwarding [true/false]
- Gateway
Log stringForwarding Google Chronicle Id - The ID of this resource.
- Gcp
Key string - Base64-encoded service account private key text
- Log
Type string - Google chronicle log type
- Output
Format string - Logs format [text/json]
- Pull
Interval string - Pull interval in seconds
- Region string
- Google chronicle region [eumultiregion/london/usmultiregion/singapore/tel_aviv]
- Customer
Id string - Google chronicle customer id
- Enable string
- Enable Log Forwarding [true/false]
- Gateway
Log stringForwarding Google Chronicle Id - The ID of this resource.
- Gcp
Key string - Base64-encoded service account private key text
- Log
Type string - Google chronicle log type
- Output
Format string - Logs format [text/json]
- Pull
Interval string - Pull interval in seconds
- Region string
- Google chronicle region [eumultiregion/london/usmultiregion/singapore/tel_aviv]
- customer
Id String - Google chronicle customer id
- enable String
- Enable Log Forwarding [true/false]
- gateway
Log StringForwarding Google Chronicle Id - The ID of this resource.
- gcp
Key String - Base64-encoded service account private key text
- log
Type String - Google chronicle log type
- output
Format String - Logs format [text/json]
- pull
Interval String - Pull interval in seconds
- region String
- Google chronicle region [eumultiregion/london/usmultiregion/singapore/tel_aviv]
- customer
Id string - Google chronicle customer id
- enable string
- Enable Log Forwarding [true/false]
- gateway
Log stringForwarding Google Chronicle Id - The ID of this resource.
- gcp
Key string - Base64-encoded service account private key text
- log
Type string - Google chronicle log type
- output
Format string - Logs format [text/json]
- pull
Interval string - Pull interval in seconds
- region string
- Google chronicle region [eumultiregion/london/usmultiregion/singapore/tel_aviv]
- customer_
id str - Google chronicle customer id
- enable str
- Enable Log Forwarding [true/false]
- gateway_
log_ strforwarding_ google_ chronicle_ id - The ID of this resource.
- gcp_
key str - Base64-encoded service account private key text
- log_
type str - Google chronicle log type
- output_
format str - Logs format [text/json]
- pull_
interval str - Pull interval in seconds
- region str
- Google chronicle region [eumultiregion/london/usmultiregion/singapore/tel_aviv]
- customer
Id String - Google chronicle customer id
- enable String
- Enable Log Forwarding [true/false]
- gateway
Log StringForwarding Google Chronicle Id - The ID of this resource.
- gcp
Key String - Base64-encoded service account private key text
- log
Type String - Google chronicle log type
- output
Format String - Logs format [text/json]
- pull
Interval String - Pull interval in seconds
- region String
- Google chronicle region [eumultiregion/london/usmultiregion/singapore/tel_aviv]
Outputs
All input properties are implicitly available as output properties. Additionally, the GatewayLogForwardingGoogleChronicle resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing GatewayLogForwardingGoogleChronicle Resource
Get an existing GatewayLogForwardingGoogleChronicle resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: GatewayLogForwardingGoogleChronicleState, opts?: CustomResourceOptions): GatewayLogForwardingGoogleChronicle
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
customer_id: Optional[str] = None,
enable: Optional[str] = None,
gateway_log_forwarding_google_chronicle_id: Optional[str] = None,
gcp_key: Optional[str] = None,
log_type: Optional[str] = None,
output_format: Optional[str] = None,
pull_interval: Optional[str] = None,
region: Optional[str] = None) -> GatewayLogForwardingGoogleChronicle
func GetGatewayLogForwardingGoogleChronicle(ctx *Context, name string, id IDInput, state *GatewayLogForwardingGoogleChronicleState, opts ...ResourceOption) (*GatewayLogForwardingGoogleChronicle, error)
public static GatewayLogForwardingGoogleChronicle Get(string name, Input<string> id, GatewayLogForwardingGoogleChronicleState? state, CustomResourceOptions? opts = null)
public static GatewayLogForwardingGoogleChronicle get(String name, Output<String> id, GatewayLogForwardingGoogleChronicleState state, CustomResourceOptions options)
resources: _: type: akeyless:GatewayLogForwardingGoogleChronicle get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Customer
Id string - Google chronicle customer id
- Enable string
- Enable Log Forwarding [true/false]
- Gateway
Log stringForwarding Google Chronicle Id - The ID of this resource.
- Gcp
Key string - Base64-encoded service account private key text
- Log
Type string - Google chronicle log type
- Output
Format string - Logs format [text/json]
- Pull
Interval string - Pull interval in seconds
- Region string
- Google chronicle region [eumultiregion/london/usmultiregion/singapore/tel_aviv]
- Customer
Id string - Google chronicle customer id
- Enable string
- Enable Log Forwarding [true/false]
- Gateway
Log stringForwarding Google Chronicle Id - The ID of this resource.
- Gcp
Key string - Base64-encoded service account private key text
- Log
Type string - Google chronicle log type
- Output
Format string - Logs format [text/json]
- Pull
Interval string - Pull interval in seconds
- Region string
- Google chronicle region [eumultiregion/london/usmultiregion/singapore/tel_aviv]
- customer
Id String - Google chronicle customer id
- enable String
- Enable Log Forwarding [true/false]
- gateway
Log StringForwarding Google Chronicle Id - The ID of this resource.
- gcp
Key String - Base64-encoded service account private key text
- log
Type String - Google chronicle log type
- output
Format String - Logs format [text/json]
- pull
Interval String - Pull interval in seconds
- region String
- Google chronicle region [eumultiregion/london/usmultiregion/singapore/tel_aviv]
- customer
Id string - Google chronicle customer id
- enable string
- Enable Log Forwarding [true/false]
- gateway
Log stringForwarding Google Chronicle Id - The ID of this resource.
- gcp
Key string - Base64-encoded service account private key text
- log
Type string - Google chronicle log type
- output
Format string - Logs format [text/json]
- pull
Interval string - Pull interval in seconds
- region string
- Google chronicle region [eumultiregion/london/usmultiregion/singapore/tel_aviv]
- customer_
id str - Google chronicle customer id
- enable str
- Enable Log Forwarding [true/false]
- gateway_
log_ strforwarding_ google_ chronicle_ id - The ID of this resource.
- gcp_
key str - Base64-encoded service account private key text
- log_
type str - Google chronicle log type
- output_
format str - Logs format [text/json]
- pull_
interval str - Pull interval in seconds
- region str
- Google chronicle region [eumultiregion/london/usmultiregion/singapore/tel_aviv]
- customer
Id String - Google chronicle customer id
- enable String
- Enable Log Forwarding [true/false]
- gateway
Log StringForwarding Google Chronicle Id - The ID of this resource.
- gcp
Key String - Base64-encoded service account private key text
- log
Type String - Google chronicle log type
- output
Format String - Logs format [text/json]
- pull
Interval String - Pull interval in seconds
- region String
- Google chronicle region [eumultiregion/london/usmultiregion/singapore/tel_aviv]
Package Details
- Repository
- akeyless akeyless-community/terraform-provider-akeyless
- License
- Notes
- This Pulumi package is based on the
akeyless
Terraform Provider.