ibm.CisBotManagement
Explore with Pulumi AI
Create CisBotManagement Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CisBotManagement(name: string, args: CisBotManagementArgs, opts?: CustomResourceOptions);
@overload
def CisBotManagement(resource_name: str,
args: CisBotManagementArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CisBotManagement(resource_name: str,
opts: Optional[ResourceOptions] = None,
cis_id: Optional[str] = None,
domain_id: Optional[str] = None,
cis_bot_management_id: Optional[str] = None)
func NewCisBotManagement(ctx *Context, name string, args CisBotManagementArgs, opts ...ResourceOption) (*CisBotManagement, error)
public CisBotManagement(string name, CisBotManagementArgs args, CustomResourceOptions? opts = null)
public CisBotManagement(String name, CisBotManagementArgs args)
public CisBotManagement(String name, CisBotManagementArgs args, CustomResourceOptions options)
type: ibm:CisBotManagement
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 CisBotManagementArgs
- 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 CisBotManagementArgs
- 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 CisBotManagementArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CisBotManagementArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CisBotManagementArgs
- 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 cisBotManagementResource = new Ibm.CisBotManagement("cisBotManagementResource", new()
{
CisId = "string",
DomainId = "string",
CisBotManagementId = "string",
});
example, err := ibm.NewCisBotManagement(ctx, "cisBotManagementResource", &ibm.CisBotManagementArgs{
CisId: pulumi.String("string"),
DomainId: pulumi.String("string"),
CisBotManagementId: pulumi.String("string"),
})
var cisBotManagementResource = new CisBotManagement("cisBotManagementResource", CisBotManagementArgs.builder()
.cisId("string")
.domainId("string")
.cisBotManagementId("string")
.build());
cis_bot_management_resource = ibm.CisBotManagement("cisBotManagementResource",
cis_id="string",
domain_id="string",
cis_bot_management_id="string")
const cisBotManagementResource = new ibm.CisBotManagement("cisBotManagementResource", {
cisId: "string",
domainId: "string",
cisBotManagementId: "string",
});
type: ibm:CisBotManagement
properties:
cisBotManagementId: string
cisId: string
domainId: string
CisBotManagement 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 CisBotManagement resource accepts the following input properties:
- Cis
Id string - CIS instance crn
- Domain
Id string - Associated CIS domain
- Cis
Bot stringManagement Id
- Cis
Id string - CIS instance crn
- Domain
Id string - Associated CIS domain
- Cis
Bot stringManagement Id
- cis
Id String - CIS instance crn
- domain
Id String - Associated CIS domain
- cis
Bot StringManagement Id
- cis
Id string - CIS instance crn
- domain
Id string - Associated CIS domain
- cis
Bot stringManagement Id
- cis_
id str - CIS instance crn
- domain_
id str - Associated CIS domain
- cis_
bot_ strmanagement_ id
- cis
Id String - CIS instance crn
- domain
Id String - Associated CIS domain
- cis
Bot StringManagement Id
Outputs
All input properties are implicitly available as output properties. Additionally, the CisBotManagement resource produces the following output properties:
- Auth
Id stringLogging - Auth ID Logging
- Enable
Js string - Enable JS
- Fight
Mode string - Fight Mode
- Id string
- The provider-assigned unique ID for this managed resource.
- Session
Score string - Session Score
- Use
Latest stringModel - Use Latest Model
- Auth
Id stringLogging - Auth ID Logging
- Enable
Js string - Enable JS
- Fight
Mode string - Fight Mode
- Id string
- The provider-assigned unique ID for this managed resource.
- Session
Score string - Session Score
- Use
Latest stringModel - Use Latest Model
- auth
Id StringLogging - Auth ID Logging
- enable
Js String - Enable JS
- fight
Mode String - Fight Mode
- id String
- The provider-assigned unique ID for this managed resource.
- session
Score String - Session Score
- use
Latest StringModel - Use Latest Model
- auth
Id stringLogging - Auth ID Logging
- enable
Js string - Enable JS
- fight
Mode string - Fight Mode
- id string
- The provider-assigned unique ID for this managed resource.
- session
Score string - Session Score
- use
Latest stringModel - Use Latest Model
- auth_
id_ strlogging - Auth ID Logging
- enable_
js str - Enable JS
- fight_
mode str - Fight Mode
- id str
- The provider-assigned unique ID for this managed resource.
- session_
score str - Session Score
- use_
latest_ strmodel - Use Latest Model
- auth
Id StringLogging - Auth ID Logging
- enable
Js String - Enable JS
- fight
Mode String - Fight Mode
- id String
- The provider-assigned unique ID for this managed resource.
- session
Score String - Session Score
- use
Latest StringModel - Use Latest Model
Look up Existing CisBotManagement Resource
Get an existing CisBotManagement 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?: CisBotManagementState, opts?: CustomResourceOptions): CisBotManagement
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
auth_id_logging: Optional[str] = None,
cis_bot_management_id: Optional[str] = None,
cis_id: Optional[str] = None,
domain_id: Optional[str] = None,
enable_js: Optional[str] = None,
fight_mode: Optional[str] = None,
session_score: Optional[str] = None,
use_latest_model: Optional[str] = None) -> CisBotManagement
func GetCisBotManagement(ctx *Context, name string, id IDInput, state *CisBotManagementState, opts ...ResourceOption) (*CisBotManagement, error)
public static CisBotManagement Get(string name, Input<string> id, CisBotManagementState? state, CustomResourceOptions? opts = null)
public static CisBotManagement get(String name, Output<String> id, CisBotManagementState state, CustomResourceOptions options)
resources: _: type: ibm:CisBotManagement 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.
- Auth
Id stringLogging - Auth ID Logging
- Cis
Bot stringManagement Id - Cis
Id string - CIS instance crn
- Domain
Id string - Associated CIS domain
- Enable
Js string - Enable JS
- Fight
Mode string - Fight Mode
- Session
Score string - Session Score
- Use
Latest stringModel - Use Latest Model
- Auth
Id stringLogging - Auth ID Logging
- Cis
Bot stringManagement Id - Cis
Id string - CIS instance crn
- Domain
Id string - Associated CIS domain
- Enable
Js string - Enable JS
- Fight
Mode string - Fight Mode
- Session
Score string - Session Score
- Use
Latest stringModel - Use Latest Model
- auth
Id StringLogging - Auth ID Logging
- cis
Bot StringManagement Id - cis
Id String - CIS instance crn
- domain
Id String - Associated CIS domain
- enable
Js String - Enable JS
- fight
Mode String - Fight Mode
- session
Score String - Session Score
- use
Latest StringModel - Use Latest Model
- auth
Id stringLogging - Auth ID Logging
- cis
Bot stringManagement Id - cis
Id string - CIS instance crn
- domain
Id string - Associated CIS domain
- enable
Js string - Enable JS
- fight
Mode string - Fight Mode
- session
Score string - Session Score
- use
Latest stringModel - Use Latest Model
- auth_
id_ strlogging - Auth ID Logging
- cis_
bot_ strmanagement_ id - cis_
id str - CIS instance crn
- domain_
id str - Associated CIS domain
- enable_
js str - Enable JS
- fight_
mode str - Fight Mode
- session_
score str - Session Score
- use_
latest_ strmodel - Use Latest Model
- auth
Id StringLogging - Auth ID Logging
- cis
Bot StringManagement Id - cis
Id String - CIS instance crn
- domain
Id String - Associated CIS domain
- enable
Js String - Enable JS
- fight
Mode String - Fight Mode
- session
Score String - Session Score
- use
Latest StringModel - Use Latest Model
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.