oci.FleetAppsManagement.Fleet
Explore with Pulumi AI
This resource provides the Fleet resource in Oracle Cloud Infrastructure Fleet Apps Management service.
Create a product, environment, group, or generic type of fleet in Fleet Application Management.
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
Coming soon!
resources:
testFleet:
type: oci:FleetAppsManagement:Fleet
name: test_fleet
properties:
compartmentId: ${compartmentId}
fleetType: ${fleetFleetType}
applicationType: ${fleetApplicationType}
credentials:
- compartmentId: ${compartmentId}
displayName: ${fleetCredentialsDisplayName}
entitySpecifics:
credentialLevel: ${fleetCredentialsEntitySpecificsCredentialLevel}
resourceId: ${testResource.id}
target: ${fleetCredentialsEntitySpecificsTarget}
variables:
- name: ${fleetCredentialsEntitySpecificsVariablesName}
value: ${fleetCredentialsEntitySpecificsVariablesValue}
password:
credentialType: ${fleetCredentialsPasswordCredentialType}
keyId: ${testKey.id}
keyVersion: ${fleetCredentialsPasswordKeyVersion}
secretId: ${testSecret.id}
secretVersion: ${fleetCredentialsPasswordSecretVersion}
value: ${fleetCredentialsPasswordValue}
vaultId: ${testVault.id}
user:
credentialType: ${fleetCredentialsUserCredentialType}
keyId: ${testKey.id}
keyVersion: ${fleetCredentialsUserKeyVersion}
secretId: ${testSecret.id}
secretVersion: ${fleetCredentialsUserSecretVersion}
value: ${fleetCredentialsUserValue}
vaultId: ${testVault.id}
definedTags:
foo-namespace.bar-key: value
description: ${fleetDescription}
displayName: ${fleetDisplayName}
environmentType: ${fleetEnvironmentType}
freeformTags:
bar-key: value
groupType: ${fleetGroupType}
isTargetAutoConfirm: ${fleetIsTargetAutoConfirm}
notificationPreferences:
compartmentId: ${compartmentId}
topicId: ${testNotificationTopic.id}
preferences:
onJobFailure: ${fleetNotificationPreferencesPreferencesOnJobFailure}
onTopologyModification: ${fleetNotificationPreferencesPreferencesOnTopologyModification}
onUpcomingSchedule: ${fleetNotificationPreferencesPreferencesOnUpcomingSchedule}
products: ${fleetProducts}
resourceSelectionType: ${fleetResourceSelectionType}
resources:
- compartmentId: ${compartmentId}
resourceId: ${testResource.id}
tenancyId: ${testTenancy.id}
fleetResourceType: ${fleetResourcesFleetResourceType}
ruleSelectionCriteria:
matchCondition: ${fleetRuleSelectionCriteriaMatchCondition}
rules:
- compartmentId: ${compartmentId}
conditions:
- attrGroup: ${fleetRuleSelectionCriteriaRulesConditionsAttrGroup}
attrKey: ${fleetRuleSelectionCriteriaRulesConditionsAttrKey}
attrValue: ${fleetRuleSelectionCriteriaRulesConditionsAttrValue}
resourceCompartmentId: ${testCompartment.id}
basis: ${fleetRuleSelectionCriteriaRulesBasis}
Create Fleet Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Fleet(name: string, args: FleetArgs, opts?: CustomResourceOptions);
@overload
def Fleet(resource_name: str,
args: FleetArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Fleet(resource_name: str,
opts: Optional[ResourceOptions] = None,
fleet_type: Optional[str] = None,
compartment_id: Optional[str] = None,
environment_type: Optional[str] = None,
defined_tags: Optional[Mapping[str, str]] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
application_type: Optional[str] = None,
credentials: Optional[Sequence[_fleetappsmanagement.FleetCredentialArgs]] = None,
freeform_tags: Optional[Mapping[str, str]] = None,
group_type: Optional[str] = None,
is_target_auto_confirm: Optional[bool] = None,
notification_preferences: Optional[_fleetappsmanagement.FleetNotificationPreferencesArgs] = None,
products: Optional[Sequence[str]] = None,
resource_selection_type: Optional[str] = None,
rule_selection_criteria: Optional[_fleetappsmanagement.FleetRuleSelectionCriteriaArgs] = None)
func NewFleet(ctx *Context, name string, args FleetArgs, opts ...ResourceOption) (*Fleet, error)
public Fleet(string name, FleetArgs args, CustomResourceOptions? opts = null)
type: oci:FleetAppsManagement:Fleet
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 FleetArgs
- 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 FleetArgs
- 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 FleetArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FleetArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FleetArgs
- 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 fleetResource = new Oci.FleetAppsManagement.Fleet("fleetResource", new()
{
FleetType = "string",
CompartmentId = "string",
EnvironmentType = "string",
DefinedTags =
{
{ "string", "string" },
},
Description = "string",
DisplayName = "string",
ApplicationType = "string",
Credentials = new[]
{
new Oci.FleetAppsManagement.Inputs.FleetCredentialArgs
{
CompartmentId = "string",
DisplayName = "string",
EntitySpecifics = new Oci.FleetAppsManagement.Inputs.FleetCredentialEntitySpecificsArgs
{
CredentialLevel = "string",
ResourceId = "string",
Target = "string",
Variables = new[]
{
new Oci.FleetAppsManagement.Inputs.FleetCredentialEntitySpecificsVariableArgs
{
Name = "string",
Value = "string",
},
},
},
Password = new Oci.FleetAppsManagement.Inputs.FleetCredentialPasswordArgs
{
CredentialType = "string",
KeyId = "string",
KeyVersion = "string",
SecretId = "string",
SecretVersion = "string",
Value = "string",
VaultId = "string",
},
User = new Oci.FleetAppsManagement.Inputs.FleetCredentialUserArgs
{
CredentialType = "string",
KeyId = "string",
KeyVersion = "string",
SecretId = "string",
SecretVersion = "string",
Value = "string",
VaultId = "string",
},
},
},
FreeformTags =
{
{ "string", "string" },
},
GroupType = "string",
IsTargetAutoConfirm = false,
NotificationPreferences = new Oci.FleetAppsManagement.Inputs.FleetNotificationPreferencesArgs
{
CompartmentId = "string",
TopicId = "string",
Preferences = new Oci.FleetAppsManagement.Inputs.FleetNotificationPreferencesPreferencesArgs
{
OnJobFailure = false,
OnTopologyModification = false,
OnUpcomingSchedule = false,
},
},
Products = new[]
{
"string",
},
ResourceSelectionType = "string",
RuleSelectionCriteria = new Oci.FleetAppsManagement.Inputs.FleetRuleSelectionCriteriaArgs
{
MatchCondition = "string",
Rules = new[]
{
new Oci.FleetAppsManagement.Inputs.FleetRuleSelectionCriteriaRuleArgs
{
CompartmentId = "string",
Conditions = new[]
{
new Oci.FleetAppsManagement.Inputs.FleetRuleSelectionCriteriaRuleConditionArgs
{
AttrGroup = "string",
AttrKey = "string",
AttrValue = "string",
},
},
ResourceCompartmentId = "string",
Basis = "string",
},
},
},
});
example, err := FleetAppsManagement.NewFleet(ctx, "fleetResource", &FleetAppsManagement.FleetArgs{
FleetType: pulumi.String("string"),
CompartmentId: pulumi.String("string"),
EnvironmentType: pulumi.String("string"),
DefinedTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
Description: pulumi.String("string"),
DisplayName: pulumi.String("string"),
ApplicationType: pulumi.String("string"),
Credentials: fleetappsmanagement.FleetCredentialTypeArray{
&fleetappsmanagement.FleetCredentialTypeArgs{
CompartmentId: pulumi.String("string"),
DisplayName: pulumi.String("string"),
EntitySpecifics: &fleetappsmanagement.FleetCredentialEntitySpecificsArgs{
CredentialLevel: pulumi.String("string"),
ResourceId: pulumi.String("string"),
Target: pulumi.String("string"),
Variables: fleetappsmanagement.FleetCredentialEntitySpecificsVariableArray{
&fleetappsmanagement.FleetCredentialEntitySpecificsVariableArgs{
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
},
Password: &fleetappsmanagement.FleetCredentialPasswordArgs{
CredentialType: pulumi.String("string"),
KeyId: pulumi.String("string"),
KeyVersion: pulumi.String("string"),
SecretId: pulumi.String("string"),
SecretVersion: pulumi.String("string"),
Value: pulumi.String("string"),
VaultId: pulumi.String("string"),
},
User: &fleetappsmanagement.FleetCredentialUserArgs{
CredentialType: pulumi.String("string"),
KeyId: pulumi.String("string"),
KeyVersion: pulumi.String("string"),
SecretId: pulumi.String("string"),
SecretVersion: pulumi.String("string"),
Value: pulumi.String("string"),
VaultId: pulumi.String("string"),
},
},
},
FreeformTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
GroupType: pulumi.String("string"),
IsTargetAutoConfirm: pulumi.Bool(false),
NotificationPreferences: &fleetappsmanagement.FleetNotificationPreferencesArgs{
CompartmentId: pulumi.String("string"),
TopicId: pulumi.String("string"),
Preferences: &fleetappsmanagement.FleetNotificationPreferencesPreferencesArgs{
OnJobFailure: pulumi.Bool(false),
OnTopologyModification: pulumi.Bool(false),
OnUpcomingSchedule: pulumi.Bool(false),
},
},
Products: pulumi.StringArray{
pulumi.String("string"),
},
ResourceSelectionType: pulumi.String("string"),
RuleSelectionCriteria: &fleetappsmanagement.FleetRuleSelectionCriteriaArgs{
MatchCondition: pulumi.String("string"),
Rules: fleetappsmanagement.FleetRuleSelectionCriteriaRuleArray{
&fleetappsmanagement.FleetRuleSelectionCriteriaRuleArgs{
CompartmentId: pulumi.String("string"),
Conditions: fleetappsmanagement.FleetRuleSelectionCriteriaRuleConditionArray{
&fleetappsmanagement.FleetRuleSelectionCriteriaRuleConditionArgs{
AttrGroup: pulumi.String("string"),
AttrKey: pulumi.String("string"),
AttrValue: pulumi.String("string"),
},
},
ResourceCompartmentId: pulumi.String("string"),
Basis: pulumi.String("string"),
},
},
},
})
var fleetResource = new Fleet("fleetResource", FleetArgs.builder()
.fleetType("string")
.compartmentId("string")
.environmentType("string")
.definedTags(Map.of("string", "string"))
.description("string")
.displayName("string")
.applicationType("string")
.credentials(FleetCredentialArgs.builder()
.compartmentId("string")
.displayName("string")
.entitySpecifics(FleetCredentialEntitySpecificsArgs.builder()
.credentialLevel("string")
.resourceId("string")
.target("string")
.variables(FleetCredentialEntitySpecificsVariableArgs.builder()
.name("string")
.value("string")
.build())
.build())
.password(FleetCredentialPasswordArgs.builder()
.credentialType("string")
.keyId("string")
.keyVersion("string")
.secretId("string")
.secretVersion("string")
.value("string")
.vaultId("string")
.build())
.user(FleetCredentialUserArgs.builder()
.credentialType("string")
.keyId("string")
.keyVersion("string")
.secretId("string")
.secretVersion("string")
.value("string")
.vaultId("string")
.build())
.build())
.freeformTags(Map.of("string", "string"))
.groupType("string")
.isTargetAutoConfirm(false)
.notificationPreferences(FleetNotificationPreferencesArgs.builder()
.compartmentId("string")
.topicId("string")
.preferences(FleetNotificationPreferencesPreferencesArgs.builder()
.onJobFailure(false)
.onTopologyModification(false)
.onUpcomingSchedule(false)
.build())
.build())
.products("string")
.resourceSelectionType("string")
.ruleSelectionCriteria(FleetRuleSelectionCriteriaArgs.builder()
.matchCondition("string")
.rules(FleetRuleSelectionCriteriaRuleArgs.builder()
.compartmentId("string")
.conditions(FleetRuleSelectionCriteriaRuleConditionArgs.builder()
.attrGroup("string")
.attrKey("string")
.attrValue("string")
.build())
.resourceCompartmentId("string")
.basis("string")
.build())
.build())
.build());
fleet_resource = oci.fleet_apps_management.Fleet("fleetResource",
fleet_type="string",
compartment_id="string",
environment_type="string",
defined_tags={
"string": "string",
},
description="string",
display_name="string",
application_type="string",
credentials=[{
"compartment_id": "string",
"display_name": "string",
"entity_specifics": {
"credential_level": "string",
"resource_id": "string",
"target": "string",
"variables": [{
"name": "string",
"value": "string",
}],
},
"password": {
"credential_type": "string",
"key_id": "string",
"key_version": "string",
"secret_id": "string",
"secret_version": "string",
"value": "string",
"vault_id": "string",
},
"user": {
"credential_type": "string",
"key_id": "string",
"key_version": "string",
"secret_id": "string",
"secret_version": "string",
"value": "string",
"vault_id": "string",
},
}],
freeform_tags={
"string": "string",
},
group_type="string",
is_target_auto_confirm=False,
notification_preferences={
"compartment_id": "string",
"topic_id": "string",
"preferences": {
"on_job_failure": False,
"on_topology_modification": False,
"on_upcoming_schedule": False,
},
},
products=["string"],
resource_selection_type="string",
rule_selection_criteria={
"match_condition": "string",
"rules": [{
"compartment_id": "string",
"conditions": [{
"attr_group": "string",
"attr_key": "string",
"attr_value": "string",
}],
"resource_compartment_id": "string",
"basis": "string",
}],
})
const fleetResource = new oci.fleetappsmanagement.Fleet("fleetResource", {
fleetType: "string",
compartmentId: "string",
environmentType: "string",
definedTags: {
string: "string",
},
description: "string",
displayName: "string",
applicationType: "string",
credentials: [{
compartmentId: "string",
displayName: "string",
entitySpecifics: {
credentialLevel: "string",
resourceId: "string",
target: "string",
variables: [{
name: "string",
value: "string",
}],
},
password: {
credentialType: "string",
keyId: "string",
keyVersion: "string",
secretId: "string",
secretVersion: "string",
value: "string",
vaultId: "string",
},
user: {
credentialType: "string",
keyId: "string",
keyVersion: "string",
secretId: "string",
secretVersion: "string",
value: "string",
vaultId: "string",
},
}],
freeformTags: {
string: "string",
},
groupType: "string",
isTargetAutoConfirm: false,
notificationPreferences: {
compartmentId: "string",
topicId: "string",
preferences: {
onJobFailure: false,
onTopologyModification: false,
onUpcomingSchedule: false,
},
},
products: ["string"],
resourceSelectionType: "string",
ruleSelectionCriteria: {
matchCondition: "string",
rules: [{
compartmentId: "string",
conditions: [{
attrGroup: "string",
attrKey: "string",
attrValue: "string",
}],
resourceCompartmentId: "string",
basis: "string",
}],
},
});
type: oci:FleetAppsManagement:Fleet
properties:
applicationType: string
compartmentId: string
credentials:
- compartmentId: string
displayName: string
entitySpecifics:
credentialLevel: string
resourceId: string
target: string
variables:
- name: string
value: string
password:
credentialType: string
keyId: string
keyVersion: string
secretId: string
secretVersion: string
value: string
vaultId: string
user:
credentialType: string
keyId: string
keyVersion: string
secretId: string
secretVersion: string
value: string
vaultId: string
definedTags:
string: string
description: string
displayName: string
environmentType: string
fleetType: string
freeformTags:
string: string
groupType: string
isTargetAutoConfirm: false
notificationPreferences:
compartmentId: string
preferences:
onJobFailure: false
onTopologyModification: false
onUpcomingSchedule: false
topicId: string
products:
- string
resourceSelectionType: string
ruleSelectionCriteria:
matchCondition: string
rules:
- basis: string
compartmentId: string
conditions:
- attrGroup: string
attrKey: string
attrValue: string
resourceCompartmentId: string
Fleet 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 Fleet resource accepts the following input properties:
- Compartment
Id string - Tenancy OCID
- Fleet
Type string - Type of the Fleet. PRODUCT - A fleet of product-specific resources for a product type. ENVIRONMENT - A fleet of environment-specific resources for a product stack. GROUP - A fleet of a fleet of either environment or product fleets. GENERIC - A fleet of resources selected dynamically or manually for reporting purposes
- Application
Type string - Product stack associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- Credentials
List<Fleet
Credential> - Credentials associated with the Fleet.
- Dictionary<string, string>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- Display
Name string - (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Environment
Type string - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- Dictionary<string, string>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Group
Type string - Group Type associated with Group Fleet.
- Is
Target boolAuto Confirm - (Updatable) A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
- Notification
Preferences FleetNotification Preferences - (Updatable) Notification information to get notified when the fleet status changes.
- Products List<string>
- Products associated with the Fleet.
- Resource
Selection stringType - Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- Rule
Selection FleetCriteria Rule Selection Criteria - (Updatable) Rule Selection Criteria for DYNAMIC resource selection for a GENERIC fleet. Rules define what resources are members of this fleet. All resources that meet the criteria are added automatically.
- Compartment
Id string - Tenancy OCID
- Fleet
Type string - Type of the Fleet. PRODUCT - A fleet of product-specific resources for a product type. ENVIRONMENT - A fleet of environment-specific resources for a product stack. GROUP - A fleet of a fleet of either environment or product fleets. GENERIC - A fleet of resources selected dynamically or manually for reporting purposes
- Application
Type string - Product stack associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- Credentials
[]Fleet
Credential Type Args - Credentials associated with the Fleet.
- map[string]string
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- Display
Name string - (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Environment
Type string - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- map[string]string
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Group
Type string - Group Type associated with Group Fleet.
- Is
Target boolAuto Confirm - (Updatable) A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
- Notification
Preferences FleetNotification Preferences Args - (Updatable) Notification information to get notified when the fleet status changes.
- Products []string
- Products associated with the Fleet.
- Resource
Selection stringType - Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- Rule
Selection FleetCriteria Rule Selection Criteria Args - (Updatable) Rule Selection Criteria for DYNAMIC resource selection for a GENERIC fleet. Rules define what resources are members of this fleet. All resources that meet the criteria are added automatically.
- compartment
Id String - Tenancy OCID
- fleet
Type String - Type of the Fleet. PRODUCT - A fleet of product-specific resources for a product type. ENVIRONMENT - A fleet of environment-specific resources for a product stack. GROUP - A fleet of a fleet of either environment or product fleets. GENERIC - A fleet of resources selected dynamically or manually for reporting purposes
- application
Type String - Product stack associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- credentials
List<Fleet
Credential> - Credentials associated with the Fleet.
- Map<String,String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- display
Name String - (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- environment
Type String - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- Map<String,String>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- group
Type String - Group Type associated with Group Fleet.
- is
Target BooleanAuto Confirm - (Updatable) A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
- notification
Preferences FleetNotification Preferences - (Updatable) Notification information to get notified when the fleet status changes.
- products List<String>
- Products associated with the Fleet.
- resource
Selection StringType - Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- rule
Selection FleetCriteria Rule Selection Criteria - (Updatable) Rule Selection Criteria for DYNAMIC resource selection for a GENERIC fleet. Rules define what resources are members of this fleet. All resources that meet the criteria are added automatically.
- compartment
Id string - Tenancy OCID
- fleet
Type string - Type of the Fleet. PRODUCT - A fleet of product-specific resources for a product type. ENVIRONMENT - A fleet of environment-specific resources for a product stack. GROUP - A fleet of a fleet of either environment or product fleets. GENERIC - A fleet of resources selected dynamically or manually for reporting purposes
- application
Type string - Product stack associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- credentials
Fleet
Credential[] - Credentials associated with the Fleet.
- {[key: string]: string}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description string
- (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- display
Name string - (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- environment
Type string - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- {[key: string]: string}
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- group
Type string - Group Type associated with Group Fleet.
- is
Target booleanAuto Confirm - (Updatable) A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
- notification
Preferences FleetNotification Preferences - (Updatable) Notification information to get notified when the fleet status changes.
- products string[]
- Products associated with the Fleet.
- resource
Selection stringType - Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- rule
Selection FleetCriteria Rule Selection Criteria - (Updatable) Rule Selection Criteria for DYNAMIC resource selection for a GENERIC fleet. Rules define what resources are members of this fleet. All resources that meet the criteria are added automatically.
- compartment_
id str - Tenancy OCID
- fleet_
type str - Type of the Fleet. PRODUCT - A fleet of product-specific resources for a product type. ENVIRONMENT - A fleet of environment-specific resources for a product stack. GROUP - A fleet of a fleet of either environment or product fleets. GENERIC - A fleet of resources selected dynamically or manually for reporting purposes
- application_
type str - Product stack associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- credentials
Sequence[fleetappsmanagement.
Fleet Credential Args] - Credentials associated with the Fleet.
- Mapping[str, str]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description str
- (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- display_
name str - (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- environment_
type str - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- Mapping[str, str]
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- group_
type str - Group Type associated with Group Fleet.
- is_
target_ boolauto_ confirm - (Updatable) A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
- notification_
preferences fleetappsmanagement.Fleet Notification Preferences Args - (Updatable) Notification information to get notified when the fleet status changes.
- products Sequence[str]
- Products associated with the Fleet.
- resource_
selection_ strtype - Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- rule_
selection_ fleetappsmanagement.criteria Fleet Rule Selection Criteria Args - (Updatable) Rule Selection Criteria for DYNAMIC resource selection for a GENERIC fleet. Rules define what resources are members of this fleet. All resources that meet the criteria are added automatically.
- compartment
Id String - Tenancy OCID
- fleet
Type String - Type of the Fleet. PRODUCT - A fleet of product-specific resources for a product type. ENVIRONMENT - A fleet of environment-specific resources for a product stack. GROUP - A fleet of a fleet of either environment or product fleets. GENERIC - A fleet of resources selected dynamically or manually for reporting purposes
- application
Type String - Product stack associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- credentials List<Property Map>
- Credentials associated with the Fleet.
- Map<String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- display
Name String - (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- environment
Type String - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- Map<String>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- group
Type String - Group Type associated with Group Fleet.
- is
Target BooleanAuto Confirm - (Updatable) A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
- notification
Preferences Property Map - (Updatable) Notification information to get notified when the fleet status changes.
- products List<String>
- Products associated with the Fleet.
- resource
Selection StringType - Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- rule
Selection Property MapCriteria - (Updatable) Rule Selection Criteria for DYNAMIC resource selection for a GENERIC fleet. Rules define what resources are members of this fleet. All resources that meet the criteria are added automatically.
Outputs
All input properties are implicitly available as output properties. Additionally, the Fleet resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Resource
Region string - Associated region
- State string
- The lifecycle state of the Fleet.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- Id string
- The provider-assigned unique ID for this managed resource.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Resource
Region string - Associated region
- State string
- The lifecycle state of the Fleet.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- resource
Region String - Associated region
- state String
- The lifecycle state of the Fleet.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated String - The time this resource was last updated. An RFC3339 formatted datetime string.
- id string
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- resource
Region string - Associated region
- state string
- The lifecycle state of the Fleet.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- id str
- The provider-assigned unique ID for this managed resource.
- lifecycle_
details str - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- resource_
region str - Associated region
- state str
- The lifecycle state of the Fleet.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The time this resource was created. An RFC3339 formatted datetime string.
- time_
updated str - The time this resource was last updated. An RFC3339 formatted datetime string.
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- resource
Region String - Associated region
- state String
- The lifecycle state of the Fleet.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated String - The time this resource was last updated. An RFC3339 formatted datetime string.
Look up Existing Fleet Resource
Get an existing Fleet 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?: FleetState, opts?: CustomResourceOptions): Fleet
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
application_type: Optional[str] = None,
compartment_id: Optional[str] = None,
credentials: Optional[Sequence[_fleetappsmanagement.FleetCredentialArgs]] = None,
defined_tags: Optional[Mapping[str, str]] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
environment_type: Optional[str] = None,
fleet_type: Optional[str] = None,
freeform_tags: Optional[Mapping[str, str]] = None,
group_type: Optional[str] = None,
is_target_auto_confirm: Optional[bool] = None,
lifecycle_details: Optional[str] = None,
notification_preferences: Optional[_fleetappsmanagement.FleetNotificationPreferencesArgs] = None,
products: Optional[Sequence[str]] = None,
resource_region: Optional[str] = None,
resource_selection_type: Optional[str] = None,
rule_selection_criteria: Optional[_fleetappsmanagement.FleetRuleSelectionCriteriaArgs] = None,
state: Optional[str] = None,
system_tags: Optional[Mapping[str, str]] = None,
time_created: Optional[str] = None,
time_updated: Optional[str] = None) -> Fleet
func GetFleet(ctx *Context, name string, id IDInput, state *FleetState, opts ...ResourceOption) (*Fleet, error)
public static Fleet Get(string name, Input<string> id, FleetState? state, CustomResourceOptions? opts = null)
public static Fleet get(String name, Output<String> id, FleetState state, CustomResourceOptions options)
resources: _: type: oci:FleetAppsManagement:Fleet 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.
- Application
Type string - Product stack associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- Compartment
Id string - Tenancy OCID
- Credentials
List<Fleet
Credential> - Credentials associated with the Fleet.
- Dictionary<string, string>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- Display
Name string - (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Environment
Type string - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- Fleet
Type string - Type of the Fleet. PRODUCT - A fleet of product-specific resources for a product type. ENVIRONMENT - A fleet of environment-specific resources for a product stack. GROUP - A fleet of a fleet of either environment or product fleets. GENERIC - A fleet of resources selected dynamically or manually for reporting purposes
- Dictionary<string, string>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Group
Type string - Group Type associated with Group Fleet.
- Is
Target boolAuto Confirm - (Updatable) A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Notification
Preferences FleetNotification Preferences - (Updatable) Notification information to get notified when the fleet status changes.
- Products List<string>
- Products associated with the Fleet.
- Resource
Region string - Associated region
- Resource
Selection stringType - Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- Rule
Selection FleetCriteria Rule Selection Criteria - (Updatable) Rule Selection Criteria for DYNAMIC resource selection for a GENERIC fleet. Rules define what resources are members of this fleet. All resources that meet the criteria are added automatically.
- State string
- The lifecycle state of the Fleet.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- Application
Type string - Product stack associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- Compartment
Id string - Tenancy OCID
- Credentials
[]Fleet
Credential Type Args - Credentials associated with the Fleet.
- map[string]string
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- Display
Name string - (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Environment
Type string - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- Fleet
Type string - Type of the Fleet. PRODUCT - A fleet of product-specific resources for a product type. ENVIRONMENT - A fleet of environment-specific resources for a product stack. GROUP - A fleet of a fleet of either environment or product fleets. GENERIC - A fleet of resources selected dynamically or manually for reporting purposes
- map[string]string
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Group
Type string - Group Type associated with Group Fleet.
- Is
Target boolAuto Confirm - (Updatable) A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Notification
Preferences FleetNotification Preferences Args - (Updatable) Notification information to get notified when the fleet status changes.
- Products []string
- Products associated with the Fleet.
- Resource
Region string - Associated region
- Resource
Selection stringType - Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- Rule
Selection FleetCriteria Rule Selection Criteria Args - (Updatable) Rule Selection Criteria for DYNAMIC resource selection for a GENERIC fleet. Rules define what resources are members of this fleet. All resources that meet the criteria are added automatically.
- State string
- The lifecycle state of the Fleet.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- application
Type String - Product stack associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- compartment
Id String - Tenancy OCID
- credentials
List<Fleet
Credential> - Credentials associated with the Fleet.
- Map<String,String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- display
Name String - (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- environment
Type String - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- fleet
Type String - Type of the Fleet. PRODUCT - A fleet of product-specific resources for a product type. ENVIRONMENT - A fleet of environment-specific resources for a product stack. GROUP - A fleet of a fleet of either environment or product fleets. GENERIC - A fleet of resources selected dynamically or manually for reporting purposes
- Map<String,String>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- group
Type String - Group Type associated with Group Fleet.
- is
Target BooleanAuto Confirm - (Updatable) A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- notification
Preferences FleetNotification Preferences - (Updatable) Notification information to get notified when the fleet status changes.
- products List<String>
- Products associated with the Fleet.
- resource
Region String - Associated region
- resource
Selection StringType - Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- rule
Selection FleetCriteria Rule Selection Criteria - (Updatable) Rule Selection Criteria for DYNAMIC resource selection for a GENERIC fleet. Rules define what resources are members of this fleet. All resources that meet the criteria are added automatically.
- state String
- The lifecycle state of the Fleet.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated String - The time this resource was last updated. An RFC3339 formatted datetime string.
- application
Type string - Product stack associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- compartment
Id string - Tenancy OCID
- credentials
Fleet
Credential[] - Credentials associated with the Fleet.
- {[key: string]: string}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description string
- (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- display
Name string - (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- environment
Type string - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- fleet
Type string - Type of the Fleet. PRODUCT - A fleet of product-specific resources for a product type. ENVIRONMENT - A fleet of environment-specific resources for a product stack. GROUP - A fleet of a fleet of either environment or product fleets. GENERIC - A fleet of resources selected dynamically or manually for reporting purposes
- {[key: string]: string}
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- group
Type string - Group Type associated with Group Fleet.
- is
Target booleanAuto Confirm - (Updatable) A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
- lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- notification
Preferences FleetNotification Preferences - (Updatable) Notification information to get notified when the fleet status changes.
- products string[]
- Products associated with the Fleet.
- resource
Region string - Associated region
- resource
Selection stringType - Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- rule
Selection FleetCriteria Rule Selection Criteria - (Updatable) Rule Selection Criteria for DYNAMIC resource selection for a GENERIC fleet. Rules define what resources are members of this fleet. All resources that meet the criteria are added automatically.
- state string
- The lifecycle state of the Fleet.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- application_
type str - Product stack associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- compartment_
id str - Tenancy OCID
- credentials
Sequence[fleetappsmanagement.
Fleet Credential Args] - Credentials associated with the Fleet.
- Mapping[str, str]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description str
- (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- display_
name str - (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- environment_
type str - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- fleet_
type str - Type of the Fleet. PRODUCT - A fleet of product-specific resources for a product type. ENVIRONMENT - A fleet of environment-specific resources for a product stack. GROUP - A fleet of a fleet of either environment or product fleets. GENERIC - A fleet of resources selected dynamically or manually for reporting purposes
- Mapping[str, str]
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- group_
type str - Group Type associated with Group Fleet.
- is_
target_ boolauto_ confirm - (Updatable) A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
- lifecycle_
details str - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- notification_
preferences fleetappsmanagement.Fleet Notification Preferences Args - (Updatable) Notification information to get notified when the fleet status changes.
- products Sequence[str]
- Products associated with the Fleet.
- resource_
region str - Associated region
- resource_
selection_ strtype - Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- rule_
selection_ fleetappsmanagement.criteria Fleet Rule Selection Criteria Args - (Updatable) Rule Selection Criteria for DYNAMIC resource selection for a GENERIC fleet. Rules define what resources are members of this fleet. All resources that meet the criteria are added automatically.
- state str
- The lifecycle state of the Fleet.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The time this resource was created. An RFC3339 formatted datetime string.
- time_
updated str - The time this resource was last updated. An RFC3339 formatted datetime string.
- application
Type String - Product stack associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- compartment
Id String - Tenancy OCID
- credentials List<Property Map>
- Credentials associated with the Fleet.
- Map<String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- display
Name String - (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- environment
Type String - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- fleet
Type String - Type of the Fleet. PRODUCT - A fleet of product-specific resources for a product type. ENVIRONMENT - A fleet of environment-specific resources for a product stack. GROUP - A fleet of a fleet of either environment or product fleets. GENERIC - A fleet of resources selected dynamically or manually for reporting purposes
- Map<String>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- group
Type String - Group Type associated with Group Fleet.
- is
Target BooleanAuto Confirm - (Updatable) A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- notification
Preferences Property Map - (Updatable) Notification information to get notified when the fleet status changes.
- products List<String>
- Products associated with the Fleet.
- resource
Region String - Associated region
- resource
Selection StringType - Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- rule
Selection Property MapCriteria - (Updatable) Rule Selection Criteria for DYNAMIC resource selection for a GENERIC fleet. Rules define what resources are members of this fleet. All resources that meet the criteria are added automatically.
- state String
- The lifecycle state of the Fleet.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated String - The time this resource was last updated. An RFC3339 formatted datetime string.
Supporting Types
FleetCredential, FleetCredentialArgs
- Compartment
Id string - Tenancy OCID
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Entity
Specifics FleetCredential Entity Specifics - Credential specific Details.
- Password
Fleet
Credential Password - Credential Details.
- User
Fleet
Credential User - Credential Details.
- Compartment
Id string - Tenancy OCID
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Entity
Specifics FleetCredential Entity Specifics - Credential specific Details.
- Password
Fleet
Credential Password - Credential Details.
- User
Fleet
Credential User - Credential Details.
- compartment
Id String - Tenancy OCID
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- entity
Specifics FleetCredential Entity Specifics - Credential specific Details.
- password
Fleet
Credential Password - Credential Details.
- user
Fleet
Credential User - Credential Details.
- compartment
Id string - Tenancy OCID
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- entity
Specifics FleetCredential Entity Specifics - Credential specific Details.
- password
Fleet
Credential Password - Credential Details.
- user
Fleet
Credential User - Credential Details.
- compartment_
id str - Tenancy OCID
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- entity_
specifics fleetappsmanagement.Fleet Credential Entity Specifics - Credential specific Details.
- password
fleetappsmanagement.
Fleet Credential Password - Credential Details.
- user
fleetappsmanagement.
Fleet Credential User - Credential Details.
- compartment
Id String - Tenancy OCID
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- entity
Specifics Property Map - Credential specific Details.
- password Property Map
- Credential Details.
- user Property Map
- Credential Details.
FleetCredentialEntitySpecifics, FleetCredentialEntitySpecificsArgs
- Credential
Level string - (Updatable) At what level the credential is provided?
- Resource
Id string - (Updatable) OCID of the resource associated with the target for which the credential is created.
- Target string
- (Updatable) Target name for which the credential is provided.
- Variables
List<Fleet
Credential Entity Specifics Variable> - (Updatable) List of fleet credential variables.
- Credential
Level string - (Updatable) At what level the credential is provided?
- Resource
Id string - (Updatable) OCID of the resource associated with the target for which the credential is created.
- Target string
- (Updatable) Target name for which the credential is provided.
- Variables
[]Fleet
Credential Entity Specifics Variable - (Updatable) List of fleet credential variables.
- credential
Level String - (Updatable) At what level the credential is provided?
- resource
Id String - (Updatable) OCID of the resource associated with the target for which the credential is created.
- target String
- (Updatable) Target name for which the credential is provided.
- variables
List<Fleet
Credential Entity Specifics Variable> - (Updatable) List of fleet credential variables.
- credential
Level string - (Updatable) At what level the credential is provided?
- resource
Id string - (Updatable) OCID of the resource associated with the target for which the credential is created.
- target string
- (Updatable) Target name for which the credential is provided.
- variables
Fleet
Credential Entity Specifics Variable[] - (Updatable) List of fleet credential variables.
- credential_
level str - (Updatable) At what level the credential is provided?
- resource_
id str - (Updatable) OCID of the resource associated with the target for which the credential is created.
- target str
- (Updatable) Target name for which the credential is provided.
- variables
Sequence[fleetappsmanagement.
Fleet Credential Entity Specifics Variable] - (Updatable) List of fleet credential variables.
- credential
Level String - (Updatable) At what level the credential is provided?
- resource
Id String - (Updatable) OCID of the resource associated with the target for which the credential is created.
- target String
- (Updatable) Target name for which the credential is provided.
- variables List<Property Map>
- (Updatable) List of fleet credential variables.
FleetCredentialEntitySpecificsVariable, FleetCredentialEntitySpecificsVariableArgs
FleetCredentialPassword, FleetCredentialPasswordArgs
- Credential
Type string - (Updatable) Credential Type.
- Key
Id string - (Updatable) OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- Key
Version string - (Updatable) The Vault Key version.
- Secret
Id string - (Updatable) The OCID of the secret.
- Secret
Version string - (Updatable) The secret version.
- Value string
- (Updatable) The value corresponding to the credential.
- Vault
Id string - (Updatable) OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
- Credential
Type string - (Updatable) Credential Type.
- Key
Id string - (Updatable) OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- Key
Version string - (Updatable) The Vault Key version.
- Secret
Id string - (Updatable) The OCID of the secret.
- Secret
Version string - (Updatable) The secret version.
- Value string
- (Updatable) The value corresponding to the credential.
- Vault
Id string - (Updatable) OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
- credential
Type String - (Updatable) Credential Type.
- key
Id String - (Updatable) OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key
Version String - (Updatable) The Vault Key version.
- secret
Id String - (Updatable) The OCID of the secret.
- secret
Version String - (Updatable) The secret version.
- value String
- (Updatable) The value corresponding to the credential.
- vault
Id String - (Updatable) OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
- credential
Type string - (Updatable) Credential Type.
- key
Id string - (Updatable) OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key
Version string - (Updatable) The Vault Key version.
- secret
Id string - (Updatable) The OCID of the secret.
- secret
Version string - (Updatable) The secret version.
- value string
- (Updatable) The value corresponding to the credential.
- vault
Id string - (Updatable) OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
- credential_
type str - (Updatable) Credential Type.
- key_
id str - (Updatable) OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key_
version str - (Updatable) The Vault Key version.
- secret_
id str - (Updatable) The OCID of the secret.
- secret_
version str - (Updatable) The secret version.
- value str
- (Updatable) The value corresponding to the credential.
- vault_
id str - (Updatable) OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
- credential
Type String - (Updatable) Credential Type.
- key
Id String - (Updatable) OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key
Version String - (Updatable) The Vault Key version.
- secret
Id String - (Updatable) The OCID of the secret.
- secret
Version String - (Updatable) The secret version.
- value String
- (Updatable) The value corresponding to the credential.
- vault
Id String - (Updatable) OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
FleetCredentialUser, FleetCredentialUserArgs
- Credential
Type string - (Updatable) Credential Type.
- Key
Id string - (Updatable) OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- Key
Version string - (Updatable) The Vault Key version.
- Secret
Id string - (Updatable) The OCID of the secret.
- Secret
Version string - (Updatable) The secret version.
- Value string
- (Updatable) The value corresponding to the credential.
- Vault
Id string (Updatable) OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Credential
Type string - (Updatable) Credential Type.
- Key
Id string - (Updatable) OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- Key
Version string - (Updatable) The Vault Key version.
- Secret
Id string - (Updatable) The OCID of the secret.
- Secret
Version string - (Updatable) The secret version.
- Value string
- (Updatable) The value corresponding to the credential.
- Vault
Id string (Updatable) OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- credential
Type String - (Updatable) Credential Type.
- key
Id String - (Updatable) OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key
Version String - (Updatable) The Vault Key version.
- secret
Id String - (Updatable) The OCID of the secret.
- secret
Version String - (Updatable) The secret version.
- value String
- (Updatable) The value corresponding to the credential.
- vault
Id String (Updatable) OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- credential
Type string - (Updatable) Credential Type.
- key
Id string - (Updatable) OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key
Version string - (Updatable) The Vault Key version.
- secret
Id string - (Updatable) The OCID of the secret.
- secret
Version string - (Updatable) The secret version.
- value string
- (Updatable) The value corresponding to the credential.
- vault
Id string (Updatable) OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- credential_
type str - (Updatable) Credential Type.
- key_
id str - (Updatable) OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key_
version str - (Updatable) The Vault Key version.
- secret_
id str - (Updatable) The OCID of the secret.
- secret_
version str - (Updatable) The secret version.
- value str
- (Updatable) The value corresponding to the credential.
- vault_
id str (Updatable) OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- credential
Type String - (Updatable) Credential Type.
- key
Id String - (Updatable) OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key
Version String - (Updatable) The Vault Key version.
- secret
Id String - (Updatable) The OCID of the secret.
- secret
Version String - (Updatable) The secret version.
- value String
- (Updatable) The value corresponding to the credential.
- vault
Id String (Updatable) OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
FleetNotificationPreferences, FleetNotificationPreferencesArgs
- Compartment
Id string - (Updatable) Compartment ID the topic belongs to.
- Topic
Id string - (Updatable) Topic Id where the notifications will be directed. A topic is a communication channel for sending messages on chosen events to subscriptions.
- Preferences
Fleet
Notification Preferences Preferences - (Updatable) Preferences to send notifications on the fleet activities.
- Compartment
Id string - (Updatable) Compartment ID the topic belongs to.
- Topic
Id string - (Updatable) Topic Id where the notifications will be directed. A topic is a communication channel for sending messages on chosen events to subscriptions.
- Preferences
Fleet
Notification Preferences Preferences - (Updatable) Preferences to send notifications on the fleet activities.
- compartment
Id String - (Updatable) Compartment ID the topic belongs to.
- topic
Id String - (Updatable) Topic Id where the notifications will be directed. A topic is a communication channel for sending messages on chosen events to subscriptions.
- preferences
Fleet
Notification Preferences Preferences - (Updatable) Preferences to send notifications on the fleet activities.
- compartment
Id string - (Updatable) Compartment ID the topic belongs to.
- topic
Id string - (Updatable) Topic Id where the notifications will be directed. A topic is a communication channel for sending messages on chosen events to subscriptions.
- preferences
Fleet
Notification Preferences Preferences - (Updatable) Preferences to send notifications on the fleet activities.
- compartment_
id str - (Updatable) Compartment ID the topic belongs to.
- topic_
id str - (Updatable) Topic Id where the notifications will be directed. A topic is a communication channel for sending messages on chosen events to subscriptions.
- preferences
fleetappsmanagement.
Fleet Notification Preferences Preferences - (Updatable) Preferences to send notifications on the fleet activities.
- compartment
Id String - (Updatable) Compartment ID the topic belongs to.
- topic
Id String - (Updatable) Topic Id where the notifications will be directed. A topic is a communication channel for sending messages on chosen events to subscriptions.
- preferences Property Map
- (Updatable) Preferences to send notifications on the fleet activities.
FleetNotificationPreferencesPreferences, FleetNotificationPreferencesPreferencesArgs
- On
Job boolFailure - (Updatable) Enables or disables notification on Job Failures.
- On
Topology boolModification - (Updatable) Enables or disables notification on Environment Fleet Topology Modification.
- On
Upcoming boolSchedule - (Updatable) Enables notification on upcoming schedule.
- On
Job boolFailure - (Updatable) Enables or disables notification on Job Failures.
- On
Topology boolModification - (Updatable) Enables or disables notification on Environment Fleet Topology Modification.
- On
Upcoming boolSchedule - (Updatable) Enables notification on upcoming schedule.
- on
Job BooleanFailure - (Updatable) Enables or disables notification on Job Failures.
- on
Topology BooleanModification - (Updatable) Enables or disables notification on Environment Fleet Topology Modification.
- on
Upcoming BooleanSchedule - (Updatable) Enables notification on upcoming schedule.
- on
Job booleanFailure - (Updatable) Enables or disables notification on Job Failures.
- on
Topology booleanModification - (Updatable) Enables or disables notification on Environment Fleet Topology Modification.
- on
Upcoming booleanSchedule - (Updatable) Enables notification on upcoming schedule.
- on_
job_ boolfailure - (Updatable) Enables or disables notification on Job Failures.
- on_
topology_ boolmodification - (Updatable) Enables or disables notification on Environment Fleet Topology Modification.
- on_
upcoming_ boolschedule - (Updatable) Enables notification on upcoming schedule.
- on
Job BooleanFailure - (Updatable) Enables or disables notification on Job Failures.
- on
Topology BooleanModification - (Updatable) Enables or disables notification on Environment Fleet Topology Modification.
- on
Upcoming BooleanSchedule - (Updatable) Enables notification on upcoming schedule.
FleetRuleSelectionCriteria, FleetRuleSelectionCriteriaArgs
- Match
Condition string - (Updatable) Match condition for the rule selection. Include resources that match all rules or any of the rules.
- Rules
List<Fleet
Rule Selection Criteria Rule> - (Updatable) Rules.
- Match
Condition string - (Updatable) Match condition for the rule selection. Include resources that match all rules or any of the rules.
- Rules
[]Fleet
Rule Selection Criteria Rule - (Updatable) Rules.
- match
Condition String - (Updatable) Match condition for the rule selection. Include resources that match all rules or any of the rules.
- rules
List<Fleet
Rule Selection Criteria Rule> - (Updatable) Rules.
- match
Condition string - (Updatable) Match condition for the rule selection. Include resources that match all rules or any of the rules.
- rules
Fleet
Rule Selection Criteria Rule[] - (Updatable) Rules.
- match_
condition str - (Updatable) Match condition for the rule selection. Include resources that match all rules or any of the rules.
- rules
Sequence[fleetappsmanagement.
Fleet Rule Selection Criteria Rule] - (Updatable) Rules.
- match
Condition String - (Updatable) Match condition for the rule selection. Include resources that match all rules or any of the rules.
- rules List<Property Map>
- (Updatable) Rules.
FleetRuleSelectionCriteriaRule, FleetRuleSelectionCriteriaRuleArgs
- Compartment
Id string - (Updatable) Tenancy Id (Root Compartment Id)for which the rule is created.
- Conditions
List<Fleet
Rule Selection Criteria Rule Condition> - (Updatable) Rule Conditions
- Resource
Compartment stringId (Updatable) The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Basis string
- (Updatable) Based on what the rule is created. It can be based on a resourceProperty or a tag. If based on a tag, basis will be 'definedTagEquals' If based on a resource property, basis will be 'inventoryProperties'
- Compartment
Id string - (Updatable) Tenancy Id (Root Compartment Id)for which the rule is created.
- Conditions
[]Fleet
Rule Selection Criteria Rule Condition - (Updatable) Rule Conditions
- Resource
Compartment stringId (Updatable) The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Basis string
- (Updatable) Based on what the rule is created. It can be based on a resourceProperty or a tag. If based on a tag, basis will be 'definedTagEquals' If based on a resource property, basis will be 'inventoryProperties'
- compartment
Id String - (Updatable) Tenancy Id (Root Compartment Id)for which the rule is created.
- conditions
List<Fleet
Rule Selection Criteria Rule Condition> - (Updatable) Rule Conditions
- resource
Compartment StringId (Updatable) The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- basis String
- (Updatable) Based on what the rule is created. It can be based on a resourceProperty or a tag. If based on a tag, basis will be 'definedTagEquals' If based on a resource property, basis will be 'inventoryProperties'
- compartment
Id string - (Updatable) Tenancy Id (Root Compartment Id)for which the rule is created.
- conditions
Fleet
Rule Selection Criteria Rule Condition[] - (Updatable) Rule Conditions
- resource
Compartment stringId (Updatable) The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- basis string
- (Updatable) Based on what the rule is created. It can be based on a resourceProperty or a tag. If based on a tag, basis will be 'definedTagEquals' If based on a resource property, basis will be 'inventoryProperties'
- compartment_
id str - (Updatable) Tenancy Id (Root Compartment Id)for which the rule is created.
- conditions
Sequence[fleetappsmanagement.
Fleet Rule Selection Criteria Rule Condition] - (Updatable) Rule Conditions
- resource_
compartment_ strid (Updatable) The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- basis str
- (Updatable) Based on what the rule is created. It can be based on a resourceProperty or a tag. If based on a tag, basis will be 'definedTagEquals' If based on a resource property, basis will be 'inventoryProperties'
- compartment
Id String - (Updatable) Tenancy Id (Root Compartment Id)for which the rule is created.
- conditions List<Property Map>
- (Updatable) Rule Conditions
- resource
Compartment StringId (Updatable) The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- basis String
- (Updatable) Based on what the rule is created. It can be based on a resourceProperty or a tag. If based on a tag, basis will be 'definedTagEquals' If based on a resource property, basis will be 'inventoryProperties'
FleetRuleSelectionCriteriaRuleCondition, FleetRuleSelectionCriteriaRuleConditionArgs
- Attr
Group string - (Updatable) Attribute Group. Provide a Tag namespace if the rule is based on a tag. Provide resource type if the rule is based on a resource property.
- Attr
Key string - (Updatable) Attribute Key.Provide Tag key if the rule is based on a tag. Provide resource property name if the rule is based on a resource property.
- Attr
Value string - (Updatable) Attribute Value.Provide Tag value if the rule is based on a tag. Provide resource property value if the rule is based on a resource property.
- Attr
Group string - (Updatable) Attribute Group. Provide a Tag namespace if the rule is based on a tag. Provide resource type if the rule is based on a resource property.
- Attr
Key string - (Updatable) Attribute Key.Provide Tag key if the rule is based on a tag. Provide resource property name if the rule is based on a resource property.
- Attr
Value string - (Updatable) Attribute Value.Provide Tag value if the rule is based on a tag. Provide resource property value if the rule is based on a resource property.
- attr
Group String - (Updatable) Attribute Group. Provide a Tag namespace if the rule is based on a tag. Provide resource type if the rule is based on a resource property.
- attr
Key String - (Updatable) Attribute Key.Provide Tag key if the rule is based on a tag. Provide resource property name if the rule is based on a resource property.
- attr
Value String - (Updatable) Attribute Value.Provide Tag value if the rule is based on a tag. Provide resource property value if the rule is based on a resource property.
- attr
Group string - (Updatable) Attribute Group. Provide a Tag namespace if the rule is based on a tag. Provide resource type if the rule is based on a resource property.
- attr
Key string - (Updatable) Attribute Key.Provide Tag key if the rule is based on a tag. Provide resource property name if the rule is based on a resource property.
- attr
Value string - (Updatable) Attribute Value.Provide Tag value if the rule is based on a tag. Provide resource property value if the rule is based on a resource property.
- attr_
group str - (Updatable) Attribute Group. Provide a Tag namespace if the rule is based on a tag. Provide resource type if the rule is based on a resource property.
- attr_
key str - (Updatable) Attribute Key.Provide Tag key if the rule is based on a tag. Provide resource property name if the rule is based on a resource property.
- attr_
value str - (Updatable) Attribute Value.Provide Tag value if the rule is based on a tag. Provide resource property value if the rule is based on a resource property.
- attr
Group String - (Updatable) Attribute Group. Provide a Tag namespace if the rule is based on a tag. Provide resource type if the rule is based on a resource property.
- attr
Key String - (Updatable) Attribute Key.Provide Tag key if the rule is based on a tag. Provide resource property name if the rule is based on a resource property.
- attr
Value String - (Updatable) Attribute Value.Provide Tag value if the rule is based on a tag. Provide resource property value if the rule is based on a resource property.
Import
Fleets can be imported using the id
, e.g.
$ pulumi import oci:FleetAppsManagement/fleet:Fleet test_fleet "id"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.